summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.Ben Pfaff2016-01-203-18/+18
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-201-11/+8
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-206-80/+99
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-206-178/+57
* pktbuf: Move from 'ofproto' to 'lib'.Ben Pfaff2016-01-203-263/+1
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-206-73/+7
* 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-203-123/+37
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-42/+74
* pinsched: Remove obsolete ofpbuf_trim().Ben Pfaff2016-01-191-10/+3
* ofproto: Fix memory leak and memory exhaustion bugs in group_mod.Ben Pfaff2016-01-191-6/+11
* ofproto: Wildcard TTL on IP tunnelsHaggai Eran2016-01-191-1/+1
* python: Fix print function compatibility.Russell Bryant2016-01-121-9/+11
* python: Fix exception handler compatibility.Russell Bryant2016-01-121-1/+1
* ofproto-dpif-upcall: Document revalidator cycle.Joe Stringer2016-01-111-6/+37
* 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