summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-0/+9
* ofproto: Remove flows from all tables upon group deletion.Zoltán Balogh2015-12-221-4/+4
* Allow flow-based IPv6 tunnels to be configured with OpenFlowThadeu Lima de Souza Cascardo2015-12-041-1/+3
* Implement Vacancy Events for OFPMP_TABLE_DESC.Saloni Jain2015-11-291-1/+2
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+7
* ofp-util: Add "check_overlap" and "reset_counts" to stateful flags.Ben Pfaff2015-11-291-0/+35
* ofproto: Fix inserting buckets at the end of an empty group.Ben Pfaff2015-11-291-1/+31
* tests: Add tests for out_port and out_group.Ben Pfaff2015-11-291-0/+114
* ofproto.at: Workaround a raceYAMAMOTO Takashi2015-11-261-2/+1
* ofproto.at: Portability improvementYAMAMOTO Takashi2015-11-261-2/+2
* ofproto-macros.at: Rename vconn_windows_sub to vconn_subYAMAMOTO Takashi2015-11-261-2/+2
* ofproto: Correctly reject duplicate bucket ID for OFPGC_INSERT_BUCKET.Ben Pfaff2015-11-251-0/+8
* vswitchd: Allow modifying ICMP type and code.Justin Pettit2015-11-091-2/+2
* ofp-parse: Fix parsing, formatting of multiple fields in NTR extension.Ben Pfaff2015-11-031-2/+2
* ovs-ofctl: Fix OpenFlow versions with '--bundle'Jarno Rajahalme2015-10-191-6/+6
* ofproto: Correct encoding and decoding of group desc properties.Simon Horman2015-10-161-0/+3