summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_xdp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+5
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-05-20igc: Enable TX via AF_XDP zero-copyAndre Guedes1-4/+16
2021-05-20igc: Enable RX via AF_XDP zero-copyAndre Guedes1-0/+100
2021-05-20igc: Refactor XDP rxq info registrationAndre Guedes1-27/+0
2021-03-29igc: Add support for XDP_TX actionAndre Guedes1-0/+27
2021-03-29igc: Add initial XDP supportAndre Guedes1-0/+33