summaryrefslogtreecommitdiff
path: root/samples/bpf/xdpsock_user.c
AgeCommit message (Expand)Author
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-03-15samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund
2022-01-20samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko
2022-01-05samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko
2021-08-06samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund
2021-08-06samples/bpf: xdpsock: Make the sample more useful outside the treeNiklas Söderlund
2021-07-05bpf, samples: Fix xdpsock with '-M' parameter missing unload processWang Hai
2021-05-07samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson
2021-03-30samples: bpf: Do not unload prog within xdpsockMaciej Fijalkowski
2021-03-04samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski
2020-12-10samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2020-12-01samples/bpf: Add option to set the busy-poll budgetBjörn Töpel
2020-12-01samples/bpf: Add busy-poll support to xdpsockBjörn Töpel
2020-12-01samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel
2020-12-01samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel
2020-11-17samples/bpf: Increment Tx stats at sendingMagnus Karlsson
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus
2020-02-05samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski
2020-02-05samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen
2019-12-20samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen
2019-11-15samples/bpf: Add missing option to xdpsock usageAndre Guedes
2019-11-15samples/bpf: Remove duplicate option from xdpsockAndre Guedes
2019-11-10samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson
2019-11-10samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson