1. eda0c92 bpf: Add bpf_ksym_find function by Jiri Olsa · 5 years ago
  2. ca4424c bpf: Move ksym_tnode to bpf_ksym by Jiri Olsa · 5 years ago
  3. ecb60d1 bpf: Move lnode list node to struct bpf_ksym by Jiri Olsa · 5 years ago
  4. bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 5 years ago
  5. 535911c bpf: Add struct bpf_ksym by Jiri Olsa · 5 years ago
  6. 6a64037 bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER by Björn Töpel · 5 years ago
  7. b56cd05 x86/mm: Rename is_kernel_text to __is_kernel_text by Jiri Olsa · 5 years ago
  8. 9886866 bpf: Abstract away entire bpf_link clean up procedure by Andrii Nakryiko · 5 years ago
  9. 4cd729f selftests/bpf: Make tcp_rtt test more robust to failures by Andrii Nakryiko · 5 years ago
  10. 2b5cf9f selftests/bpf: Guarantee that useep() calls nanosleep() syscall by Andrii Nakryiko · 5 years ago
  11. 6ae32b2 tools: bpftool: Restore message on failure to guess program type by Quentin Monnet · 5 years ago
  12. d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 5 years ago
  13. 4823b72 Merge branch 'bpf_get_ns_current_pid_tgid' by Alexei Starovoitov · 5 years ago
  14. 1c1052e tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current_pid_tgid. by Carlos Neira · 5 years ago
  15. b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 5 years ago
  16. 1e2328e fs/nsfs.c: Added ns_match by Carlos Neira · 5 years ago
  17. 132c1af tools: bpftool: Fix minor bash completion mistakes by Quentin Monnet · 5 years ago
  18. 75a1e79 tools: bpftool: Allow all prog/map handles for pinning objects by Quentin Monnet · 5 years ago
  19. b35f14f libbpf: Split BTF presence checks into libbpf- and kernel-specific parts by Andrii Nakryiko · 5 years ago
  20. 8d830f5 bpftool: Add _bpftool and profiler.skel.h to .gitignore by Song Liu · 5 years ago
  21. 39be909 bpftool: Skeleton should depend on libbpf by Song Liu · 5 years ago
  22. 14e5728 bpftool: Only build bpftool-prog-profile if supported by clang by Song Liu · 5 years ago
  23. fe4eb06 bpftool: Use linux/types.h from source tree for profiler build by Tobias Klauser · 5 years ago
  24. 37ccc12 tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels by Andrii Nakryiko · 5 years ago
  25. 13fac1d bpf: Fix trampoline generation for fmod_ret programs by Alexei Starovoitov · 5 years ago
  26. babf316 bpf: Add bpf_link_new_file that doesn't install FD by Andrii Nakryiko · 5 years ago
  27. aad32f4 bpftool: Fix typo in bash-completion by Song Liu · 5 years ago
  28. 397692ea bpftool: Bash completion for "bpftool prog profile" by Song Liu · 5 years ago
  29. 319c7c1 bpftool: Documentation for bpftool prog profile by Song Liu · 5 years ago
  30. 47c09d6 bpftool: Introduce "prog profile" command by Song Liu · 5 years ago
  31. 7b4b73b bpf, doc: Update maintainers for L7 BPF by Lorenz Bauer · 5 years ago
  32. 1f441b3 selftests: bpf: Enable UDP sockmap reuseport tests by Lorenz Bauer · 5 years ago
  33. 84be211 selftests: bpf: Add tests for UDP sockets in sockmap by Lorenz Bauer · 5 years ago
  34. b05fbb9 selftests: bpf: Don't listen() on UDP sockets by Lorenz Bauer · 5 years ago
  35. 7b98cd4 bpf: sockmap: Add UDP support by Lorenz Bauer · 5 years ago
  36. edc6741c bpf: Add sockmap hooks for UDP sockets by Lorenz Bauer · 5 years ago
  37. cb21802 bpf: sockmap: Simplify sock_map_init_proto by Lorenz Bauer · 5 years ago
  38. f747632 bpf: sockmap: Move generic sockmap hooks from BPF TCP by Lorenz Bauer · 5 years ago
  39. 5da0040 bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG by Lorenz Bauer · 5 years ago
  40. d19da36 bpf: tcp: Move assertions into tcp_bpf_get_proto by Lorenz Bauer · 5 years ago
  41. 1a2e201 skmsg: Update saved hooks only once by Lorenz Bauer · 5 years ago
  42. 7b70973 bpf: sockmap: Only check ULP for TCP sockets by Lorenz Bauer · 5 years ago
  43. 3e7c67d bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET by KP Singh · 5 years ago
  44. 6919175 bpf: Remove unnecessary CAP_MAC_ADMIN check by KP Singh · 5 years ago
  45. dad737c MAINTAINERS: Add entry for RV32G BPF JIT by Luke Nelson · 5 years ago
  46. 06b7415 bpf, doc: Add BPF JIT for RV32G to BPF documentation by Luke Nelson · 5 years ago
  47. 5f316b6 riscv, bpf: Add RV32G eBPF JIT by Luke Nelson · 5 years ago
  48. ca6cb54 riscv, bpf: Factor common RISC-V JIT code by Luke Nelson · 5 years ago
  49. 9ce6010 Merge branch 'bpf_modify_ret' by Alexei Starovoitov · 5 years ago
  50. 3d08b6f bpf: Add selftests for BPF_MODIFY_RETURN by KP Singh · 5 years ago
  51. da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 5 years ago
  52. aca228c tools/libbpf: Add support for BPF_MODIFY_RETURN by KP Singh · 5 years ago
  53. 6ba43b7 bpf: Attachment verification for BPF_MODIFY_RETURN by KP Singh · 5 years ago
  54. ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 5 years ago
  55. 7e63920 bpf: JIT helpers for fmod_ret progs by KP Singh · 5 years ago
  56. 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 5 years ago
  57. cc6fa77 selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTF by Andrii Nakryiko · 5 years ago
  58. af73d78 kbuild: Remove debug info from kallsyms linking by Kees Cook · 5 years ago
  59. 0641cad Merge branch 'bpf-uapi-enums' by Daniel Borkmann · 5 years ago
  60. 367d82f1 tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton by Andrii Nakryiko · 5 years ago
  61. 7cb30aa libbpf: Assume unsigned values for BTF_KIND_ENUM by Andrii Nakryiko · 5 years ago
  62. 1aae4bd bpf: Switch BPF UAPI #define constants used from BPF program side to enums by Andrii Nakryiko · 5 years ago
  63. 320a360 libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl by Andrii Nakryiko · 5 years ago
  64. 5fc40f3 Merge branch 'bpf_gso_size' by Alexei Starovoitov · 5 years ago
  65. 62511ce selftests/bpf: Test new __sk_buff field gso_size by Willem de Bruijn · 5 years ago
  66. b0ac494 bpf: Sync uapi bpf.h to tools/ by Willem de Bruijn · 5 years ago
  67. cf62089 bpf: Add gso_size to __sk_buff by Willem de Bruijn · 5 years ago
  68. abbc61a Merge branch 'bpf_link' by Alexei Starovoitov · 5 years ago
  69. 6489b8e selftests/bpf: Add link pinning selftests by Andrii Nakryiko · 5 years ago
  70. c016b68 libbpf: Add bpf_link pinning/unpinning by Andrii Nakryiko · 5 years ago
  71. 70ed506 bpf: Introduce pinnable bpf_link abstraction by Andrii Nakryiko · 5 years ago
  72. 775a2be selftests/bpf: Declare bpf_log_buf variables as static by Toke Høiland-Jørgensen · 5 years ago
  73. 441420a bpf: Reliably preserve btf_trace_xxx types by Andrii Nakryiko · 5 years ago
  74. 82dbbfc Merge branch 'move_BPF_PROG_to_libbpf' by Alexei Starovoitov · 5 years ago
  75. df8ff35 libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h by Andrii Nakryiko · 5 years ago
  76. 396f544 selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe test by Andrii Nakryiko · 5 years ago
  77. fd56e00 libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h by Andrii Nakryiko · 5 years ago
  78. ca7dc27 bpftool: Add header guards to generated vmlinux.h by Andrii Nakryiko · 5 years ago
  79. 15070919 mvneta: add XDP ethtool errors stats for TX to driver by Jesper Dangaard Brouer · 5 years ago
  80. 0b56a29 Merge branch 'net-zl-array' by David S. Miller · 5 years ago
  81. 23640d6 tehuti: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  82. ee3bc9c r8152: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  83. 0fcf466 net: atlantic: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  84. 8f5c69f bna: bnad: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  85. 48b77df net: inet_sock: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  86. 6e68f49 net: ip6_fib: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  87. a531106 net: ip_fib: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  88. 1776658d drop_monitor: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  89. 2e83abd net: mip6: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  90. bb4cf02 netdevice: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  91. 6f2f92a Merge branch 'net-thunderx-Miscellaneous-changes' by David S. Miller · 5 years ago
  92. aa3afcc net: cavium: Register driver with PCI subsys IDs by Prakash Brahmajyosyula · 5 years ago
  93. 605a9bb net: thunderx: Reduce mbox wait response time. by Geetha sowjanya · 5 years ago
  94. c0d2507 net: thunderx: Adjust CQE_RX drop levels for better performance by Sunil Goutham · 5 years ago
  95. aeaf0cc Merge branch 'octeontx2-Flow-control-support-and-other-misc-changes' by David S. Miller · 5 years ago
  96. dc819c1 octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice by Sunil Goutham · 5 years ago
  97. 549c35e octeontx2-af: Enable PCI master by Sunil Goutham · 5 years ago
  98. 8315f9b octeontx2-af: Set discovery ID for RVUM block by Sunil Goutham · 5 years ago
  99. 4f4eebf octeontx2-af: Optimize data retrieval from firmware by Linu Cherian · 5 years ago
  100. 75f3627 octeontx2-pf: Support to enable/disable pause frames via ethtool by Geetha sowjanya · 5 years ago