summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Fix truncate and native tunnnelWilliam Tu2017-10-201-2/+3
* ofproto-dpif-xlate: Remove assertion for truncatedIWASE Yusuke2017-10-101-7/+2
* util: Make ovs_assert() always expand so that it should be followed by ;Ben Pfaff2017-10-101-1/+1
* dpif-netdev: Use portable error code for zero rate meter bandAndy Zhou2017-09-291-1/+1
* connmgr: Fix violation of flow monitoring protocol description.Ben Pfaff2017-09-281-14/+14
* dpif-netdev: Fix a zero-rate bug for meterAli Volkan ATLI2017-09-271-0/+2
* ofproto-dpif-xlate: Refactor native tunnel handling logicAndy Zhou2017-09-271-148/+95
* ofproto-dpif-xlate: Rename apply_nested_clone_actions()Andy Zhou2017-09-271-16/+17
* ofproto-dpif-xlate: Refactor xlate_table_actions()Andy Zhou2017-09-271-11/+21
* ofproto-dpif-xlate: Keep track of the last actionAndy Zhou2017-09-271-81/+133
* ofproto-dpif: Refactor compose_clone()Andy Zhou2017-09-271-6/+14
* ofproto-dpif-xlate: Remove uncessary assignmentAndy Zhou2017-09-271-1/+0
* ofproto-dpif: Unfreeze within cloneAndy Zhou2017-09-271-0/+9
* ofproto: Include patch ports in mtu overriden checkNuman Siddique2017-09-211-5/+7
* 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