summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* match: Add MATCH_CATCHALL_INITIALIZER.Ben Pfaff2015-05-051-1/+4
* rconn: Only increment seqno when connection actually drops or reconnects.Ben Pfaff2015-05-051-1/+1
* json: New function json_string_escape().Ben Pfaff2015-04-202-2/+13
* meta-flow: Add new functions for subvalues.Ben Pfaff2015-04-152-1/+96
* util: Add more bitwise operations.Ben Pfaff2015-04-152-8/+140
* Merge remote-tracking branch 'origin/master' into ovnJustin Pettit2015-04-1248-487/+2735
|\
| * tests: gre: fix flags endiannessFlavio Leitner2015-04-101-3/+4
| * dpif-netdev: Count exact match cache hits.Daniele Di Proietto2015-04-091-6/+10
| * dpif-netdev: Make datapath and flow stats atomic.Daniele Di Proietto2015-04-091-19/+53
| * dpif-netdev: Group statistics updates in the slow path.Daniele Di Proietto2015-04-091-5/+6
| * tunneling: Invalid packets should be cleared.Jesse Gross2015-04-091-2/+1
| * tunneling: Convert tunnel push/pop functions to act on single packets.Jesse Gross2015-04-093-121/+56
| * geneve: Zero header before parsing userspace tunneling action.Jesse Gross2015-04-071-0/+1
| * packet: Avoid array of struct with zero length member.Jesse Gross2015-04-071-1/+1
| * tunneling: Add UDP checksum support for userspace tunnels.Jesse Gross2015-04-072-11/+41
| * packet: Add IP pseudoheader checksum calculation.Jesse Gross2015-04-072-0/+15
| * tunneling: Add userspace tunnel support for Geneve.Jesse Gross2015-04-073-4/+158
| * tunneling: Factor out common UDP tunnel code.Jesse Gross2015-04-072-57/+85
| * vxlan: Set FLOW_TNL_F_KEY for received packets.Jesse Gross2015-04-071-0/+1
| * odp-util: Shift VXLAN VNI when printing/parsing.Jesse Gross2015-04-071-2/+2
| * tunneling: Use flow flag for GRE checksum calculation.Jesse Gross2015-04-071-1/+1
| * tunneling: Fix location of GRE checksums.Jesse Gross2015-04-072-8/+8
| * tunneling: Add check for GRE protocol is Ethernet.Jesse Gross2015-04-071-0/+4
| * tunneling: Include IP TTL in flow metadata.Jesse Gross2015-04-071-0/+1
| * hmap: Add comment warning about pitfall in HMAP_FOR_EACH_* usage.Ben Pfaff2015-04-061-0/+10
| * lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-0611-34/+23
| * auto-attach: Fix segfault when enabling auto attach.Dennis Flynn2015-04-061-3/+5
| * netdev-bsd: Fix sign extension bug in ifr_flags on FreeBSD.Kevin Lo2015-04-051-2/+4
| * dpif-netdev: Remove support for DPIF_FP_ZERO_STATS flagDaniele Di Proietto2015-04-021-1/+10
| * datapath-windows: Make GET_PID a separate IOCTLSorin Vinturis2015-04-021-46/+10
| * ovsdb-idl: Tolerate missing tables and columns.Ben Pfaff2015-03-313-30/+196
| * lockfile: Support \-delimited file names in lockfile_name().Alin Serdean2015-03-311-0/+8
| * hmap: Don't include ovs-atomic.h unnecessarily.Ben Pfaff2015-03-315-4/+7
| * ovsdb-idl: Add function comments.Ben Pfaff2015-03-311-1/+5
| * jsonrpc: Add function comments.Ben Pfaff2015-03-311-2/+27
| * dpif-netdev: Account for and free lost packets.Daniele Di Proietto2015-03-301-0/+3
| * netdev-linux: Make htb quantum always no less than mtu.Alex Wang2015-03-271-1/+7
| * netdev-dpdk: Put cuse thread into quiescent state.Kevin Traynor2015-03-271-4/+9
| * netdev-vport: Do not update netdev when there is no config change.Alex Wang2015-03-271-6/+10
| * netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-264-8/+15
| * flow_format: Do not format "in_port=0".Jarno Rajahalme2015-03-261-4/+8
| * ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-262-1/+47
| * netdev-dpdk: create smaller mempools in case of failureDaniele Di Proietto2015-03-241-13/+33
| * netdev-linux: Fix build with old kernel headers.Ben Pfaff2015-03-241-0/+19
| * tunnels: Enable UDP checksum computation for Geneve and VXLAN.Jesse Gross2015-03-241-1/+2
| * Implement hash fields select groupSimon Horman2015-03-243-8/+42
| * Support NTR selection method in ovs-ofctl group commandsSimon Horman2015-03-241-0/+94
| * Support encoding of NTR selection methodSimon Horman2015-03-244-6/+138
| * Support decoding of NTR selection methodSimon Horman2015-03-246-8/+323
| * vswitch.ovsschema: Add datapath_types and port_types.Mark D. Gray2015-03-242-15/+26