summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 2.7.4.v2.7.4Justin Pettit2018-02-262-3/+3
* ofp-meter: Fix use-after-free for decoding meter mods.Ben Pfaff2018-02-161-1/+1
* dpdk: Use DPDK 16.11.4 stable release.Ian Stokes2018-02-064-9/+9
* netdev-dpdk: Fix requested MTU size validation.Ian Stokes2018-01-262-1/+24
* netdev-dpdk: fix ingress_policer leak on error pathzhangliping2018-01-261-0/+1
* ofproto: Fix double-unref of temporary rule when learning.Ben Pfaff2018-01-262-10/+8
* gre: strip gre-tso offload flagswenxu2018-01-261-0/+2
* ovs-tcpundump: fix a conversion issueAaron Conole2018-01-121-1/+1
* OVN pacemaker: Fix issues when started as pacemaker container bundlesNuman Siddique2018-01-091-24/+27
* ovn-sb.xml: Correct statement on use of bit ranges.Jakub Sitnicki2018-01-091-1/+1
* doc: Fix mailing list addresses.Jakub Sitnicki2018-01-091-5/+5
* lex: Fix parsing of long tokens.Ben Pfaff2018-01-081-1/+1
* odp-util: Use flexible sized buffer to hold Geneve options.Ben Pfaff2017-12-221-5/+5
* odp-util: Avoid reading wrong table in generate_all_wildcard_mask().Ben Pfaff2017-12-211-2/+3
* bond: Fix bug that writes to freed memoryYifeng Sun2017-12-201-1/+3
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-121-5/+2
* ovsdb-idl: Fix assertion failure on error path parsing server reply.Ben Pfaff2017-12-111-2/+2
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-113-0/+43
* tests: Use $(MKDIR_P) instead of mkdir -p.Ben Pfaff2017-12-061-1/+1
* tests: Use $(MKDIR_P) to avoid races.Ben Pfaff2017-12-061-1/+1
* OVN pacemaker: Add the monitor action for Master roleNuman Siddique2017-12-051-8/+40
* datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.Yunjian Wang2017-12-041-1/+6
* netdev: netdev_get_etheraddr is not functioning as advertised.Yifeng Sun2017-11-301-1/+7
* ovn pacemaker: Provide the option to configure inactivity probe valueNuman Siddique2017-11-302-0/+36
* dpif: Fix memory leakYifeng Sun2017-11-291-0/+1
* ovs-ofctl: Fix bad free in colors_parse_from_env().Lili Huang2017-11-291-1/+2
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-285-9/+91
* ovn-northd: Refactor logic for logical port 'up' state updateJakub Sitnicki2017-11-281-5/+2
* odp-util: Fix buffer overread in parsing string form of ODP flows.Ben Pfaff2017-11-271-1/+1
* ovn-ctl: Add -vfile:info option to OVN_NB/SB_LOG optionsNuman Siddique2017-11-271-2/+2
* OpenvSwitch logrotate: Use ctl file path as target in ovs-appctl to reset logsNuman Siddique2017-11-272-5/+5
* debian, xenserver: Update logrotate config to match RHEL.Ben Pfaff2017-11-272-17/+19
* rhel: Avoid logrotate error if /var/run/openvswitch does not existTimothy Redaelli2017-11-271-3/+5
* rhel/etc_logrotate.d_openvswitch: Fix coding styleTimothy Redaelli2017-11-271-7/+7
* tests: Try harder to figure out whether IPv6 is supported.Ben Pfaff2017-11-141-1/+6
* ovn: Fix remote not receive GARP, when localnet Port has vlan tag.Guoshuai Li2017-11-132-3/+47
* netdev-linux: Fix wrong ceil rate when max-rate less than 8bit.Kaige Fu2017-11-021-4/+3
* datapath: Remove redundant check for IFF_NO_QUEUEKaige Fu2017-11-021-3/+0
* travis: Fix OSX build on travisWilliam Tu2017-11-011-0/+1
* datapath: Check maximum netlink message sizeGreg Rose2017-10-311-0/+4
* ofproto-dpif-xlate: Always process IGMP packets in userspace.Ben Pfaff2017-10-091-6/+7
* replication: Avoid theoretical use-after-free error in reset_database().Ben Pfaff2017-10-061-2/+2
* rhel: Skip systemctl redirect.Gurucharan Shetty2017-10-061-0/+2
* ovs-ctl.in: Call 'hostname -f' after vswitchd starts.Gurucharan Shetty2017-10-061-2/+7
* connmgr: Fix violation of flow monitoring protocol description.Ben Pfaff2017-09-281-14/+14
* Prepare for 2.7.4.Justin Pettit2017-09-263-1/+11
* Set release date for 2.7.3.v2.7.3Justin Pettit2017-09-262-4/+3
* docs: Use DPDK 16.11.3 stable release.Ian Stokes2017-09-254-9/+9
* ofp-util: Fix memory leaks when parsing OF1.5 group properties.Ben Pfaff2017-09-221-4/+13
* ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().Ben Pfaff2017-09-221-34/+48