summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-14/+7
* ofproto-dpif-ipfix: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* ofproto-dpif-ipfix: Use common OVS functions for getting current time.Ben Pfaff2017-08-091-12/+11
* ofproto-dpif-upcall: Fix key attr iteration.Joe Stringer2017-08-071-1/+1
* ofproto-dpif-upcall: Fix action attr iteration.Joe Stringer2017-08-071-1/+1
* Generic encap and decap support for NSHJan Scheurich2017-08-073-12/+172
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-073-2/+3
* ofproto-dpif-xlate: Add OFPACT_ENCAP, OFPACT_DECAP to reversible_actions().Ben Pfaff2017-08-031-0/+2
* xlate: Emit datapath clone only when necessary.Andy Zhou2017-08-031-42/+127
* xlate: Refactor compose_clone() APIAndy Zhou2017-08-031-44/+32
* ofproto-dpif: Remove ofprto/tnl-push-pop command.Andy Zhou2017-08-031-34/+0
* ofproto-dpif: Remove dpif/disable-truncate command.Andy Zhou2017-08-031-21/+0
* ofproto-dpif: Remove dpif/disable-dp-clone command.Andy Zhou2017-08-033-36/+0
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-036-53/+113
* ofproto-dpif: A new command for changing dpif support fieldsAndy Zhou2017-08-031-0/+134
* ofproto-dpif-ipfix: add support for per-flow drop countersPrzemyslaw Szczerbik2017-08-023-34/+247
* ofproto-dpif-xlate: Always process IGMP packets in userspace.Ben Pfaff2017-08-021-6/+7
* 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