summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+25
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-3/+2
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-211-2/+6
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+66
* ofproto: update mtu when port is getting removed as wellak47izatool@gmail.com2016-05-251-7/+29
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-109/+0
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-4/+5
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-7/+7
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-26/+26
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-10/+68
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-0/+24
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-19/+16
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-051-6/+6
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-7/+0
* ofproto: Detect and handle errors in ofproto_port_add().Ben Pfaff2016-02-031-6/+10
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-1/+1
* ofp-util: Add function to encode OFPT_SET_ASYNC messages.Ben Pfaff2016-01-201-1/+1
* ofp-util: Fix OF1.4+ version of ofputil_decode_set_async_config().Ben Pfaff2016-01-201-2/+3
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-12/+5
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-42/+74
* ofproto: Fix memory leak and memory exhaustion bugs in group_mod.Ben Pfaff2016-01-191-6/+11
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-27/+22
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-20/+31
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-041-19/+13
* ofproto: Remove flows from all tables upon group deletion.Zoltán Balogh2015-12-221-0/+1
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-15/+15
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-301-1/+5
* Implement Vacancy Events for OFPMP_TABLE_DESC.Saloni Jain2015-11-291-5/+21
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-7/+17
* ofproto: Fix inserting buckets at the end of an empty group.Ben Pfaff2015-11-291-7/+9
* ofp-actions: Look inside write_actions for output ports and groups.Ben Pfaff2015-11-291-1/+1
* ofproto: Correctly reject duplicate bucket ID for OFPGC_INSERT_BUCKET.Ben Pfaff2015-11-251-1/+1
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-2/+2
* ofproto: Check actions also for packet outs and traces.Jarno Rajahalme2015-11-191-4/+16
* ofproto: Reduce log level from WARN to INFO.Ben Pfaff2015-09-161-2/+2
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-5/+28
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-6/+6
* ofproto: Ignore generation ID for role change to "equal".Ben Pfaff2015-07-291-1/+2
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-21/+4
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-221-1/+1
* ovs-appctl: register unixctl commands in the beginningHuanle Han2015-07-161-2/+2
* flow: Always inline miniflows.Jarno Rajahalme2015-07-151-5/+5