summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-28libbpf: cleanup LIBBPF_DEPRECATED_SINCE supporting macros for v0.xAndrii Nakryiko1-13/+3
2022-06-28libbpf: remove multi-instance and custom private data APIsAndrii Nakryiko3-212/+10
2022-06-28libbpf: remove most other deprecated high-level APIsAndrii Nakryiko3-421/+26
2022-06-28libbpf: remove prog_info_linear APIsAndrii Nakryiko3-317/+0
2022-06-28libbpf: clean up perfbuf APIsAndrii Nakryiko3-112/+18
2022-06-28libbpf: remove deprecated BTF APIsAndrii Nakryiko5-325/+24
2022-06-28libbpf: remove deprecated probing APIsAndrii Nakryiko3-132/+5
2022-06-28libbpf: remove deprecated XDP APIsAndrii Nakryiko3-78/+8
2022-06-28libbpf: remove deprecated low-level APIsAndrii Nakryiko5-374/+4
2022-06-28libbpf: move xsk.{c,h} into selftests/bpfAndrii Nakryiko7-76/+49
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend1-1/+1
2022-06-25bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller4-154/+84
2022-06-24bpf, docs: Fix the code formatting in instruction-setShahab Vahedi1-1/+1
2022-06-24Merge branch 'perf tools: Fix prologue generation'Andrii Nakryiko1-29/+175
2022-06-24perf tools: Rework prologue generation codeJiri Olsa1-29/+175
2022-06-24selftest/bpf: Test for use-after-free bug fix in inline_bpf_loopEduard Zingerman2-0/+50
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman1-1/+1
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang1-1/+1
2022-06-23selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz1-1/+0
2022-06-23Merge branch 'Align BPF TCP CCs implementing cong_control() with non-BPF CCs'Alexei Starovoitov6-37/+186
2022-06-23selftests/bpf: Test a BPF CC implementing the unsupported get_info()Jörn-Thorben Hinz2-0/+41
2022-06-23selftests/bpf: Test an incomplete BPF CCJörn-Thorben Hinz2-0/+57
2022-06-23selftests/bpf: Test a BPF CC writing sk_pacing_*Jörn-Thorben Hinz2-0/+79
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz2-37/+3
2022-06-23bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz1-0/+6
2022-06-23test_bpf: fix incorrect netdev featuresJian Shen1-2/+2
2022-06-23selftests/bpf: Add benchmark for local_storage getDave Marchevsky7-1/+494
2022-06-22samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek3-7/+17
2022-06-21bpf, arm64: Keep tail call count across bpf2bpf callsJakub Sitnicki1-1/+8
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar4-1/+15
2022-06-21Merge branch 'bpf_loop inlining'Alexei Starovoitov10-27/+936
2022-06-21selftests/bpf: BPF test_prog selftests for bpf_loop inliningEduard Zingerman2-0/+176
2022-06-21selftests/bpf: BPF test_verifier selftests for bpf_loop inliningEduard Zingerman1-0/+252
2022-06-21bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman4-9/+195
2022-06-21selftests/bpf: allow BTF specs and func infos in test_verifier testsEduard Zingerman3-18/+79
2022-06-21selftests/bpf: specify expected instructions in test_verifier testsEduard Zingerman1-0/+234
2022-06-21uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov1-0/+2
2022-06-20selftests/bpf: Enable config options needed for xdp_synproxy testMaxim Mikityanskiy1-0/+6
2022-06-20skmsg: Get rid of unncessary memset()Cong Wang1-10/+13
2022-06-20skmsg: Get rid of skb_clone()Cong Wang2-6/+2
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang9-47/+31
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang2-0/+49
2022-06-20Merge branch 'mlxsw-unified-bridge-conversion-part-1'David S. Miller4-31/+335
2022-06-20mlxsw: reg: Add support for VLAN RIF as part of RITR registerAmit Cohen1-3/+26
2022-06-20mlxsw: Add support for egress FID classification after decapsulationAmit Cohen2-9/+44
2022-06-20mlxsw: reg: Add egress FID field to RITR registerAmit Cohen1-2/+14
2022-06-20mlxsw: reg: Add Router Egress Interface to VID RegisterAmit Cohen1-0/+59
2022-06-20mlxsw: reg: Replace MID related fields in SFGC registerAmit Cohen2-10/+9
2022-06-20mlxsw: reg: Add flood related field to SFMR registerAmit Cohen1-0/+10
2022-06-20mlxsw: reg: Add VID related fields to SFD registerAmit Cohen1-1/+36