aboutsummaryrefslogtreecommitdiff
path: root/lib/nx-match.c
AgeCommit message (Expand)Author
2013-02-28nx-match: Correct writing of value and length in set_field_to_ofast()Simon Horman
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-12-08nx-match: Log a warning when a wildcarded bit is set to 1.Ben Pfaff
2012-11-27Add OF1.3 TUNNEL_ID support.Jarno Rajahalme
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-28ofp-actions: Add parsing of set_field actionsSimon Horman
2012-09-13ofp-actions: helper functions for of12 set-field actionSimon Horman
2012-09-12ofp-actions: Right-justify the value in ofpact_reg_load 'subvalue' member.Ben Pfaff
2012-09-12lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.Isaku Yamahata
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-09-04flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff
2012-09-04flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for TTL match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff
2012-08-06nx-match: Separate raw match and header/pad pull/putSimon Horman
2012-07-23OXM: Add encoding of VLAN VID and VLAN PCPSimon Horman
2012-07-19OXM: Allow masking of ARP SHA and THASimon Horman
2012-07-19OXM: Allow masking of IPv6 Flow LabelSimon Horman
2012-07-19nx-match: Improve log message in nx_entry_ok().Ben Pfaff
2012-07-19nx-match: Succeed pulling 0-byte nx-match from NULL buffer.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
2012-06-11nx-match: Add parsing and serialisation of OXM matches.Simon Horman
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-03-27Add error codes for Open Flow v1.2Simon Horman
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02nx-match: Factor redundant code out of nx_put_match().Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-02-01util: Move bitwise_copy() here, add new bitwise functions, add a test.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-10nx-match: New function nx_pull_match_loose().Ethan Jackson
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-11-21nx-match: Fold all of its data structures into mf_field.Ben Pfaff
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-18nx-match: Improve log message for errors parsing NX flow matches.Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit