summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | timeval: Add functions with microsecond granularity.Ilya Maximets2017-10-272-0/+39
* | dpif-netdev: Initialize new rxqs in port_reconfigure().Ben Pfaff2017-10-271-2/+7
|/
* Add dl_type to flow metadata for correct interpretation of conntrack metadataDaniel Alvarez2017-10-261-0/+3
* Check flow's dl_type before setting ct_orig_tuple in 'pkt_metadata_from_flow()'Numan Siddique2017-10-251-1/+4
* timeval: Fix misleading function descriptions.Ilya Maximets2017-10-241-6/+4
* json: New function json_object_put_format().Ben Pfaff2017-10-241-0/+12
* json: New function json_nullable_clone().Ben Pfaff2017-10-241-1/+7
* uuid: New function uuid_random().Ben Pfaff2017-10-242-0/+9
* socket-util: Make parse_bracketed_token() public, as inet_parse_token().Ben Pfaff2017-10-242-8/+9
* jsonrpc: Increment sequence number when connection actually made.Ben Pfaff2017-10-241-2/+3
* unixctl: Give better error message for unknown commands.Ben Pfaff2017-10-241-1/+3
* ovs-atomic: Add C++ compatible implementation.Ben Pfaff2017-10-173-9/+76
* netdev: Fix memory leak on error path.William Tu2017-10-121-3/+2
* util: Fix style in ovs_hex_dump().Ben Pfaff2017-10-091-39/+43
* ofp-print: Avoid trailing white space in OpenFlow dumps.Ben Pfaff2017-10-061-0/+1
* util: Avoid trailing white space in hex dumps.Ben Pfaff2017-10-061-3/+4
* table: Avoid trailing white space in tables.Ben Pfaff2017-10-061-0/+3
* daemon-unix: With --monitor, only close standard fds if --detach also used.Ben Pfaff2017-10-061-1/+3
* ovs-atomic: Reintroduce atomic_uint64_t and atomic_int64_t.Ben Pfaff2017-10-061-0/+4
* dpif-netdev: Use portable error code for zero rate meter bandAndy Zhou2017-09-291-1/+1
* dpif-netdev: Fix a zero-rate bug for meterAli Volkan ATLI2017-09-271-0/+9
* conntrack: Minor performance enhancement.Darrell Ball2017-09-261-3/+3
* conntrack: Fix clang static analysis reports.Darrell Ball2017-09-261-8/+4
* conntrack: Tighten handling of alg reverse conns.Darrell Ball2017-09-261-6/+28
* conntrack: Add function ct_print_conn_info().Darrell Ball2017-09-261-0/+58
* conntrack: Create nat_conn_keys_insert().Darrell Ball2017-09-261-13/+28
* Merge pull request #207 from darball/dpdk_mergeBen Pfaff2017-09-255-56/+77
|\
| * netdev-dpdk: reset packet_type for reused dp_packets.Zoltan Balogh2017-09-223-5/+6
| * dpif-netdev: Fix comments for pmd_load_cached_ports.Bhanuprakash Bodireddy2017-09-221-1/+3
| * dpif-netdev: Remove 'cnt' in dp_netdev_input__().Bhanuprakash Bodireddy2017-09-221-2/+1
| * netdev-dpdk: Minor cleanup of netdev_dpdk_send__.Bhanuprakash Bodireddy2017-09-221-6/+6
| * netdev-dpdk: Cleanup dpdk_do_tx_copy.Bhanuprakash Bodireddy2017-09-221-12/+10
| * dpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in fast_path_processing.Bhanuprakash Bodireddy2017-09-221-8/+7
| * dpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in dp_netdev_run_meter.Bhanuprakash Bodireddy2017-09-221-8/+7
| * netdev-dpdk: Use DP_PACKET_BATCH_FOR_EACH in netdev_dpdk_ring_send.Bhanuprakash Bodireddy2017-09-221-3/+3
| * conntrack: Use DP_PACKET_BATCH_FOR_EACH macro.Bhanuprakash Bodireddy2017-09-221-7/+6
| * dpif-netdev: Avoid reading RSS hash when EMC is disabled.Fischetti, Antonio2017-09-221-4/+28
* | ofp-util: Fix memory leaks when parsing OF1.5 group properties.Ben Pfaff2017-09-221-4/+13
* | ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().Ben Pfaff2017-09-221-34/+48
* | ofp-util: Fix buffer overread in ofputil_decode_bundle_add().Ben Pfaff2017-09-221-0/+7
|/
* 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
|\