summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-1/+10
* OpenFlow: Add support for "group delete" flow removed reason to 1.3.Justin Pettit2017-07-161-7/+7
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+81
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-28/+28
* ofp-parse: Parse pipeline fields in OF1.5 packet-outYi-Hung Wei2017-05-311-0/+29
* tests/ofproto.at: Workaround some racesTimothy Redaelli2017-05-051-9/+5
* ofproto: Add support of OFPR_PACKET_OUT as packet-in reasonYi-Hung Wei2017-04-241-6/+6
* connmgr: Fix internal packet-in reason code mask.Yi-Hung Wei2017-04-241-3/+20
* ofproto-dpif: Propagate may_enable flag as link aliveness.László Sürü2017-04-211-13/+13
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-0/+66
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-4/+11
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-0/+7
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-0/+125
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-0/+45
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-1/+1
* tests: Get rid of overly specific --pidfile and --unixctl options.Ben Pfaff2016-10-121-5/+5
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-0/+3
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-0/+7
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-9/+135
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-0/+63
* tests: Keyword fixes.Jarno Rajahalme2016-09-131-9/+5
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-5/+5
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-4/+0
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-3/+415
* vconn: Better bundle error management.Jarno Rajahalme2016-07-291-15/+19
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-291-8/+8
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-1/+1
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-1/+5
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+13
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+26
* ofp-util: Fix parsing of parenthesized values within key-value pairs.Ben Pfaff2016-06-141-0/+4
* ofp-print: Sort queues before printing in OFPT_QUEUE_GET_CONFIG_REPLY.Ben Pfaff2016-06-031-2/+2
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-6/+6
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-42/+42
* tests: consistently use OVS_APP_EXIT_AND_WAIT() for daemon terminationLance Richardson2016-03-181-34/+34
* openflow: Support matching and modifying MPLS TTL field.Ben Pfaff2016-03-071-1/+2
* ofp: Add support for bundles extension in OpenFlow 1.3.Jarno Rajahalme2016-02-291-2/+487
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-4/+82
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-3/+4
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-13/+40
* tests: Avoid useless use of cat.Ben Pfaff2016-01-281-2/+2
* ofproto-macros: Change STRIP_XIDS from macro to shell function.Ben Pfaff2016-01-281-70/+70
* tests: Change ADD_OF_PORTS from macro to shell function.Ben Pfaff2016-01-281-7/+7
* ofp-print: Decode and print all async config messages the same way.Ben Pfaff2016-01-201-0/+6
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-8/+38
* netdev-dummy: Add a dummy queue.Ben Pfaff2016-01-201-40/+43
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-201-0/+14
* ofp-print: Improve formatting of queue stat requests and port_mods.Ben Pfaff2016-01-201-6/+6
* ofproto: Fix memory leak and memory exhaustion bugs in group_mod.Ben Pfaff2016-01-191-8/+8