summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-022-16/+12
* ofproto-dpif-xlate: Eliminate duplicate read of xcfgp.Ben Pfaff2017-08-021-1/+0
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-2/+114
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-314-19/+19
* ofproto-dpif-rid: Don't include action_set_len as part of hash.Justin Pettit2017-07-281-1/+0
* ofproto-dpif-rid: Always store tunnel metadata.Justin Pettit2017-07-272-19/+4
* ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.Justin Pettit2017-07-272-23/+19
* flow: Refactor flow_compose() API.Andy Zhou2017-07-272-2/+2
* bond: Adjust bond hash masksAndy Zhou2017-07-261-2/+2
* bond: Remove bond_hash_src.Ilya Maximets2017-07-251-10/+2
* bond: Unify hash functions in hash action and entry lookup.Ilya Maximets2017-07-251-15/+1
* tunneling: Avoid datapath-recirc by combining recirc actions at xlate.Sugesh Chandran2017-07-194-10/+276
* xlate: Clear tunnel mask along with other fields while combine actions.Sugesh Chandran2017-07-191-0/+1
* ofproto-dpif-xlate: Fixes for propagating state of conntrack.Justin Pettit2017-07-181-4/+6
* connmgr: Fix crash when in_band_create() fails.Ben Pfaff2017-07-171-1/+1
* xlate: Refactor translation of patch port output actions.Sugesh Chandran2017-07-141-134/+138
* ofproto-dpif-xlate: drop L3 packets on L2 legacy portZoltán Balogh2017-07-141-7/+16
* ofproto-dpif: Detect support for ct_tuple6.Joe Stringer2017-07-141-9/+19
* ofproto-dpif-ipfix: add Exporting Process Reliability StatisticsPrzemyslaw Szczerbik2017-07-131-25/+269
* ofproto/trace: Add --ct-next option to ofproto/traceYi-Hung Wei2017-07-123-19/+171
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-126-18/+141
* ofproto-dpif-ipfix: Multicast/Broadcast/Unicast counters.Przemyslaw Szczerbik2017-07-111-7/+135
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+1
* ofproto-dpif: Fix the clone issue with continuationNuman Siddique2017-07-101-1/+5
* ofproto-dpif-ipfix: Fix inefficent memory use in ipfix_send_template_msgs().Ben Pfaff2017-07-051-7/+8
* Revert "ofproto-dpif-ipfix: Fix severe memory leak in ipfix_send_template_msg...Ben Pfaff2017-07-051-8/+7
* ofproto-dpif-ipfix: Fix severe memory leak in ipfix_send_template_msgs().Ben Pfaff2017-06-271-7/+8
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+3
* userspace: Complete Packet In handlingJan Scheurich2017-06-271-5/+0
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-273-23/+43
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-272-3/+5
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-232-2/+2
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-231-14/+34
* openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.Ben Pfaff2017-06-202-3/+3
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-152-2/+3
* ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.Ben Pfaff2017-06-141-6/+5
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-121-1/+1
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-081-1/+1
* userspace: L3 tunnel support for GRE and LISPJan Scheurich2017-06-021-3/+11
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-025-12/+56
* ofproto: Use shash_find_and_delete() in ofport_destroy__().Ben Pfaff2017-06-011-2/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-316-29/+37
* stp: Add link-state checking support for stp ports.nickcooper-zhangtonghao2017-05-311-1/+37
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-2/+5
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-2/+7
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-3/+3
* netflow: Fix memory leak in netflow_unref.Yunjian Wang2017-05-311-0/+8
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-2/+2
* ofproto-dpif: Include EthType in ct_orig_tuple feature probeSairam Venugopal2017-05-261-5/+8
* ofproto-dpif-ipfix: add support for per-flow TCP countersPrzemyslaw Szczerbik2017-05-201-18/+126