summaryrefslogtreecommitdiff
path: root/tests/system-traffic.at
Commit message (Expand)AuthorAgeFilesLines
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-17/+21
* ofp, dpif: Allow CT flush based on partial match.Ales Musil2023-01-161-1/+101
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-061-0/+48
* netdev-linux: Fix inability to apply QoS on ports with custom qdiscs.Ilya Maximets2022-11-021-0/+36
* tests: Fix tests with GNU grep 3.8.Andreas Stieger2022-09-141-81/+81
* tests: Use _DAEMONIZE macro's to start tcpdump.Eelco Chaudron2022-09-091-20/+20
* system-traffic: Fix IPv4 fragmentation test sequence for check-kernel.Paolo Valerio2022-08-081-0/+5
* system-traffic: Fix incorrect neigh entry in ipv6 header modification test.Ilya Maximets2022-08-081-5/+9
* system-traffic: Don't run IPv6 header modification test on kernels < 5.19.Ilya Maximets2022-08-081-1/+2
* packets: Re-calculate IPv6 checksum only for first frag upon modify.Salem Sol2022-08-041-0/+35
* system-traffic: Properly stop dangling ping after geneve test.Ilya Maximets2022-07-251-1/+1
* conntrack: Fix conntrack multiple new state.Eli Britstein2022-07-251-0/+9
* lib: Print nw_frag in flow key.Rosemarie O'Riorden2022-07-191-10/+10
* tests: Add test for later IPv6 fragments nw_proto=44.Rosemarie O'Riorden2022-07-121-0/+34
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-071-0/+47
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-261-0/+79
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-271-0/+47
* system-traffic: Fix fragment reassembly with L3 L4 protocol information.Paolo Valerio2022-04-261-3/+3
* system-traffic.at: Fix flaky DNAT load balancing test.Ilya Maximets2022-03-251-1/+1
* system-tso: Skip encap tests when userspace TSO is enabled.Flavio Leitner2022-03-041-0/+17
* system-traffic.at: Avoid sporadic failures during conntrack IPv6 HTTP/FTP tests.Paolo Valerio2022-02-141-6/+7
* system-traffic.at: Do not use ranges with broadcast address.Paolo Valerio2022-02-141-7/+7
* ofproto-dpif-xlate: Fix packet drops with decap action on MPLS Multicast.Martin Varghese2022-01-311-0/+80
* tests: Fix cosmetic errors in system-traffic.at.Martin Varghese2022-01-311-3/+1
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+377
* system-traffic.at: Fix typo in conntrack zones tests.lin huang2021-11-161-1/+1
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+36
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-131-0/+105
* ipf: Fix only nat the first fragment in the reass process.wenxu2021-09-151-0/+40
* conntrack: Handle already natted packets.Paolo Valerio2021-07-081-0/+35
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-081-0/+46
* netlink: removed incorrect optimizationToms Atteka2021-06-151-0/+54
* system-traffic.at:add missing commaTao YunXiang2021-06-101-1/+1
* conntrack: Fix the icmp conntrack new state.Tonghao Zhang2021-01-261-0/+44
* conntrack: add generic IP protocol supportEelco Chaudron2020-12-211-0/+29
* conntrack: Rename "master" connection to "parent" connection.Ben Pfaff2020-10-211-3/+3
* tests: Refactor the iptables accept rule.William Tu2020-07-271-10/+2
* userspace: Add conntrack timeout policy support.William Tu2020-05-011-3/+26
* system-traffic: Check frozen state handling with TLV map changeYifeng Sun2020-04-101-0/+10
* conntrack: Fix conntrack new stateYi-Hung Wei2020-01-291-0/+41
* conntrack: Support zone limits.Darrell Ball2019-12-031-1/+0
* Datapath: Change in openvswitch kernel module to support MPLS label depth of ...Martin Varghese2019-11-221-0/+39
* tests: Only run test on kernel datapathGreg Rose2019-10-041-1/+4
* tests: Add check for correct l3l4 conntrack frag reassemblyGreg Rose2019-10-031-0/+26
* datapath: Fix conntrack cache with timeoutYi-Hung Wei2019-09-301-0/+18
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-8/+8
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-261-0/+66
* conntrack: Optimize recirculations.Darrell Ball2019-09-251-0/+63
* test: Fix fragment-related tests that fail on 4.19+ due to small-sized packetsYifeng Sun2019-07-221-15/+15
* system-traffic: Make nsh test more robust.William Tu2019-07-221-56/+37