aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/igc/igc_xdp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-02igc: Fix XSK queue NAPI ID mappingJoe Damato1-2/+0
2025-02-10igc: Avoid unnecessary link down event in XDP_SETUP_PROG processSong Yoong Siang1-4/+15
2025-01-07igc: Link queues to NAPI instancesJoe Damato1-0/+2
2025-01-07igc: Allow hot-swapping XDP programSong Yoong Siang1-2/+4
2023-02-02drivers: 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