summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28libbpf: move xsk.{c,h} into selftests/bpfAndrii Nakryiko
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend
2022-06-24bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller
2022-06-24bpf, docs: Fix the code formatting in instruction-setShahab Vahedi
2022-06-24Merge branch 'perf tools: Fix prologue generation'Andrii Nakryiko
2022-06-24perf tools: Rework prologue generation codeJiri Olsa
2022-06-24selftest/bpf: Test for use-after-free bug fix in inline_bpf_loopEduard Zingerman
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang
2022-06-23selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz
2022-06-23Merge branch 'Align BPF TCP CCs implementing cong_control() with non-BPF CCs'Alexei Starovoitov
2022-06-23selftests/bpf: Test a BPF CC implementing the unsupported get_info()Jörn-Thorben Hinz
2022-06-23selftests/bpf: Test an incomplete BPF CCJörn-Thorben Hinz
2022-06-23selftests/bpf: Test a BPF CC writing sk_pacing_*Jörn-Thorben Hinz
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz
2022-06-23bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz
2022-06-22test_bpf: fix incorrect netdev featuresJian Shen
2022-06-22selftests/bpf: Add benchmark for local_storage getDave Marchevsky
2022-06-21samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek
2022-06-21bpf, arm64: Keep tail call count across bpf2bpf callsJakub Sitnicki
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-20Merge branch 'bpf_loop inlining'Alexei Starovoitov
2022-06-20selftests/bpf: BPF test_prog selftests for bpf_loop inliningEduard Zingerman
2022-06-20selftests/bpf: BPF test_verifier selftests for bpf_loop inliningEduard Zingerman
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman
2022-06-20selftests/bpf: allow BTF specs and func infos in test_verifier testsEduard Zingerman
2022-06-20selftests/bpf: specify expected instructions in test_verifier testsEduard Zingerman
2022-06-20uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov
2022-06-20selftests/bpf: Enable config options needed for xdp_synproxy testMaxim Mikityanskiy
2022-06-20skmsg: Get rid of unncessary memset()Cong Wang
2022-06-20skmsg: Get rid of skb_clone()Cong Wang
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang
2022-06-20Merge branch 'mlxsw-unified-bridge-conversion-part-1'David S. Miller
2022-06-20mlxsw: reg: Add support for VLAN RIF as part of RITR registerAmit Cohen
2022-06-20mlxsw: Add support for egress FID classification after decapsulationAmit Cohen
2022-06-20mlxsw: reg: Add egress FID field to RITR registerAmit Cohen
2022-06-20mlxsw: reg: Add Router Egress Interface to VID RegisterAmit Cohen
2022-06-20mlxsw: reg: Replace MID related fields in SFGC registerAmit Cohen
2022-06-20mlxsw: reg: Add flood related field to SFMR registerAmit Cohen
2022-06-20mlxsw: reg: Add VID related fields to SFD registerAmit Cohen
2022-06-20mlxsw: reg: Add SMPE related fields to SFMR registerAmit Cohen
2022-06-20mlxsw: Add SMPE related fields to SMID2 registerAmit Cohen
2022-06-20mlxsw: reg: Add Switch Multicast Port to Egress VID RegisterAmit Cohen
2022-06-20mlxsw: reg: Add ingress RIF related fields to SVFA registerAmit Cohen
2022-06-20mlxsw: reg: Add ingress RIF related fields to SFMR registerAmit Cohen
2022-06-20mlxsw: reg: Add 'flood_rsp' field to SFMR registerAmit Cohen
2022-06-20vmxnet3: disable overlay offloads if UPT device does not supportRonak Doshi
2022-06-20Merge branch 'raw-rcu-fixes'David S. Miller
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima