aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-30Set dates for release of 1.7.0.v1.7.0Justin Pettit
2012-07-27Avoid implementation-defined strerror behaviourEd Maste
2012-07-27ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.Ben Pfaff
2012-07-25NEWS: Document flow setup improvement in 1.7 release.Justin Pettit
2012-07-23Fix race condition in parallel execution of "make install".Ben Pfaff
2012-07-20debian: Remove controller keys on openvswitch-controller package purge.Ben Pfaff
2012-07-18debian: Do not change iptables rules by default.Ben Pfaff
2012-07-11cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff
2012-07-10datapath: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff
2012-07-09debian: Remove obsolete advice to edit /etc/default/openvswitch-switch.Ben Pfaff
2012-07-09debian: Add "netbase" dependency for /etc/protocols.Ben Pfaff
2012-07-05ovs-check-dead-ifs: Tolerate processes that disappear during run.Ben Pfaff
2012-07-05ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff
2012-07-02python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff
2012-06-29ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff
2012-06-26Update dates and notes for 1.6.1 release.Justin Pettit
2012-06-26lib: Do not assume sig_atomic_t is int.Ed Maste
2012-06-25ofproto-dpif-governor: Improve performance when most flows get set up.Ben Pfaff
2012-06-25ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().Ben Pfaff
2012-06-25dpif-linux: Zero 'stats' outputs of dpif_operate() ops on failure.Ben Pfaff
2012-06-20ofproto-dpif-governor: Wake up only when there is genuinely work to do.Ben Pfaff
2012-06-19debian: Make DKMS automatically build for running kernel.Ben Pfaff
2012-06-13vlog: Avoid use-after-free in corner case.Ben Pfaff
2012-06-12datapath: Check currect return value from skb_gso_segment()Pravin B Shelar
2012-06-09dpif-netdev: Fix use-after-free in dpif_netdev_recv.Ben Pfaff
2012-06-07datapath: Fix use-after-free bug in dp_notify.Pravin B Shelar
2012-06-07ofproto: Fix use after free in ofoperation_complete().Ethan Jackson
2012-06-01Set dates for release of 1.5.0.Justin Pettit
2012-06-01NEWS: Move learning timeout changes to 1.5.0 section.Justin Pettit
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-23datapath: Avoid system freeze due to ovs-flow-rehash softlockup.Pravin B Shelar
2012-05-21bridge: Ignore "null" interfaces as required.Ethan Jackson
2012-05-22ofproto-dpif-governor: Fix bug in log message.Ben Pfaff
2012-05-22Fix typo in "PYTHONPATH".Ben Pfaff
2012-05-17datapath: Reset upper layer protocol info on internal devices.Jesse Gross
2012-05-16bugtool: rename label names in plugins related to ovs-appctlArun Sharma
2012-05-16bugtool: Collect bond state information from ovs.Arun Sharma
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-16dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri
2012-05-14ofputil: Accept OFPP_NONE as a valid output port.Ethan Jackson
2012-05-14fatal-signal: Log when terminating due to a fatal signal.Ben Pfaff
2012-05-14ofp-util: Match on NXAST_CONTROLLER as an output to OFPP_CONTROLLER.Ben Pfaff
2012-05-14cfm: Avoid null pointer dereference in cfm_process_heartbeat().Ben Pfaff
2012-05-11ovs-bugtool: Close file descriptors after use.Gurucharan Shetty
2012-05-10odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff
2012-05-10Fix "make distcheck" failure since we weren't cleaning up a generated file.Ben Pfaff
2012-05-09ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "slow path" datapath flows.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "internal flows" for handling flow table misses.Ben Pfaff
2012-05-09ofproto-dpif: Move code closer to left margin in facet_check_consistency().Ben Pfaff