aboutsummaryrefslogtreecommitdiff
path: root/lib/nx-match.c
AgeCommit message (Expand)Author
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
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff
2011-09-13ofp-util: Add type-safe functions for serializing actions.Ben Pfaff
2011-08-12nx-match: New function nxm_read_field_bits().Ethan Jackson
2011-08-12nx-match: Update register check functions.Ethan Jackson
2011-08-12nx-match: Fix bug in "move" action.Ethan Jackson
2011-08-12flow: New FLOW_WC_SEQ build assertion.Ethan Jackson
2011-07-26nx-match: Make more fields writable with NXAST_REG_MOVE and other actions.Ben Pfaff
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-22nx-match: Whitespace cleanup.Ethan Jackson
2011-06-07Better abstract wildcards for Ethernet destination field.Ben Pfaff
2011-05-27nx-match: Check prerequisites for ICMPv6 before outputting subfields.Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Fix up usage of flow_wildcards_t.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-02-23nx-match: Don't fall through case when handling dest mcast mac addresses.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-20Implement arbitrary bitwise masks for tun_id field.Ben Pfaff
2011-01-19nx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on NXAST_REG_LOAD.Ben Pfaff
2011-01-12nx-match: Print register values in hex in "load" action also.Ben Pfaff
2010-12-17nx-match: Rename and export functions for parsing and formatting subfields.Ben Pfaff
2010-12-17nx-match: Use [] in format_nxm_field_bits where possible.Ben Pfaff
2010-12-17nx-match: Make nxm_field_bytes(), nxm_field_bits() public.Ben Pfaff
2010-12-17nx-match: New helper functions for working with ofs_nbits in NXM actions.Ben Pfaff
2010-12-15ofproto: Fix write-after-free error in compose_nx_flow_removed().Ben Pfaff
2010-12-13nx-match: Use correct printf format specifiers.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff