summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload: Rename offload providers.Ilya Maximets2019-06-117-26/+25
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-1113-702/+800
* dpctl: Update docs about dump-flows and HW offloading.Ilya Maximets2019-06-112-0/+9
* netdev: Dynamic per-port Flow API.Ilya Maximets2019-06-1115-229/+396
* lacp: Don't send or receive PDUs when carrier state of slave is downNitin Katiyar2019-06-102-6/+32
* lacp: Avoid packet drop on LACP bond after link upNitin Katiyar2019-06-102-2/+10
* ovs-ofctl: New testing command "parse-group".Ben Pfaff2019-06-091-1/+4
* ofp-actions: Improve a few error messages.Ben Pfaff2019-06-092-3/+3
* ofp-actions: Eliminate redundant error messages from ofpacts_parse__().Ben Pfaff2019-06-091-21/+0
* ofp-actions: Improve error messages for verification failures in parsing.Ben Pfaff2019-06-091-33/+57
* ofp-actions: Enforce minimum length for packet truncation during parsing.Ben Pfaff2019-06-091-0/+6
* ofp-actions: Make decap action format output match parsed input.Ben Pfaff2019-06-091-1/+1
* ofp-actions: Make encap action really require OF1.3+.Ben Pfaff2019-06-091-0/+2
* conntrack: ignore port for ICMP/ICMPv6 NAT.solomon2019-06-071-4/+8
* flow: Don't include ports of first fragments in hashVan Bemmel, Jeroen (Nokia - US)2019-06-071-7/+7
* dpif-netdev: Forbid vport offloading attempts.Ilya Maximets2019-06-061-1/+1
* dpif-netdev: Fix flow mark leak on port lookup failure.Ilya Maximets2019-06-061-8/+10
* conntrack: Add 'conn_lookup()' api.Darrell Ball2019-06-051-26/+23
* conntrack: Fix missed 'conn' lookup checks.Darrell Ball2019-06-051-5/+15
* conntrack: Don't re-add cleaned 'conn' to expiry list.Darrell Ball2019-06-052-4/+9
* netdev-tc-offloads: Support match on priority tagsEli Britstein2019-06-031-4/+8
* Remove ESX references.Justin Pettit2019-06-012-9/+3
* netdev-dpdk: Print the reason of device detaching failure.Ilya Maximets2019-05-301-2/+5
* dpif-netdev: Fix unsafe access to pmd polling lists.Ilya Maximets2019-05-291-5/+6
* conntrack: Expand 'conn_to_ct_dpif_entry()' locking.Darrell Ball2019-05-241-11/+4
* coverage: Add command for reading counter value.Jakub Sitnicki2019-05-242-0/+44
* ovsdb-idl: Tracking - preserve data for deleted rows.Han Zhou2019-05-242-7/+31
* conntrack: add display support for sctpAaron Conole2019-05-243-1/+113
* netdev-dpdk: Post-copy Live Migration support for vhost-user-client.Liliia Butorina2019-05-244-0/+30
* vswitchd: Track status of memory locking.Ilya Maximets2019-05-242-0/+18
* ovs-actions: Fix sentence.Nicolas Bouliane2019-05-101-1/+1
* ovs-actions.xml: Better document the "bundle" and "bundle_load" actions.Ben Pfaff2019-05-101-4/+49
* conntrack: Add rcu support.Darrell Ball2019-05-097-859/+457
* odp-util: extend usage of limit for parse functionsToms Atteka2019-05-091-26/+70
* stopwatch: Free stopwatch packets after processingDumitru Ceara2019-05-081-0/+1
* conntrack: Free conntrack context in 'conntrack_destroy()'.Darrell Ball2019-05-061-0/+1
* conntrack: Stop exporting internal datastructures.Darrell Ball2019-05-034-200/+198
* sparse: Configure target operating system and fix fallout.Ben Pfaff2019-04-241-2/+2
* travis: Fix checks skipping by sparse.Ilya Maximets2019-04-241-1/+1
* Double postponing to free subtables.Zhantao Fu2019-04-232-14/+27
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-227-1/+317
* netdev-linux: Add coverage counters for netdev_set_policing when ingress tc-o...Tonghao Zhang2019-04-221-5/+6
* dpif-netdev: fix meter at high packet rate.William Tu2019-04-221-1/+1
* dpif-netdev: Update comment about flow installation race.Ilya Maximets2019-04-181-2/+1
* dpif-netdev: Fix double parsing of packets when EMC disabled.Ilya Maximets2019-04-181-14/+7
* netlink linux: fix to append the netnsid netlink attr.Flavio Leitner2019-04-161-1/+1
* netlink linux: account for the netnsid netlink attr.Flavio Leitner2019-04-161-2/+2
* stream-ssl: Add support for TLS SNI (Server Name Indication).Ben Pfaff2019-04-161-5/+58
* conntrack: Fix minimum connections to clean.Darrell Ball2019-04-161-2/+3
* ovsdb-idl: Support optionally not shuffling multiple remotes.Han Zhou2019-04-153-2/+16