summaryrefslogtreecommitdiff
path: root/lib/nx-match.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/flow: Introduce miniflow_extract().Jarno Rajahalme2014-04-181-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-14/+15
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-2/+2
* lib/flow: add dp_hash and recirc_id to struct flowAndy Zhou2014-03-251-1/+14
* util: New macro PAD_SIZE.Ben Pfaff2014-03-131-5/+5
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-7/+7
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-2/+2
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-1/+1
* Native Set-Field action.Jarno Rajahalme2013-11-011-126/+5
* TCP flags matching support.Jarno Rajahalme2013-10-291-1/+3
* nx-match: Fix comments.YAMAMOTO Takashi2013-10-171-3/+3
* Set datapath mask bits when setting a flow field.Jarno Rajahalme2013-10-151-6/+29
* Remove mpls_depth field from flowSimon Horman2013-09-271-1/+1
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-4/+4
* meta-flow: Use correct OF1.2+ errors for invalid fields in actions.Ben Pfaff2013-08-231-4/+4
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-0/+5
* flow: Enable matching on new field 'pkt_mark'.Jesse Gross2013-08-131-0/+4
* ofproto-dpif: Always un-wildcard fields that are being set.Justin Pettit2013-08-021-2/+12
* clang: Fix the alignment warning.Alex Wang2013-07-231-5/+6
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-19/+50
* Create specific types for ofp and odp portAlex Wang2013-06-201-3/+3
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-2/+11
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* meta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port.Jarno Rajahalme2013-05-201-12/+1
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-1/+7
* Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.Ben Pfaff2013-04-181-3/+6
* Remove encal_dl_type from struct flowSimon Horman2013-03-151-1/+1
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-061-0/+146
* nx-match: Correct writing of value and length in set_field_to_ofast()Simon Horman2013-02-281-9/+6
* User-Space MPLS actions and matchesSimon Horman2013-02-051-1/+17
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+2
* nx-match: Log a warning when a wildcarded bit is set to 1.Ben Pfaff2012-12-081-0/+26
* Add OF1.3 TUNNEL_ID support.Jarno Rajahalme2012-11-271-2/+2
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-0/+1
* datapath: add skb mark matching and set actionAnsis Atteka2012-11-211-1/+1
* Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-1/+2
* flow: Extend struct flow to contain tunnel outer header.Jesse Gross2012-10-031-1/+2
* ofp-actions: Add parsing of set_field actionsSimon Horman2012-09-281-6/+1
* ofp-actions: helper functions for of12 set-field actionSimon Horman2012-09-131-5/+133
* ofp-actions: Right-justify the value in ofpact_reg_load 'subvalue' member.Ben Pfaff2012-09-121-20/+5
* lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.Isaku Yamahata2012-09-121-16/+35
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-91/+80
* flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff2012-09-041-35/+36
* flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff2012-09-041-2/+1