summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Stop parse odp actions if nlattr is overflowbranch-2.1Yifeng 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
* pcap-file: Fix formatting of log message.Ben Pfaff2018-08-031-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
* ofp-print: Don't abort on unknown reason in role status message.Ben Pfaff2017-07-071-1/+2
* 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
* ofp-actions: Prevent integer overflow in decode.Joe Stringer2016-03-031-1/+5
* ofp-actions: Fix use-after-free in bundle action.Joe Stringer2016-03-031-1/+1
* bond: Use correct type for slave's change_seq.Jarno Rajahalme2015-12-041-1/+1
* debian: place kernel module to satisfy depmod search.Saurabh Mohan2015-11-022-1/+2
* ipfix: Fix SIGFPE in bridge exporter sampling.Joe Stringer2015-09-111-0/+4
* ipfix: Add bridge_exporter_enabled().Joe Stringer2015-09-111-2/+8
* 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
* odp-util: Make sure vlan tci mask has exact match for VLAN_CFI.Alex Wang2015-06-071-0/+4
* Update my email addressYAMAMOTO Takashi2015-06-031-1/+1
* 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
* ofproto-dpif-xlate: Roll back group bucket actions after every bucket.Jarno Rajahalme2015-03-242-8/+32
* datapath: Fix net exit.Pravin B Shelar2015-02-202-2/+45
* ofp-parse: Correctly update bucket lists if they are empty.Ben Pfaff2015-02-133-18/+22
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-138-65/+327
* 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
* vlog: Logging option '--syslog-target' needs one argument.Gurucharan Shetty2015-01-261-1/+1
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.Ben Pfaff2015-01-191-1/+2
* 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
* ofp-print-ofctl: Free group buckets.Simon Horman2014-10-311-0/+2
* ofproto: Avoid theoretical double free of large rule collections.Ben Pfaff2014-10-201-0/+3
* datapath: Restore OVS_CB after skb_segment.Pravin B Shelar2014-09-231-0/+4
* datapath: Backport __ip_select_ident() functionPravin B Shelar2014-09-102-0/+7
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-022-5/+12
* thread: Use explicit wide type when shifting > 32 bitsThomas Graf2014-08-291-2/+2
* 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
* vtep-ctl: Free error string before return from cmd_remove().Madhu Challa2014-08-271-2/+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
* Prepare for 2.1.4.Justin Pettit2014-08-143-1/+12