summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-195-325/+686
|\
| * netdev-dpdk: add vhost-user get_status.Flavio Leitner2018-01-171-2/+60
| * dpif-netdev: Add percentage of pmd/core used by each rxq.Kevin Traynor2018-01-171-13/+40
| * dpif-netdev: Reset the rxq current cycle counter on reload.Kevin Traynor2018-01-171-0/+2
| * dpif-netdev: Time based output batching.Ilya Maximets2018-01-171-22/+86
| * dpif-netdev: Count cycles on per-rxq basis.Ilya Maximets2018-01-171-2/+30
| * dpif-netdev: Use microsecond granularity.Ilya Maximets2018-01-171-13/+14
| * dpif-netdev: Refactor cycle countingJan Scheurich2018-01-172-94/+134
| * dpif-netdev: Refactor PMD performance into dpif-netdev-perfJan Scheurich2018-01-174-209/+349
| * netdev-dpdk: fix ingress_policer leak on error pathzhangliping2018-01-171-0/+1
* | dpif-netlink-rtnl: Work around MTU bug in kernel GRE driver.Ben Pfaff2018-01-181-0/+19
* | dpif-netlink-rtnl: Use 65000 instead of 65535 as tunnel MTU.Ben Pfaff2018-01-181-1/+10
* | odp-util: Fix compiler warning.Aaron Conole2018-01-181-2/+2
|/
* netdev-native-tnl: Add assertion in vxlan_pop_header.Bhanuprakash Bodireddy2018-01-121-0/+3
* packets: Prefetch the packet metadata in cacheline1.Bhanuprakash Bodireddy2018-01-121-1/+6
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-0/+49
* nsh: fix nested mask for OVS_KEY_ATTR_NSHYi Yang2018-01-113-67/+125
* odp-util: Fix Sparse warning in parse_odp_userspace_action().Justin Pettit2018-01-111-1/+1
* nsh: add new flow key 'ttl'Yi Yang2018-01-119-147/+273
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-102-3/+8
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-102-9/+61
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-102-2/+12
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-1/+47
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-102-52/+41
* netdev-dummy: Lock mutex when retrieving custom stats.Ben Pfaff2018-01-101-0/+2
* netdev: Custom statistics.Michal Weglicki2018-01-1011-7/+407
* Fixes: windows x64 buildAlin Gabriel Serdean2018-01-101-2/+7
* conntrack: Reorder sanity checks in extract_l3_ipvx().Darrell Ball2018-01-101-8/+8
* conntrack: Some style improvements.Darrell Ball2018-01-101-101/+70
* conntrack: Add additional alg support.Darrell Ball2018-01-102-37/+60
* conntrack: Fix alg expectation cleanup.Darrell Ball2018-01-103-70/+105
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-099-0/+56
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-099-0/+146
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-5/+4
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-0811-217/+698
* ofp-print: Include full hex dump of messages that fail decode.Ben Pfaff2018-01-051-319/+280
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-052-3/+15
* ofp-actions: Log version, vendor, and type of unknown actions being parsed.Ben Pfaff2018-01-031-0/+3
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-0210-111/+273
|\
| * dpif-netdev: Count sent packets and batches.Ilya Maximets2017-12-201-5/+25
| * netdev: Remove useless cutlen.Ilya Maximets2017-12-204-9/+4
| * netdev: Remove unused may_steal.Ilya Maximets2017-12-208-34/+26
| * dpif-netdev: Output packet batching.Ilya Maximets2017-12-201-12/+65
| * dpif-netdev: Keep latest measured time for PMD thread.Ilya Maximets2017-12-201-56/+89
| * netdev-dpdk: Add debug appctl to get mempool information.Ilya Maximets2017-12-202-0/+59
| * vswitchd: Document netdev-dpdk commands.Ilya Maximets2017-12-202-0/+10
* | sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-2237-28/+58
* | ovsdb-client: Show even constraint-breaking data in "dump" output.Ben Pfaff2017-12-222-0/+22
* | table: Add --max-column-width option.Ben Pfaff2017-12-223-8/+32
* | odp-util: Use flexible sized buffer to hold Geneve options.Ben Pfaff2017-12-221-5/+5