summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Stop parse odp actions if nlattr is overflowbranch-2.0Yifeng Sun2019-02-041-0/+4
* python: Catch setsockopt exceptions for TCP stream.Ilya Maximets2018-12-201-1/+5
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.Ben Pfaff2018-10-031-1/+2
* netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.Ben Pfaff2018-08-201-1/+1
* ovs-tcpundump: fix a conversion issueAaron Conole2018-01-121-1/+1
* connmgr: Fix crash when in_band_create() fails.Ben Pfaff2017-07-171-1/+1
* ovsdb-types: Fix memory leak on error path.Yunjian Wang2017-07-111-0/+1
* rconn: Avoid abort for ill-behaved remote.Ben Pfaff2016-12-231-6/+10
* ofproto-dpif-ipfix: Fix assertion failure for bad configuration.Ben Pfaff2016-12-091-24/+23
* Revert "bond: Use correct type for slave's change_seq."Jarno Rajahalme2015-12-041-1/+1
* bond: Use correct type for slave's change_seq.Jarno Rajahalme2015-12-041-1/+1
* openvswitch-cfg-update: Fix incorrect controller config.Alex Wang2015-08-241-1/+2
* meta-flow: Fix ip_frag handling in mf_set_wild().Jarno Rajahalme2015-08-202-3/+3
* debian: install openvswitch kernel module under "updates" directoryAnsis Atteka2015-05-261-1/+1
* netdev-bsd: Fix netdev_bsd_get_mtu() return value.Ben Pfaff2015-04-171-1/+1
* netdev-bsd: Fix sign extension bug in ifr_flags on FreeBSD.Kevin Lo2015-04-051-2/+4
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-138-65/+330
* timeval: Correctly report usage statistics in log_poll_interval().Ben Pfaff2015-02-111-26/+31
* XenServer: Don't reset on xe-toolstack-restartJason Kölker2015-02-061-12/+17
* XenServer: PEP8 Cleanup for openvswitch-cfg-updateJason Kölker2015-02-061-67/+80
* ofproto-dpif: Revalidate when sFlow probability changes.Ben Pfaff2015-02-032-1/+5
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.Ben Pfaff2015-01-191-1/+2
* tests: Fix test failure in "ofproto-dpif - NetFlow flow expiration".Ben Pfaff2014-11-101-3/+3
* lib/odp-util: Do not use mask if it doesn't exist.Jarno Rajahalme2014-11-101-8/+8
* netflow: Fix interpretation of flow_seq.Motonori Shindo2014-11-041-1/+1
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-022-5/+12
* netdev-linux: Cast policer rate to uint64_t to avoid overflowThomas Graf2014-08-291-1/+1
* datapath: Always initialize fix_segment for GSO packet.Pravin B Shelar2014-08-291-0/+2
* ovsdb: Fix error leak for negative timeout and invalid until caseThomas Graf2014-08-281-0/+2
* Fix memory leaks in error paths.yinpeijun2014-08-272-0/+2
* debian: Fix cross build.Ed Swierk2014-08-261-1/+1
* json: Fix leaked nodes in json_hash_object()Thomas Graf2014-08-261-0/+1
* 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