summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* datapath: Check for backported netdev_features_t.Jesse Gross2013-12-203-11/+16
* connmgr: Fix attempt to take mutex recursively when exiting fail-open.Ben Pfaff2013-12-161-1/+2
* Release Open vSwitch 2.0.1.v2.0.1Justin Pettit2013-12-133-1/+12
* ofproto-dpif: Ignore non-packet field masks during flow revalidationAndy Zhou2013-12-114-2/+16
* datapath: Fix compat skb_get_rxhash()Pravin B Shelar2013-12-031-1/+2
* datapath: fix vport-netdev unregisterAlexei Starovoitov2013-12-025-6/+27
* vxlan: Optimize vxlan rcvPravin B Shelar2013-11-263-108/+20
* ipfix: fix segfault for Flow_Sample_Collector_Set without ipfixRomain Lenglet2013-11-201-2/+10
* debian: Avoid logrotate error if /var/run/openvswitch does not exist.Alfredo Finelli2013-11-122-3/+6
* odp-util: Fix formatting of ipfix action cookies, to fix a testsuite failureBen Pfaff2013-11-111-1/+1
* odp-util: Fix IPFIX breakage with old kernel modules.Ben Pfaff2013-11-111-2/+14
* netlink: New function nl_msg_put_unspec_zero().Ben Pfaff2013-11-112-0/+13
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* odp-util: Parse SCTP correctly.Gurucharan Shetty2013-10-301-4/+4
* fedora: Add ovs-dpctl-top to the spec file.Gurucharan Shetty2013-10-291-0/+2
* ofproto: Send only one OFPT_FLOW_REMOVED message when a flow expires.Ben Pfaff2013-10-212-5/+6
* ovs-lib: Return the correct exit status of the command 'status'Gurucharan Shetty2013-10-171-0/+8
* Announce that ovs-vswitchd is now multi-threaded.v2.0Justin Pettit2013-10-152-0/+6
* Set release date for 2.0.0.Justin Pettit2013-10-152-2/+5
* lib/meta-flow: Include util.h for ovs_assert().Jarno Rajahalme2013-10-151-0/+1
* tests: fix failure when $PKIDIR contains uuid-like stringYAMAMOTO Takashi2013-10-151-1/+1
* lib/meta-flow: Enforce mf_fields array order.Jarno Rajahalme2013-10-151-4/+8
* tests: Make ovsdb-server add/remove remote test faster and more reliable.Alex Wang2013-10-141-1/+20
* rconn: Make thread-safe.Ben Pfaff2013-10-112-45/+247
* connmgr: Formalize 'ofproto_mutex' as protecting ofconn monitor data.Ben Pfaff2013-10-113-19/+64
* connmgr: Use 'ofproto_mutex' to protect ofconns from being destroyed.Ben Pfaff2013-10-111-5/+32
* rconn: Make rconn_packet_counter thread-safe.Ben Pfaff2013-10-113-19/+70
* ofproto-dpif-xlate: Do initial rule lookup for callers.Ethan Jackson2013-10-095-27/+25
* ovs-controller: Avoid dereferencing NULL pointer when the switch acts as a hubZhengLingyun2013-10-081-11/+15
* ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."Gurucharan Shetty2013-10-041-12/+1
* ovs-lib: Return the exit status of ovs-ctl in ovs_ctl().Duffie Cooley2013-10-021-1/+12
* datapath: Fix vxlan gso with vlan.Pravin B Shelar2013-09-291-2/+2
* rhel: fix the exit status of the openvswitch init script.Duffie Cooley2013-10-011-1/+2
* hmap: Make bad hash functions easier to find.Ben Pfaff2013-09-242-18/+51
* ofproto: Fix memory leak in rule_actions_unref().Ben Pfaff2013-09-241-0/+1
* ofproto: Allow ofproto_delete_flow() to delete hidden rules.Ben Pfaff2013-09-231-1/+7
* cfm: Don't enforce CFM_FAULT_INTERVAL.Ethan Jackson2013-09-202-4/+1
* cfm: Prevent interval fault when demand mode is enabled on one end.alex wang2013-09-195-6/+69
* datapath: Remove net_device_ops compatibility code.Jesse Gross2013-09-171-19/+0
* utilities: a top like tool for ovs-dpctl dump-flows.Mark Hamilton2013-09-179-1/+1844
* vlog: Fix formatting of milliseconds in Python log messages.Ben Pfaff2013-09-171-2/+2
* ovsdb: write commit timestamps to millisecond resolution.Paul Ingram2013-09-173-6/+13
* ovsdb: Use DB load time, not on-disk commit times, for compaction.Paul Ingram2013-09-171-31/+12
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-1713-29/+99
* ofproto-dpif: Fix use-after-free error deleting last bridge.Ben Pfaff2013-09-171-1/+2
* tests: Make ovsdb-server add-db/remove-db test faster and more reliable.Ben Pfaff2013-09-161-2/+15
* FAQ: Fix version number for 2.0.Jesse Gross2013-09-131-1/+1
* ofproto-dpif: Move "learn" actions into individual threads.Ben Pfaff2013-09-123-40/+13
* ofproto: Remove redundant cls parameter from a few functions.Ben Pfaff2013-09-123-25/+13
* ofproto: Add global locking around flow table changes.Ben Pfaff2013-09-127-166/+481