Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / lib / nx-match.c
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-06-11 Simon Hormannx-match: Add parsing and serialisation of OXM matches.
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-03 Ben Pfaffnx-match: Factor redundant code out of nx_put_match().
2012-02-01 Ben Pfaffmeta-flow: New "subfield" data structure.
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-10 Ethan Jacksonnx-match: New function nx_pull_match_loose().
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-18 Ben Pfaffnx-match: Improve log message for errors parsing NX...
2011-10-04 Justin Pettitnicira-ext: Fix build problems on 64-bit systems.
2011-10-04 Justin Pettitnicira-ext: Bump number of registers to five from four.
2011-09-13 Ben Pfaffmeta-flow: New library for working with fields by id.
2011-09-13 Ben Pfaffofp-util: Add type-safe functions for serializing actions.
2011-08-12 Ethan Jacksonnx-match: New function nxm_read_field_bits().
2011-08-12 Ethan Jacksonnx-match: Update register check functions.
2011-08-12 Ethan Jacksonnx-match: Fix bug in "move" action.
2011-08-12 Ethan Jacksonflow: New FLOW_WC_SEQ build assertion.
2011-07-26 Ben Pfaffnx-match: Make more fields writable with NXAST_REG_MOVE...
2011-07-23 Ethan Jacksonnx-match: New helpers.
2011-07-23 Ethan Jacksonnx-match: Whitespace cleanup.
2011-06-07 Ben PfaffBetter abstract wildcards for Ethernet destination...
2011-05-27 Ben Pfaffnx-match: Check prerequisites for ICMPv6 before outputt...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix up usage of flow_wildcards_t.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-02-23 Justin Pettitnx-match: Don't fall through case when handling dest...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2011-01-19 Ben Pfaffnx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on...
2011-01-12 Ben Pfaffnx-match: Print register values in hex in "load" action...
2010-12-17 Ben Pfaffnx-match: Rename and export functions for parsing and...
2010-12-17 Ben Pfaffnx-match: Use [] in format_nxm_field_bits where possible.
2010-12-17 Ben Pfaffnx-match: Make nxm_field_bytes(), nxm_field_bits()...
2010-12-17 Ben Pfaffnx-match: New helper functions for working with ofs_nbi...
2010-12-15 Ben Pfaffofproto: Fix write-after-free error in compose_nx_flow_...
2010-12-13 Jesse Grossnx-match: Use correct printf format specifiers.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-09 Ben Pfaffofpbuf: New function ofpbuf_put_hex().
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-07 Ben Pfaffnx-match: Add tests for error return values for unknown...
2010-11-30 Ben Pfaffunaligned: Add unaligned accessors for ovs_be<N> data.
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...