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