summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | netdev-tc-offloads: Use customary types for buffer.Ben Pfaff2017-12-221-5/+7
* | ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-213-31/+70
* | ovs-vswitchd: Allow more convenient 0x short form for specifying DPIDs.Ben Pfaff2017-12-211-1/+11
* | odp-util: Avoid reading wrong table in generate_all_wildcard_mask().Ben Pfaff2017-12-211-2/+3
* | dpif: Use spaces instead of tabs.Justin Pettit2017-12-211-3/+3
|/
* unaligned.h: Fixed C++ compilation issue due to designated initializersShireesh Singh2017-12-191-3/+10
* Windows: Changing explicit typecasts to fix C++ compilation issuesShireesh Singh2017-12-191-23/+36
* lib: Adding explicit typecasts to fix C++ compilation issuesShireesh Singh2017-12-194-10/+16
* ovsdb-parser: New function ovsdb_parser_put_error().Ben Pfaff2017-12-132-2/+15
* ovsdb-error: New function ovsdb_error_to_json_free().Ben Pfaff2017-12-132-0/+18
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-134-16/+30
* ovsdb-idl: Tolerate initialization races for singleton tables.Ben Pfaff2017-12-112-4/+21
* ovsdb-idl: Remove 'uuid' member of struct ovsdb_idl.Ben Pfaff2017-12-111-16/+4
* ovsdb-idl: Fix assertion failure on error path parsing server reply.Ben Pfaff2017-12-111-2/+2
* ovsdb-idl: Fix indentation in a couple of places.Ben Pfaff2017-12-111-9/+9
* ovsdb-idl: Improve comments.Ben Pfaff2017-12-111-14/+48
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-111-5/+2
* conntrack: Disable algs by default.Darrell Ball2017-12-111-5/+27
* conntrack: Allow specified alg port numbers.Darrell Ball2017-12-113-18/+33
* conntrack: Refactor algs.Darrell Ball2017-12-111-55/+101
* dpif-netdev: Avoid "sparse" warning.Ben Pfaff2017-12-111-2/+4
* daemon-unix: include missing help informationAaron Conole2017-12-111-0/+2
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2017-12-115-124/+169
|\
| * netdev-dpdk: extend netdev_dpdk_get_status to include if_type and if_descrMichal Weglicki2017-12-081-0/+9
| * Revert "dpif_netdev: Refactor dp_netdev_pmd_thread structure."Ilya Maximets2017-12-081-91/+69
| * netdev-dpdk: vHost IOMMU supportMark Kavanagh2017-12-084-4/+31
| * netdev-dpdk: DPDK v17.11 upgradeMark Kavanagh2017-12-081-2/+3
| * dpif-netdev: Fix memory leakYifeng Sun2017-12-081-0/+3
| * dpif-netdev: Calculate rxq cycles prior to compare_rxq_cycles calls.Kevin Traynor2017-12-081-11/+13
| * dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.Kevin Traynor2017-12-081-2/+2
| * dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.Kevin Traynor2017-12-081-3/+12
| * netdev-dpdk: Remove uneeded call to rte_eth_dev_count().Kevin Traynor2017-12-081-4/+2
| * netdev-dpdk: Add comment about variables naming convention.Ilya Maximets2017-12-081-0/+17
| * netdev-dpdk: Fix variables naming in set_admin_state function.Ilya Maximets2017-12-081-9/+10
* | stream-unix: Give accepted sockets distinct names for log messages.Ben Pfaff2017-12-081-3/+12
|/
* ovsdb-data: Add OVS_WARN_UNUSED_RESULT annotations to function definitions.Ben Pfaff2017-12-081-2/+2
* datapath-windows: Correct endianness for deleting zone.Justin Pettit2017-12-071-1/+1