summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dpctl: Fix dereferencing null pointer in parse_ct_limit_zones().Zhiqi Chen2023-05-111-2/+3
* netdev-offload: Fix deadlock/recursive use of the netdev_hmap_rwlock rwlock.Eelco Chaudron2023-05-101-32/+38
* tc: Fix cleaning chains.Roi Dayan2023-04-282-4/+11
* dpif-netlink: Fix memory leak dpif_netlink_open().Yunjian Wang2023-04-251-1/+1
* ofp-parse: Check ranges on string to uint32_t conversion.Yunjian Wang2023-04-251-5/+2
* util: Fix an issue that thread name cannot be set.Songtao Zhan2023-04-251-0/+6
* learning-switch: Fix coredump of OpenFlow15 learning-switch.Faicker Mo2023-04-251-0/+1
* ovs-dpctl: Add new command dpctl/ct-[sg]et-sweep-interval.Paolo Valerio2023-04-0610-1/+128
* ofproto-dpif-xlate: Always mask ip proto field.Aaron Conole2023-04-061-0/+25
* conntrack-tp: Fix clang warning.Lin Huang2023-04-041-0/+7
* netdev-offload-tc: Del ufid mapping if device not exist.Faicker Mo2023-04-031-1/+2
* db-ctl-base: Partially revert b8bf410a5.Daniel Alvarez Sanchez2023-03-301-33/+9
* netdev-tc-offloads: Fix misaligned 8 byte read.Mike Pattrick2023-03-291-2/+2
* odp: Add SRv6 tunnel actions.Nobuhiro MIKI2023-03-291-0/+70
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-298-1/+226
* flow: Support rt_hdr in parse_ipv6_ext_hdrs().Nobuhiro MIKI2023-03-295-21/+58
* tnl-ports: Support multiple nw_protos.Nobuhiro MIKI2023-03-291-32/+48
* ovs-thread: Fix cpus not read for the first 10s.Adrian Moreno2023-03-271-1/+1
* dpif-netlink: Always create at least 1 handler.Adrian Moreno2023-03-271-1/+1
* netdev-offload-tc: Fix parse_tc_flower_to_actions() reporting errors.Eelco Chaudron2023-03-221-9/+27
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-224-13/+32
* dpctl: Fix flush-conntrack with datapath as argument.Ales Musil2023-03-151-3/+9
* route-table: Retrieving the preferred source address from Netlink.Nobuhiro MIKI2023-03-073-5/+20
* ovs-router: Introduce src option in ovs/route/add command.Nobuhiro MIKI2023-03-071-10/+76
* ofproto: Fix man page for tunnel related commands.Nobuhiro MIKI2023-03-071-3/+3
* ovs-router: Cleanup parser for ovs/route/add command.Nobuhiro MIKI2023-03-071-24/+29
* netdev-dummy: Support multiple IP addresses.Nobuhiro MIKI2023-03-071-26/+44
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-0614-20/+11
* netdev-windows: Add checking when creating netdev with system type on WindowsWilson Peng2023-03-061-0/+11
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-035-0/+17
* classifier: Fix missing masks on a final stage with ports trie.Ilya Maximets2023-02-281-5/+20
* conntrack: Fix conntrack_clean may access the same exp_list each time.Liang Mancang2023-02-211-2/+2
* netdev-linux: Add jitter parameter to the netem qos options.Miika Petäjäniemi2023-02-211-8/+18
* conntrack: Properly unNAT inner header of related traffic.Ales Musil2023-02-131-163/+89
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-102-4/+12
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-091-1/+13
* odp-util: Make odp_flow_key_from_flow__ nlattr order the same as the kernel.Eelco Chaudron2023-02-091-10/+11
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-091-0/+4
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* tests: Include working system-traffic tests into the system-offloads-testsuite.Eelco Chaudron2023-02-081-1/+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-032-16/+84
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-314-11/+36
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-304-13/+22
* netdev-offload-tc: Fix misaligned access to ct label.Ilya Maximets2023-01-271-10/+11
* dpif-netdev-perf: Add metric averages when no iterations.Kevin Traynor2023-01-271-23/+26
* dpif-netdev-perf: Remove not a number stat value.Kevin Traynor2023-01-271-3/+5
* netdev-dpdk: Free mbufs in bulk.Ilya Maximets2023-01-271-10/+3