]> git.proxmox.com Git - ovs.git/history - ofproto/ofproto-dpif-xlate.c
ofproto: Add support for specifying a meter in controller actions.
[ovs.git] / ofproto / ofproto-dpif-xlate.c
2018-07-31 Justin Pettitofproto: Add support for specifying a meter in controll...
2018-07-11 Ben Pfaffofproto-dpif-xlate: Check the right IPv6 address in...
2018-07-10 Aaron Conolexlate: use const struct in6_addr in linklocal check
2018-07-06 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-07-06 Keshav Guptaofproto-dpif-xlate: Fix packet_in reason for Table...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfafftreewide: Convert leading tabs to spaces.
2018-05-25 Jan Scheurichofproto-dpif: Improve dp_hash selection method for...
2018-05-25 Jan Scheurichuserspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash...
2018-05-22 William Tuuserspace: add erspan tunnel support.
2018-05-22 Greg Rosecompat: Add ipv6 GRE and IPV6 Tunneling
2018-05-17 Ben Pfaffofproto-dpif-xlate: Improve tracing through groups.
2018-05-17 Ben Pfaffofproto-dpif-xlate: Simplify translation for groups.
2018-05-17 Ben Pfaffofproto-dpif-xlate: Fix reference leak in xlate_dp_hash...
2018-05-14 William Tutunnel: make tun_key_to_attr aware of tunnel type.
2018-05-10 Manohar Krishnappa... Add mirror/ovs-tcpdump support for slow protocols'...
2018-05-09 Rohith BasavarajaAvoid crash in OvS while transmitting fragmented packet...
2018-05-04 Yi-Hung Weiofproto-dpif-xlate: Fix segmentation fault caused by...
2018-04-18 Zoltan Baloghxlate: Move tnl_neigh_snoop() to terminate_native_tunnel()
2018-04-18 wenxuofproto-dpif-xlate: makes OVS native tunneling honor...
2018-04-06 Jan Scheurichxlate: Correct handling of double encap() actions
2018-04-04 Yi-Hung Weiofproto-dpif-xlate: Report ct fields changes in ofproto...
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-03-08 Eric Garverofproto-dpif-xlate: translate action_set in clone action
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Huanle Hanxlate: fix packets loopback caused by duplicate read...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2018-01-31 Ben Pfaffofp-actions: Make formatting and parsing functions...
2018-01-25 Lili HuangFix incorrect handling of return value.
2018-01-23 Zoltan Baloghxlate: fix xport lookup for recirc
2018-01-23 Zoltan Baloghofproto-dpif-xlate: add uuid to xports
2018-01-23 Zoltan Baloghofproto-dpif-sflow: Recursively examine actions inside...
2018-01-22 Lilijun (Jerry)ofproto: Fix wrong datapath flow with same in_port...
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-11 Yi Yangnsh: add dec_nsh_ttl action
2018-01-11 Yi Yangnsh: add new flow key 'ttl'
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions with...
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions.
2018-01-11 Justin Pettitofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user...
2018-01-11 Justin Pettitofp-actions: Add action "debug_slow" for testing slow...
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.
next