summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11docs/bpf: Document BPF map types QUEUE and STACKDonald Hunter
2022-11-11docs/bpf: Document BPF ARRAY_OF_MAPS and HASH_OF_MAPSDonald Hunter
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan
2022-11-11docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE mapDonald Hunter
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman
2022-11-09Merge branch 'fix panic bringing up veth with xdp progs'Martin KaFai Lau
2022-11-09bpf: veth driver panics when xdp prog attached before veth_openJohn Fastabend
2022-11-09selftests: Fix test group SKIPPED resultDomenico Cerasuolo
2022-11-09Merge branch 'libbpf: Resolve unambigous forward declarations'Andrii Nakryiko
2022-11-09selftests/bpf: Tests for btf_dedup_resolve_fwdsEduard Zingerman
2022-11-09libbpf: Resolve unambigous forward declarationsEduard Zingerman
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-11-07samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao
2022-11-07selftests/bpf: Fix u32 variable compared with less than zeroKang Minchul
2022-11-04Documentation: bpf: Escape underscore in BPF type name prefixBagas Sanjaya
2022-11-04selftests/bpf: Use consistent build-id type for liburandom_read.soArtem Savkov
2022-11-04selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warningRong Tao
2022-11-04samples/bpf: Fix tracex2 error: No such file or directoryRong Tao
2022-11-04selftests/bpf: Tests for enum fwd resolved as full enum64Eduard Zingerman
2022-11-04libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman
2022-11-04Merge branch 'BPF verifier precision tracking improvements'Alexei Starovoitov
2022-11-04selftests/bpf: make test_align selftest more robustAndrii Nakryiko
2022-11-04bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2022-11-04bpf: stop setting precise in current stateAndrii Nakryiko
2022-11-04bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2022-11-04bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko
2022-11-04bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
2022-11-03bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03Merge branch 'veristat: replay, filtering, sorting'Alexei Starovoitov
2022-11-03selftests/bpf: support stat filtering in comparison mode in veristatAndrii Nakryiko
2022-11-03selftests/bpf: support stats ordering in comparison mode in veristatAndrii Nakryiko
2022-11-03selftests/bpf: handle missing records in comparison mode better in veristatAndrii Nakryiko
2022-11-03selftests/bpf: make veristat emit all stats in CSV mode by defaultAndrii Nakryiko
2022-11-03selftests/bpf: support simple filtering of stats in veristatAndrii Nakryiko
2022-11-03selftests/bpf: allow to define asc/desc ordering for sort specs in veristatAndrii Nakryiko
2022-11-03selftests/bpf: ensure we always have non-ambiguous sorting in veristatAndrii Nakryiko
2022-11-03selftests/bpf: consolidate and improve file/prog filtering in veristatAndrii Nakryiko
2022-11-03selftests/bpf: shorten "Total insns/states" column names in veristatAndrii Nakryiko
2022-11-03selftests/bpf: add veristat replay modeAndrii Nakryiko
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Drop reg_type_may_be_refcounted_or_nullKumar Kartikeya Dwivedi
2022-11-03bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi
2022-11-03bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_IDKumar Kartikeya Dwivedi
2022-11-03bpf: Allow specifying volatile type modifier for kptrsKumar Kartikeya Dwivedi
2022-11-03bpf: Document UAPI details for special BPF typesKumar Kartikeya Dwivedi
2022-11-03bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-03Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds