summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-20bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi
2023-01-20bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi
2023-01-19Merge branch 'kallsyms: Optimize the search for module symbols by livepatch a...Alexei Starovoitov
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa
2023-01-19selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module testsJiri Olsa
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei
2023-01-18selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang
2023-01-17bpf/selftests: Add verifier tests for loading sleepable programsJiri Olsa
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa
2023-01-17btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo
2023-01-15Merge branch 'samples/bpf: modernize BPF functionality test programs'Alexei Starovoitov
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee
2023-01-15samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee
2023-01-15samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee
2023-01-15samples/bpf: split common macros to net_shared.hDaniel T. Lee
2023-01-15samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee
2023-01-15samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee
2023-01-15samples/bpf: fix broken cgroup socket testingDaniel T. Lee
2023-01-15samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee
2023-01-15samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee
2023-01-15samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee
2023-01-15Merge branch 'bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()'Martin KaFai Lau
2023-01-15selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnelZiyang Xuan
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan
2023-01-13selftests/bpf: Fix missing space errorRoberto Valenzuela
2023-01-13libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte
2023-01-11Merge branch 'selftests/xsk: speed-ups, fixes, and new XDP programs'Alexei Starovoitov
2023-01-11selftests/xsk: automatically switch XDP programsMagnus Karlsson
2023-01-11selftests/xsk: automatically restore packet streamMagnus Karlsson
2023-01-11selftests/xsk: merge dual and single thread dispatchersMagnus Karlsson
2023-01-11selftests/xsk: add test when some packets are XDP_DROPedMagnus Karlsson
2023-01-11selftests/xsk: get rid of built-in XDP programMagnus Karlsson
2023-01-11selftests/xsk: remove unnecessary code in control pathMagnus Karlsson
2023-01-11selftests/xsk: load and attach XDP program only once per modeMagnus Karlsson
2023-01-11selftests/xsk: remove namespacesMagnus Karlsson
2023-01-11selftests/xsk: replace asm acquire/release implementationsMagnus Karlsson
2023-01-11selftests/xsk: add debug option for creating netdevsMagnus Karlsson
2023-01-11selftests/xsk: remove unused variable outstanding_txMagnus Karlsson
2023-01-11selftests/xsk: print correct error codes when exitingMagnus Karlsson
2023-01-11selftests/xsk: submit correct number of frames in populate_fill_ringMagnus Karlsson
2023-01-11selftests/xsk: do not close unused file descriptorsMagnus Karlsson
2023-01-11selftests/xsk: print correct payload for packet dumpMagnus Karlsson
2023-01-11bpf_doc: Fix build error with older python versionsMichal Suchanek
2023-01-10libbpf: Fix map creation flags sanitizationLudovic L'Hours
2023-01-10bpftool: fix output for skipping kernel config checkChethan Suresh
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien