]> git.proxmox.com Git - mirror_ovs.git/history - tests/ofproto-dpif.at
ofp-table: Better summarize table features and statistics.
[mirror_ovs.git] / tests / ofproto-dpif.at
2018-10-26 Ben Pfaffofp-table: Better summarize table features and statistics.
2018-10-18 Ben Pfaffnetdev-dummy: Initialize new dummy ports as "up".
2018-09-27 Ben Pfafftreewide: Fix spelling of "receive".
2018-09-26 Yi-Hung Weiofproto-dpif-xlate: Fix conntrack fields on NXT_RESUME
2018-09-21 Yi-Hung Weiofproto-dpif: Fix NXT_RESUME flow stats
2018-09-20 Ben Pfaffmeta-flow: Make "nw_frag" a synonym for "ip_frag".
2018-08-09 Ben Pfaffofproto-dpif-xlate: Improve log message.
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-06-11 Ben Pfaffofproto-dpif: Remove tabs from output.
2018-06-11 Ben Pfaffofproto-dpif-trace: Remove tabs from output.
2018-06-11 Ben Pfaffbond: Remove tabs from output.
2018-06-11 Ben Pfaffdpctl: Remove tabs from output.
2018-06-11 Ben Pfaffcfm: Remove tabs from output.
2018-06-11 Ben Pfaffbfd: Remove leading tabs from output.
2018-05-25 Jan Scheurichofproto-dpif: Use dp_hash as default selection method
2018-05-25 Jan Scheurichofproto-dpif: Improve dp_hash selection method for...
2018-05-23 Darrell Balltests: Make test result more predictable.
2018-05-16 SatyaValliAdd support for OpenFlow 1.5 statistics (OXS).
2018-04-03 Ben Pfaffvswitchd: Allow user to directly specify sFlow agent...
2018-03-08 Eric Garvertests/ofproto-dpif: New test for action_set after trave...
2018-03-07 Ben Pfafftests: Wait for entire trace to hit log.
2018-03-06 William Tuxlate: auto ofproto trace when recursion too deep
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-27 Ben Pfaffflow: Add some L7 payload data to most L4 protocols...
2018-01-26 Ben Pfaffofproto-dpif-trace: Generalize syntax for ofproto/trace.
2018-01-23 Zoltan Baloghofproto-dpif-sflow: Recursively examine actions inside...
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 Pettitofp-actions: Add action "debug_slow" for testing slow...
2017-10-31 Yi-Hung Weiofproto/trace: Propagate ct_zone in recirculation
2017-10-30 Ben Pfafftreewide: Get rid of "echo -n", and add a test to preve...
2017-10-26 Daniel AlvarezAdd dl_type to flow metadata for correct interpretation...
2017-08-21 Justin Pettitofproto-dpif: Mark packets as "untracked" after call...
2017-08-07 Jan ScheurichAdding nsh.at for NSH unit tests
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-07-28 Justin Pettitofproto-dpif-rid: Always store tunnel metadata.
2017-07-20 Ilya Maximetsodp-execute: Reuse rss hash in OVS_ACTION_ATTR_HASH.
2017-07-18 Justin Pettitofproto-dpif-xlate: Fixes for propagating state of...
2017-07-12 Yi-Hung Weiofproto/trace: Add --ct-next option to ofproto/trace
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: Add OXM field MFF_PACKET_TYPE
2017-06-12 Ben Pfafftreewide: Fix spelling of "prerequisites".
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-31 Yi-Hung Weiofp-util: Fix tun_metadata processing in packet-out
2017-05-31 Yi-Hung Weiofp-parse: Parse pipeline fields in OF1.5 packet-out
2017-05-10 Joe StringerRevert "tunneling: Avoid recirculation on datapath."
2017-04-28 Andy Zhoutest/ofproto: Improve test 'controller action without...
2017-04-28 Andy Zhouofproto: Meter slowpath action when action upcall meter...
2017-04-28 Andy Zhouofproto: Meter sample action when configured.
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-03 Zhenyu Gaoofproto-dpif-mirror: Fix issue of reseting snaplen...
2017-03-17 Eric GarverAdd new port VLAN mode "dot1q-tunnel"
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-09 Robert Wojciechowiczsflow: Expose ethernet stats via sFlow
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-06 Andy Zhouxlate: Translate openflow clone into odp sample action.
2017-01-24 Andy Zhouxlate: Generate of datapath clone action when supported
2017-01-12 Ben Pfaffofproto-dpif: Make ofproto/trace output easier to read.
2017-01-10 Ben PfaffNew action "ct_clear".
2016-12-23 Benli Yeofproto-dpif-xlate: optimize 100% sampling
2016-12-20 William Tuofp-actions: Add clone action.
2016-12-10 Ben Pfaffofproto-dpif-ipfix: Fix assertion failure for bad confi...
2016-12-09 nickcooper-zhangto... ovs-vswitchd: Avoid segfault for "netdev" datapath.
2016-12-06 Pravin B Shelartunnel: set udp dst-port in tunnel metadata
2016-12-05 Jarno Rajahalmeofproto: Honor OFPFF_RESET_COUNTS flag in flow modify...
2016-09-27 Jarno Rajahalmeofp-actions: Always consider inconsistent CT actions...
2016-09-27 Jarno Rajahalmeupcall: Don't start new revalidation round too soon...
2016-09-22 Daniele Di Proiettoofproto-dpif-xlate: Adjust generated mask for fragments.
2016-09-16 Jarno Rajahalmexlate: Use dp_hash for select groups.
2016-09-16 Jarno Rajahalmeofp-parse: Harden checking with group selection_method.
2016-09-16 Jarno Rajahalmeofp-parse: Remove double uninit of group mod if parsing...
2016-09-02 Ben Pfafftests: Fix recently broken sFlow tests.
2016-09-02 Daniele Di Proiettoofproto: Honor mtu_request even for internal ports.
2016-09-02 Daniele Di ProiettoRevert "ofproto: Always set MTU for new internal ports."
2016-08-31 Daniele Di Proiettoofproto: Always set MTU for new internal ports.
2016-08-31 Daniele Di Proiettobridge: Honor 'mtu_request' when port is added.
2016-08-15 Daniele Di Proiettotests: Add a new MTU test.
2016-08-15 Daniele Di Proiettonetdev-dummy: Add dummy-internal class.
2016-08-02 Daniele Di Proiettotests: Fix conntrack tests on windows.
2016-07-29 Jarno Rajahalmeofproto-dpif-xlate: Hash only fields specified for...
2016-07-29 Daniele Di Proiettonetdev-*: Do not use dp_packet_pad() in recv() functions.
2016-07-28 Daniele Di Proiettotests: Add conntrack ofproto-dpif tests.
2016-07-28 Daniele Di Proiettoflow: Generate checksum and udp_len in flow_compose().
2016-07-28 Daniele Di Proiettodpif-netdev: Execute conntrack action.
2016-07-22 Benli Yetests: Fix IPFIX test cases issue.
2016-07-13 Justin PettitIntroduce 128-bit xxregs.
2016-07-03 William Tuofproto-dpif-mirror: Add mirror snaplen support.
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-23 Flavio Fernandesofproto-dpif.at: Fix typo.
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
2016-06-14 Benli Yeipfix: Add support for exporting ipfix statistics.
next