Fix misspellings in comments and docs.
[sliver-openvswitch.git] / lib / nx-match.c
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-05-20 Jarno Rajahalmemeta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port.
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-04-18 Ben PfaffCorrectly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP...
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-02-28 Simon Hormannx-match: Correct writing of value and length in set_fi...
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-08 Ben Pfaffnx-match: Log a warning when a wildcarded bit is set...
2012-11-27 Jarno RajahalmeAdd OF1.3 TUNNEL_ID support.
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-28 Simon Hormanofp-actions: Add parsing of set_field actions
2012-09-14 Simon Hormanofp-actions: helper functions for of12 set-field action
2012-09-13 Ben Pfaffofp-actions: Right-justify the value in ofpact_reg_load...
2012-09-12 Isaku Yamahatalib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for TTL match, instead of FWW_*...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-08-06 Simon Hormannx-match: Separate raw match and header/pad pull/put
2012-07-23 Simon HormanOXM: Add encoding of VLAN VID and VLAN PCP
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-19 Ben Pfaffnx-match: Improve log message in nx_entry_ok().
2012-07-19 Ben Pfaffnx-match: Succeed pulling 0-byte nx-match from NULL...
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...