list: Rename struct list to struct ovs_list
[cascardo/ovs.git] / lib / nx-match.c
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-11-10 Jarno RajahalmeFix setting transport ports with frags.
2014-11-04 Ben Pfaffflow: Support OF1.5+ (draft) actset_output field.
2014-11-04 Ben Pfaffnx-match: Add support for multiple OXM field assignment...
2014-10-08 Ben Pfaffnx-match: Add support for experimenter OXM.
2014-10-08 Ben Pfaffutil: Make hexits_value() support 64-bit integers too.
2014-10-08 Ben Pfaffnx-match: Speak of 'class' instead of 'vendor' for...
2014-10-08 Ben Pfaffnx-match: Use nx_put_header() internally for encoding...
2014-10-08 Ben Pfaffofp-actions: Support OF1.5 (draft) masked Set-Field...
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-07 Ben Pfaffovs-ofctl: Encode cookies in OXM-compliant manner.
2014-09-29 Ben Pfaffnx-match: Encode dp_hash and recirc_id in OXM also.
2014-09-29 Ben Pfaffofp-actions, nx-match: Use mf_oxm_header() instead...
2014-09-29 Ben Pfaffnx-match: Reject bad wildcard combinations.
2014-09-04 Ben Pfaffnx-match: Serialize standard xregs instead of Nicira...
2014-08-27 yinpeijunFix memory leaks in error paths.
2014-08-11 Ben Pfaffofp-actions: Centralize all OpenFlow action code for...
2014-06-24 Flavio Leitnerflow: extend it to carry IGMP protocol information
2014-05-14 Ben Pfaffmeta-flow: Encode OXM version information into struct...
2014-05-14 Ben Pfaffnx-match: Refactor nxm_put_ip() to handle all IPv4...
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-03-13 Ben Pfaffutil: New macro PAD_SIZE.
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-01 Jarno RajahalmeNative Set-Field action.
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-17 YAMAMOTO Takashinx-match: Fix comments.
2013-10-15 Jarno RajahalmeSet datapath mask bits when setting a flow field.
2013-09-27 Simon HormanRemove mpls_depth field from flow
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-08-23 Ben Pfaffmeta-flow: Use correct OF1.2+ errors for invalid fields...
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-03 Justin Pettitofproto-dpif: Always un-wildcard fields that are being...
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-08 Ben Pfaffofp-parse: Do not exit() upon a parse error.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
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.
next