summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tc: Send csum action only if we need to update csumPaul Blakey2017-11-231-3/+5
* tc: Fix wrong struct variable orderPaul Blakey2017-11-231-1/+1
* netdev-tc-offloads: Remove redundant loop handling ovs action setPaul Blakey2017-11-231-46/+44
* netdev-tc-offloads: Remove redundant bracketsPaul Blakey2017-11-231-1/+1
* netdev-tc-offloads: Verify csum flags on dump from tcPaul Blakey2017-11-232-16/+103
* netdev-tc-offloads: Fix accidental skipping of extended pedit keysPaul Blakey2017-11-231-1/+1
* netdev-tc-offloads: Fix travis compilation errorPaul Blakey2017-11-231-1/+3
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2017-11-202-145/+82
|\
| * netdev-dpdk: Fix mempool creation with large MTU.Ilya Maximets2017-11-171-1/+2
| * dpif-netdev: Rename rxq_interval.Kevin Traynor2017-11-161-4/+4
| * netdev-dpdk: Fix calling vhost API with negative vid.Ilya Maximets2017-11-161-7/+7
| * netdev-dpdk: Remove unused MAX_NB_MBUF.Ilya Maximets2017-11-161-14/+4
| * netdev-dpdk: Factor out struct dpdk_mp.Ilya Maximets2017-11-161-125/+65
| * netdev-dpdk: Fix dpdk_mp leak in case of EEXIST.Ilya Maximets2017-11-161-0/+6
| * netdev-dpdk: replace uint8_t with dpdk_port_tMark Kavanagh2017-11-161-1/+1
* | odp-execute: Add missing break statement for CLONE action.Vishal Deep Ajmera2017-11-201-0/+1
* | netdev-tc-offloads: update stats properly on flow deletionPaolo Abeni2017-11-171-3/+10
|/
* netdev-tc-offloads: Add support for action setPaul Blakey2017-11-161-6/+195
* tc: Add header rewrite using tc pedit actionPaul Blakey2017-11-162-3/+385
* odp-util: Expose ovs flow key attr len table for reusePaul Blakey2017-11-162-10/+12
* netdev: Eliminate redundant ifindex mapping.Ben Pfaff2017-11-151-54/+17
* netdev: Indentation and style fixes.Ben Pfaff2017-11-151-10/+10
* netdev: Change macro to function.Ben Pfaff2017-11-141-11/+14
* windows: Add interlocked function definitions for VS 2015Alin Gabriel Serdean2017-11-141-0/+7
* windows: _set_output_format is no longer required from VS2015Alin Gabriel Serdean2017-11-141-0/+3
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-134-19/+29
* dpif-netdev: Remove unnecessary resets on new rxqs.Kevin Traynor2017-11-121-7/+0
* netdev: Remove EOPNOTSUPP related comment for netdev_send().Ilya Maximets2017-11-091-4/+1
* NSH: Adjust NSH wire format to the latest IETF draftJan Scheurich2017-11-083-11/+15
* NSH: Minor bugfixesJan Scheurich2017-11-083-11/+14
* conntrack: Include <sys/types.h> before <netinet/icmp6.h>.Borja Marcos EA2EKH2017-11-061-1/+1
* dpctl: manage ret value when dumping CT entries.antonio.fischetti@intel.com2017-11-031-3/+24
* dpctl: Comment functions retrieving the datapath name.antonio.fischetti@intel.com2017-11-031-1/+27
* dpif-netdev: Set MAX_RECIRC_DEPTH to 6.Guoshuai Li2017-11-031-1/+1
* ofp-actions: Remove return after OVS_NOT_REACHED.Bhanuprakash Bodireddy2017-11-031-1/+0
* netdev-dpdk: Refactor netdev_dpdk structure.Bhanuprakash Bodireddy2017-11-031-74/+84
* dpif_netdev: Refactor dp_netdev_pmd_thread structure.Bhanuprakash Bodireddy2017-11-031-69/+91
* cmap: Use PADDED_MEMBERS_CACHELINE_MARKER in cmap_impl.Bhanuprakash Bodireddy2017-11-031-7/+12
* ccmap: Use PADDED_MEMBERS macro in ccmap_impl structure.Bhanuprakash Bodireddy2017-11-031-10/+9
* odp-execute: Use const qualifer for batch size.Bhanuprakash Bodireddy2017-11-031-1/+2
* netdev-linux: Clean up netdev_linux_sock_batch_send().Bhanuprakash Bodireddy2017-11-031-6/+7
* netdev-linux: Use DP_PACKET_BATCH_FOR_EACH in netdev_linux_tap_batch_send.Bhanuprakash Bodireddy2017-11-031-2/+2
* dpif-netdev: Reorder elements in dp_netdev_rxq structure.Bhanuprakash Bodireddy2017-11-031-1/+1
* netdev-provider: Reorder elements in netdev structure.Bhanuprakash Bodireddy2017-11-031-5/+6
* netdev-provider: Reorder element in netdev_flow_dump structure.Bhanuprakash Bodireddy2017-11-031-1/+1
* netdev: Reorder elements in netdev_tunnel_config structure.Bhanuprakash Bodireddy2017-11-031-2/+2
* netdev-dummy: Reorder elements in dummy_packet_stream structure.Bhanuprakash Bodireddy2017-11-031-1/+1
* tun-metadata: Reorder elements in tun_meta_entry structure.Bhanuprakash Bodireddy2017-11-031-1/+1
* lib: Remove lib/pool-loop.h from lib_libopenvswitch_la_SOURCESTimothy Redaelli2017-11-031-1/+0
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-0348-125/+47