summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-linux: Add jitter parameter to the netem qos options.Miika Petäjäniemi2023-02-211-8/+18
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-311-11/+13
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-301-1/+1
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-301-2/+2
* netdev-linux: Fix inability to apply QoS on ports with custom qdiscs.Ilya Maximets2022-11-021-4/+9
* netdev-linux: Allow meter to work in tc software datapath when tc-policy is s...Baowen Zheng2022-11-011-6/+14
* netdev-linux: Skip some internal kernel stats gathering.Jon Kohler2022-09-091-0/+11
* netdev-linux: set correct action for packets that passed policerVlad Buslov2022-08-041-7/+9
* netdev-linux: Do not touch LAG members if master is not attached to OVS.Tao Liu2022-07-261-1/+4
* netdev-linux: Fix leak of a tc police get/del reply.Ilya Maximets2022-07-141-4/+8
* netdev-linux: Add functions to manipulate tc police actionJianbo Liu2022-07-111-0/+147
* netdev-linux: Refactor put police action netlink messageJianbo Liu2022-07-111-42/+47
* netdev-linux: Properly access 32-bit aligned rtnl_link_stats64 structs.Dumitru Ceara2022-05-171-1/+8
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* netdev-linux: Use matchall classifier for ingress policing.Mike Pattrick2022-01-121-11/+21
* netdev-linux: Fix a null pointer dereference in netdev_linux_notify_sock().Yunjian Wang2021-09-161-1/+1
* netdev-linux: fix compile error in nl_msg_put_act_policeYong Xu2021-07-131-1/+3
* netdev-linux: Ignore TSO packets when TSO is not enabled for userspace.Eelco Chaudron2021-07-091-3/+17
* add port-based ingress policing based packet-per-second rate-limitingYong Xu2021-07-011-31/+78
* netdev-linux: Fix use of uninitialized LAG master name.Ilya Maximets2021-05-241-1/+3
* rtnetlink: ignore IFLA_WIRELESS events.Michal Kazior2021-04-201-1/+2
* netdev-linux: correct unit of burst parameterYong.Xu2021-04-131-1/+1
* netdev-linux: Fix indentation.William Tu2021-02-191-14/+14
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-11/+11
* netdev-linux: Fix broken build on Ubuntu 14.04Yi-Hung Wei2020-07-081-0/+8
* netdev-linux: Update LAG in all cases.Aaron Conole2020-05-161-6/+5
* netdev-afxdp: Fix missing init.William Tu2020-05-041-0/+1
* netdev-linux: remove sum of vport stats and kernel netdev stats.Jiang Lidong2020-04-301-12/+0
* netdev-afxdp: Add interrupt mode netdev class.William Tu2020-04-281-14/+23
* netdev-linux.c: Fix coverity unreachable code warningUsman Ansari2020-04-061-9/+3
* netdev-linux: Enable TSO in the TAP device.Flavio Leitner2020-03-021-0/+17
* userspace TSO: SCTP checksum offload optional.Flavio Leitner2020-02-261-0/+1
* userspace TSO: Include UDP checksum offload.Flavio Leitner2020-02-261-0/+1
* netdev-linux: Prepend the std packet in the TSO packetFlavio Leitner2020-02-061-47/+70
* netdev-linux: Detect numa node id.William Tu2020-01-181-3/+70
* userspace: Add TCP Segmentation Offload supportFlavio Leitner2020-01-171-47/+339
* Use batch process recv for tap and raw socket in netdev datapathYi Yang2020-01-091-58/+109
* tc: Introduce tcf_id to specify a tc filterPaul Blakey2019-12-221-2/+4
* netdev-afxdp: Enable libbpf logging to OVS.William Tu2019-11-211-0/+1
* netdev-afxdp: add afxdp specific maximum MTU checkEelco Chaudron2019-11-191-0/+9
* netdev-afxdp: Convert AFXDP_DEBUG to custom stats.Ilya Maximets2019-07-241-0/+1
* netdev-afxdp: Fix use of unconfigured device.Ilya Maximets2019-07-231-2/+2
* netdev-afxdp: add new netdev type for AF_XDP.William Tu2019-07-191-83/+43
* netdev: Dynamic per-port Flow API.Ilya Maximets2019-06-111-3/+0
* netdev-linux: Add coverage counters for netdev_set_policing when ingress tc-o...Tonghao Zhang2019-04-221-5/+6
* netlink linux: fix to append the netnsid netlink attr.Flavio Leitner2019-04-161-1/+1
* netlink linux: account for the netnsid netlink attr.Flavio Leitner2019-04-161-2/+2
* ovs-tc: offload datapath rules matching on internal portsJohn Hurley2019-04-101-0/+1
* ovs-tc: allow offloading TC rules to egress qdiscsJohn Hurley2019-04-091-8/+9
* netdev-linux: netem QoS supportSharon K2019-03-141-0/+183