summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Open vSwitch 2.0.2.v2.0.2Justin Pettit2014-08-143-1/+12
* Fix two memory leaks.yinpeijun2014-07-283-0/+3
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-163-15/+32
* dpif-linux: Fix bad backport in previous commit.Ben Pfaff2014-07-151-1/+1
* dpif-linux: Avoid null dereference if all ports disappear.Ben Pfaff2014-07-151-2/+2
* tests: Disable glibc memory checking under glibc <= 2.11.Ben Pfaff2014-07-111-4/+18
* datapath/flow_netlink: Fix NDP flow mask validationDaniele Di Proietto2014-07-101-1/+1
* datapath: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-303-20/+29
* json: Fix parsing of strings that end with a backslash.Ben Pfaff2014-06-252-5/+16
* ofproto-dpif: Configure datapath max-idle through ovs-vsctl.Alex Wang2014-06-225-0/+23
* stream-ssl: Enable TLSv1.1 and TLSv1.2.Ben Pfaff2014-06-132-3/+12
* ofproto: Fix memory leak in ofproto_destroy().Ben Pfaff2014-06-061-0/+3
* ofproto: Send monitor updates if a flow mod changes a rules actionsSimon Horman2014-06-052-1/+6
* bridge: Initialize dscp for mgmt connections.Gurucharan Shetty2014-05-281-0/+1
* ovs-ctl: Don't decrease max open fds if already set higherThomas Graf2014-05-091-1/+4
* tunnel: Fix bug where misconfiguration persists.Joe Stringer2014-05-081-1/+2
* netdev: Safely increment refcount in netdev_open().Joe Stringer2014-05-051-3/+3
* datapath: Fix feature check for HAVE_RXHASH.Jesse Gross2014-05-021-1/+1
* datapath: clear l4_rxhash in skb_clear_hash.Pritesh Kothari2014-05-012-0/+4
* ofproto-dpif-xlate: Fix in_port=controller case for NORMAL actionYAMAMOTO Takashi2014-05-021-3/+4
* netflow: Correctly track flow creation time.Ben Pfaff2014-04-101-2/+1
* vlandev: Fix an obvious predicate logic crash bug.ZhengLingyun2014-04-101-1/+1
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.Alex Wang2014-03-201-1/+1
* dpif-netdev: Use packet key to parse TCP flags.Jarno Rajahalme2014-03-191-3/+4
* stp: Fix bpdu tx problem in listening statekmindg2014-03-153-4/+30
* odp-util: Include tun_id when nonzero even if "key" flag not set.Ben Pfaff2014-03-031-1/+2
* ofproto-dpif: Discard any flow_miss_batches before destroy a ofprotoAndy Zhou2014-02-282-2/+6
* dpif-linux: Lookup netdev to get netdev type string.Joe Stringer2014-02-261-2/+5
* ofproto-dpif: Complete all packet translations before freeing an ofproto.Ben Pfaff2014-02-253-5/+23
* ofproto-dpif: Fix segfault removing port when STP is enabled.Ben Pfaff2014-02-212-0/+4
* ofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP) from netdev state.Ben Pfaff2014-02-201-1/+2
* ipfix: fix upcall cookie size checks to support 8 byte cookiesRomain Lenglet2014-02-191-4/+4
* datapath: Fix race.Jarno Rajahalme2014-02-131-3/+4
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-121-1/+1
* tests: Fix up tests to match changes from previous commit.Ben Pfaff2014-02-111-5/+5
* ofproto-dpif-xlate: Make flows that match ICMP fields revalidate correctly.Ben Pfaff2014-02-113-16/+31
* packets: Fix userland implementation of set-field ipv6 addressesYAMAMOTO Takashi2014-02-041-2/+2
* ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executedKen Ajiro2014-02-031-0/+1
* datapath: Do not free in use mask list, fixes a kernel crash bugAndy Zhou2014-01-291-2/+4
* ofproto-dpif: Fix rule delete deadlock.Ethan Jackson2014-01-283-13/+20
* datapath: Fix kernel panic on ovs_flow_freeAndy Zhou2014-01-232-19/+20
* ipsec: install iptables rules that set IPsec bit in skb markAnsis Atteka2014-01-212-0/+16
* Add check for -latomicJames Page2014-01-162-0/+7
* ofproto: Avoid segfault modifying flow with invalid meter.Ben Pfaff2014-01-141-2/+2
* sFlow: clear the paddingFrancesco Fusco2014-01-131-0/+4
* bfd: Fix cpath_down set failure.Alex Wang2014-01-081-4/+2
* ofproto-dpif: Fix a vlan-splinter megaflow bugAndy Zhou2014-01-082-6/+32
* odp-util: Avoid null dereference in parse_8021q_onward().Ben Pfaff2013-12-311-1/+3
* bridge: Fix reversed string parsing in bridge_configure_flow_miss_model().Alex Wang2013-12-301-2/+2
* ofp-parse: Check port number only after parsing it in parse_output().Daisuke Kotani2013-12-241-1/+1