| Commit message (Expand) | Author | Age | Files | Lines |
* | samples/bpf, selftests/bpf: Use bpf_probe_read_kernel | Ilya Leoshkevich | 2020-07-21 | 4 | -8/+24 |
* | samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap | Lorenzo Bianconi | 2020-07-16 | 2 | -22/+178 |
* | samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop | Lorenzo Bianconi | 2020-07-16 | 1 | -9/+27 |
* | samples: bpf: Add an option for printing extra statistics in xdpsock | Ciara Loftus | 2020-07-13 | 1 | -2/+85 |
* | bpf: Fix fds_example SIGSEGV error | Wenbo Zhang | 2020-07-10 | 1 | -1/+2 |
* | samples: bpf: Refactor BPF map performance test with libbpf | Daniel T. Lee | 2020-07-08 | 2 | -147/+196 |
* | samples: bpf: Refactor BPF map in map test with libbpf | Daniel T. Lee | 2020-07-08 | 3 | -49/+91 |
* | samples: bpf: Fix bpf programs with kprobe/sys_connect event | Daniel T. Lee | 2020-07-08 | 3 | -9/+18 |
* | bpf, xdp, samples: Fix null pointer dereference in *_user code | Gaurav Singh | 2020-06-16 | 3 | -21/+7 |
* | samples, bpf: Refactor kprobe, tail call kern progs map definition | Daniel T. Lee | 2020-05-19 | 8 | -91/+93 |
* | samples, bpf: Add tracex7 test file to .gitignore | Daniel T. Lee | 2020-05-19 | 1 | -0/+1 |
* | samples, bpf: Refactor tail call user progs with libbpf | Daniel T. Lee | 2020-05-19 | 3 | -31/+103 |
* | samples, bpf: Refactor kprobe tracing user progs with libbpf | Daniel T. Lee | 2020-05-19 | 9 | -64/+252 |
* | samples, bpf: Refactor pointer error check with libbpf | Daniel T. Lee | 2020-05-19 | 3 | -15/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-15 | 1 | -2/+0 |
|\ |
|
| * | samples: bpf: Fix build error | Matteo Croce | 2020-05-14 | 1 | -2/+0 |
* | | samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS | Lorenzo Bianconi | 2020-05-14 | 2 | -14/+17 |
* | | samples/bpf: Remove compiler warnings | Yonghong Song | 2020-05-13 | 3 | -6/+6 |
|/ |
|
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 1 | -0/+1 |
|\ |
|
| * | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | | samples, bpf: Refactor perf_event user program with libbpf bpf_link | Daniel T. Lee | 2020-03-23 | 3 | -82/+159 |
* | | samples, bpf: Move read_trace_pipe to trace_helpers | Daniel T. Lee | 2020-03-23 | 5 | -23/+4 |
|/ |
|
* | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-02-09 | 1 | -59/+59 |
|\ |
|
| * | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-04 | 1 | -59/+59 |
* | | samples: bpf: Allow for -ENETDOWN in xdpsock | Maciej Fijalkowski | 2020-02-05 | 1 | -1/+2 |
* | | samples: bpf: Drop doubled variable declaration in xdpsock | Maciej Fijalkowski | 2020-02-05 | 1 | -1/+0 |
|/ |
|
* | samples/bpf: Use consistent include paths for libbpf | Toke Høiland-Jørgensen | 2020-01-20 | 83 | -113/+112 |
* | samples/bpf: Don't try to remove user's homedir on clean | Toke Høiland-Jørgensen | 2020-01-20 | 1 | -1/+1 |
* | devmap: Adjust tracepoint for map-less queue flush | Jesper Dangaard Brouer | 2020-01-16 | 1 | -5/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-12-27 | 12 | -56/+504 |
|\ |
|
| * | samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach | Jesper Dangaard Brouer | 2019-12-20 | 1 | -4/+55 |
| * | samples/bpf: xdpsock: Add option to specify transmit fill pattern | Jay Jayatheerthan | 2019-12-20 | 1 | -4/+9 |
| * | samples/bpf: xdpsock: Add option to specify tx packet size | Jay Jayatheerthan | 2019-12-20 | 1 | -11/+265 |
| * | samples/bpf: xdpsock: Add option to specify number of packets to send | Jay Jayatheerthan | 2019-12-20 | 1 | -14/+59 |
| * | samples/bpf: xdpsock: Add option to specify batch size | Jay Jayatheerthan | 2019-12-20 | 1 | -23/+29 |
| * | samples/bpf: xdpsock: Use common code to handle signal and main exit | Jay Jayatheerthan | 2019-12-20 | 1 | -2/+7 |
| * | samples/bpf: xdpsock: Add duration option to specify how long to run | Jay Jayatheerthan | 2019-12-20 | 1 | -2/+35 |
| * | samples/bpf: Attach XDP programs in driver mode by default | Toke Høiland-Jørgensen | 2019-12-16 | 11 | -12/+58 |
| * | samples/bpf: Set -fno-stack-protector when building BPF programs | Toke Høiland-Jørgensen | 2019-12-16 | 1 | -0/+1 |
| * | samples/bpf: Add missing -lz to TPROGS_LDLIBS | Toke Høiland-Jørgensen | 2019-12-16 | 1 | -1/+1 |
| * | samples/bpf: Reintroduce missed build targets | Prashant Bhole | 2019-12-16 | 1 | -0/+2 |
* | | samples: bpf: fix syscall_tp due to unused syscall | Daniel T. Lee | 2019-12-11 | 1 | -2/+16 |
* | | samples: bpf: Replace symbol compare of trace_event | Daniel T. Lee | 2019-12-11 | 1 | -2/+2 |
|/ |
|
* | samples/bpf: Fix broken xdp_rxq_info due to map order assumptions | Jesper Dangaard Brouer | 2019-12-04 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-20 | 21 | -228/+339 |
|\ |
|
| * | samples/bpf: Add missing option to xdpsock usage | Andre Guedes | 2019-11-15 | 1 | -0/+2 |
| * | samples/bpf: Remove duplicate option from xdpsock | Andre Guedes | 2019-11-15 | 1 | -1/+0 |
| * | samples/bpf: Use Rx-only and Tx-only sockets in xdpsock | Magnus Karlsson | 2019-11-10 | 1 | -12/+29 |
| * | samples/bpf: Add XDP_SHARED_UMEM support to xdpsock | Magnus Karlsson | 2019-11-10 | 4 | -42/+135 |
| * | samples: bpf: update map definition to new syntax BTF-defined map | Daniel T. Lee | 2019-11-08 | 12 | -178/+178 |