1. 18841da9 tools: bpftool: Automate generation for "SEE ALSO" sections in man pages by Quentin Monnet · 4 years, 4 months ago
  2. 1aef5b4 bpf: Fix comment for helper bpf_current_task_under_cgroup() by Song Liu · 4 years, 4 months ago
  3. 6e057fc selftests/bpf: Define string const as global for test_sysctl_prog.c by Yonghong Song · 4 years, 4 months ago
  4. 90a1ded selftests/bpf: Fix test_ksyms on non-SMP kernels by Ilya Leoshkevich · 4 years, 4 months ago
  5. e3b9626 tools: bpftool: Add "inner_map" to "bpftool map create" outer maps by Quentin Monnet · 4 years, 4 months ago
  6. 86233ce tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT by Quentin Monnet · 4 years, 4 months ago
  7. a20693b tools: bpftool: Clean up function to dump map entry by Quentin Monnet · 4 years, 4 months ago
  8. 2f7de98 selftests: bpf: Test iterating a sockmap by Lorenz Bauer · 4 years, 4 months ago
  9. f28ef96 tools: bpftool: Include common options from separate file by Quentin Monnet · 4 years, 4 months ago
  10. 82b8cf0 tools: bpftool: Print optional built-in features along with version by Quentin Monnet · 4 years, 4 months ago
  11. 41d5c37 selftests, bpftool: Add bpftool (and eBPF helpers) documentation build by Quentin Monnet · 4 years, 4 months ago
  12. 16f3ddf tools: bpftool: Log info-level messages when building bpftool man pages by Quentin Monnet · 4 years, 4 months ago
  13. 8081ede perf: Stop using deprecated bpf_program__title() by Andrii Nakryiko · 4 years, 4 months ago
  14. 7fb5eef selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change by Yonghong Song · 4 years, 4 months ago
  15. e6054fc selftests/bpf: Add test for map_ptr arithmetic by Yonghong Song · 4 years, 4 months ago
  16. bc0b5a0 tools, bpf: Synchronise BPF UAPI header with tools by Quentin Monnet · 4 years, 4 months ago
  17. 1a7581b tools: bpftool: Fix formatting in bpftool-link documentation by Quentin Monnet · 4 years, 4 months ago
  18. 8eb6295 libbpf: Fix potential multiplication overflow by Andrii Nakryiko · 4 years, 4 months ago
  19. 17e54b0 libbpf: Fix another __u64 cast in printf by Andrii Nakryiko · 4 years, 4 months ago
  20. 95cec14 selftests/bpf: Fix check in global_data_init. by Hao Luo · 4 years, 4 months ago
  21. ee333df selftests/bpf: Add __noinline variant of cls_redirect selftest by Andrii Nakryiko · 4 years, 4 months ago
  22. baaf680 selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline by Andrii Nakryiko · 4 years, 4 months ago
  23. fab45be selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests by Andrii Nakryiko · 4 years, 4 months ago
  24. d86687a selftests/bpf: Turn fexit_bpf2bpf into test with subtests by Andrii Nakryiko · 4 years, 4 months ago
  25. 5210958 libbpf: Deprecate notion of BPF program "title" in favor of "section name" by Andrii Nakryiko · 4 years, 4 months ago
  26. a7659cc selftests/bpf: Don't use deprecated libbpf APIs by Andrii Nakryiko · 4 years, 4 months ago
  27. fd17e27 tools/bpftool: Replace bpf_program__title() with bpf_program__section_name() by Andrii Nakryiko · 4 years, 4 months ago
  28. a08c02f selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls by Andrii Nakryiko · 4 years, 4 months ago
  29. 7e06aad5 libbpf: Add multi-prog section support for struct_ops by Andrii Nakryiko · 4 years, 4 months ago
  30. 8505e87 libbpf: Implement generalized .BTF.ext func/line info adjustment by Andrii Nakryiko · 4 years, 4 months ago
  31. c3c5569 libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls by Andrii Nakryiko · 4 years, 4 months ago
  32. db2b8b0 libbpf: Support CO-RE relocations for multi-prog sections by Andrii Nakryiko · 4 years, 4 months ago
  33. c112239 libbpf: Parse multi-function sections into multiple BPF programs by Andrii Nakryiko · 4 years, 4 months ago
  34. 0201c57 libbpf: Ensure ELF symbols table is found before further ELF processing by Andrii Nakryiko · 4 years, 4 months ago
  35. 858e8b2 selftests/bpf: Test task_file iterator without visiting pthreads by Yonghong Song · 4 years, 4 months ago
  36. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  37. f56407f bpf: Remove bpf_lsm_file_mprotect from sleepable list. by Alexei Starovoitov · 4 years, 4 months ago
  38. 2f6324a libbpf: Support shared umems between queues and devices by Magnus Karlsson · 4 years, 4 months ago
  39. e68a144 selftests/bpf: Add sleepable tests by Alexei Starovoitov · 4 years, 5 months ago
  40. 2b28874 libbpf: Support sleepable progs by Alexei Starovoitov · 4 years, 5 months ago
  41. 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 5 months ago
  42. 1e6c62a bpf: Introduce sleepable BPF programs by Alexei Starovoitov · 4 years, 5 months ago
  43. d557ea3 bpf: selftests: Add test for different inner map size by Martin KaFai Lau · 4 years, 5 months ago
  44. b0c9eb3 bpf: Make bpf_link_info.iter similar to bpf_iter_link_info by Yonghong Song · 4 years, 5 months ago
  45. 661b37c tools, bpf/build: Cleanup feature files on make clean by Jesper Dangaard Brouer · 4 years, 5 months ago
  46. 2e80be6 libbpf: Fix compilation warnings for 64-bit printf args by Andrii Nakryiko · 4 years, 5 months ago
  47. f5493c5 selftests/bpf: Add verifier tests for xor operation by Yonghong Song · 4 years, 5 months ago
  48. 041bc0d selftests: fib_nexthops: Test IPv6 route with group after replacing IPv4 nexthops by Ido Schimmel · 4 years, 5 months ago
  49. 05290a2 selftests: fib_nexthops: Test IPv6 route with group after removing IPv4 nexthops by Ido Schimmel · 4 years, 5 months ago
  50. ef05afa libbpf: Fix unintentional success return code in bpf_object__load by Alex Gartrell · 4 years, 5 months ago
  51. 1410620 selftests/bpf: Test for map update access from within EXT programs by Udip Pant · 4 years, 5 months ago
  52. 50d1973 selftests/bpf: Test for checking return code for the extended prog by Udip Pant · 4 years, 5 months ago
  53. 6dc03dc selftests/bpf: Add test for freplace program with write access by Udip Pant · 4 years, 5 months ago
  54. 7100ff7 selftests/bpf: Fix spelling mistake "scoket" -> "socket" by Colin Ian King · 4 years, 5 months ago
  55. d839717 selftests/bpf: Fix open call in trigger_fstat_events by Jiri Olsa · 4 years, 5 months ago
  56. cd04b04 selftests/bpf: Add set test to resolve_btfids by Jiri Olsa · 4 years, 5 months ago
  57. e4d1af4 selftests/bpf: Add test for d_path helper by Jiri Olsa · 4 years, 5 months ago
  58. 762f851 selftests/bpf: Add verifier test for d_path helper by Jiri Olsa · 4 years, 5 months ago
  59. 6e22ab9 bpf: Add d_path helper by Jiri Olsa · 4 years, 5 months ago
  60. eae2e83 bpf: Add BTF_SET_START/END macros by Jiri Olsa · 4 years, 5 months ago
  61. a5f53b1 tools resolve_btfids: Add support for set symbols by Jiri Olsa · 4 years, 5 months ago
  62. 193a983 tools resolve_btfids: Add size check to get_id function by Jiri Olsa · 4 years, 5 months ago
  63. cd324d7 bpf: Add selftests for local_storage by KP Singh · 4 years, 5 months ago
  64. 3089783 bpf: Allow local storage to be used from LSM programs by KP Singh · 4 years, 5 months ago
  65. 8ea6368 bpf: Implement bpf_local_storage for inodes by KP Singh · 4 years, 5 months ago
  66. f836a56 bpf: Generalize bpf_sk_storage by KP Singh · 4 years, 5 months ago
  67. 1f00d37 bpf: Renames in preparation for bpf_local_storage by KP Singh · 4 years, 5 months ago
  68. 0fcdfff selftests/bpf: Enable tc verbose mode for test_sk_assign by Yonghong Song · 4 years, 5 months ago
  69. ffff9c9 selftests: mlxsw: Reduce runtime of tc-police scale test by Ido Schimmel · 4 years, 5 months ago
  70. 24f54c5 selftests: forwarding: Fix mausezahn delay parameter in mirror_test() by Danielle Ratson · 4 years, 5 months ago
  71. b36cca0 selftests: mlxsw: Increase burst size for burst test by Ido Schimmel · 4 years, 5 months ago
  72. 8e0d8ce selftests: mlxsw: Increase burst size for rate test by Ido Schimmel · 4 years, 5 months ago
  73. f033ad8 selftests: mlxsw: Decrease required rate accuracy by Ido Schimmel · 4 years, 5 months ago
  74. 8c3b3d9 selftests: bpf: Fix sockmap update nits by Lorenz Bauer · 4 years, 5 months ago
  75. f872e4b libbpf: Fix type compatibility check copy-paste error by Andrii Nakryiko · 4 years, 5 months ago
  76. 3418c56 libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo by Andrii Nakryiko · 4 years, 5 months ago
  77. 267cf9f tcp: bpf: Optionally store mac header in TCP_SAVE_SYN by Martin KaFai Lau · 4 years, 5 months ago
  78. ad2f8eb bpf: selftests: Tcp header options by Martin KaFai Lau · 4 years, 5 months ago
  79. 8085e1d bpf: selftests: Add fastopen_connect to network_helpers by Martin KaFai Lau · 4 years, 5 months ago
  80. 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 5 months ago
  81. 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 5 months ago
  82. 00d211a bpf: tcp: Add bpf_skops_parse_hdr() by Martin KaFai Lau · 4 years, 5 months ago
  83. ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 5 months ago
  84. 2b8ee4f tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt by Martin KaFai Lau · 4 years, 5 months ago
  85. 7611cbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  86. 9d045ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  87. b2d9e996 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
  88. 9c0f8cb libbpf: Normalize and improve logging across few functions by Andrii Nakryiko · 4 years, 5 months ago
  89. 50e0946 libbpf: Skip well-known ELF sections when iterating ELF by Andrii Nakryiko · 4 years, 5 months ago
  90. 819c23a libbpf: Add __noinline macro to bpf_helpers.h by Andrii Nakryiko · 4 years, 5 months ago
  91. 88a8212 libbpf: Factor out common ELF operations and improve logging by Andrii Nakryiko · 4 years, 5 months ago
  92. 3ac2e20 selftests/bpf: BPF object files should depend only on libbpf headers by Andrii Nakryiko · 4 years, 5 months ago
  93. bb23c0e selftests: bpf: Test sockmap update from BPF by Lorenz Bauer · 4 years, 5 months ago
  94. dca5612 libbpf: Add perf_buffer APIs for better integration with outside epoll loop by Andrii Nakryiko · 4 years, 5 months ago
  95. e60495e bpftool: Implement link_query for bpf iterators by Yonghong Song · 4 years, 5 months ago
  96. 6b0a249 bpf: Implement link_query for bpf iterators by Yonghong Song · 4 years, 5 months ago
  97. 4af7b32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 5 months ago
  98. b16fc09 bpf: Fix two typos in uapi/linux/bpf.h by Tobias Klauser · 4 years, 5 months ago
  99. 59c0d31 selftests: net: tcp_mmap: Use huge pages in receive path by Eric Dumazet · 4 years, 5 months ago
  100. 72653ae selftests: net: tcp_mmap: Use huge pages in send path by Eric Dumazet · 4 years, 5 months ago