summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.7.2.v1.7.2Justin Pettit2012-11-093-1/+12
* socket-util: Report fd of -1 on error in inet_open_active().Ben Pfaff2012-11-071-0/+1
* netdev-vport: Fix ToS/TTL mixup in unparsing.Jesse Gross2012-09-251-2/+2
* datapath: Fix FLOW_BUFSIZE definition.v1.7.1Jesse Gross2012-09-031-3/+5
* datapath: Fix namespace refcount leak on failed init.Jesse Gross2012-08-221-1/+3
* 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
* netdev: Map to OpenFlow port for flow lookupEd Maste2012-08-161-1/+1
* Prepare for 1.7.1.Justin Pettit2012-08-133-1/+12
* tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.Ben Pfaff2012-08-131-1/+17
* xenserver: Improve efficiency of code by using get_all_records_where()Rob Hoes2012-08-131-4/+3
* rconn: Treat draining a message from the send queue as activity.Ben Pfaff2012-08-131-9/+14
* rconn: Remove unused functions.Ben Pfaff2012-08-132-61/+0
* 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
* Set dates for release of 1.7.0.v1.7.0Justin Pettit2012-07-302-2/+3
* 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
* NEWS: Document flow setup improvement in 1.7 release.Justin Pettit2012-07-251-1/+2
* 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
* ovs-check-dead-ifs: Tolerate processes that disappear during run.Ben Pfaff2012-07-052-1/+7
* ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff2012-07-054-19/+44
* 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
* Update dates and notes for 1.6.1 release.Justin Pettit2012-06-262-1/+14
* lib: Do not assume sig_atomic_t is int.Ed Maste2012-06-262-2/+3
* ofproto-dpif-governor: Improve performance when most flows get set up.Ben Pfaff2012-06-252-9/+39
* ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().Ben Pfaff2012-06-251-1/+1
* dpif-linux: Zero 'stats' outputs of dpif_operate() ops on failure.Ben Pfaff2012-06-251-10/+24
* ofproto-dpif-governor: Wake up only when there is genuinely work to do.Ben Pfaff2012-06-201-1/+3
* debian: Make DKMS automatically build for running kernel.Ben Pfaff2012-06-192-0/+3
* 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
* dpif-netdev: Fix use-after-free in dpif_netdev_recv.Ben Pfaff2012-06-091-1/+1
* 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-012-2/+2
* NEWS: Move learning timeout changes to 1.5.0 section.Justin Pettit2012-06-011-2/+2
* ofp-util: Clean up cookie handling.Justin Pettit2012-05-2912-69/+266
* datapath: Avoid system freeze due to ovs-flow-rehash softlockup.Pravin B Shelar2012-05-232-11/+4
* bridge: Ignore "null" interfaces as required.Ethan Jackson2012-05-211-2/+3
* ofproto-dpif-governor: Fix bug in log message.Ben Pfaff2012-05-221-1/+1
* Fix typo in "PYTHONPATH".Ben Pfaff2012-05-221-1/+1