ofp-util: OpenFlow 1.0 can match IPv6 Ethertype even though not L3 or L4.
[sliver-openvswitch.git] / tests / ovs-ofctl.at
2013-06-28 Ben Pfaffofp-util: OpenFlow 1.0 can match IPv6 Ethertype even...
2013-06-26 Ben Pfaffofp-parse: Fix parsing of out_port.
2013-05-08 Simon HormanCheck actions prerequisites in parse_ofp_str()
2013-04-22 Romain LengletImplement IPFIX export
2013-04-18 Ben PfaffCorrectly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP...
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-01-09 Gurucharan Shettyopenflow: Print in_port as string for reserved/special...
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-12-08 Ben Pfaffnx-match: Log a warning when a wildcarded bit is set...
2012-11-30 Simon HormanAdd OpenFlow 1.2 parse-flows test
2012-11-29 Ben Pfaffovs-ofctl: Reject impossible protocols configurations...
2012-11-29 Ben Pfaffofp-util: Make "OXM" flow format name include both...
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-16 Ben Pfaffofp-util: Allow use of OpenFlow 12 flow format
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-22 Mehak MahajanARP packets must have print arp_tpa/arp_spa instead...
2012-10-18 Ben Pfaffofp-util: Again allow OpenFlow port 0 in commands and...
2012-09-28 Simon Hormanofp-actions: Add parsing of set_field actions
2012-08-29 Joe Stringertests: Fix autopath tests
2012-08-16 Ben Pfafftests: Factor "seq" shell function out into common...
2012-08-07 Ben Pfafftests: Test that ofp10_match bytes that should be ignor...
2012-07-23 Ben Pfaffovs-ofctl: Avoid printing false differences on "ovs...
2012-07-23 Simon HormanOXM: Add tests for masked VLAN VID match
2012-07-23 Simon Hormantests: OXM VLAN match encoding and decoding
2012-07-23 Simon HormanOXM: Add VLAN VID as a prerequisite for VLAN PCP
2012-07-23 Simon HormanOXM: Add encoding of VLAN VID and VLAN PCP
2012-07-20 Ben Pfafftests: Add more tests for VLAN match encoding and decoding.
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-18 Ben Pfafftests: Add detailed test for OF1.0 match decoding and...
2012-07-17 Simon HormanOXM, NXM: Add tests for all zero and all one masks
2012-07-16 Ben Pfaffovs-ofctl: Fix use-after-free error.
2012-07-12 Ben Pfaffovs-ofctl: Add --sort and --rsort options for "dump...
2012-07-11 Joe Stringertests: Improve test coverage of OXM metadata field
2012-07-11 Simon HormanNXM, OXM: Add Flow Label Tests
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-06-27 Ben Pfaffmeta-flow: Accept NXM and OXM field names, support...
2012-06-13 Ben PfaffAllow general masking of IPv6 addresses rather than...
2012-06-13 Ben PfaffAllow general masking of IPv4 addresses rather than...
2012-06-13 Ben Pfaffofp-util: Implement translation to and from 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-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-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben PfaffAdd support for parsing and printing OFPFF_* flags.
2012-02-07 Ben Pfafftests: Use ofctl_strip consistently.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
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-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ethan Jacksonbundle: Parsing bug when using bracketed syntax.
2011-10-24 Ben Pfafftest-openflowd: Remove.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-09-22 Ben Pfaffofp-print: Avoid double space before "actions" for...
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-07-29 Ethan Jacksonovs-ofctl: Print human readable nx_pull_match() errors.
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-06-14 Ben Pfaffofp-print: Change "table_id" to "table" in flow_mod...
2011-06-14 Ben Pfaffofp-parse: Add support for vlan_tci field.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-09 Ethan Jacksontests: Unit test autopath action parsing.
2011-06-07 Ben Pfaffofp-parse: Add support for dl_dst masks in flow match...
2011-05-27 Ben Pfaffovs-ofctl: Report attempts to add (remove, etc.) non...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-13 Ben Pfaffofp-util: Don't warn for different forms of nw_{src...
2011-05-13 Ben PfaffFix bugs lingering from merge mistakes.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-03-16 Ben Pfaffovs-ofctl: Check min flow format support in negotiate_h...
2011-03-01 Ben Pfaffovs-ofctl: Implement documented semantics of --flow...
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-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2011-01-12 Ben Pfaffnx-match: Print register values in hex in "load" action...
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-17 Ben Pfaffnx-match: Use [] in format_nxm_field_bits where possible.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-07 Ben Pfaffovs-ofctl: Add --more option to increase OpenFlow messa...
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-07 Ben Pfaffnx-match: Add tests for error return values for unknown...
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-11 Ben Pfaffnx-match: Add tests that wildcard bits are zeroed by...
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
next