summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ovs-router: Introduce src option in ovs/route/add command.Nobuhiro MIKI2023-03-074-13/+161
* ofproto: Fix man page for tunnel related commands.Nobuhiro MIKI2023-03-073-8/+8
* ovs-router: Cleanup parser for ovs/route/add command.Nobuhiro MIKI2023-03-072-28/+52
* netdev-dummy: Support multiple IP addresses.Nobuhiro MIKI2023-03-071-26/+44
* AUTHORS: Add Fangrui Song.Ilya Maximets2023-03-061-0/+1
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-0616-28/+19
* netdev-windows: Add checking when creating netdev with system type on WindowsWilson Peng2023-03-061-0/+11
* ofproto-dpif-upcall: Include hardware offloaded flows in total flows.Eelco Chaudron2023-03-031-0/+11
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-037-2/+116
* classifier: Fix missing masks on a final stage with ports trie.Ilya Maximets2023-02-282-5/+108
* system-traffic.at: Add icmp error tests while dnatting address and port.Paolo Valerio2023-02-281-0/+74
* test: Move check for tc ingress pps support to test script.Simon Horman2023-02-282-13/+12
* ipfix: Make template and stats interval configurable.Adrian Moreno2023-02-276-12/+88
* ofproto: Fix re-creation of tunnel backing interfaces on restart.Ilya Maximets2023-02-272-19/+68
* AUTHORS: Add Liang Mancang and Viacheslav Galaktionov.Ilya Maximets2023-02-211-0/+2
* ofproto: Include flow cookies in bridge/dump-flows output.Viacheslav Galaktionov2023-02-211-0/+4
* conntrack: Fix conntrack_clean may access the same exp_list each time.Liang Mancang2023-02-211-2/+2
* ovs-actions: Correct typo in ovs-actions man page.Mike Pattrick2023-02-211-1/+1
* ofproto-ipfix: Use per-domain template timeouts.Adrian Moreno2023-02-211-24/+105
* MAINTAINERS: Move myself to emeritus status.Russell Bryant2023-02-211-2/+2
* AUTHORS: Add Miika Petäjäniemi.Ilya Maximets2023-02-211-0/+1
* netdev-linux: Add jitter parameter to the netem qos options.Miika Petäjäniemi2023-02-213-8/+24
* AUTHORS: Add Vladislav Odintsov.Ilya Maximets2023-02-201-0/+1
* utilities: Add support to set umask in ovs-ctl.Vladislav Odintsov2023-02-203-7/+30
* Set release date for 3.1.0.Ilya Maximets2023-02-162-2/+2
* test: Remove duplicate test from system-offloads-traffic.at.Eelco Chaudron2023-02-151-64/+0
* ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp ...Eelco Chaudron2023-02-151-1/+1
* conntrack: Properly unNAT inner header of related traffic.Ales Musil2023-02-132-163/+196
* sparse: Fix build with DPDK and GCC 12.David Marchand2023-02-101-4/+1
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-103-20/+39
* tests: Comment currently failing TC system-traffic tests.Eelco Chaudron2023-02-092-0/+23
* tests: Fix reading of OpenFlow byte counters in GRE test cases.Eelco Chaudron2023-02-091-11/+7
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-092-2/+13
* odp-util: Make odp_flow_key_from_flow__ nlattr order the same as the kernel.Eelco Chaudron2023-02-0912-106/+102
* test: Fix 'conntrack - Multiple ICMP traverse' for tc case.Eelco Chaudron2023-02-091-2/+1
* test: Tc does not support conntrack timeout, skip the related test.Eelco Chaudron2023-02-092-1/+6
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-094-15/+21
* test: Flush datapath when changing rules on the fly.Eelco Chaudron2023-02-091-1/+6
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* test: Do not use MPLS implicit null label in test cases.Eelco Chaudron2023-02-081-6/+4
* tests: Include working system-traffic tests into the system-offloads-testsuite.Eelco Chaudron2023-02-087-2/+79
* ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.Peng He2023-02-071-0/+1
* hash: Avoid 64bit crc intrinsics on 32bit aligned data.Mike Pattrick2023-02-031-1/+64
* dp-packet: Allocate on cacheline boundary with DPDK.Mike Pattrick2023-02-032-0/+8
* netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.Mike Pattrick2023-02-031-5/+5
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-034-23/+218
* sparse: Fix numa.h for libnuma >= 2.0.13.Ilya Maximets2023-02-031-6/+17
* AUTHORS: Add wangchuanlei.Ilya Maximets2023-01-311-0/+1
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-318-12/+61
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-304-13/+22