1. 44ce0ac samples: bpf: Suppress readelf stderr when probing for BTF support by Pu Lehui · 3 years, 2 months ago
  2. db5b6a4 net: bpf: Switch over to memdup_user() by Qing Wang · 3 years, 2 months ago
  3. 7960d02 selftests/bpf: Some more atomic tests by Brendan Jackman · 3 years, 2 months ago
  4. 99aaebf Merge branch 'btf_dump fixes for s390' by Andrii Nakryiko · 3 years, 2 months ago
  5. 961632d libbpf: Fix dumping non-aligned __int128 by Ilya Leoshkevich · 3 years, 3 months ago
  6. c9e982b libbpf: Fix dumping big-endian bitfields by Ilya Leoshkevich · 3 years, 3 months ago
  7. b16d12f selftests/bpf: Use cpu_number only on arches that have it by Ilya Leoshkevich · 3 years, 3 months ago
  8. b599015 samples/bpf: Fix application of sizeof to pointer by David Yang · 3 years, 3 months ago
  9. efc36d6 bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.c by Quentin Monnet · 3 years, 2 months ago
  10. b8f49dc selftests/bpf: Remove duplicated include in cgroup_helpers by Wan Jiabing · 3 years, 3 months ago
  11. 5f52d47 bpf/preload: Clean up .gitignore and "clean-files" target by Quentin Monnet · 3 years, 2 months ago
  12. ebc7b50 libbpf: Migrate internal use of bpf_program__get_prog_info_linear by Dave Marchevsky · 3 years, 3 months ago
  13. 588cd7ef bpf: Silence Coverity warning for find_kfunc_desc_btf by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  14. 32fa0ef Merge branch 'fixes for bpftool's Makefile' by Andrii Nakryiko · 3 years, 2 months ago
  15. 062e1fc bpftool: Turn check on zlib from a phony target into a conditional error by Quentin Monnet · 3 years, 3 months ago
  16. ced846c bpftool: Do not FORCE-build libbpf by Quentin Monnet · 3 years, 3 months ago
  17. 34e3ab14 bpftool: Fix install for libbpf's internal header(s) by Quentin Monnet · 3 years, 3 months ago
  18. d51b6b2 libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h by Quentin Monnet · 3 years, 3 months ago
  19. 223f903 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 3 years, 3 months ago
  20. 431bfb9 bpf, mips: Fix comment on tail call count limiting by Tiezhu Yang · 3 years, 3 months ago
  21. 307d149 bpf, mips: Clean up config options about JIT by Tiezhu Yang · 3 years, 3 months ago
  22. 5319255 selftests/bpf: Skip verifier tests that fail to load with ENOTSUPP by Ilya Leoshkevich · 3 years, 3 months ago
  23. e52a8b9 Merge branch 'selftests/bpf: Add parallelism to test_progs' by Andrii Nakryiko · 3 years, 3 months ago
  24. d3f7b16 selfetest/bpf: Make some tests serial by Yucong Sun · 3 years, 3 months ago
  25. 5db02dd selftests/bpf: Fix pid check in fexit_sleep test by Yucong Sun · 3 years, 3 months ago
  26. 0f4feac selftests/bpf: Adding pid filtering for atomics test by Yucong Sun · 3 years, 3 months ago
  27. 445e72c selftests/bpf: Make cgroup_v1v2 use its own port by Yucong Sun · 3 years, 3 months ago
  28. d719de0 selftests/bpf: Fix race condition in enable_stats by Yucong Sun · 3 years, 3 months ago
  29. e87c343 selftests/bpf: Add per worker cgroup suffix by Yucong Sun · 3 years, 3 months ago
  30. 6587ff5 selftests/bpf: Allow some tests to be executed in sequence by Yucong Sun · 3 years, 3 months ago
  31. 91b2c0a selftests/bpf: Add parallelism to test_progs by Yucong Sun · 3 years, 3 months ago
  32. a1852ce Merge branch 'add support for writable bare tracepoint' by Andrii Nakryiko · 3 years, 3 months ago
  33. fa7f17d bpf/selftests: Add test for writable bare tracepoint by Hou Tao · 3 years, 3 months ago
  34. ccaf12d libbpf: Support detecting and attaching of writable tracepoint program by Hou Tao · 3 years, 3 months ago
  35. 6522374 bpf: Support writable context for bare tracepoint by Hou Tao · 3 years, 3 months ago
  36. 1c8dab7 Merge branch 'install libbpf headers when using the library' by Andrii Nakryiko · 3 years, 3 months ago
  37. d7db0a4 bpftool: Add install-bin target to install binary only by Quentin Monnet · 3 years, 3 months ago
  38. 87ee33b selftests/bpf: Better clean up for runqslower in test_bpftool_build.sh by Quentin Monnet · 3 years, 3 months ago
  39. a60d24e samples/bpf: Do not FORCE-recompile libbpf by Quentin Monnet · 3 years, 3 months ago
  40. 3f7a331 samples/bpf: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  41. 62fde1c samples/bpf: Update .gitignore by Quentin Monnet · 3 years, 3 months ago
  42. 7bf731d bpf: iterators: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  43. bf60791 bpf: preload: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  44. be79505 tools/runqslower: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  45. 1478994 tools/resolve_btfids: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  46. f012ade1 bpftool: Install libbpf headers instead of including the dir by Quentin Monnet · 3 years, 3 months ago
  47. c66a248 bpftool: Remove unused includes to <bpf/bpf_gen_internal.h> by Quentin Monnet · 3 years, 3 months ago
  48. b79c2ce libbpf: Skip re-installing headers file if source is older than target by Quentin Monnet · 3 years, 3 months ago
  49. 7e3cbd3 selftests/bpf: Fix btf_dump test under new clang by Yucong Sun · 3 years, 3 months ago
  50. dd65acf selftests/bpf: Remove SEC("version") from test progs by Dave Marchevsky · 3 years, 3 months ago
  51. aa67fdb selftests/bpf: Skip the second half of get_branch_snapshot in vm by Song Liu · 3 years, 3 months ago
  52. 0eb4ef8 bpf, tests: Add more LD_IMM64 tests by Johan Almbladh · 3 years, 3 months ago
  53. bbf731b mips, bpf: Optimize loading of 64-bit constants by Johan Almbladh · 3 years, 3 months ago
  54. e5c15a3 mips, bpf: Fix Makefile that referenced a removed file by Johan Almbladh · 3 years, 3 months ago
  55. 6364d7d bpf, x64: Factor out emission of REX byte in more cases by Jie Meng · 3 years, 3 months ago
  56. 0e545db Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7' by Andrii Nakryiko · 3 years, 3 months ago
  57. 4a404a7 libbpf: Deprecate bpf_object__unload() API since v0.6 by Hengqi Chen · 3 years, 3 months ago
  58. 6f2b219 selftests/bpf: Switch to new bpf_object__next_{map,program} APIs by Hengqi Chen · 3 years, 3 months ago
  59. 9330303 libbpf: Add API documentation convention guidelines by Grant Seltzer · 3 years, 3 months ago
  60. 2088a3a libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7 by Hengqi Chen · 3 years, 3 months ago
  61. 189c83b selftest/bpf: Switch recursion test to use htab_map_delete_elem by Jiri Olsa · 3 years, 3 months ago
  62. 929bef4 bpf: Use $(pound) instead of \# in Makefiles by Quentin Monnet · 3 years, 3 months ago
  63. 90982e1 bpf, arm: Remove dummy bpf_jit_compile stub by Daniel Borkmann · 3 years, 3 months ago
  64. f438ee2 Merge branch 'bpf-mips-jit' by Daniel Borkmann · 3 years, 3 months ago
  65. ebcbacf mips, bpf: Remove old BPF JIT implementations by Johan Almbladh · 3 years, 3 months ago
  66. 01bdc58 mips, bpf: Enable eBPF JITs by Johan Almbladh · 3 years, 3 months ago
  67. 7257022 mips, bpf: Add JIT workarounds for CPU errata by Johan Almbladh · 3 years, 3 months ago
  68. fbc802d mips, bpf: Add new eBPF JIT for 64-bit MIPS by Johan Almbladh · 3 years, 3 months ago
  69. eb63cfc mips, bpf: Add eBPF JIT for 32-bit MIPS by Johan Almbladh · 3 years, 3 months ago
  70. f7c036c mips, uasm: Add workaround for Loongson-2F nop CPU errata by Johan Almbladh · 3 years, 3 months ago
  71. e737547 mips, uasm: Enable muhu opcode for MIPS R6 by Tony Ambardar · 3 years, 3 months ago
  72. 9d05787 selftests/bpf: Test new btf__add_btf() API by Andrii Nakryiko · 3 years, 3 months ago
  73. c65eb80 selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic by Andrii Nakryiko · 3 years, 3 months ago
  74. 7ca6112 libbpf: Add API that copies all BTF types from one BTF object to another by Andrii Nakryiko · 3 years, 3 months ago
  75. 57a610f bpf, x64: Save bytes for DIV by reducing reg copies by Jie Meng · 3 years, 3 months ago
  76. 0640c77 bpf: Avoid retpoline for bpf_for_each_map_elem by Andrey Ignatov · 3 years, 3 months ago
  77. 32a16f6 Merge branch 'Support kernel module function calls from eBPF' by Alexei Starovoitov · 3 years, 3 months ago
  78. c48e51c bpf: selftests: Add selftests for module kfunc support by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  79. 18f4fcc libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  80. 466b2e1 libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0 by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  81. 9dbe601 libbpf: Support kernel module function calls by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  82. 0e32dfc bpf: Enable TCP congestion control kfunc from modules by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  83. f614f2c tools: Allow specifying base BTF file in resolve_btfids by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  84. 14f267d bpf: btf: Introduce helpers for dynamic BTF set registration by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  85. a5d8272 bpf: Be conservative while processing invalid kfunc calls by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  86. 2357672 bpf: Introduce BPF support for kernel module function calls by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  87. d0f1c24 Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years, 3 months ago
  88. 49ed8dd net: usb: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
  89. a05e4c0 ethernet: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
  90. 5e8fba8 Merge branch 'mlx4-const-dev_addr' by David S. Miller · 3 years, 3 months ago
  91. ebb1fdb mlx4: constify args for const dev_addr by Jakub Kicinski · 3 years, 3 months ago
  92. e04ffd1 mlx4: remove custom dev_addr clearing by Jakub Kicinski · 3 years, 3 months ago
  93. 1bb96a0 mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() by Jakub Kicinski · 3 years, 3 months ago
  94. ded6e16 mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() by Jakub Kicinski · 3 years, 3 months ago
  95. 549017a netlink: remove netlink_broadcast_filtered by Florian Westphal · 3 years, 3 months ago
  96. 95bf387 Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 3 months ago
  97. 45c9d96 net: bgmac: support MDIO described in DT by Rafał Miłecki · 3 years, 3 months ago
  98. b5375509 net: bgmac: improve handling PHY by Rafał Miłecki · 3 years, 3 months ago
  99. ceca777 ethernet: ehea: add missing cast by Jakub Kicinski · 3 years, 3 months ago
  100. fb8ece5 sparc: Fix typo. by David S. Miller · 3 years, 3 months ago