summaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdpsock_user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong2022-01-061-9/+68
* samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong2022-01-061-2/+9
* samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong2022-01-061-2/+59
* samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong2022-01-061-5/+80
* samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong2022-01-061-2/+38
* samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong2022-01-061-5/+30
* samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong2022-01-061-15/+75
* samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko2021-12-031-0/+3
* samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund2021-08-071-3/+1
* samples/bpf: xdpsock: Make the sample more useful outside the treeNiklas Söderlund2021-08-071-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-031-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-151-5/+14
* samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-09-151-0/+1
* samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson2020-09-151-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-141-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-211-3/+3
* samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan2019-12-211-4/+9
* samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan2019-12-211-11/+265
* samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan2019-12-211-14/+59
* samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan2019-12-211-23/+29
* samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan2019-12-211-2/+7
* samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan2019-12-211-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-111-12/+29
* samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-111-42/+99
* samples/bpf: Trivial - fix spelling mistake in usageAnton Ivanov2019-10-081-1/+1
* samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus2019-09-161-1/+1
* samples/bpf: use hugepages in xdpsock appKevin Laatz2019-08-311-5/+10
* samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz2019-08-311-10/+16