summaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdpsock_user.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, samples: Remove AF_XDP samplesMagnus Karlsson2022-07-051-2019/+0
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-7/+2
* samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund2022-03-151-3/+3
* samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko2022-01-201-5/+5
* samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong2022-01-051-9/+68
* samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong2022-01-051-2/+9
* samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong2022-01-051-2/+59
* samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong2022-01-051-5/+80
* samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong2022-01-051-2/+38
* samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong2022-01-051-5/+30
* samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong2022-01-051-15/+75
* samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko2021-12-021-0/+3
* samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund2021-08-061-3/+1
* samples/bpf: xdpsock: Make the sample more useful outside the treeNiklas Söderlund2021-08-061-9/+7
* bpf, samples: Fix xdpsock with '-M' parameter missing unload processWang Hai2021-07-051-0/+28
* samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson2021-05-071-1/+1
* samples: bpf: Do not unload prog within xdpsockMaciej Fijalkowski2021-03-301-41/+14
* samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-041-0/+2
* samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson2020-12-101-0/+2
* samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King2020-12-031-1/+1
* samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek2020-12-031-5/+139
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-021-7/+0
* samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
* samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
* samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
* samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
* samples/bpf: Increment Tx stats at sendingMagnus Karlsson2020-11-171-3/+3
* samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus2020-10-061-1/+119
* samples: bpf: Count syscalls in xdpsockCiara Loftus2020-10-061-10/+103
* samples: bpf: Split xdpsock stats into new structCiara Loftus2020-10-061-54/+69
* samples/bpf: Add quiet option to xdpsockMagnus Karlsson2020-09-141-5/+14
* samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-09-141-0/+1
* samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson2020-09-141-0/+8
* samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
* samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
* samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus2020-07-131-2/+85
* samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski2020-02-051-1/+2
* samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski2020-02-051-1/+0
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-3/+3
* samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan2019-12-201-4/+9
* samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan2019-12-201-11/+265
* samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan2019-12-201-14/+59
* samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan2019-12-201-23/+29
* samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan2019-12-201-2/+7
* samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan2019-12-201-2/+35
* samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-161-1/+4
* samples/bpf: Add missing option to xdpsock usageAndre Guedes2019-11-151-0/+2
* samples/bpf: Remove duplicate option from xdpsockAndre Guedes2019-11-151-1/+0
* samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson2019-11-101-12/+29
* samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-101-42/+99