1. 9f276b2 selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads by Jakub Sitnicki · 2 years, 4 months ago
  2. a9491bb bpf: Add bpf_copy_from_user_task() helper by Kenny Yu · 2 years, 5 months ago
  3. fb0b8a7 net: xdp: introduce bpf_xdp_pointer utility routine by Lorenzo Bianconi · 2 years, 5 months ago
  4. 9af0e19 bpf: introduce bpf_xdp_get_buff_len helper by Lorenzo Bianconi · 2 years, 5 months ago
  5. 57df70e bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program by Lorenzo Bianconi · 2 years, 5 months ago
  6. da06e3e perf: Add new macros for mem_hops field by Kajol Jain · 2 years, 6 months ago
  7. b4b6e4d sync: start syncing perf_event.h UAPI header as well by Andrii Nakryiko · 2 years, 5 months ago
  8. ab022c8 bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value by YiFei Zhu · 2 years, 6 months ago
  9. 0f99d97 uapi/bpf: Add missing description and returns for helper documentation by Usama Arif · 2 years, 5 months ago
  10. cde5b41 gro: add ability to control gro max packet size by Coco Li · 2 years, 5 months ago
  11. 060c8a9 include: Include linux/stddef.h by Adam Jensen · 5 years ago
  12. 2b0d408 bpf: Add get_func_[arg|ret|arg_cnt] helpers by Jiri Olsa · 2 years, 6 months ago
  13. 04804b4 bpf: Add bpf_strncmp helper by Hou Tao · 2 years, 6 months ago
  14. 5eb804a Bonding: add arp_missed_max option by Hangbin Liu · 2 years, 6 months ago
  15. a0ddf21 tools: sync uapi/linux/if_link.h header by Eric Dumazet · 2 years, 7 months ago
  16. d785a21 bpf: Pass a set of bpf_core_relo-s to prog_load command. by Alexei Starovoitov · 2 years, 6 months ago
  17. 8e43882 bpf: Define enum bpf_core_relo_kind as uapi. by Alexei Starovoitov · 2 years, 6 months ago
  18. 73c8768 bpf: Add bpf_loop helper by Joanne Koong · 2 years, 6 months ago
  19. 5ca49d2 bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 by Tiezhu Yang · 2 years, 7 months ago
  20. d932a1a bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes by Yonghong Song · 2 years, 7 months ago
  21. 932800b bpf: Add ingress_ifindex to bpf_sk_lookup by Mark Pashmfouroush · 2 years, 7 months ago
  22. cfc6926 bpf: Introduce helper bpf_find_vma by Song Liu · 2 years, 7 months ago
  23. 1e97e84 bpf: Add alignment padding for "map_extra" + consolidate holes by Joanne Koong · 2 years, 7 months ago
  24. 17d7f04 include: add BPF_ALU32_IMM macro implementation by Andrii Nakryiko · 2 years, 7 months ago
  25. 1dd20d7 bpf: Add bpf_kallsyms_lookup_name helper by Kumar Kartikeya Dwivedi · 2 years, 8 months ago
  26. 11f873f bpf: Add bloom filter map implementation by Joanne Koong · 2 years, 8 months ago
  27. 4511570 bpf: Add verified_insns to bpf_prog_info and fdinfo by Dave Marchevsky · 2 years, 8 months ago
  28. 19c6144 bpf: Add bpf_skc_to_unix_sock() helper by Hengqi Chen · 2 years, 8 months ago
  29. 0f3ba10 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 2 years, 8 months ago
  30. e196611 bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments by Dave Marchevsky · 2 years, 9 months ago
  31. 0292730 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 2 years, 9 months ago
  32. 1eba3a6 bpf: Update bpf_get_smp_processor_id() documentation by Matteo Croce · 2 years, 9 months ago
  33. fad7357 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 2 years, 9 months ago
  34. a6188fc btf: Change BTF_KIND_* macros to enums by Yonghong Song · 2 years, 9 months ago
  35. 0c0f4a5 bpf: Introduce helper bpf_get_branch_snapshot by Song Liu · 2 years, 9 months ago
  36. 03f31a6 bpf: Add hardware timestamp field to __sk_buff by Vadim Fedorenko · 2 years, 9 months ago
  37. 514bb47 ipv6: add IFLA_INET6_RA_MTU to expose mtu value by Rocco Yue · 2 years, 10 months ago
  38. 1670e61 bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 2 years, 10 months ago
  39. ed52968 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 2 years, 10 months ago
  40. 40160ed bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value by Andrii Nakryiko · 2 years, 10 months ago
  41. 7b22fc4 bpf: Allow to specify user-provided bpf_cookie for BPF perf links by Andrii Nakryiko · 2 years, 10 months ago
  42. 152882e bpf: Implement minimal BPF perf link by Andrii Nakryiko · 2 years, 10 months ago
  43. 1a1e7a0 bonding: add new option lacp_active by Hangbin Liu · 2 years, 10 months ago
  44. a524ae0 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 2 years, 11 months ago
  45. 97e2a9c bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 2 years, 11 months ago
  46. bef7759 bpf: Introduce bpf timers. by Alexei Starovoitov · 2 years, 11 months ago
  47. 6f7839f bpf: Fix a typo of reuseport map in bpf.h. by Kuniyuki Iwashima · 2 years, 11 months ago
  48. 90aba5e bpf: Sync tools/include/uapi/linux/bpf.h by Alexei Starovoitov · 2 years, 11 months ago
  49. ae62c15 include: initial sync of pkt_cls.h and pkt_sched.h by Andrii Nakryiko · 2 years, 11 months ago
  50. d1571ab bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years ago
  51. 03b0787 bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. by Kuniyuki Iwashima · 3 years ago
  52. 0dccb88 xdp: Extend xdp_redirect_map with broadcast support by Hangbin Liu · 3 years, 1 month ago
  53. c3c2e52 bpf: Add lookup_and_delete_elem support to hashtab by Denis Salopek · 3 years, 1 month ago
  54. 546199a bpf: Add cmd alias BPF_PROG_RUN by Alexei Starovoitov · 3 years, 1 month ago
  55. c1f36fb bpf: Add bpf_sys_close() helper. by Alexei Starovoitov · 3 years, 1 month ago
  56. 6eac869 bpf: Add bpf_btf_find_by_name_kind() helper. by Alexei Starovoitov · 3 years, 1 month ago
  57. 64a654f bpf: Introduce fd_idx by Alexei Starovoitov · 3 years, 1 month ago
  58. 0077090 bpf: Introduce bpf_sys_bpf() helper and program type. by Alexei Starovoitov · 3 years, 1 month ago
  59. 30755d3 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 2 months ago
  60. c21f91b bpf: Return target info when a tracing bpf_link is queried by Toke Høiland-Jørgensen · 3 years, 2 months ago
  61. 552dec1 libbpf: Clarify flags in ringbuf helpers by Pedro Tammela · 3 years, 2 months ago
  62. 678e8c8 bpf: Sync bpf headers in tooling infrastucture by Daniel Borkmann · 3 years, 2 months ago
  63. 4e8d8d5 sock_map: Introduce BPF_SK_SKB_VERDICT by Cong Wang · 3 years, 2 months ago
  64. e35afcb bpf: Support bpf program calling kernel function by Martin KaFai Lau · 3 years, 3 months ago
  65. d64f8d3 bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH by Xuesen Huang · 3 years, 3 months ago
  66. 4f2e1ec bpf: Add PROG_TEST_RUN support for sk_lookup programs by Lorenz Bauer · 3 years, 3 months ago
  67. 21f523f tools: Sync uapi bpf.h header with latest changes by Joe Stringer · 3 years, 3 months ago
  68. 18c0f03 scripts/bpf: Abstract eBPF API target parameter by Joe Stringer · 3 years, 3 months ago
  69. 473899d bpf: Add BTF_KIND_FLOAT to uapi by Ilya Leoshkevich · 3 years, 3 months ago
  70. f3612e4 bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 3 months ago
  71. 587d2ab bpf: Remove blank line in bpf helper description comment by Hangbin Liu · 3 years, 4 months ago
  72. 6cc16d6 bpf: Add BPF-helper for MTU checking by Jesper Dangaard Brouer · 3 years, 4 months ago
  73. f0753b5 bpf: bpf_fib_lookup return MTU value as output when looked up by Jesper Dangaard Brouer · 3 years, 4 months ago
  74. d142d4a bpf: Expose bpf_get_socket_cookie to tracing programs by Florent Revest · 3 years, 4 months ago
  75. 99e6a46 bpf: Be less specific about socket cookies guarantees by Florent Revest · 3 years, 4 months ago
  76. 1015d47 bpf: Count the number of times recursion was prevented by Alexei Starovoitov · 3 years, 4 months ago
  77. 06ee116 Revert "GTP: add support for flow based tunneling API" by Jonas Bonn · 3 years, 4 months ago
  78. 4adbb7b GTP: add support for flow based tunneling API by Pravin B Shelar · 3 years, 5 months ago
  79. d2b784d bpf: Add instructions for atomic_[cmp]xchg by Brendan Jackman · 3 years, 5 months ago
  80. ac86f42 bpf: Add BPF_FETCH field / create atomic_fetch_add instruction by Brendan Jackman · 3 years, 5 months ago
  81. 03fbe22 bpf: Rename BPF_XADD and prepare to encode other atomics in .imm by Brendan Jackman · 3 years, 5 months ago
  82. 0de8b9a bpf: Clarify return value of probe str helpers by Brendan Jackman · 3 years, 5 months ago
  83. 252ad1f bpf: Add a bpf_sock_from_file helper by Florent Revest · 3 years, 6 months ago
  84. 3e68c60 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 3 years, 6 months ago
  85. fde1be5 bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 3 years, 6 months ago
  86. 3a2739a bpf: Add a BPF helper for getting the IMA hash of an inode by KP Singh · 3 years, 7 months ago
  87. 39f5b2e bpf: Add bpf_ktime_get_coarse_ns helper by Dmitrii Banshchikov · 3 years, 7 months ago
  88. 6969a44 bpf: Add bpf_bprm_opts_set helper by KP Singh · 3 years, 7 months ago
  89. 2ea4ba9 macvlan: Support for high multicast packet rate by Thomas Karlsson · 3 years, 6 months ago
  90. ef8820f bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO by Andrii Nakryiko · 3 years, 7 months ago
  91. eae38a7 bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID by KP Singh · 3 years, 7 months ago
  92. 00ae5ba bpf: Implement task local storage by KP Singh · 3 years, 7 months ago
  93. 78d6115 bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop by Toke Høiland-Jørgensen · 3 years, 8 months ago
  94. d47094a bpf: Allow for map-in-map with dynamic inner array map entries by Daniel Borkmann · 3 years, 8 months ago
  95. 4672fb6 bpf: Add redirect_peer helper by Daniel Borkmann · 3 years, 8 months ago
  96. a8a505a bpf: Improve bpf_redirect_neigh helper description by Daniel Borkmann · 3 years, 8 months ago
  97. e3b9cf7 bpf: Add tcp_notsent_lowat bpf setsockopt by Nikita V. Shirokov · 3 years, 8 months ago
  98. 1bc0814 bpf: Fix typo in uapi/linux/bpf.h by Jakub Wilk · 3 years, 8 months ago
  99. f908087 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 3 years, 8 months ago
  100. b3b297a bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 3 years, 8 months ago