summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* datapath: Reset upper layer protocol info on internal devices.Jesse Gross2012-05-171-0/+8
* bugtool: rename label names in plugins related to ovs-appctlArun Sharma2012-05-161-3/+3
* bugtool: Collect bond state information from ovs.Arun Sharma2012-05-164-1/+23
* odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff2012-05-164-7/+36
* dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri2012-05-162-1/+13
* ofputil: Accept OFPP_NONE as a valid output port.Ethan Jackson2012-05-141-0/+1
* fatal-signal: Log when terminating due to a fatal signal.Ben Pfaff2012-05-141-1/+3
* ofp-util: Match on NXAST_CONTROLLER as an output to OFPP_CONTROLLER.Ben Pfaff2012-05-141-3/+5
* cfm: Avoid null pointer dereference in cfm_process_heartbeat().Ben Pfaff2012-05-141-1/+1
* ovs-bugtool: Close file descriptors after use.Gurucharan Shetty2012-05-111-0/+2
* odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff2012-05-101-2/+1
* Fix "make distcheck" failure since we weren't cleaning up a generated file.Ben Pfaff2012-05-101-0/+1
* ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff2012-05-094-5/+32
* ofproto-dpif: Introduce "slow path" datapath flows.Ben Pfaff2012-05-094-132/+442
* ofproto-dpif: Introduce "internal flows" for handling flow table misses.Ben Pfaff2012-05-092-76/+132
* ofproto-dpif: Move code closer to left margin in facet_check_consistency().Ben Pfaff2012-05-091-39/+43
* ofproto-dpif: Factor parts of update_stats() out into separate functions.Ben Pfaff2012-05-091-40/+56
* odp-util: Change user_action_cookie from struct to union.Ben Pfaff2012-05-095-29/+34
* ofproto-dpif: Clean up and centralize sFlow logic.Ben Pfaff2012-05-094-55/+54
* odp-util: Use switch for checking values of an enum.Ben Pfaff2012-05-092-4/+13
* odp-util: Fix typo in comment.Ben Pfaff2012-05-091-1/+1
* ofproto-dpif: Minor style fix.Ben Pfaff2012-05-091-3/+3
* ofproto: Don't limit flows in OpenFlow tables by default.Ben Pfaff2012-05-091-0/+1
* rhel: Add timeouts to network scripts.Brian Kruger2012-05-093-6/+9
* debian: Remove --no-wait option from the ifupdown script.Gurucharan Shetty2012-05-091-1/+1
* Prepare for 1.7.Justin Pettit2012-05-083-6/+27
* ovs-ofctl: Use port description stat to look up ports when necessary.Justin Pettit2012-05-081-16/+115
* ovs-ofctl: Support large number of ports with "show" command.Justin Pettit2012-05-081-2/+24
* ofp-util: Factor out determining physical port size.Justin Pettit2012-05-081-15/+14
* ofp-util: Add ofputil_switch_features_ports_trunc function.Justin Pettit2012-05-082-0/+35
* ofproto: Add support for OF1.3 port description multipart message.Justin Pettit2012-05-0811-65/+210
* OpenFlow: Move stats message enums into "common".Justin Pettit2012-05-072-36/+36
* datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar2012-05-071-7/+15
* ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff2012-05-075-6/+61
* ofproto-dpif: Accept OpenFlow-like flows in "ofproto/trace".Ben Pfaff2012-05-074-24/+55
* ofp-parse: New function parse_ofp_exact_flow().Ben Pfaff2012-05-074-0/+94
* ofp-util: Avoid ovs_fatal() in ofputil_parse_key_value().Ben Pfaff2012-05-071-1/+2
* ofproto-dpif: Factor out VLAN splinter flow adjustment into new function.Ben Pfaff2012-05-071-8/+26
* debian: Synchronize debian/changelog with downstream Debian changelog.Ben Pfaff2012-05-072-0/+85
* debian: Add network integration scripts.Gurucharan Shetty2012-05-046-0/+210
* datapath: Release rtnl_lock if ovs_vport_cmd_build_info() failedAnsis Atteka2012-05-031-3/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-02445-453/+453
* ofproto: Rate-limit STP status errors on non-existent ports.Justin Pettit2012-05-021-2/+2
* DESIGN: Document uses for flow cookies.Ben Pfaff2012-05-011-0/+65
* ovs-ctl: Make "force-reload-kmod" warn when DHCP clients must be restarted.Ben Pfaff2012-05-017-6/+115
* tests: Fix typo in comment.Ben Pfaff2012-05-011-1/+1
* ovs-ofctl: Document padding in "note" actions.Ben Pfaff2012-05-011-0/+4
* ofp-print: Add some more white space to flow dumps.Ben Pfaff2012-05-015-61/+61
* ovs-ofctl: Document importance of priorities.Ben Pfaff2012-05-011-0/+7
* vswitch.xml: Document more details of CFM intervals.Ben Pfaff2012-05-011-3/+15