summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* netdev: Fix carrier status for down interfaces.lts-1.0Jesse Gross2010-11-162-6/+2
* netflow: Back-out optimization that could lead to infinite loopJustin Pettit2010-10-121-5/+2
* ofproto: Drop flows from datapath more quickly under heavy load.Ben Pfaff2010-10-081-6/+103
* classifier: Introduce macros for iterating exact-match flows.Ben Pfaff2010-10-081-12/+6
* ofproto: Iterate through exact-match rules first during expiration.Ben Pfaff2010-10-081-2/+6
* ofproto: Drop unneeded poll_immediate_wake().Ben Pfaff2010-10-081-4/+0
* ofproto: Fix effective memory leak for uninstallable flows.Ben Pfaff2010-10-081-8/+35
* ofproto: Factor conditional out of loop in send_flow_removed().Ben Pfaff2010-10-081-1/+5
* ofproto: Group functions related to flow expiration together.Ben Pfaff2010-10-081-143/+178
* netflow: Avoid (theoretically) looping 2**32 times.Ben Pfaff2010-10-051-17/+32
* netflow: Do 64-bit division less often.Ben Pfaff2010-10-051-8/+11
* ofproto: Get enough headroom in fail-open when connected to controller.Ben Pfaff2010-09-011-1/+2
* ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().Ben Pfaff2010-09-011-2/+2
* netflow: Send multiple records for byte counts > UINT32_MAXJustin Pettit2010-09-011-23/+46
* treewide: Remove trailing whitespaceJoe Perches2010-08-306-55/+55
* ofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER common case.Ben Pfaff2010-08-272-27/+43
* ofproto: Avoid user->kernel->user round-trip for many controller actions.Ben Pfaff2010-08-271-2/+35
* Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff2010-08-261-0/+6
* odp-util: Avoid branch in odp_actions_add().Ben Pfaff2010-08-131-0/+1
* ofproto: Add support for NXAST_RESUBMIT recursion.Ben Pfaff2010-08-131-1/+10
* Remove vestigial support for Spanning Tree Protocol.Ben Pfaff2010-08-132-15/+1
* ofproto: Add support for remote "service controllers".Ben Pfaff2010-08-063-64/+165
* ofproto: Improve terminology.Ben Pfaff2010-08-061-19/+18
* vswitchd: Only re-learn from flows that output to OFPP_NORMAL.Ben Pfaff2010-08-062-4/+4
* datapath: Don't track IP TOS value two different ways.Ben Pfaff2010-08-023-10/+5
* vswitchd: Don't act as learning switch in secure mode with no controllersJustin Pettit2010-07-302-0/+7
* vswitchd: Move fail-mode config to Bridge tableJustin Pettit2010-07-302-27/+38
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-219-19/+19
* dpif: Abstract translation from OpenFlow queue ID into ODP priority value.Ben Pfaff2010-07-201-12/+25
* ofproto: Log changes made by flow normalization.Ben Pfaff2010-06-281-0/+19
* vswitch: Implement unixctl command to reconnect OpenFlow connections.Ben Pfaff2010-06-242-5/+14
* ofproto: Consistently make queue_id uint32_t.Jesse Gross2010-06-181-3/+3
* Implement QoS framework.Ben Pfaff2010-06-171-12/+151
* port-array: Add port_array_delete() function.Ben Pfaff2010-06-173-3/+3
* vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff2010-06-174-0/+4
* ofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan in struct flow.Ben Pfaff2010-06-171-1/+1
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-082-5/+5
* discovery: Include datapath name in log messages.Ben Pfaff2010-06-081-8/+18
* ofproto: Make OpenFlow connection log messages name the datapath.Ben Pfaff2010-06-082-5/+26
* rconn: Drop rconn_new(), rconn_new_from_vconn() functions.Ben Pfaff2010-06-081-1/+5
* rconn: Drop 'name' arg to rconn_new_from_vconn(), rconn_connect_unreliably().Ben Pfaff2010-06-081-2/+1
* bridge: Filter some gratuitous ARPs on bond slaves.Jesse Gross2010-06-031-2/+4
* netdev: Remove may_create/may_open flags.Jesse Gross2010-06-011-1/+0
* ofproto: Avoid null pointer dereference if in_band_create() fails.Ben Pfaff2010-05-271-1/+3
* ofproto: Fix treatment of out-of-band controllers.Ben Pfaff2010-05-271-0/+4
* Add some missing "#include"s.Ben Pfaff2010-05-261-1/+2
* Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff2010-05-263-0/+3
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-264-11/+6
* netflow: Use macro for constant instead of static const int.Ben Pfaff2010-05-191-1/+6
* ofproto: fix compile warning of ofproto/ofproto.cWei Yongjun2010-05-171-3/+3