summaryrefslogtreecommitdiff
path: root/lib/nx-match.c
Commit message (Expand)AuthorAgeFilesLines
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-15/+28
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-31/+0
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-291-13/+19
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-291-9/+16
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+1
* flow: New function is_nd().Ben Pfaff2016-07-021-2/+1
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-201-2/+2
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-5/+5
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* nx-match: Fix use-after-free parsing matches.Joe Stringer2016-03-301-3/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.Quentin Monnet2016-03-181-4/+5
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-11/+4
* nx-match: Add functions for raw decoding and encoding of OXM.Ben Pfaff2016-01-201-2/+28
* Allow flow-based IPv6 tunnels to be configured with OpenFlowThadeu Lima de Souza Cascardo2015-12-041-0/+4
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-1/+1
* nx-match: Add nxm_put_128m() function.Justin Pettit2015-11-241-12/+10
* byte-order: Make hton128() and ntoh128() behave like their counterparts.Justin Pettit2015-11-241-4/+2
* nx-match: Serialize match on IP TTL even when outputting OXM.Ben Pfaff2015-10-151-1/+1
* Add connection tracking label support.Joe Stringer2015-10-131-0/+14
* Add connection tracking mark support.Joe Stringer2015-10-131-1/+3
* Add support for connection tracking.Joe Stringer2015-10-131-1/+7
* tun-metadata: Provide error messages during auto-allocation.Jesse Gross2015-09-091-1/+9
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-22/+21
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-3/+2
* meta-flow: Minor refactoring.Jarno Rajahalme2015-08-261-2/+2
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-1/+3
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-2/+4
* nx-match: Enable parsing string representations of variable fields.Jesse Gross2015-06-251-2/+24
* nx-match: Trim variable length fields when encoding as actions.Jesse Gross2015-06-251-7/+13
* nx-match: Enable senders of NXM fields to specify length.Jesse Gross2015-06-251-2/+18
* nx-match: Handle receiving variable length fields.Jesse Gross2015-06-251-6/+31
* nx-match: Support variable length header lookup.Jesse Gross2015-06-251-4/+13
* nx-match: Fix typo in comment.Ben Pfaff2015-06-241-1/+1
* nx-match: Fix distribution of hash function for NXM/OXM headers.Ben Pfaff2015-06-241-2/+2
* nx-match: Avoid null pointer dereference in nx_pull_header__() error case.Ben Pfaff2015-04-171-1/+3
* Support encoding of NTR selection methodSimon Horman2015-03-241-0/+78
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+46
* ofproto-dpif-xlate: Preserve stack across patch port.Jarno Rajahalme2015-03-161-1/+1
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-25/+25
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+5
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+6
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2