summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-102-3/+8
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-102-9/+61
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-102-2/+12
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-1/+47
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-102-52/+41
* netdev-dummy: Lock mutex when retrieving custom stats.Ben Pfaff2018-01-101-0/+2
* netdev: Custom statistics.Michal Weglicki2018-01-1011-7/+407
* Fixes: windows x64 buildAlin Gabriel Serdean2018-01-101-2/+7
* conntrack: Reorder sanity checks in extract_l3_ipvx().Darrell Ball2018-01-101-8/+8
* conntrack: Some style improvements.Darrell Ball2018-01-101-101/+70
* conntrack: Add additional alg support.Darrell Ball2018-01-102-37/+60
* conntrack: Fix alg expectation cleanup.Darrell Ball2018-01-103-70/+105
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-099-0/+56
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-099-0/+146
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-5/+4
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-0811-217/+698
* ofp-print: Include full hex dump of messages that fail decode.Ben Pfaff2018-01-051-319/+280
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-052-3/+15
* 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