summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Global replace of Nicira Networks.Raju Subramanian2012-05-0224-25/+25
* ofproto: Rate-limit STP status errors on non-existent ports.Justin Pettit2012-05-021-2/+2
* connmgr: Log when controllers are added and removed.Ben Pfaff2012-04-301-3/+12
* rconn: Simplify rconn_send() semantics.Ethan Jackson2012-04-261-3/+1
* ofproto: Fix use-after-free error when ports disappear.Ben Pfaff2012-04-231-2/+16
* ofproto-dpif: Avoid extra flow copy in xlate_actions() for unneeded warnings.Ben Pfaff2012-04-181-11/+20
* ofproto-dpif: Avoid extra flow copy in xlate_actions() if no mirrors.Ben Pfaff2012-04-181-3/+26
* ofproto-dpif: Avoid calling get_ofp_port() twice in xlate_normal().Ben Pfaff2012-04-181-14/+15
* ofproto-dpif: Implement "flow setup governor" to speed up many short flows.Ben Pfaff2012-04-184-78/+459
* ofproto-dpif: Avoid malloc() in common case for "execute" operations.Ben Pfaff2012-04-181-30/+38
* ofproto-dpif: Make it easier to credit statistics for resubmits.Ben Pfaff2012-04-181-59/+58
* ofproto-dpif: Avoid malloc() of "struct flow_miss".Ben Pfaff2012-04-181-33/+28
* dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff2012-04-181-9/+16
* ofproto-dpif: Avoid malloc() in common case for allocating subfacets.Ben Pfaff2012-04-181-3/+19
* ofproto-dpif: Move definition of "struct subfacet" earlier.Ben Pfaff2012-04-181-59/+59
* ofproto-dpif: Avoid computing flow hash multiple times.Ben Pfaff2012-04-181-12/+26
* ofproto-dpif: Avoid malloc() in common cases for xlate_actions().Ben Pfaff2012-04-181-58/+96
* ofproto-dpif: Don't do an extra flow translation when removing facets.Ben Pfaff2012-04-181-43/+47
* ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff2012-04-181-1/+49
* ofproto-dpif: Drop unneeded _SAFE from iteration in handle_flow_miss().Ben Pfaff2012-04-181-2/+2
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-172-3/+2
* Granular link health statistics for cfm.Mehak Mahajan2012-04-054-1/+35
* Revert "Granular link health statistics for cfm."Mehak Mahajan2012-04-054-35/+1
* Granular link health statistics for cfm.Mehak Mahajan2012-04-054-1/+35
* Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff2012-03-282-4/+4
* Add error codes for Open Flow v1.2Simon Horman2012-03-271-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-233-11/+17
* treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff2012-03-232-3/+3
* ofproto: Optimize internal device MTU updatePravin B Shelar2012-03-232-20/+35
* ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson2012-03-221-1/+7
* ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff2012-03-211-1/+1
* ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff2012-03-211-13/+21
* ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff2012-03-211-2/+2
* configure: Remove --with-build-number.Ben Pfaff2012-03-191-1/+1
* connmgr: Remove now-unused function connmgr_broadcast().Ben Pfaff2012-03-152-24/+0
* fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().Ben Pfaff2012-03-151-6/+10
* ofproto: connmgr_send_packet_in() doesn't need buffer_id and total_len.Ben Pfaff2012-03-152-5/+5
* connmgr: Drop 'flow' parameter from connmgr_send_packet_in().Ben Pfaff2012-03-153-16/+12
* ofproto: Fix internal port mtu setting.Pravin B Shelar2012-03-131-6/+4
* ofproto-dpif: Add comments for a few VLAN splinters functions.Ben Pfaff2012-03-131-1/+17
* ofproto: Fix code that keeps track of MTU.Ben Pfaff2012-03-121-1/+1
* ofproto-dpif: Log traces when resubmit depth is exceeded.Ethan Jackson2012-03-081-30/+61
* lacp: Notify LACP module when carrier changes.Ethan Jackson2012-03-071-0/+9
* Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff2012-03-075-145/+152
* openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff2012-03-075-30/+30
* netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff2012-03-072-8/+11
* Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff2012-03-071-6/+5
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-2/+2
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-073-46/+31
* connmgr: Make "enable-async-messages" work for primary controllers too.Ben Pfaff2012-03-021-0/+1