aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-18Prepare for 1.7.3.v1.7.3Justin Pettit
2013-01-21Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross
2013-01-21datapath: Move LRO check from transmit to receive.Jesse Gross
2013-01-21datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff
2013-01-07rconn: Avoid memory leak in rconn_send_with_limit() on queue overflow.Ben Pfaff
2012-12-26ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff
2012-12-13meta-flow: Don't allow negative port numbers.Justin Pettit
2012-11-29bond: Fix segfault sending learning packets with LACP disabled.Ben Pfaff
2012-11-21python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff
2012-11-15ovs-ctl.in: increase the limit of fdCong Wang
2012-11-09Prepare for 1.7.2.v1.7.2Justin Pettit
2012-11-07socket-util: Report fd of -1 on error in inet_open_active().Ben Pfaff
2012-09-25netdev-vport: Fix ToS/TTL mixup in unparsing.Jesse Gross
2012-09-03datapath: Fix FLOW_BUFSIZE definition.v1.7.1Jesse Gross
2012-08-22datapath: Fix namespace refcount leak on failed init.Jesse Gross
2012-08-22stp: port_no counter is off by oneAnsis Atteka
2012-08-21bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff
2012-08-16netdev: Map to OpenFlow port for flow lookupEd Maste
2012-08-13Prepare for 1.7.1.Justin Pettit
2012-08-13tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.Ben Pfaff
2012-08-13xenserver: Improve efficiency of code by using get_all_records_where()Rob Hoes
2012-08-13rconn: Treat draining a message from the send queue as activity.Ben Pfaff
2012-08-13rconn: Remove unused functions.Ben Pfaff
2012-08-03datapath: Relax set header validation.Jesse Gross
2012-08-03flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff
2012-08-01flow: Fix wild pointer dereference in flow_compose().Ethan Jackson
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