1. 54af769 samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  2. e531a22 samples: bpf: Convert xdp_redirect_cpu to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  3. 79ccf45 samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  4. b926c55 samples: bpf: Convert xdp_redirect to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  5. 66fc4ca samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  6. 6e1051a samples: bpf: Convert xdp_monitor to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  7. 3f19956 samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  8. 384b6b3 samples: bpf: Add vmlinux.h generation support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  9. af93d58 samples: bpf: Add devmap_xmit tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  10. 5f11621 samples: bpf: Add BPF support for devmap_xmit tracepoint by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  11. d771e21 samples: bpf: Add cpumap tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  12. 0cf3c2f samples: bpf: Add BPF support for cpumap tracepoints by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  13. 82c4508 samples: bpf: Add xdp_exception tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  14. 4515887 samples: bpf: Add BPF support for xdp_exception tracepoint by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  15. 1d930fd samples: bpf: Add redirect tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  16. 3231403 samples: bpf: Add BPF support for redirect tracepoint by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  17. 156f886 samples: bpf: Add basic infrastructure for XDP samples by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  18. f2e85d4 tools: include: Add ethtool_drvinfo definition to UAPI header by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  19. 50b796e samples: bpf: Fix a couple of warnings by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  20. d7af7e4 bpf: Fix possible out of bound write in narrow load handling by Andrey Ignatov · 3 years, 4 months ago
  21. f63693e Merge branch 'bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG' by Alexei Starovoitov · 3 years, 4 months ago
  22. 6cbca1e selftests/bpf: Test for get_netns_cookie by Xu Liu · 3 years, 4 months ago
  23. fab60e2 bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG by Xu Liu · 3 years, 4 months ago
  24. 8c0bb89 Merge branch 'selftests/bpf: minor fixups' by Alexei Starovoitov · 3 years, 4 months ago
  25. 00e1116 selftests/bpf: Exit with KSFT_SKIP if no Makefile found by Li Zhijian · 3 years, 4 months ago
  26. 404bd9f selftests/bpf: Add missing files required by test_bpftool.sh for installing by Li Zhijian · 3 years, 4 months ago
  27. 7a3bdca selftests/bpf: Add default bpftool built by selftests to PATH by Li Zhijian · 3 years, 4 months ago
  28. 5a980b5 selftests/bpf: Make test_doc_build.sh work from script directory by Li Zhijian · 3 years, 4 months ago
  29. 2d82d73 selftests/bpf: Enlarge select() timeout for test_maps by Li Zhijian · 3 years, 4 months ago
  30. a625883 selftests/bpf: Reduce flakyness in timer_mim by Yucong Sun · 3 years, 4 months ago
  31. 4ed589a Merge branch 'Refactor cgroup_bpf internals to use more specific attach_type' by Alexei Starovoitov · 3 years, 4 months ago
  32. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 4 months ago
  33. d359902 af_unix: Fix NULL pointer bug in unix_shutdown by Jiang Wang · 3 years, 4 months ago
  34. f2a6ee9 selftests/bpf: Add tests for {set|get} socket option from setsockopt BPF by Prankur Gupta · 3 years, 4 months ago
  35. 2c53163 bpf: Add support for {set|get} socket options from setsockopt BPF by Prankur Gupta · 3 years, 4 months ago
  36. 44779a4b bpf: Use kvmalloc for map keys in syscalls by Stanislav Fomichev · 3 years, 4 months ago
  37. f0dce1d bpf: Use kvmalloc for map values in syscall by Stanislav Fomichev · 3 years, 4 months ago
  38. 3666b16 selftests/bpf: Adding delay in socketmap_listen to reduce flakyness by Yucong Sun · 3 years, 4 months ago
  39. 594286b bpf: Fix NULL event->prog pointer access in bpf_overflow_handler by Yonghong Song · 3 years, 4 months ago
  40. f9dabe0 bpf: Undo off-by-one in interpreter tail call count limit by Daniel Borkmann · 3 years, 4 months ago
  41. 374e74d selftests/bpf: Test for get_netns_cookie by Xu Liu · 3 years, 4 months ago
  42. 6cf1770 bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS by Xu Liu · 3 years, 4 months ago
  43. d20b411 libbpf: Rename libbpf documentation index file by Grant Seltzer · 3 years, 4 months ago
  44. 8cacfc8 bpf: Remove redundant initialization of variable allow by Colin Ian King · 3 years, 4 months ago
  45. 04d2319 Merge branch 'selftests/bpf: fix flaky send_signal test' by Andrii Nakryiko · 3 years, 4 months ago
  46. b16ac5b selftests/bpf: Fix flaky send_signal test by Yonghong Song · 3 years, 4 months ago
  47. 6f6cc42 selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.c by Yonghong Song · 3 years, 4 months ago
  48. 87bb11c Merge branch 'selftests/bpf: Improve the usability of test_progs' by Andrii Nakryiko · 3 years, 4 months ago
  49. 74339a8f selftests/bpf: Support glob matching for test selector. by Yucong Sun · 3 years, 4 months ago
  50. 99c4fd8 selftests/bpf: Also print test name in subtest status message by Yucong Sun · 3 years, 4 months ago
  51. f667d1d selftests/bpf: Correctly display subtest skip status by Yucong Sun · 3 years, 4 months ago
  52. 26d8264 selftests/bpf: Skip loading bpf_testmod when using -l to list tests. by Yucong Sun · 3 years, 4 months ago
  53. 857f75e selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps by Yucong Sun · 3 years, 4 months ago
  54. 3c3bd54 selftests/bpf: Add exponential backoff to map_update_retriable in test_maps by Yucong Sun · 3 years, 4 months ago
  55. 1e1e49d Merge branch 'sockmap: add sockmap support for unix stream socket' by Andrii Nakryiko · 3 years, 4 months ago
  56. 31c50ae selftest/bpf: Add new tests in sockmap for unix stream to tcp. by Jiang Wang · 3 years, 4 months ago
  57. 75e0e27 selftest/bpf: Change udp to inet in some function names by Jiang Wang · 3 years, 4 months ago
  58. 9b03152 selftest/bpf: Add tests for sockmap with unix stream type. by Jiang Wang · 3 years, 4 months ago
  59. 94531cf af_unix: Add unix_stream_proto for sockmap by Jiang Wang · 3 years, 4 months ago
  60. 77462de af_unix: Add read_sock for stream socket types by Jiang Wang · 3 years, 4 months ago
  61. edce1a2 selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIs by Hengqi Chen · 3 years, 4 months ago
  62. bb57164 bpf: Reconfigure libbpf docs to remove unversioned API by grantseltzer · 3 years, 5 months ago
  63. 3a4ce01 Merge branch 'bpf-perf-link' by Daniel Borkmann · 3 years, 4 months ago
  64. 4bd11e0 selftests/bpf: Add ref_ctr_offset selftests by Andrii Nakryiko · 3 years, 4 months ago
  65. 5e3b835 libbpf: Add uprobe ref counter offset support for USDT semaphores by Andrii Nakryiko · 3 years, 4 months ago
  66. 0a80cf6 selftests/bpf: Add bpf_cookie selftests for high-level APIs by Andrii Nakryiko · 3 years, 4 months ago
  67. a549aaa selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h} by Andrii Nakryiko · 3 years, 4 months ago
  68. f36d355 selftests/bpf: Test low-level perf BPF link API by Andrii Nakryiko · 3 years, 4 months ago
  69. 47faff3 libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs by Andrii Nakryiko · 3 years, 4 months ago
  70. 3ec84f4 libbpf: Add bpf_cookie support to bpf_link_create() API by Andrii Nakryiko · 3 years, 4 months ago
  71. 668ace0 libbpf: Use BPF perf link when supported by kernel by Andrii Nakryiko · 3 years, 4 months ago
  72. d88b71d libbpf: Remove unused bpf_link's destroy operation, but add dealloc by Andrii Nakryiko · 3 years, 4 months ago
  73. 61c7aa5 libbpf: Re-build libbpf.so when libbpf.map changes by Andrii Nakryiko · 3 years, 4 months ago
  74. 7adfc6c bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value by Andrii Nakryiko · 3 years, 4 months ago
  75. 82e6b1e bpf: Allow to specify user-provided bpf_cookie for BPF perf links by Andrii Nakryiko · 3 years, 4 months ago
  76. b89fbfb bpf: Implement minimal BPF perf link by Andrii Nakryiko · 3 years, 4 months ago
  77. 652c1b1 bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog input by Andrii Nakryiko · 3 years, 4 months ago
  78. 7d08c2c bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions by Andrii Nakryiko · 3 years, 4 months ago
  79. fb7dd8b bpf: Refactor BPF_PROG_RUN into a function by Andrii Nakryiko · 3 years, 4 months ago
  80. 1bda52f bpf, tests: Fix spelling mistake "shoft" -> "shift" by Colin Ian King · 3 years, 4 months ago
  81. fa183a8 Merge branch 'BPF iterator for UNIX domain socket.' by Andrii Nakryiko · 3 years, 4 months ago
  82. ce54733 selftest/bpf: Extend the bpf_snprintf() test for "%c". by Kuniyuki Iwashima · 3 years, 5 months ago
  83. 04e9281 selftest/bpf: Implement sample UNIX domain socket iterator program. by Kuniyuki Iwashima · 3 years, 5 months ago
  84. 3478cfc bpf: Support "%c" in bpf_bprintf_prepare(). by Kuniyuki Iwashima · 3 years, 5 months ago
  85. 2c860a4 bpf: af_unix: Implement BPF iterator for UNIX domain socket. by Kuniyuki Iwashima · 3 years, 5 months ago
  86. d1bf7c4 samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketime by Muhammad Falak R Wani · 3 years, 4 months ago
  87. faff1cc Merge branch 'bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT' by Andrii Nakryiko · 3 years, 5 months ago
  88. 6a3a3dc selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT by Stanislav Fomichev · 3 years, 5 months ago
  89. f1248de bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT by Stanislav Fomichev · 3 years, 5 months ago
  90. d164dd9 selftests/bpf: Fix test_core_autosize on big-endian machines by Ilya Leoshkevich · 3 years, 5 months ago
  91. 2211c82 libbpf: Support weak typed ksyms. by Hao Luo · 3 years, 5 months ago
  92. cf7a5cb selftests/bpf: Fix running of XDP bonding tests by Jussi Maki · 3 years, 5 months ago
  93. afa79d0 net: in_irq() cleanup by Changbin Du · 3 years, 5 months ago
  94. 39a0876 net, bonding: Disallow vlan+srcmac with XDP by Jussi Maki · 3 years, 5 months ago
  95. 876c14a af_unix: fix holding spinlock in oob handling by Rao Shoaib · 3 years, 5 months ago
  96. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  97. f8e6dfc Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 5 months ago
  98. 3a03c67 Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 5 months ago
  99. 82cce5f Merge tag 'drm-fixes-2021-08-13' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 5 months ago
  100. b769cf4 dt-bindings: net: qcom,ipa: make imem interconnect optional by Alex Elder · 3 years, 5 months ago