summaryrefslogtreecommitdiff
path: root/lib/nx-match.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-4/+4
* Fix setting transport ports with frags.Jarno Rajahalme2014-11-101-7/+13
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-1/+5
* nx-match: Add support for multiple OXM field assignments for one field.Ben Pfaff2014-11-031-51/+27
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-081-59/+187
* util: Make hexits_value() support 64-bit integers too.Ben Pfaff2014-10-081-2/+5
* nx-match: Speak of 'class' instead of 'vendor' for OXM/NXM.Ben Pfaff2014-10-081-12/+12
* nx-match: Use nx_put_header() internally for encoding flow matches.Ben Pfaff2014-10-081-192/+121
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-79/+2
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-170/+680
* ovs-ofctl: Encode cookies in OXM-compliant manner.Ben Pfaff2014-10-071-1/+1
* nx-match: Encode dp_hash and recirc_id in OXM also.Ben Pfaff2014-09-291-8/+4
* ofp-actions, nx-match: Use mf_oxm_header() instead of explicit constants.Ben Pfaff2014-09-291-8/+9
* nx-match: Reject bad wildcard combinations.Ben Pfaff2014-09-291-12/+12
* nx-match: Serialize standard xregs instead of Nicira registers, in OF1.5.Ben Pfaff2014-09-041-3/+11
* Fix memory leaks in error paths.yinpeijun2014-08-271-0/+1
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-121/+0
* flow: extend it to carry IGMP protocol informationFlavio Leitner2014-06-241-1/+1
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-56/+69
* nx-match: Refactor nxm_put_ip() to handle all IPv4 and IPv6 fields.Ben Pfaff2014-05-141-42/+49