summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: Simplify revalidator_sweep__().Joe Stringer2016-01-071-26/+28
* ofproto-dpif-upcall: Don't delete modified ukeys.Joe Stringer2016-01-071-1/+3
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-073-44/+39
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-20/+31
* ofproto-dpif-upcall: Avoid double-delete of ukeys.Ben Pfaff2016-01-061-2/+2
* ofproto-dpif-rid: Fix memory leak in recirc_state.Ben Pfaff2016-01-051-2/+18
* python: Resolve some indentation warnings.Russell Bryant2016-01-051-26/+21
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-051-0/+3
* python: Run flake8 at build time.Russell Bryant2016-01-051-0/+2
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-044-4/+0
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-042-46/+32
* ofproto: Fix using uninitialized delete_reason.Ilya Maximets2016-01-041-0/+1
* 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
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-101-1/+1
* ofproto-dpif-xlate: Fix revalidation in execute_controller_action().Daniele Di Proietto2015-12-101-2/+1
* ofproto-dpif: add reply on error in ofproto/tnl-push-popIlya Maximets2015-12-071-0/+2
* ofproto-dpif: Validate NAT action support.Daniele Di Proietto2015-12-041-6/+16
* bond: Use correct type for slave's change_seq.Jarno Rajahalme2015-12-041-1/+1
* ofproto-dpif-xlate: Support IPv6 when sending to tunnelThadeu Lima de Souza Cascardo2015-12-041-29/+66
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-043-13/+38
* packets: Introduce in6_addr_mapped_ipv4() and use where appropriate.Ben Pfaff2015-12-041-1/+1
* ofproto-dpif: Validate ct action support.Joe Stringer2015-12-031-6/+56
* ipfix: Skip BFD packets.Wenyu Zhang2015-12-031-1/+23
* ofproto-dpif: Shortcut common case in rule_check().Joe Stringer2015-12-011-0/+5
* ofproto-dpif: Validate ct_* field masks.Joe Stringer2015-12-011-18/+14
* ofproto-dpif: Reject partial ct_labels if unsupported.Joe Stringer2015-12-011-6/+2
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-301-1/+5
* ofproto-dpif-xlate: use IPv6 for tnl_neigh_cacheThadeu Lima de Souza Cascardo2015-11-301-4/+4
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-305-11/+23
* tnl-arp-cache: Rename module and functions to tnl-neigh-cache.Thadeu Lima de Souza Cascardo2015-11-303-15/+16
* ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dstThadeu Lima de Souza Cascardo2015-11-301-3/+5
* tunneling: add IPv6 support to netdev_tunnel_configJiri Benc2015-11-301-6/+2
* 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-292-7/+26
* 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-dpif-xlate: Fix byte-order error in comparison.Ben Pfaff2015-11-261-4/+5
* ofproto-dpif: Remove a debug logYAMAMOTO Takashi2015-11-261-2/+0
* use "/usr/bin/env python" for shebangs for python scriptsYAMAMOTO Takashi2015-11-261-1/+1
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-0/+69
* ofproto: Enable in-place modification for recirc actions.Jarno Rajahalme2015-11-254-121/+138
* ofproto: Allow xlate_actions() to fail.Jarno Rajahalme2015-11-254-33/+124
* ofproto: Correctly reject duplicate bucket ID for OFPGC_INSERT_BUCKET.Ben Pfaff2015-11-251-1/+1
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-242-4/+4
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-2/+2
* ofproto: Check actions also for packet outs and traces.Jarno Rajahalme2015-11-193-9/+29
* ofproto-dpif-xlate: Don't stop processing after ct.Joe Stringer2015-11-111-2/+12
* tunneling: extend tnl_match with ipv6Jiri Benc2015-11-101-14/+22
* upcall: Check for recirc_id in ukey_create_from_dpif_flow()Jarno Rajahalme2015-11-041-1/+8