summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.h
Commit message (Expand)AuthorAgeFilesLines
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-1/+4
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-081-1/+4
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-1/+1
* ofproto: Remove duplicated includesYunjian Wang2020-07-141-1/+0
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-1/+9
* ofproto: Add support to watch controller port liveness in fast-failover groupVishal Deep Ajmera2020-03-061-0/+3
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-1/+7
* Add offload packets statisticszhaozhanxu2019-12-061-2/+2
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-261-2/+10
* ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tablesYi-Hung Wei2019-09-261-0/+10
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-1/+4
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-251-0/+1
* ofproto-dpif: Improve dp_hash selection method for select groupsJan Scheurich2018-05-251-0/+13
* userspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash algorithmJan Scheurich2018-05-251-1/+4
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-1/+1
* ofproto: fix comment about ofproto-dpifWilliam Tu2018-02-281-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-1/+4
* ofproto-dpif: Add ability to look up an ofproto by UUID.Justin Pettit2018-01-101-5/+9
* ofproto-dpif: Remove variable length userdata probe.Justin Pettit2018-01-091-6/+0
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-031-1/+8
* ofproto-dpif: Add 'meter_ids' to backerAndy Zhou2017-04-281-0/+4
* xlate: Use OVS_CT_ATTR_EVENTMASK.Jarno Rajahalme2017-04-281-1/+4
* ofproto: Use macros to define DPIF support fieldsAndy Zhou2017-04-031-23/+36
* ofproto: Probe for sample nesting level.Andy Zhou2017-03-101-0/+3
* dpif-netdev: Add clone actionAndy Zhou2017-01-231-1/+4
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-121-1/+1
* ofproto-dpif: Break trace functionality into a separate source file.Ben Pfaff2017-01-051-0/+2
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-051-138/+209
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-0/+1
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-2/+2
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-7/+8
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-2/+3
* ofproto-dpif-xlate: Add xlate cache type XC_TABLE.Jarno Rajahalme2016-09-141-1/+7
* connmgr: Make connmgr_wants_packet_in_on_miss() lock-free.Jarno Rajahalme2016-09-131-1/+0
* ofproto-dpif: Remove prototype for an undefined function.Jarno Rajahalme2016-08-301-1/+0
* ofproto: Make groups versioned.Jarno Rajahalme2016-07-291-1/+2
* ofproto: Take group references only when needed.Jarno Rajahalme2016-07-291-1/+1
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-291-4/+3
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-2/+2
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-1/+2
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+3
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-1/+2
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-091-1/+1
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-7/+0
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-1/+3
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-3/+3
* ofproto-dpif: Do not block on uninitialized pause barriers.Zoltan Kiss2015-09-251-0/+2
* tunneling: Track recursion levels across ARP generation.Jesse Gross2015-09-171-0/+4