summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* meta-flow: Fix format in documentation.Yi-Hung Wei2017-11-031-3/+4
* ofp-util: Update OpenFlow 1.6 port support to track latest proposal.Ben Pfaff2017-11-031-28/+7
* dpif-netlink-rtnl: Fix ovs_geneve probing after restart.William Tu2017-11-021-0/+39
* ovsdb-idl: Fix memory leakYifeng Sun2017-11-021-0/+1
* netdev-dummy: Avoid double-free in netdev_dummy_ip4addr().Yifeng Sun2017-11-021-1/+0
* netdev-linux: Fix wrong ceil rate when max-rate less than 8bit.Kaige Fu2017-11-021-4/+3
* packets: Fix C++ compilation issues when include packets.hYi-Hung Wei2017-11-022-2/+17
* Add general-purpose IP/port parsing function.Mark Michelson2017-11-022-0/+88
* packets: Add ESP header and trailer.Ian Stokes2017-10-311-0/+14
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-314-113/+11
* dpif: Remove duplicated word in comment for dpif_recv()Kaige Fu2017-10-301-5/+5
* route-table: Remove netdevs in netdev_hash when deletedKaige Fu2017-10-301-1/+8
* netdev-dpdk: Fix mp_name leak on snprintf failure.Ilya Maximets2017-10-301-0/+1
* ovsdb-idl: fix index row setting with references.Han Zhou2017-10-301-4/+28
* ofp-actions: Fix dead assignment.William Tu2017-10-301-1/+1
* timeval: Check for OS-provided clock_gettime on macOSRichard Oliver2017-10-301-3/+3
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2017-10-271-37/+59
|\
| * netdev-dpdk: Rename dpdk_mp_put as dpdk_mp_free.antonio.fischetti@intel.com2017-10-261-3/+5
| * netdev-dpdk: Reword mp_size as n_mbufs.antonio.fischetti@intel.com2017-10-261-10/+10
| * netdev-dpdk: manage failure in mempool name creation.antonio.fischetti@intel.com2017-10-261-0/+7
| * netdev-dpdk: skip init for existing mempools.antonio.fischetti@intel.com2017-10-261-5/+5
| * Fix mempool names to reflect socket id.antonio.fischetti@intel.com2017-10-261-6/+7
| * netdev-dpdk: fix management of pre-existing mempools.antonio.fischetti@intel.com2017-10-261-16/+28