platform/kernel/linux-rpi.git
2022-07-06 Quentin Monnetbpftool: Remove zlib feature test from Makefile
2022-07-06 Andrii NakryikoMerge branch 'cleanup the legacy probe_event on failed...
2022-07-06 Chuang Wanglibbpf: Cleanup the legacy uprobe_event on failed add...
2022-07-06 Chuang Wanglibbpf: Fix wrong variable used in perf_event_uprobe_op...
2022-07-06 Chuang Wanglibbpf: Cleanup the legacy kprobe_event on failed add...
2022-07-06 Andrii NakryikoMerge branch 'Introduce type match support'
2022-07-06 Daniel Müllerselftests/bpf: Add type match test against kernel's...
2022-07-06 Daniel Müllerselftests/bpf: Add nested type to type based tests
2022-07-06 Daniel Müllerselftests/bpf: Add test checking more characteristics
2022-07-06 Daniel Müllerselftests/bpf: Add type-match checks to type-based...
2022-07-06 Andrii Nakryikolibbpf: add bpf_core_type_matches() helper macro
2022-07-06 Daniel Müllerbpf, libbpf: Add type match support
2022-07-06 Daniel Müllerbpftool: Honor BPF_CORE_TYPE_MATCHES relocation
2022-07-06 Daniel Müllerbpf: Introduce TYPE_MATCH related constants/macros
2022-07-05 Magnus Karlssonbpf, samples: Remove AF_XDP samples
2022-07-05 Quentin Monnetbpftool: Rename "bpftool feature list" into "... featur...
2022-07-05 Tobias Klauserbpf: Omit superfluous address family check in __bpf_skc...
2022-07-01 Stanislav Fomichevselftests/bpf: Skip lsm_cgroup when we don't have tramp...
2022-06-30 Yafang Shaobpftool: Show also the name of type BPF_OBJ_LINK
2022-06-30 Maciej Fijalkowskiselftests/xsk: Destroy BPF resources only when ctx...
2022-06-30 Maciej Fijalkowskiselftests/xsk: Verify correctness of XDP prog attach...
2022-06-30 Maciej Fijalkowskiselftests/xsk: Introduce XDP prog load based on existin...
2022-06-30 Maciej Fijalkowskiselftests/xsk: Avoid bpf_link probe for existing xsk
2022-06-30 Quentin Monnetbpftool: Use feature list in bash completion
2022-06-30 Quentin Monnetbpftool: Add feature list (prog/map/link/attach types...
2022-06-30 Tobias Klauserbpftool: Remove attach_type_name forward declaration
2022-06-29 Quentin Monnetbpftool: Probe for memcg-based accounting before bumpin...
2022-06-29 Alexei StarovoitovMerge branch 'bpf: cgroup_sock lsm flavor'
2022-06-29 Stanislav Fomichevselftests/bpf: lsm_cgroup functional test
2022-06-29 Stanislav Fomichevbpftool: implement cgroup tree for BPF_LSM_CGROUP
2022-06-29 Stanislav Fomichevlibbpf: implement bpf_prog_query_opts
2022-06-29 Stanislav Fomichevlibbpf: add lsm_cgoup_sock type
2022-06-29 Stanislav Fomichevtools/bpf: Sync btf_ids.h to tools
2022-06-29 Stanislav Fomichevbpf: expose bpf_{g,s}etsockopt to lsm cgroup
2022-06-29 Stanislav Fomichevbpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
2022-06-29 Stanislav Fomichevbpf: minimize number of allocated lsm slots per program
2022-06-29 Stanislav Fomichevbpf: per-cgroup lsm flavor
2022-06-29 Stanislav Fomichevbpf: convert cgroup_bpf.progs to hlist
2022-06-29 Stanislav Fomichevbpf: add bpf_func_t and trampoline helpers
2022-06-28 Alexei StarovoitovMerge branch 'libbpf: remove deprecated APIs'
2022-06-28 Andrii Nakryikolibbpf: fix up few libbpf.map problems
2022-06-28 Andrii Nakryikolibbpf: enforce strict libbpf 1.0 behaviors
2022-06-28 Andrii Nakryikoselftests/bpf: remove last tests with legacy BPF map...
2022-06-28 Andrii Nakryikolibbpf: clean up SEC() handling
2022-06-28 Andrii Nakryikolibbpf: remove internal multi-instance prog support
2022-06-28 Andrii Nakryikolibbpf: cleanup LIBBPF_DEPRECATED_SINCE supporting...
2022-06-28 Andrii Nakryikolibbpf: remove multi-instance and custom private data...
2022-06-28 Andrii Nakryikolibbpf: remove most other deprecated high-level APIs
2022-06-28 Andrii Nakryikolibbpf: remove prog_info_linear APIs
2022-06-28 Andrii Nakryikolibbpf: clean up perfbuf APIs
2022-06-28 Andrii Nakryikolibbpf: remove deprecated BTF APIs
2022-06-28 Andrii Nakryikolibbpf: remove deprecated probing APIs
2022-06-28 Andrii Nakryikolibbpf: remove deprecated XDP APIs
2022-06-28 Andrii Nakryikolibbpf: remove deprecated low-level APIs
2022-06-28 Andrii Nakryikolibbpf: move xsk.{c,h} into selftests/bpf
2022-06-28 John Fastabendbpf: Fix sockmap calling sleepable function in teardown...
2022-06-24 Daniel Müllerbpf: Merge "types_are_compat" logic into relo_core.c
2022-06-24 Shahab Vahedibpf, docs: Fix the code formatting in instruction-set
2022-06-24 Andrii NakryikoMerge branch 'perf tools: Fix prologue generation'
2022-06-24 Jiri Olsaperf tools: Rework prologue generation code
2022-06-24 Eduard Zingermanselftest/bpf: Test for use-after-free bug fix in inline...
2022-06-24 Eduard Zingermanbpf: Fix for use-after-free bug in inline_bpf_loop
2022-06-24 Simon Wangbpf: Replace hard-coded 0 with BPF_K in check_alu_op
2022-06-23 Jörn-Thorben... selftests/bpf: Fix rare segfault in sock_fields prog...
2022-06-23 Alexei StarovoitovMerge branch 'Align BPF TCP CCs implementing cong_contr...
2022-06-23 Jörn-Thorben... selftests/bpf: Test a BPF CC implementing the unsupport...
2022-06-23 Jörn-Thorben... selftests/bpf: Test an incomplete BPF CC
2022-06-23 Jörn-Thorben... selftests/bpf: Test a BPF CC writing sk_pacing_*
2022-06-23 Jörn-Thorben... bpf: Require only one of cong_avoid() and cong_control...
2022-06-23 Jörn-Thorben... bpf: Allow a TCP CC to write sk_pacing_rate and sk_paci...
2022-06-23 Jian Shentest_bpf: fix incorrect netdev features
2022-06-23 Dave Marchevskyselftests/bpf: Add benchmark for local_storage get
2022-06-22 Andy Gospodareksamples/bpf: fixup some tools to be able to support...
2022-06-21 Jakub Sitnickibpf, arm64: Keep tail call count across bpf2bpf calls
2022-06-21 Tony Ambardarbpf, x64: Add predicate for bpf2bpf with tailcalls...
2022-06-21 Alexei StarovoitovMerge branch 'bpf_loop inlining'
2022-06-21 Eduard Zingermanselftests/bpf: BPF test_prog selftests for bpf_loop...
2022-06-21 Eduard Zingermanselftests/bpf: BPF test_verifier selftests for bpf_loop...
2022-06-21 Eduard Zingermanbpf: Inline calls to bpf_loop when callback is known
2022-06-21 Eduard Zingermanselftests/bpf: allow BTF specs and func infos in test_v...
2022-06-21 Eduard Zingermanselftests/bpf: specify expected instructions in test_ve...
2022-06-21 Delyan Kratunovuprobe: gate bpf call behind BPF_EVENTS
2022-06-20 Maxim Mikityanskiyselftests/bpf: Enable config options needed for xdp_syn...
2022-06-20 Cong Wangskmsg: Get rid of unncessary memset()
2022-06-20 Cong Wangskmsg: Get rid of skb_clone()
2022-06-20 Cong Wangnet: Introduce a new proto_ops ->read_skb()
2022-06-20 Cong Wangtcp: Introduce tcp_read_skb()
2022-06-20 David S. MillerMerge branch 'mlxsw-unified-bridge-conversion-part-1'
2022-06-20 Amit Cohenmlxsw: reg: Add support for VLAN RIF as part of RITR...
2022-06-20 Amit Cohenmlxsw: Add support for egress FID classification after...
2022-06-20 Amit Cohenmlxsw: reg: Add egress FID field to RITR register
2022-06-20 Amit Cohenmlxsw: reg: Add Router Egress Interface to VID Register
2022-06-20 Amit Cohenmlxsw: reg: Replace MID related fields in SFGC register
2022-06-20 Amit Cohenmlxsw: reg: Add flood related field to SFMR register
2022-06-20 Amit Cohenmlxsw: reg: Add VID related fields to SFD register
2022-06-20 Amit Cohenmlxsw: reg: Add SMPE related fields to SFMR register
2022-06-20 Amit Cohenmlxsw: Add SMPE related fields to SMID2 register
2022-06-20 Amit Cohenmlxsw: reg: Add Switch Multicast Port to Egress VID...
2022-06-20 Amit Cohenmlxsw: reg: Add ingress RIF related fields to SVFA...
2022-06-20 Amit Cohenmlxsw: reg: Add ingress RIF related fields to SFMR...
next