aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp/device.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2023-06-08af_xdp: remove the previous program before loading a new oneArtem Glazychev1-1/+2
2023-03-06af_xdp: fix netns configurationBenoît Ganne1-1/+2
2023-02-02af_xdp: fix default xdp program unload failYulong Pei1-20/+45
2023-01-24af_xdp: fix xdp socket create failChen Yahui1-2/+18
2023-01-13af_xdp: update af_xdp driver plugin to depend on libxdpYulong Pei1-10/+23
2022-09-28af_xdp: change RLIMIT_MEMLOCK before load bpf programChen Yahui1-0/+7
2022-09-27af_xdp: compile error undeclared identifier 'SOL_XDP'Chen Yahui1-0/+3
2022-04-28af_xdp: more meaningful frame_size error messageBenoît Ganne1-0/+14
2022-02-16af_xdp: change flag passed to bpf_set_link_xdp_fdDastin Wilski1-4/+1
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-2/+3
2022-01-17interface: improve MTU handlingDamjan Marion1-3/+10
2022-01-07ethernet: new interface registration functionDamjan Marion1-9/+6
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-3/+2
2021-11-19af_xdp: integrate with new tx infraarikachen1-26/+72
2021-11-18af_xdp: introduce to netns apiarikachen1-9/+88
2021-10-11af_xdp: ensure at least one queue is createdJoshua Roys1-1/+4
2021-09-28af_xdp: fix init lock for shared txqarikachen1-6/+7
2021-08-26af_xdp: fix stale rx/tx pointers in xsk objectsBenoît Ganne1-10/+47
2021-08-23af_xdp: fix xsk_socket__delete left un-cleanuparikachen1-3/+3
2021-05-21af_xdp: use desc offset on rxBenoît Ganne1-12/+1
2021-05-21af_xdp: refill rx rings when interface goes upBenoît Ganne1-0/+1
2021-05-21af_xdp: workaround kernel race between poll() and sendmsg()Benoît Ganne1-43/+99
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-0/+12
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-01-26interface: remove vnet_device_input_runtime_tMohammed Hawari1-2/+1
2021-01-21af_xdp: update interrupt mode to new infraBenoît Ganne1-14/+61
2020-10-24af_xdp: add option to claim all available rx queuesBenoît Ganne1-18/+29
2020-10-21af_xdp: fix NUMA node parsingBenoît Ganne1-11/+9
2020-08-31af_xdp: AF_XDP input pluginBenoît Ganne1-0/+533