- 102acba bpf: Replace callers of BPF_CAST_CALL with proper function typedef by Kees Cook · 3 years, 4 months ago
- 3d717fa bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM by Kees Cook · 3 years, 4 months ago
- 09710d8 bpftool: Avoid using "?: " in generated code by Yucong Sun · 3 years, 4 months ago
- 4e874b1 Merge branch 'libbpf: stricter BPF program section name handling' by Alexei Starovoitov · 3 years, 4 months ago
- 7c80c87 selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use by Andrii Nakryiko · 3 years, 4 months ago
- dd94d45 libbpf: Add opt-in strict BPF program section name handling logic by Andrii Nakryiko · 3 years, 4 months ago
- d41ea04 libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC by Andrii Nakryiko · 3 years, 4 months ago
- 15ea31f libbpf: Refactor ELF section handler definitions by Andrii Nakryiko · 3 years, 4 months ago
- 13d35a0 libbpf: Reduce reliance of attach_fns on sec_def internals by Andrii Nakryiko · 3 years, 4 months ago
- 12d9466 libbpf: Refactor internal sec_def handling to enable pluggability by Andrii Nakryiko · 3 years, 4 months ago
- 15669e1 selftests/bpf: Normalize all the rest SEC() uses by Andrii Nakryiko · 3 years, 4 months ago
- c22bdd2 selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc") by Andrii Nakryiko · 3 years, 4 months ago
- 8fffa0e selftests/bpf: Normalize XDP section names in selftests by Andrii Nakryiko · 3 years, 4 months ago
- 9673268 libbpf: Add "tc" SEC_DEF which is a better name for "classifier" by Andrii Nakryiko · 3 years, 4 months ago
- 29eef85 bpf/tests: Add tail call limit test with external function call by Johan Almbladh · 3 years, 4 months ago
- 18935a7 bpf/tests: Fix error in tail call limit tests by Johan Almbladh · 3 years, 4 months ago
- f536a7c bpf/tests: Add more BPF_END byte order conversion tests by Johan Almbladh · 3 years, 4 months ago
- f1517eb bpf/tests: Expand branch conversion JIT test by Johan Almbladh · 3 years, 4 months ago
- c4df455 bpf/tests: Add JMP tests with degenerate conditional by Johan Almbladh · 3 years, 4 months ago
- d4ff9ee bpf/tests: Add JMP tests with small offsets by Johan Almbladh · 3 years, 4 months ago
- 27cc6da bpf/tests: Add test case flag for verifier zero-extension by Johan Almbladh · 3 years, 4 months ago
- 2e80761 bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes by Johan Almbladh · 3 years, 4 months ago
- a7d2e75 bpf/tests: Add staggered JMP and JMP32 tests by Johan Almbladh · 3 years, 4 months ago
- a5a3654 bpf/tests: Add exhaustive tests of JMP operand magnitudes by Johan Almbladh · 3 years, 4 months ago
- 9298e63 bpf/tests: Add exhaustive tests of ALU operand magnitudes by Johan Almbladh · 3 years, 4 months ago
- 68c956f bpf/tests: Add exhaustive tests of ALU shift values by Johan Almbladh · 3 years, 4 months ago
- 4bc3541 bpf/tests: Reduce memory footprint of test suite by Johan Almbladh · 3 years, 4 months ago
- c2a228d bpf/tests: Allow different number of runs per test case by Johan Almbladh · 3 years, 4 months ago
- c3e8c44 libbpf: Ignore STT_SECTION symbols in 'maps' section by Toke Høiland-Jørgensen · 3 years, 4 months ago
- 4c9f093 Merge branch 'bpf-xsk-rx-batch' by Daniel Borkmann · 3 years, 4 months ago
- e34087f selftests: xsk: Add frame_headroom test by Magnus Karlsson · 3 years, 4 months ago
- e4e9baf selftests: xsk: Change interleaving of packets in unaligned mode by Magnus Karlsson · 3 years, 4 months ago
- 96a4067 selftests: xsk: Add single packet test by Magnus Karlsson · 3 years, 4 months ago
- 1bf3649 selftests: xsk: Introduce pacing of traffic by Magnus Karlsson · 3 years, 4 months ago
- 89013b8a selftests: xsk: Fix socket creation retry by Magnus Karlsson · 3 years, 4 months ago
- 872a118 selftests: xsk: Put the same buffer only once in the fill ring by Magnus Karlsson · 3 years, 4 months ago
- 5b13205 selftests: xsk: Fix missing initialization by Magnus Karlsson · 3 years, 4 months ago
- 94033cd xsk: Optimize for aligned case by Magnus Karlsson · 3 years, 4 months ago
- 6aab0bb i40e: Use the xsk batched rx allocation interface by Magnus Karlsson · 3 years, 4 months ago
- db804cf ice: Use the xsk batched rx allocation interface by Magnus Karlsson · 3 years, 4 months ago
- 57f7f8b ice: Use xdp_buf instead of rx_buf for xsk zero-copy by Magnus Karlsson · 3 years, 4 months ago
- 47e4075 xsk: Batched buffer allocation for the pool by Magnus Karlsson · 3 years, 4 months ago
- 10a5e00 xsk: Get rid of unused entry in struct xdp_buff_xsk by Magnus Karlsson · 3 years, 4 months ago
- e7d5184 Merge branch 'bpf: Support <8-byte scalar spill and refill' by Alexei Starovoitov · 3 years, 4 months ago
- ef97901 bpf: selftest: Add verifier tests for <8-byte scalar spill and refill by Martin KaFai Lau · 3 years, 4 months ago
- 54ea607 bpf: selftest: A bpf prog that has a 32bit scalar spill by Martin KaFai Lau · 3 years, 4 months ago
- 354e8f1 bpf: Support <8-byte scalar spill and refill by Martin KaFai Lau · 3 years, 4 months ago
- 27113c5 bpf: Check the other end of slot_type for STACK_SPILL by Martin KaFai Lau · 3 years, 4 months ago
- 091037f selftests/bpf: Fix btf_dump __int128 test failure with clang build kernel by Yonghong Song · 3 years, 4 months ago
- c86216b bpf: Document BPF licensing. by Alexei Starovoitov · 3 years, 4 months ago
- 17b52c2 seltests: bpf: test_tunnel: Use ip neigh by Jiri Benc · 3 years, 4 months ago
- a3d697f Merge branch 'libbpf: add legacy uprobe support' by Alexei Starovoitov · 3 years, 4 months ago
- cc10623 libbpf: Add legacy uprobe attaching support by Andrii Nakryiko · 3 years, 4 months ago
- 46ed5fc libbpf: Refactor and simplify legacy kprobe code by Andrii Nakryiko · 3 years, 4 months ago
- d3b0e3b selftests/bpf: Adopt attach_probe selftest to work on old kernels by Andrii Nakryiko · 3 years, 4 months ago
- 303a257 libbpf: Fix memory leak in legacy kprobe attach logic by Andrii Nakryiko · 3 years, 4 months ago
- cf8980a samples: bpf: Convert ARP table network order fields into readable format by Gokul Sivakumar · 3 years, 4 months ago
- f5c4e41 samples: bpf: Convert route table network order fields into readable format by Gokul Sivakumar · 3 years, 4 months ago
- 97c140d libbpf: Add doc comments in libbpf.h by Grant Seltzer · 3 years, 4 months ago
- e57f52b Merge branch 'bpf: implement variadic printk helper' by Alexei Starovoitov · 3 years, 4 months ago
- a42effb bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments by Dave Marchevsky · 3 years, 4 months ago
- 7606729 selftests/bpf: Add trace_vprintk test prog by Dave Marchevsky · 3 years, 4 months ago
- d313d45 selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs by Dave Marchevsky · 3 years, 4 months ago
- 4190c29 bpftool: Only probe trace_vprintk feature in 'full' mode by Dave Marchevsky · 3 years, 4 months ago
- 6c66b0e libbpf: Use static const fmt string in __bpf_printk by Dave Marchevsky · 3 years, 4 months ago
- c2758ba libbpf: Modify bpf_printk to choose helper based on arg count by Dave Marchevsky · 3 years, 4 months ago
- 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 4 months ago
- 84b4c52 selftests/bpf: Stop using bpf_program__load by Dave Marchevsky · 3 years, 4 months ago
- 335ff49 bpf: Merge printk and seq_printf VARARG max macros by Dave Marchevsky · 3 years, 4 months ago
- af54faa Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
- f68d08c net: phy: bcm7xxx: Add EPHY entry for 72165 by Florian Fainelli · 3 years, 4 months ago
- 1a575cd ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show() by Nathan Chancellor · 3 years, 4 months ago
- ca21a3e selftests/bpf: Fix a few compiler warnings by Yonghong Song · 3 years, 4 months ago
- f706f6c Merge branch 'Improve set_attach_target() and deprecate open_opts.attach_prog_fd' by Alexei Starovoitov · 3 years, 4 months ago
- 942025c libbpf: Constify all high-level program attach APIs by Andrii Nakryiko · 3 years, 4 months ago
- 91b555d libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7 by Andrii Nakryiko · 3 years, 4 months ago
- 60aed22 selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API by Andrii Nakryiko · 3 years, 4 months ago
- 2d5ec1c libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target() by Andrii Nakryiko · 3 years, 4 months ago
- 2776418 libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs by Andrii Nakryiko · 3 years, 4 months ago
- 23a7baa selftests/bpf: Stop using relaxed_core_relocs which has no effect by Andrii Nakryiko · 3 years, 4 months ago
- f11f86a libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id() by Andrii Nakryiko · 3 years, 4 months ago
- 5ef8a02 net: microchip: encx24j600: drop unneeded MODULE_ALIAS by Krzysztof Kozlowski · 3 years, 4 months ago
- 6db9350 devlink: Delete not-used devlink APIs by Leon Romanovsky · 3 years, 4 months ago
- b20b54f net: stmmac: dwmac-visconti: Make use of the helper function dev_err_probe() by Cai Huoqing · 3 years, 4 months ago
- 3503e67 octeontx2-af: Remove redundant initialization of variable blkaddr by Colin Ian King · 3 years, 4 months ago
- d853f1d octeontx2-af: Fix uninitialized variable val by Colin Ian King · 3 years, 4 months ago
- 6042d43 net: e1000e: solve insmod 'Unknown symbol mutex_lock' error by Hao Chen · 3 years, 4 months ago
- 61524e4 net: netsec: Make use of the helper function dev_err_probe() by Cai Huoqing · 3 years, 4 months ago
- 8dc84dc net: phy: broadcom: Enable 10BaseT DAC early wake by Florian Fainelli · 3 years, 4 months ago
- 44ded7c Merge branch 'net-dsa-b53-clean-up-cpu-imp-ports' by Jakub Kicinski · 3 years, 4 months ago
- 7d5af564 net: dsa: b53: Drop unused "cpu_port" field by Rafał Miłecki · 3 years, 4 months ago
- 3ff26b2 net: dsa: b53: Improve flow control setup on BCM5301x by Rafał Miłecki · 3 years, 4 months ago
- b290c63 net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP port by Rafał Miłecki · 3 years, 4 months ago
- 983d96a net: dsa: b53: Include all ports in "enabled_ports" by Rafał Miłecki · 3 years, 4 months ago
- 561bed6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- fc0c054 Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 4 months ago
- 3c0d2a4 net: 6pack: Fix tx timeout and slot time by Guenter Roeck · 3 years, 4 months ago
- 040b890 drm/rockchip: cdn-dp-core: Make cdn_dp_core_resume __maybe_unused by Arnd Bergmann · 4 years, 9 months ago
- b60cee5 cpufreq: vexpress: Drop unused variable by Guenter Roeck · 3 years, 4 months ago
- 35a3f4e alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile by Guenter Roeck · 3 years, 4 months ago