aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/xdpsock_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-05samples/bpf: xdpsock: Add timestamp for Tx-only operationGravatar Ong Boon Leong 1-9/+68
2022-01-05samples/bpf: xdpsock: Add time-out for cleaning TxGravatar Ong Boon Leong 1-2/+9
2022-01-05samples/bpf: xdpsock: Add sched policy and priority supportGravatar Ong Boon Leong 1-2/+59
2022-01-05samples/bpf: xdpsock: Add cyclic TX operation capabilityGravatar Ong Boon Leong 1-5/+80
2022-01-05samples/bpf: xdpsock: Add clockid selection supportGravatar Ong Boon Leong 1-2/+38
2022-01-05samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationGravatar Ong Boon Leong 1-5/+30
2022-01-05samples/bpf: xdpsock: Add VLAN support for Tx-only operationGravatar Ong Boon Leong 1-15/+75
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesGravatar Andrii Nakryiko 1-0/+3
2021-08-06samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Gravatar Niklas Söderlund 1-3/+1
2021-08-06samples/bpf: xdpsock: Make the sample more useful outside the treeGravatar Niklas Söderlund 1-9/+7
2021-07-05bpf, samples: Fix xdpsock with '-M' parameter missing unload processGravatar Wang Hai 1-0/+28
2021-05-07samples/bpf: Consider frame size in tx_only of xdpsock sampleGravatar Magnus Karlsson 1-1/+1
2021-03-30samples: bpf: Do not unload prog within xdpsockGravatar Maciej Fijalkowski 1-41/+14
2021-03-04samples, bpf: Add missing munmap in xdpsockGravatar Maciej Fijalkowski 1-0/+2
2020-12-10samples/bpf: Fix possible hang in xdpsock with multiple threadsGravatar Magnus Karlsson 1-0/+2
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Gravatar Colin Ian King 1-1/+1
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitGravatar Mariusz Dudek 1-5/+139
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-7/+0
2020-12-01samples/bpf: Add option to set the busy-poll budgetGravatar Björn Töpel 1-0/+5
2020-12-01samples/bpf: Add busy-poll support to xdpsockGravatar Björn Töpel 1-7/+33
2020-12-01samples/bpf: Use recvfrom() in xdpsock/l2fwdGravatar Björn Töpel 1-14/+12
2020-12-01samples/bpf: Use recvfrom() in xdpsock/rxdropGravatar Björn Töpel 1-4/+4
2020-11-17samples/bpf: Increment Tx stats at sendingGravatar Magnus Karlsson 1-3/+3
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockGravatar Ciara Loftus 1-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockGravatar Ciara Loftus 1-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structGravatar Ciara Loftus 1-54/+69
2020-09-14samples/bpf: Add quiet option to xdpsockGravatar Magnus Karlsson 1-5/+14
2020-09-14samples/bpf: Fix possible deadlock in xdpsockGravatar Magnus Karlsson 1-0/+1
2020-09-14samples/bpf: Fix one packet sending in xdpsockGravatar Magnus Karlsson 1-0/+8
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesGravatar Weqaar Janjua 1-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockGravatar Magnus Karlsson 1-8/+14
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockGravatar Ciara Loftus 1-2/+85
2020-02-05samples: bpf: Allow for -ENETDOWN in xdpsockGravatar Maciej Fijalkowski 1-1/+2
2020-02-05samples: bpf: Drop doubled variable declaration in xdpsockGravatar Maciej Fijalkowski 1-1/+0
2020-01-20samples/bpf: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 1-3/+3
2019-12-20samples/bpf: xdpsock: Add option to specify transmit fill patternGravatar Jay Jayatheerthan 1-4/+9
2019-12-20samples/bpf: xdpsock: Add option to specify tx packet sizeGravatar Jay Jayatheerthan 1-11/+265
2019-12-20samples/bpf: xdpsock: Add option to specify number of packets to sendGravatar Jay Jayatheerthan 1-14/+59
2019-12-20samples/bpf: xdpsock: Add option to specify batch sizeGravatar Jay Jayatheerthan 1-23/+29
2019-12-20samples/bpf: xdpsock: Use common code to handle signal and main exitGravatar Jay Jayatheerthan 1-2/+7
2019-12-20samples/bpf: xdpsock: Add duration option to specify how long to runGravatar Jay Jayatheerthan 1-2/+35
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultGravatar Toke Høiland-Jørgensen 1-1/+4
2019-11-15samples/bpf: Add missing option to xdpsock usageGravatar Andre Guedes 1-0/+2
2019-11-15samples/bpf: Remove duplicate option from xdpsockGravatar Andre Guedes 1-1/+0
2019-11-10samples/bpf: Use Rx-only and Tx-only sockets in xdpsockGravatar Magnus Karlsson 1-12/+29
2019-11-10samples/bpf: Add XDP_SHARED_UMEM support to xdpsockGravatar Magnus Karlsson 1-42/+99
2019-10-07samples/bpf: Trivial - fix spelling mistake in usageGravatar Anton Ivanov 1-1/+1
2019-09-16samples/bpf: fix xdpsock l2fwd tx for unaligned modeGravatar Ciara Loftus 1-1/+1
2019-08-31samples/bpf: use hugepages in xdpsock appGravatar Kevin Laatz 1-5/+10
2019-08-31samples/bpf: add buffer recycling for unaligned chunks to xdpsockGravatar Kevin Laatz 1-10/+16