1. 2db6eab libbpf: Add support for program extensions by Alexei Starovoitov · 5 years ago
  2. be8704f bpf: Introduce dynamic program extensions by Alexei Starovoitov · 5 years ago
  3. 2a67a6c bpf, btf: Always output invariant hit in pahole DWARF to BTF transform by Chris Down · 5 years ago
  4. 1222653 selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS by Daniel Díaz · 5 years ago
  5. f59bbfc bpf: Fix error path under memory pressure by Alexei Starovoitov · 5 years ago
  6. 05d57f1 bpf: Fix trampoline usage in preempt by Alexei Starovoitov · 5 years ago
  7. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  8. b87121d bpf: don't bother with getname/kern_path - use user_path_at by Al Viro · 5 years ago
  9. d49d066 Merge branch 'libbpf-include-path' by Alexei Starovoitov · 5 years ago
  10. a2c9652 selftests: Refactor build to remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  11. b6580cd runsqslower: Support user-specified libbpf include and object paths by Toke Høiland-Jørgensen · 5 years ago
  12. a9ed34c tools/runqslower: Remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  13. 7cf245a samples/bpf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  14. 521fe8b perf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  15. 229c3b4 bpftool: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  16. 3e68914 selftests: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  17. 5b554ce tools/runqslower: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  18. bfe4279 selftests: Pass VMLINUX_BTF to runqslower Makefile by Toke Høiland-Jørgensen · 5 years ago
  19. a835d38 tools/bpf/runqslower: Fix override option for VMLINUX_BTF by Toke Høiland-Jørgensen · 5 years ago
  20. b2e5e93 samples/bpf: Don't try to remove user's homedir on clean by Toke Høiland-Jørgensen · 5 years ago
  21. f1c3656 selftests/bpf: Skip perf hw events test if the setup disabled it by Hangbin Liu · 5 years ago
  22. 396b83f selftests/bpf: Don't check for btf fd in test_btf by Stanislav Fomichev · 5 years ago
  23. 2e3a94a bpf: Fix memory leaks in generic update/delete batch ops by Brian Vazquez · 5 years ago
  24. a6ed02c libbpf: Load btf_vmlinux only once per object. by KP Singh · 5 years ago
  25. c701917 libbpf: Fix potential multiplication overflow in mmap() size calculation by Andrii Nakryiko · 5 years ago
  26. b7d7f3e libbpf: Simplify BTF initialization logic by Andrii Nakryiko · 5 years ago
  27. bc0eb9a libbpf: Fix error handling bug in btf_dump__new by Andrii Nakryiko · 5 years ago
  28. 81f2b57 bpf: Remove set but not used variable 'first_key' by YueHaibing · 5 years ago
  29. ba92660 Merge branch 'xdp_redirect-bulking' by Alexei Starovoitov · 5 years ago
  30. 58aa94f devmap: Adjust tracepoint for map-less queue flush by Jesper Dangaard Brouer · 5 years ago
  31. 1d23388 xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths by Toke Høiland-Jørgensen · 5 years ago
  32. 75ccae6 xdp: Move devmap bulk queue into struct net_device by Toke Høiland-Jørgensen · 5 years ago
  33. 20f21d9 libbpf: Revert bpf_helper_defs.h inclusion regression by Andrii Nakryiko · 5 years ago
  34. 35697c12 selftests/bpf: Fix test_progs send_signal flakiness with nmi mode by Yonghong Song · 5 years ago
  35. 858e284 libbpf: Fix unneeded extra initialization in bpf_map_batch_common by Brian Vazquez · 5 years ago
  36. b65053c selftests/bpf: Add whitelist/blacklist of test names to test_progs by Andrii Nakryiko · 5 years ago
  37. 7bcfea9 Merge branch 'bpftool-improvements' by Alexei Starovoitov · 5 years ago
  38. 4e1ea33 bpftool: Support dumping a map with btf_vmlinux_value_type_id by Martin KaFai Lau · 5 years ago
  39. 84c72ce bpftool: Add struct_ops map name by Martin KaFai Lau · 5 years ago
  40. fb2426a libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API by Martin KaFai Lau · 5 years ago
  41. 188a486 bpftool: Fix missing BTF output for json during map dump by Martin KaFai Lau · 5 years ago
  42. d7de726 bpftool: Fix a leak of btf object by Martin KaFai Lau · 5 years ago
  43. 990bca1 Merge branch 'bpf-batch-ops' by Alexei Starovoitov · 5 years ago
  44. f0fac2c selftests/bpf: Add batch ops testing to array bpf map by Brian Vazquez · 5 years ago
  45. 30ff3c5 selftests/bpf: Add batch ops testing for htab and htab_percpu map by Yonghong Song · 5 years ago
  46. 2ab3d86 libbpf: Add libbpf support to batch ops by Yonghong Song · 5 years ago
  47. a1e3a3b tools/bpf: Sync uapi header bpf.h by Yonghong Song · 5 years ago
  48. 0579963 bpf: Add batch ops to all htab bpf map by Yonghong Song · 5 years ago
  49. c60f2d2 bpf: Add lookup and update batch ops to arraymap by Brian Vazquez · 5 years ago
  50. aa2e93b bpf: Add generic support for update and delete batch ops by Brian Vazquez · 5 years ago
  51. cb4d03a bpf: Add generic support for lookup batch op by Brian Vazquez · 5 years ago
  52. 15c14a3 bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions by Brian Vazquez · 5 years ago
  53. 83e4b88 selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program by Eelco Chaudron · 5 years ago
  54. 9173cac libbpf: Support .text sub-calls relocations by Andrii Nakryiko · 5 years ago
  55. 5640a77 Merge branch 'bpf_send_signal_thread' by Alexei Starovoitov · 5 years ago
  56. ab8b7f0 tools/bpf: Add self tests for bpf_send_signal_thread() by Yonghong Song · 5 years ago
  57. 8482941 bpf: Add bpf_send_signal_thread() helper by Yonghong Song · 5 years ago
  58. d3a5693 xsk: Support allocations of large umems by Magnus Karlsson · 5 years ago
  59. 0a29275 bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map by Li RongQing · 5 years ago
  60. 3b41304 bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
  61. 6dd42aa Merge branch 'runqslower' by Alexei Starovoitov · 5 years ago
  62. 3a0d309 selftests/bpf: Build runqslower from selftests by Andrii Nakryiko · 5 years ago
  63. 9c01546 tools/bpf: Add runqslower tool to tools/bpf by Andrii Nakryiko · 5 years ago
  64. 1cf5b23 bpftool: Apply preserve_access_index attribute to all types in BTF dump by Andrii Nakryiko · 5 years ago
  65. 2cc51d3 selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftool by Andrii Nakryiko · 5 years ago
  66. 292e1d7 libbpf: Clean up bpf_helper_defs.h generation output by Andrii Nakryiko · 5 years ago
  67. 533420a tools: Sync uapi/linux/if_link.h by Andrii Nakryiko · 5 years ago
  68. ac06587 selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macros by Andrii Nakryiko · 5 years ago
  69. 1d1a3bc libbpf: Poison kernel-only integer types by Andrii Nakryiko · 5 years ago
  70. 7a2d070 Merge branch 'bpf-global-funcs' by Daniel Borkmann · 5 years ago
  71. 360301a selftests/bpf: Add unit tests for global functions by Alexei Starovoitov · 5 years ago
  72. e528d1c selftests/bpf: Modify a test to check global functions by Alexei Starovoitov · 5 years ago
  73. 6db2d81 selftests/bpf: Add a test for a large global function by Alexei Starovoitov · 5 years ago
  74. 7608e4d selftests/bpf: Add fexit-to-skb test for global funcs by Alexei Starovoitov · 5 years ago
  75. 51c39bb bpf: Introduce function-by-function verification by Alexei Starovoitov · 5 years ago
  76. 2d3eb67 libbpf: Sanitize global functions by Alexei Starovoitov · 5 years ago
  77. f41aa38 Merge branch 'selftest-makefile-cleanup' by Alexei Starovoitov · 5 years ago
  78. 965b9fe selftests/bpf: Further clean up Makefile output by Andrii Nakryiko · 5 years ago
  79. 6910d7d selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir by Andrii Nakryiko · 5 years ago
  80. 2031af2 libbpf,selftests/bpf: Fix clean targets by Andrii Nakryiko · 5 years ago
  81. 492ab02 libbpf: Make bpf_map order and indices stable by Andrii Nakryiko · 5 years ago
  82. f5bfcd9 bpf: Document BPF_F_QUERY_EFFECTIVE flag by Andrey Ignatov · 5 years ago
  83. 417759f Merge branch 'tcp-bpf-cc' by Alexei Starovoitov · 5 years ago
  84. 0990386 bpf: Add bpf_dctcp example by Martin KaFai Lau · 5 years ago
  85. 590a008 bpf: libbpf: Add STRUCT_OPS support by Martin KaFai Lau · 5 years ago
  86. 17328d6 bpf: Synch uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
  87. 206057f bpf: Add BPF_FUNC_tcp_send_ack helper by Martin KaFai Lau · 5 years ago
  88. 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
  89. 85d33df bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
  90. 27ae7997 bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
  91. 976aba0 bpf: Support bitfield read access in btf_struct_access by Martin KaFai Lau · 5 years ago
  92. 218b3f6 bpf: Add enum support to btf_ctx_access() by Martin KaFai Lau · 5 years ago
  93. 275517f bpf: Avoid storing modifier to info->btf_id by Martin KaFai Lau · 5 years ago
  94. 65726b5 bpf: Save PTR_TO_BTF_ID register state when spilling to stack by Martin KaFai Lau · 5 years ago
  95. e430022 selftests/bpf: Restore original comm in test_overhead by Stanislav Fomichev · 5 years ago
  96. 2faef64 bpftool: Add misc section and probe for large INSN limit by Michal Rostecki · 5 years ago
  97. 5ff0512 libbpf: Add probe for large INSN limit by Michal Rostecki · 5 years ago
  98. 1ece2fb ptp: clockmatrix: Rework clockmatrix version information. by Vincent Cheng · 5 years ago
  99. 4addbcb enetc: Fix inconsistent IS_ERR and PTR_ERR by YueHaibing · 5 years ago
  100. 0d6e5bf enetc: Fix an off by one in enetc_setup_tc_txtime() by Dan Carpenter · 5 years ago