Age | Commit message (Expand) | Author |
2020-10-22 | bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static | Daniel Borkmann |
2020-10-11 | samples: bpf: Refactor XDP kern program maps with BTF-defined map | Daniel T. Lee |
2020-10-11 | samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu | Daniel T. Lee |
2020-10-11 | samples: bpf: Refactor xdp_monitor with libbpf | Daniel T. Lee |
2020-10-06 | samples: bpf: Driver interrupt statistics in xdpsock | Ciara Loftus |
2020-10-06 | samples: bpf: Count syscalls in xdpsock | Ciara Loftus |
2020-10-06 | samples: bpf: Split xdpsock stats into new struct | Ciara Loftus |
2020-10-06 | samples/bpf: Fix a compilation error with fallthrough marking | Yonghong Song |
2020-10-06 | samples/bpf: Change Makefile to cope with latest llvm | Yonghong Song |
2020-09-30 | bpf, selftests: Use bpf_tail_call_static where appropriate | Daniel Borkmann |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-09-19 | samples/bpf: Fix test_map_in_map on s390 | Ilya Leoshkevich |
2020-09-14 | samples/bpf: Add quiet option to xdpsock | Magnus Karlsson |
2020-09-14 | samples/bpf: Fix possible deadlock in xdpsock | Magnus Karlsson |
2020-09-14 | samples/bpf: Fix one packet sending in xdpsock | Magnus Karlsson |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-04 | samples, bpf: Add xsk_fwd test file to .gitignore | Daniel T. Lee |
2020-09-04 | samples, bpf: Replace bpf_program__title() with bpf_program__section_name() | Daniel T. Lee |
2020-08-31 | samples/bpf: Fix to xdpsock to avoid recycling frames | Weqaar Janjua |
2020-08-31 | samples/bpf: Optimize l2fwd performance in xdpsock | Magnus Karlsson |
2020-08-31 | samples/bpf: Add new sample xsk_fwd.c | Cristian Dumitrescu |
2020-08-24 | samples: bpf: Refactor tracepoint tracing programs with libbpf | Daniel T. Lee |
2020-08-24 | samples: bpf: Refactor kprobe tracing programs with libbpf | Daniel T. Lee |
2020-08-24 | samples: bpf: Cleanup bpf_load.o from Makefile | Daniel T. Lee |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-18 | samples: bpf: Fix broken bpf programs due to removed symbol | Daniel T. Lee |
2020-07-21 | samples/bpf, selftests/bpf: Use bpf_probe_read_kernel | Ilya Leoshkevich |
2020-07-16 | samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap | Lorenzo Bianconi |
2020-07-16 | samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop | Lorenzo Bianconi |
2020-07-13 | samples: bpf: Add an option for printing extra statistics in xdpsock | Ciara Loftus |
2020-07-10 | bpf: Fix fds_example SIGSEGV error | Wenbo Zhang |
2020-07-08 | samples: bpf: Refactor BPF map performance test with libbpf | Daniel T. Lee |
2020-07-08 | samples: bpf: Refactor BPF map in map test with libbpf | Daniel T. Lee |
2020-07-08 | samples: bpf: Fix bpf programs with kprobe/sys_connect event | Daniel T. Lee |
2020-06-16 | bpf, xdp, samples: Fix null pointer dereference in *_user code | Gaurav Singh |
2020-05-19 | samples, bpf: Refactor kprobe, tail call kern progs map definition | Daniel T. Lee |
2020-05-19 | samples, bpf: Add tracex7 test file to .gitignore | Daniel T. Lee |
2020-05-19 | samples, bpf: Refactor tail call user progs with libbpf | Daniel T. Lee |
2020-05-19 | samples, bpf: Refactor kprobe tracing user progs with libbpf | Daniel T. Lee |
2020-05-19 | samples, bpf: Refactor pointer error check with libbpf | Daniel T. Lee |
2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-14 | samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS | Lorenzo Bianconi |
2020-05-14 | samples: bpf: Fix build error | Matteo Croce |
2020-05-13 | samples/bpf: Remove compiler warnings | Yonghong Song |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-03-23 | samples, bpf: Refactor perf_event user program with libbpf bpf_link | Daniel T. Lee |
2020-03-23 | samples, bpf: Move read_trace_pipe to trace_helpers | Daniel T. Lee |
2020-02-09 | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-02-05 | samples: bpf: Allow for -ENETDOWN in xdpsock | Maciej Fijalkowski |