summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.branch-1.6Alex Wang2014-03-201-1/+1
* ovsdb: Fix memory leak.Ben Pfaff2013-03-121-0/+5
* netdev-linux: Fix netdev_linux_send() return value in corner case.Ben Pfaff2013-02-281-1/+1
* ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.Justin Pettit2013-02-011-1/+3
* ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff2013-01-241-2/+1
* Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross2013-01-211-2/+0
* datapath: Move LRO check from transmit to receive.Jesse Gross2013-01-211-11/+12
* datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff2013-01-211-0/+2
* ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff2012-12-261-1/+1
* bond: Fix segfault sending learning packets with LACP disabled.Ben Pfaff2012-11-291-1/+1
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* stp: port_no counter is off by oneAnsis Atteka2012-08-221-1/+1
* bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff2012-08-212-4/+7
* ovs-ctl: Add support for newer name for Open vSwitch kernel module.Ben Pfaff2012-08-061-10/+31
* datapath: Relax set header validation.Jesse Gross2012-08-032-4/+4
* flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff2012-08-031-2/+5
* flow: Fix wild pointer dereference in flow_compose().Ethan Jackson2012-08-011-0/+1
* Avoid implementation-defined strerror behaviourEd Maste2012-07-271-1/+2
* ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.Ben Pfaff2012-07-271-1/+6
* Fix race condition in parallel execution of "make install".Ben Pfaff2012-07-231-1/+1
* debian: Remove controller keys on openvswitch-controller package purge.Ben Pfaff2012-07-202-0/+45
* debian: Do not change iptables rules by default.Ben Pfaff2012-07-181-2/+0
* cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff2012-07-111-0/+2
* datapath: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff2012-07-101-1/+2
* debian: Remove obsolete advice to edit /etc/default/openvswitch-switch.Ben Pfaff2012-07-091-5/+1
* debian: Add "netbase" dependency for /etc/protocols.Ben Pfaff2012-07-092-1/+2
* python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff2012-07-022-2/+2
* ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff2012-06-291-7/+15
* lib: Do not assume sig_atomic_t is int.Ed Maste2012-06-262-2/+3
* Update dates for 1.6.1 release.v1.6.1Justin Pettit2012-06-252-2/+2
* ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().Ben Pfaff2012-06-251-1/+1
* debian: Make DKMS automatically build for running kernel.Ben Pfaff2012-06-192-0/+3
* Declare the version as "1.6.1".Justin Pettit2012-06-143-2/+14
* vlog: Avoid use-after-free in corner case.Ben Pfaff2012-06-131-1/+8
* datapath: Check currect return value from skb_gso_segment()Pravin B Shelar2012-06-121-2/+2
* datapath: Fix use-after-free bug in dp_notify.Pravin B Shelar2012-06-071-2/+3
* ofproto: Fix use after free in ofoperation_complete().Ethan Jackson2012-06-071-0/+1
* Set dates for release of 1.5.0.Justin Pettit2012-06-042-2/+2
* NEWS: Move learning timeout changes to 1.5.0 section.Justin Pettit2012-06-041-2/+2
* ofp-util: Clean up cookie handling.Justin Pettit2012-05-2911-63/+322
* ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson2012-05-251-1/+7
* bridge: Ignore "null" interfaces as required.Ethan Jackson2012-05-211-2/+3
* Fix typo in "PYTHONPATH".Ben Pfaff2012-05-221-1/+1
* datapath: Reset upper layer protocol info on internal devices.Jesse Gross2012-05-171-0/+8
* 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
* ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff2012-05-145-6/+61
* odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff2012-05-101-2/+1
* rhel: Add timeouts to network scripts.Brian Kruger2012-05-093-6/+9
* datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar2012-05-081-7/+15