summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdev-vport: Use the dst_port in tunnel netdev nameChris Mi2019-04-151-5/+17
* pvector: Document the entry destruction policy.Ilya Maximets2019-04-151-0/+7
* odp-util: Add FLOW_WC_SEQ assertions.Ben Pfaff2019-04-121-0/+10
* flow: Add FLOW_WC_SEQ assertions and improve comments.Ben Pfaff2019-04-122-30/+49
* meta-flow: Add comment.Ben Pfaff2019-04-121-0/+6
* netdev-rte-offloads: Fix printing masks with wrong byte order.Ilya Maximets2019-04-111-7/+7
* netdev-dpdk: Allocate vhost_id dynamically.Ilya Maximets2019-04-101-17/+22
* ovs-tc: offload datapath rules matching on internal portsJohn Hurley2019-04-103-20/+35
* ovs-tc: allow offloading TC rules to egress qdiscsJohn Hurley2019-04-094-48/+89
* ovs-tc: allow offloading of ingress mirred TC actions to datapathJohn Hurley2019-04-093-11/+70
* netdev-tc-offloads: Fix probe tc block supportRaed Salem2019-04-091-2/+14
* compiler: Disable BUILD_MESSAGE() when processing with sparse.Ben Pfaff2019-04-081-2/+2
* lib: added check to prevent int overflowToms Atteka2019-03-263-0/+39
* ovsdb-idl.c: Remove meaningless MAX().Han Zhou2019-03-261-1/+1
* hmap: Improve debug log message when reporting unusually large buckets.Ben Pfaff2019-03-261-5/+24
* odp-util: Do not rewrite fields with the same values as matchedEli Britstein2019-03-251-13/+78
* OVN: Make periodic RAs consistent with RA responder.Mark Michelson2019-03-251-3/+0
* netdev-dpdk: Print netdev name for txq mapping.Ilya Maximets2019-03-221-4/+12
* dpif-netdev-perf: Fix millisecond stats precision with slower TSC.Ilya Maximets2019-03-221-2/+2
* reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT.Han Zhou2019-03-221-1/+1
* netdev-rte-offloads: Add thread-safety notes.Ilya Maximets2019-03-211-0/+17
* dpif-netlink: make offload failed EOPNOTSUPP and ENOSPC cases lower priority ...wenxu2019-03-211-2/+5
* netdev-rte-offloads: Rename netdev_dpdk_* functionsOphir Munk2019-03-192-30/+32
* netdev-dpdk: Move offloading code to a new fileRoni Bar Yanai2019-03-194-693/+775
* netdev-dpdk: Expose flow creation/destruction callsRoni Bar Yanai2019-03-192-15/+49
* dpif-netdev-perf: Fix double update of perf histograms.Ilya Maximets2019-03-191-8/+0
* dpdk: Stop dumping memzones to stdout.Ilya Maximets2019-03-191-1/+17
* dpctl: Drop parser debug information.Ilya Maximets2019-03-181-4/+0
* odp-util: added NULL check for error pointer argumentToms Atteka2019-03-181-3/+9
* netdev-tc-offloads: Properly get the block id on flow del/getOr Gerlitz2019-03-181-4/+4
* netdev-tc-offloads: Improve log message for icmpv6 offload not supportedMoshe Levi2019-03-181-2/+2
* conntrack: Replace structure copy by memcpy().Darrell Ball2019-03-151-9/+12
* conntrack: Lookup only 'UNNAT conns' in 'nat_clean()'.Darrell Ball2019-03-151-4/+21
* conntrack: Fix race for NAT cleanup.Darrell Ball2019-03-151-44/+98