]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto-dpif-xlate.c
ofproto-dpif: Use a fixed size userspace cookie.
[mirror_ovs.git] / ofproto / ofproto-dpif-xlate.c
2018-01-11 Justin Pettitofproto-dpif: Use a fixed size userspace cookie.
2018-01-10 Michal Weglickiofproto-dpif-ipfix: add interface Information Elements...
2018-01-10 Vishal Deep Ajmeraofproto-dpif-xlate: Incorrect handling of errors in...
2018-01-09 Justin Pettitofproto-dpif: Remove variable length userdata probe.
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-21 Justin Pettitofproto-dpif: Fix a couple minor issues in comments.
2017-12-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-08 Ben Pfaffofproto-dpif-xlate: Change assertion to log message.
2017-12-08 Ben Pfaffofproto-dpif-xlate: Correctly decide whether truncating.
2017-11-30 Yifeng Sunofproto-dpif-xlate: Fix bug that may leak ofproto_flow_mod
2017-11-03 Bhanuprakash Bodireddyofproto: Remove break after OVS_NOT_REACHED.
2017-11-01 William Tuofproto-dpif-xlate: Fix bad memory free.
2017-10-31 Yi-Hung Weiofproto/trace: Propagate ct_zone in recirculation
2017-10-31 Zoltán Baloghofproto-dpif-xlate: use xlate error enum for unsupporte...
2017-10-20 William Tuofproto-dpif-xlate: Fix truncate and native tunnnel
2017-10-10 IWASE Yusukeofproto-dpif-xlate: Remove assertion for truncated
2017-10-10 Ben Pfaffutil: Make ovs_assert() always expand so that it should...
2017-09-27 Andy Zhouofproto-dpif-xlate: Refactor native tunnel handling...
2017-09-27 Andy Zhouofproto-dpif-xlate: Rename apply_nested_clone_actions()
2017-09-27 Andy Zhouofproto-dpif-xlate: Refactor xlate_table_actions()
2017-09-27 Andy Zhouofproto-dpif-xlate: Keep track of the last action
2017-09-27 Andy Zhouofproto-dpif: Refactor compose_clone()
2017-09-27 Andy Zhouofproto-dpif-xlate: Remove uncessary assignment
2017-09-27 Andy Zhouofproto-dpif: Unfreeze within clone
2017-08-21 Justin Pettitofproto-dpif: Mark packets as "untracked" after call...
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-08-07 Jan Scheurichuserspace: Add support for NSH MD1 match fields
2017-08-03 Ben Pfaffofproto-dpif-xlate: Add OFPACT_ENCAP, OFPACT_DECAP...
2017-08-03 Andy Zhouxlate: Emit datapath clone only when necessary.
2017-08-03 Andy Zhouxlate: Refactor compose_clone() API
2017-08-03 Andy Zhouofproto-dpif: Remove dpif/disable-dp-clone command.
2017-08-03 Andy Zhouofproto-dpif: Add boottime support field.
2017-08-02 Ben Pfaffofproto-dpif-xlate: Always process IGMP packets in...
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-08-02 Ben Pfaffofproto-dpif-xlate: Eliminate duplicate read of xcfgp.
2017-08-02 Jan ScheurichOF support and translation of generic encap and decap
2017-07-31 Ben Pfaffofp-util: Avoid C++ keyword 'public' in name of struct...
2017-07-19 Sugesh Chandrantunneling: Avoid datapath-recirc by combining recirc...
2017-07-19 Sugesh Chandranxlate: Clear tunnel mask along with other fields while...
2017-07-18 Justin Pettitofproto-dpif-xlate: Fixes for propagating state of...
2017-07-14 Sugesh Chandranxlate: Refactor translation of patch port output actions.
2017-07-14 Zoltán Baloghofproto-dpif-xlate: drop L3 packets on L2 legacy port
2017-07-12 Yi-Hung Weiofproto/trace: Add support for tracing conntrack recirc...
2017-07-10 Numan Siddiqueofproto-dpif: Fix the clone issue with continuation
2017-06-27 Jan Scheurichuserspace: Complete Packet In handling
2017-06-27 Ben Pfaffuserspace: Handling of versatile tunnel ports
2017-06-27 Jan Scheurichuserspace: Add OXM field MFF_PACKET_TYPE
2017-06-19 Ben Pfaffopenvswitch.h: Use odp_port_t for port numbers in users...
2017-06-14 Ben Pfaffofproto-dpif-xlate: Fix an additional misaligned refere...
2017-06-12 Ben Pfafftreewide: Fix spelling of "prerequisites".
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-19 Jan Scheurichofproto-dpif-xlate: refactor compose_output_action__
2017-05-18 Ben Pfaffofproto-dpif-xlate: Fix typos in comment.
2017-05-10 Joe StringerRevert "tunneling: Avoid recirculation on datapath."
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-04-29 Jarno Rajahalmeconfig: Define OVS_CT_EVENT_* mask macros.
2017-04-28 Andy Zhouofproto: Meter sample action when configured.
2017-04-28 Jarno Rajahalmexlate: Use OVS_CT_ATTR_EVENTMASK.
2017-04-24 Sha Zhangofproto-dpif-xlate: Fix the memory leak in netflow.
2017-04-24 Yi-Hung Weiofproto: Add support of OFPR_PACKET_OUT as packet-in...
2017-04-21 Sugesh Chandrantunneling: Avoid recirculation on datapath.
2017-04-21 Ben Pfaffflow: New function flow_clear_conntrack().
2017-04-17 Andy Zhouofproto/bond: Make bond_may_recirc() private within...
2017-04-07 Ben PfaffAdd support for OpenFlow 1.6 (draft) port status and...
2017-03-29 Ben Pfaffofproto-dpif-xlate: Don't save pkt_mark in compose_outp...
2017-03-23 Justin Pettitofproto-dpif-xlate: Include controller traffic for...
2017-03-17 Ben PfaffFix format specifier technicalities.
2017-03-17 Eric GarverAdd new port VLAN mode "dot1q-tunnel"
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-16 Daniele Di Proiettoofp-actions: Add limit to learn action.
2017-03-16 Daniele Di Proiettoofproto-dpif-xlate: Create XC_LEARN entry after learning.
2017-03-11 Andy Zhouofproto-dpif-xlate: Avoid using sample action when...
2017-03-09 Mika Vaisanenofproto-dpif-xlate: Allow sending BFD messages when...
2017-03-09 Jarno Rajahalmeconntrack: Force commit.
2017-03-09 Jarno Rajahalmeactions: Add resubmit with conntrack tuple.
2017-03-09 Jarno Rajahalmeodp: Support conntrack orig tuple key.
2017-03-08 Andy Zhouofproto/bond: Simplify bond_may_recirc()
2017-03-08 Jarno Rajahalmeofproto: Meter translation.
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-03-07 Jarno Rajahalmeofproto-dpif-xlate: fix build.
2017-03-06 Andy Zhouxlate: Translate openflow clone into odp sample action.
2017-03-06 Andy Zhouofproto-dpif: Enhance execute_controller_action().
2017-02-24 Andy Zhouofproto/bond: Fix bond reconfiguration race condition.
2017-01-28 Pravin B Shelarovs-router: introduce pkt-mark.
2017-01-27 Andy Zhoudp-packet: Enhance packet batch APIs.
2017-01-24 Andy Zhouxlate: Generate of datapath clone action when supported
2017-01-14 Shu ShenUse PRIu32 format for ofp_port_t
2017-01-12 Ben Pfaffofproto-dpif: Make ofproto/trace output easier to read.
2017-01-10 Ben PfaffNew action "ct_clear".
2017-01-10 Ben Pfaffofproto-dpif-xlate: Make clone save "was_mpls".
2017-01-10 Ben Pfaffofproto-dpif-xlate: Make "clone" save action set and...
2017-01-07 Jarno Rajahalmenx-match: Only store significant bytes to stack.
2017-01-06 Mickey Spiegelofproto-dpif-xlate: After thawing, retrieve tunnel...
2017-01-06 Ben Pfaffofproto-dpif-xlate: Make clone save whether conntrackin...
2017-01-06 Ben Pfaffofproto-dpif: Unhide structure contents.
2017-01-03 Joe Stringerlib: Add support for tftp ct helper.
2016-12-23 Benli Yeofproto-dpif-xlate: optimize 100% sampling
next