summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-tc-offloads: Fix vxlan tunnel offloadingPaul Blakey2017-09-201-3/+2
* lib/odp: Fix handling of set masked action in parse_odp_actionPaul Blakey2017-09-131-0/+9
* Merge branch 'dpdk_merge' of https://github.com/darball/ovs.Ben Pfaff2017-09-122-124/+155
|\
| * netdev-dpdk: Execute QoS Checking before copying to mbuf.Gao Zhenyu2017-09-061-38/+49
| * ovs-atomic-msvc: Add atomics x64 buildsAlin Gabriel Serdean2017-09-062-1/+13
| * dpif-netdev: Fix a couple of coding style issues.Kevin Traynor2017-09-051-5/+6
| * dpif-netdev: Rename "size" variable to "cnt".Cian Ferriter2017-09-051-4/+4
| * dpif-netdev: Fix comments in function headers.Fischetti, Antonio2017-09-051-6/+7
| * dpif-netdev: Fix per packet cycles statistics.Ilya Maximets2017-09-051-6/+5
| * netdev-dpdk: Create separate memory pool for each port.Robert Wojciechowicz2017-09-051-64/+79
| * netdev-dpdk: update vhost user client port status.wangzhike2017-09-051-1/+5
* | add libressl compatibilityStuart Cardall2017-09-101-1/+1
* | dpif-netdev: Avoid side-effect in argument of atomic_store_relaxed().Ben Pfaff2017-09-101-2/+2
* | ovs-atomic-msvc: Add atomics x64 buildsAlin Gabriel Serdean2017-09-062-1/+13
|/
* daemon-windows: Set default error mode for servicesAlin Gabriel Serdean2017-09-011-0/+6
* netdev-dpdk: vhost get stats fix.wangzhike2017-08-251-3/+3
* netdev-dpdk: use 64-bit arithmetic when converting rates.Lance Richardson2017-08-251-2/+2
* conntrack: Fix ct-clean thread crash bug.Lily Huang2017-08-251-0/+1
* dpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.Kevin Traynor2017-08-251-0/+35
* dpif-netdev: Change pmd selection order.Kevin Traynor2017-08-251-1/+26
* dpif-netdev: Change rxq_scheduling to use rxq processing cycles.Kevin Traynor2017-08-251-31/+92
* dpif-netdev: Count the rxq processing cycles for an rxq.Kevin Traynor2017-08-251-4/+71
* dpif-netdev: Add rxq processing cycle counters.Kevin Traynor2017-08-251-3/+27
* dpif-netdev: Change polled_queue to use dp_netdev_rxq.Kevin Traynor2017-08-251-5/+5
* dp-packet: Use memcpy on dp_packet elements.Fischetti, Antonio2017-08-252-10/+14
* conntrack: pass current time to conntrack_execute.Fischetti, Antonio2017-08-243-4/+5
* dp-packet: Refactor DPDK packet initialization.Darrell Ball2017-08-243-7/+21
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-14/+13
* dpif: Fix cleanup of netdev_ports mapRoi Dayan2017-08-181-6/+14
* netdev-tc-offloads: Add prefix to identify source of log msgRoi Dayan2017-08-161-6/+6
* ovsdb-idl: Rename 'old' to 'old_datum'.Joe Stringer2017-08-153-49/+51
* ovsdb-idl: Avoid new expression.Joe Stringer2017-08-153-63/+68
* ovsdb-idl: Avoid mutable type specifier.Joe Stringer2017-08-152-2/+2
* ovsdb-idl: Avoid class declaration.Joe Stringer2017-08-153-80/+80
* netdev-tc-offloads: Offload match on tcp_flagsPaul Blakey2017-08-111-7/+4
* tc: Add matching on tcp flagsPaul Blakey2017-08-112-0/+12
* odp-util: Put tcp_flags value to netlink if value is 0Paul Blakey2017-08-111-1/+1
* netdev-tc-offloads: Add nw_ttl matching using flowerPaul Blakey2017-08-111-5/+5
* match: Add helper function to set nw_ttl with maskPaul Blakey2017-08-111-0/+7
* tc: Add ip layer ttl matchingPaul Blakey2017-08-112-0/+12
* netdev: Free ifidx mapping in netdev_ports_remove().Joe Stringer2017-08-111-0/+21
* netdev-dpdk: include dpdk PCI header directlyAaron Conole2017-08-101-0/+1
* dp-packet: Reset DPDK hwol flags on init.Darrell Ball2017-08-103-4/+23
* netdev-dummy: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* dpif: Clean up netdev_ports map on dpif_close().Joe Stringer2017-08-091-0/+8
* Remove duplicate description about Experimenter classesYi Yang2017-08-091-21/+2
* netdev-vport: Always implement get_ifindex for netdev-vportPaul Blakey2017-08-091-10/+1
* netdev-linux: Reduce log level for ENODEV errors getting ifindexRoi Dayan2017-08-091-2/+6
* dp-packet: Use OVS_UNUSED to mark possibly unused parameters.Ben Pfaff2017-08-091-8/+8
* netdev-dummy: Close pcap files when dummy device is closed.Ben Pfaff2017-08-081-0/+6