1. 350a62ca bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rst by Tiezhu Yang · 3 years, 8 months ago
  2. 7d3c107 Merge branch 'BPF static linker: support externs' by Alexei Starovoitov · 3 years, 8 months ago
  3. a9dab4e selftests/bpf: Document latest Clang fix expectations for linking tests by Andrii Nakryiko · 3 years, 8 months ago
  4. 3b2ad50 selftests/bpf: Add map linking selftest by Andrii Nakryiko · 3 years, 8 months ago
  5. 14f1aae selftests/bpf: Add global variables linking selftest by Andrii Nakryiko · 3 years, 8 months ago
  6. f2644fb selftests/bpf: Add function linking selftest by Andrii Nakryiko · 3 years, 8 months ago
  7. b131aed selftests/bpf: Omit skeleton generation for multi-linked BPF object files by Andrii Nakryiko · 3 years, 8 months ago
  8. 41c472e selftests/bpf: Use -O0 instead of -Og in selftests builds by Andrii Nakryiko · 3 years, 8 months ago
  9. 0a34245 libbpf: Support extern resolution for BTF-defined maps in .maps section by Andrii Nakryiko · 3 years, 8 months ago
  10. a463492 libbpf: Add linker extern resolution support for functions and global variables by Andrii Nakryiko · 3 years, 8 months ago
  11. 83a1572 libbpf: Tighten BTF type ID rewriting with error checking by Andrii Nakryiko · 3 years, 8 months ago
  12. 386b1d2 libbpf: Extend sanity checking ELF symbols with externs validation by Andrii Nakryiko · 3 years, 8 months ago
  13. 42869d2 libbpf: Make few internal helpers available outside of libbpf.c by Andrii Nakryiko · 3 years, 8 months ago
  14. beaa371 libbpf: Factor out symtab and relos sanity checks by Andrii Nakryiko · 3 years, 8 months ago
  15. c7ef5ec libbpf: Refactor BTF map definition parsing by Andrii Nakryiko · 3 years, 8 months ago
  16. 6245947 libbpf: Allow gaps in BPF program sections to support overriden weak functions by Andrii Nakryiko · 3 years, 8 months ago
  17. aea28a6 libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier by Andrii Nakryiko · 3 years, 8 months ago
  18. 0fec7a3 libbpf: Suppress compiler warning when using SEC() macro with externs by Andrii Nakryiko · 3 years, 8 months ago
  19. 5b438f0 bpftool: Dump more info about DATASEC members by Andrii Nakryiko · 3 years, 8 months ago
  20. 0dd7e45 bpftool: Support dumping BTF VAR's "extern" linkage by Andrii Nakryiko · 3 years, 8 months ago
  21. b1b9f53 Merge branch 'Simplify bpf_snprintf verifier code' by Alexei Starovoitov · 3 years, 8 months ago
  22. a8fad73 bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STR by Florent Revest · 3 years, 8 months ago
  23. 8e8ee10 bpf: Notify user if we ever hit a bpf_snprintf verifier bug by Florent Revest · 3 years, 8 months ago
  24. e7a1c13 xsk: Align XDP socket batch size with DPDK by Li RongQing · 3 years, 9 months ago
  25. 64ef3dd bpf, doc: Fix some invalid links in bpf_devel_QA.rst by Tiezhu Yang · 3 years, 8 months ago
  26. 22b6034 net, xdp: Update pkt_type if generic XDP changes unicast MAC by Martin Willi · 3 years, 8 months ago
  27. d044d9f selftests/bpf: Add docs target as all dependency by Jiri Olsa · 3 years, 8 months ago
  28. 69443c4 Merge branch 'bpf: refine retval for bpf_get_task_stack helper' by Alexei Starovoitov · 3 years, 8 months ago
  29. c77cec5 bpf/selftests: Add bpf_get_task_stack retval bounds test_prog by Dave Marchevsky · 3 years, 9 months ago
  30. bdc4e36 bpf/selftests: Add bpf_get_task_stack retval bounds verifier test by Dave Marchevsky · 3 years, 9 months ago
  31. fd0b88f bpf: Refine retval for bpf_get_task_stack helper by Dave Marchevsky · 3 years, 9 months ago
  32. 137733d samples/bpf: Fix broken tracex1 due to kprobe argument change by Yaqi Chen · 3 years, 9 months ago
  33. 900367b Merge branch 'Add a snprintf eBPF helper' by Alexei Starovoitov · 3 years, 8 months ago
  34. c2e39c6 selftests/bpf: Add a series of tests for bpf_snprintf by Florent Revest · 3 years, 8 months ago
  35. 58c2b1f libbpf: Introduce a BPF_SNPRINTF helper macro by Florent Revest · 3 years, 8 months ago
  36. 83cd92b libbpf: Initialize the bpf_seq_printf parameters array field by field by Florent Revest · 3 years, 8 months ago
  37. 7b15523 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 8 months ago
  38. fff13c4 bpf: Add a ARG_PTR_TO_CONST_STR argument type by Florent Revest · 3 years, 8 months ago
  39. d9c9e4d bpf: Factorize bpf_trace_printk and bpf_seq_printf by Florent Revest · 3 years, 8 months ago
  40. cdf0e80 Merge branch 'bpf: tools: support build selftests/bpf with clang' by Alexei Starovoitov · 3 years, 9 months ago
  41. 8af5014 bpftool: Fix a clang compilation warning by Yonghong Song · 3 years, 9 months ago
  42. ef99858 selftests/bpf: Silence clang compilation warnings by Yonghong Song · 3 years, 9 months ago
  43. a22c0c8 selftests/bpf: Fix test_cpp compilation failure with clang by Yonghong Song · 3 years, 9 months ago
  44. f62700c tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include by Yonghong Song · 3 years, 9 months ago
  45. 26e6dd1 selftests: Set CC to clang in lib.mk if LLVM is set by Yonghong Song · 3 years, 9 months ago
  46. d3d93e3 libbpf: Remove unused field. by Alexei Starovoitov · 3 years, 9 months ago
  47. 069904c tools/testing: Remove unused variable by zuoqilin · 3 years, 9 months ago
  48. 1969b3c selftests/bpf: Fix the ASSERT_ERR_PTR macro by Florent Revest · 3 years, 9 months ago
  49. 463c214 selftests/bpf: Add tests for target information in bpf_link info queries by Toke Høiland-Jørgensen · 3 years, 9 months ago
  50. 441e8c6 bpf: Return target info when a tracing bpf_link is queried by Toke Høiland-Jørgensen · 3 years, 9 months ago
  51. db16c1f bpf: Generate BTF_KIND_FLOAT when linking vmlinux by Ilya Leoshkevich · 3 years, 9 months ago
  52. 5c50732 libbpf: Clarify flags in ringbuf helpers by Pedro Tammela · 3 years, 9 months ago
  53. aadb2bb sock_map: Fix a potential use-after-free in sock_map_close() by Cong Wang · 3 years, 9 months ago
  54. 51e0158 skmsg: Pass psock pointer to ->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
  55. cbaa683 bpf: Sync bpf headers in tooling infrastucture by Daniel Borkmann · 3 years, 9 months ago
  56. f3c4532 bpf: Document PROG_TEST_RUN limitations by Joe Stringer · 3 years, 9 months ago
  57. 92d3bff Merge branch 'bpf/selftests: page size fixes' by Andrii Nakryiko · 3 years, 9 months ago
  58. cfc0889 selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fd by Yauheni Kaliuta · 3 years, 9 months ago
  59. f3f4c23 selftests/bpf: ringbuf_multi: Use runtime page size by Yauheni Kaliuta · 3 years, 9 months ago
  60. b327809 libbpf: Add bpf_map__inner_map API by Andrii Nakryiko · 3 years, 9 months ago
  61. 23a6576 selftests/bpf: ringbuf: Use runtime page size by Yauheni Kaliuta · 3 years, 9 months ago
  62. 34090aa selftests/bpf: mmap: Use runtime page size by Yauheni Kaliuta · 3 years, 9 months ago
  63. 7a85e4d selftests/bpf: Pass page size from userspace in map_ptr by Yauheni Kaliuta · 3 years, 9 months ago
  64. 361d320 selftests/bpf: Pass page size from userspace in sockopt_sk by Yauheni Kaliuta · 3 years, 9 months ago
  65. cad99cc selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton by Yauheni Kaliuta · 3 years, 9 months ago
  66. ff182bc selftests/bpf: test_progs/sockopt_sk: Remove version by Yauheni Kaliuta · 3 years, 9 months ago
  67. 957dca3 bpf, inode: Remove second initialization of the bpf_preload_lock by Muhammad Usama Anjum · 3 years, 9 months ago
  68. 928dc40 bpf, udp: Remove some pointless comments by Cong Wang · 3 years, 9 months ago
  69. 1e1032b libbpf: Fix KERNEL_VERSION macro by Hengqi Chen · 3 years, 9 months ago
  70. f73ea1e bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config by Martin KaFai Lau · 3 years, 9 months ago
  71. f07669d libbpf: Remove redundant semi-colon by Yang Yingliang · 3 years, 9 months ago
  72. 6ac4c6f bpf: Remove repeated struct btf_type declaration by Wan Jiabing · 3 years, 9 months ago
  73. 2daae89 bpf, cgroup: Delete repeated struct bpf_prog declaration by Wan Jiabing · 3 years, 9 months ago
  74. 2ec9898 bpf: Remove unused parameter from ___bpf_prog_run by He Fengqing · 3 years, 9 months ago
  75. 007bdc1 bpf, selftests: test_maps generating unrecognized data section by John Fastabend · 3 years, 9 months ago
  76. 8250666 tcp: reorder tcp_congestion_ops for better cache locality by Eric Dumazet · 3 years, 9 months ago
  77. 7f040aa net: reorganize fields in netns_mib by Eric Dumazet · 3 years, 9 months ago
  78. ca4d4c3 nfc: pn533: prevent potential memory corruption by Dan Carpenter · 3 years, 9 months ago
  79. 8577dd8 Merge branch 'dpaa2-rx-copybreak' by David S. Miller · 3 years, 9 months ago
  80. 8ed3cef dpaa2-eth: export the rx copybreak value as an ethtool tunable by Ioana Ciornei · 3 years, 9 months ago
  81. 50f8269 dpaa2-eth: add rx copybreak support by Ioana Ciornei · 3 years, 9 months ago
  82. 28d137c dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_buf by Ioana Ciornei · 3 years, 9 months ago
  83. 3e8db63 Merge branch 'mptcp-misc' by David S. Miller · 3 years, 9 months ago
  84. c2a55e8 selftests: mptcp: dump more info on mpjoin errors by Matthieu Baerts · 3 years, 9 months ago
  85. 76e5e27 selftests: mptcp: init nstat history by Matthieu Baerts · 3 years, 9 months ago
  86. 5888a61 selftests: mptcp: launch mptcp_connect with timeout by Matthieu Baerts · 3 years, 9 months ago
  87. dc87efd mptcp: add mptcp reset option support by Florian Westphal · 3 years, 9 months ago
  88. 781bf13 mptcp: remove unneeded check on first subflow by Paolo Abeni · 3 years, 9 months ago
  89. 5695eb8 mptcp: add active MPC mibs by Paolo Abeni · 3 years, 9 months ago
  90. a16195e mptcp: add mib for token creation fallback by Paolo Abeni · 3 years, 9 months ago
  91. f3f409a Merge branch 'ionic-ptp' by David S. Miller · 3 years, 9 months ago
  92. afeefec ionic: advertise support for hardware timestamps by Shannon Nelson · 3 years, 9 months ago
  93. 196f56c ionic: ethtool ptp stats by Shannon Nelson · 3 years, 9 months ago
  94. f8ba81d ionic: add ethtool support for PTP by Shannon Nelson · 3 years, 9 months ago
  95. a8771bf ionic: add and enable tx and rx timestamp handling by Shannon Nelson · 3 years, 9 months ago
  96. f0790bc ionic: set up hw timestamp queues by Shannon Nelson · 3 years, 9 months ago
  97. ab470bb ionic: add rx filtering for hw timestamp steering by Shannon Nelson · 3 years, 9 months ago
  98. 61db421 ionic: link in the new hw timestamp code by Shannon Nelson · 3 years, 9 months ago
  99. fee6efc ionic: add hw timestamp support files by Shannon Nelson · 3 years, 9 months ago
  100. 4f1704f ionic: split adminq post and wait calls by Shannon Nelson · 3 years, 9 months ago