summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdev-linux: Remove ingress qdisc before trying to add shared blockRoi Dayan2019-03-121-1/+4
* lib/tc: add ingress ratelimiting support for tc-offloadPieter Jansen van Vuuren2019-03-041-11/+120
* netdev-linux: Fix function argument order in sfq_tc_load().Ben Pfaff2019-01-171-1/+1
* netdev-linux: Don't include <net/if_packet.h>.Ben Pfaff2018-10-031-1/+0
* netdev-linux: use unsigned int for ifi_flags temporary variablesAndre McCurdy2018-10-021-4/+4
* netdev: Clean up class initialization.Ben Pfaff2018-08-271-211/+129
* netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.Ben Pfaff2018-08-201-1/+1
* netdev-linux: Fix segfault in update_lag().Tiago Lam2018-07-051-1/+7
* netdev-linux: monitor and offload LAG slaves to TCJohn Hurley2018-06-291-0/+73
* netdev-linux: assign LAG devs to tc blocksJohn Hurley2018-06-291-5/+29
* netdev-linux: indicate if netdev is a LAG masterJohn Hurley2018-06-291-0/+20
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-1/+2
* tc: allow offloading of block idsJohn Hurley2018-06-291-2/+2
* tap: flag as present after opening it.Flavio Leitner2018-06-141-0/+1
* linux: Assume it is local if no API is available.Flavio Leitner2018-06-141-1/+7
* linux: disable netns support for tap.Flavio Leitner2018-06-141-1/+5
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-1/+6
* netdev-linux: fail ops not supporting remote netns.Flavio Leitner2018-03-311-14/+120
* netlink linux: enable listening to all nsidsFlavio Leitner2018-03-311-0/+1
* netdev-linux: use netlink to update netdev.Flavio Leitner2018-03-311-3/+111
* netnsid: update device only if netnsid matches.Flavio Leitner2018-03-311-6/+58
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-311-1/+1
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-2/+2
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-4/+4
* netdev-linux: Report netdev change events when mac changed.Tonghao Zhang2018-02-051-0/+3