aboutsummaryrefslogtreecommitdiff
path: root/lib/nx-match.c
AgeCommit message (Expand)Author
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
2010-12-09ofpbuf: New function ofpbuf_put_hex().Ben Pfaff
2010-12-09ofp-print, ofp-parse: Add support for NXAST_REG_MOVE and NXAST_REG_LOAD.Ben Pfaff
2010-12-07nx-match: Add tests for error return values for unknown NXM fields.Ben Pfaff
2010-11-29unaligned: Add unaligned accessors for ovs_be<N> data.Ben Pfaff
2010-11-23nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff
2010-11-22flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff
2010-11-15util: Add function hexits_value() for parsing multiple hex digits.Ben Pfaff
2010-11-11Add support for matching Ethernet multicast frames.Ben Pfaff
2010-11-11ofproto: Implement support for registers in extended flow match.Ben Pfaff