summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ofproto-dpif-xlate: refactor compose_output_action__Jan Scheurich2017-05-181-63/+85
* ofproto-dpif-xlate: Fix typos in comment.Ben Pfaff2017-05-181-1/+1
* Revert "tunneling: Avoid recirculation on datapath."Joe Stringer2017-05-101-146/+134
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-7/+7
* ofproto-dpif-ipfix: Add total counters.mweglicx2017-05-081-25/+85
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-033-4/+4
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-033-6/+9
* revalidator: Fix logging of xlate_key() failure.Joe Stringer2017-05-021-2/+2
* revalidator: Revalidate ukeys created from flows.Joe Stringer2017-05-021-1/+1
* config: Define OVS_CT_EVENT_* mask macros.Jarno Rajahalme2017-04-281-3/+1
* ofproto: Meter slowpath action when action upcall meters are configuredAndy Zhou2017-04-281-3/+31
* ofproto: Meter sample action when configured.Andy Zhou2017-04-281-2/+12
* ofproto: Support action upcall metersAndy Zhou2017-04-282-3/+51
* ofproto-dpif: Add 'meter_ids' to backerAndy Zhou2017-04-282-3/+52
* ofproto: Store meters using hmapAndy Zhou2017-04-282-104/+153
* xlate: Use OVS_CT_ATTR_EVENTMASK.Jarno Rajahalme2017-04-283-1/+73
* revalidator: Improve logging for transition_ukey().Joe Stringer2017-04-271-3/+22
* revalidator: Avoid assert in transition_ukey().Joe Stringer2017-04-271-2/+7
* ofproto-dpif-xlate: Fix the memory leak in netflow.Sha Zhang2017-04-241-0/+1