ofproto-dpif: Use sequence number to wake up main thread for
[sliver-openvswitch.git] / tests / ovs-ofctl.at
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-02 Jarno Rajahalmelib: More intuitive syntax for TCP flags matching.
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-02 Jarno RajahalmeAdd OF11 SET MPLS LABEL and SET MPLS TC actions.
2013-11-02 Ben Pfaffofp-util: Enforce OpenFlow 1.1+ table_id requirements...
2013-11-01 Jarno Rajahalmeofp-actions: Send deprecated actions as set fields.
2013-11-01 Jarno Rajahalmeofp-actions: Set-Field OF 1.0/1.1 compatibility.
2013-11-01 Jarno RajahalmeOXM inspired match field names.
2013-11-01 Jarno RajahalmeOF 1.1 pop vlan compatibility.
2013-11-01 Ben Pfaffmeta-flow: Make mf_parse() report bad masks as errors.
2013-10-31 Simon HormanReturn no protocols if mask is supplied for unmaskable...
2013-10-31 Simon Hormanovs-ofctl: Add icmp_code test
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-23 Jarno Rajahalmelib/ofp-actions: Enforce action consistency.
2013-10-23 Jarno RajahalmeAdd OF11 SET IP TTL action.
2013-10-23 Jarno RajahalmeAdd OF11 set IPv4 ECN action.
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-06 Ben Pfaffovs-ofctl: Add "ofp-parse" command for printing OpenFlo...
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'.
next