1. f307fa2 bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers by Andrey Ignatov · 4 years, 8 months ago
  2. 06d3e4c bpf: Allow skb_ancestor_cgroup_id helper in cgroup skb by Andrey Ignatov · 4 years, 8 months ago
  3. d56c2f9 bpf: Allow sk lookup helpers in cgroup skb by Andrey Ignatov · 4 years, 8 months ago
  4. 5b0004d selftest/bpf: Fix spelling mistake "SIGALARM" -> "SIGALRM" by Colin Ian King · 4 years, 8 months ago
  5. c70f34a bpf: Fix bpf_iter's task iterator logic by Andrii Nakryiko · 4 years, 8 months ago
  6. 0645f7eb selftests/bpf: Test narrow loads for bpf_sock_addr.user_port by Andrey Ignatov · 4 years, 8 months ago
  7. 7aebfa1 bpf: Support narrow loads from bpf_sock_addr.user_port by Andrey Ignatov · 4 years, 8 months ago
  8. 6a09815 samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS by Lorenzo Bianconi · 4 years, 8 months ago
  9. 8f4605a Merge branch 'bpf_iter-fixes' by Alexei Starovoitov · 4 years, 8 months ago
  10. 03421a9 samples/bpf: Remove compiler warnings by Yonghong Song · 4 years, 8 months ago
  11. 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 8 months ago
  12. ab2ee4f bpf: Change func bpf_iter_unreg_target() signature by Yonghong Song · 4 years, 8 months ago
  13. 15172a4 bpf: net: Refactor bpf_iter target registration by Yonghong Song · 4 years, 8 months ago
  14. 2e3ed68 bpf: Add comments to interpret bpf_prog return values by Yonghong Song · 4 years, 8 months ago
  15. 21aef70 bpf: Change btf_iter func proto prefix to "bpf_iter_" by Yonghong Song · 4 years, 8 months ago
  16. 99aaf53 tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0 by Yonghong Song · 4 years, 8 months ago
  17. 0aa0372 Merge branch 'benchmark-runner' by Alexei Starovoitov · 4 years, 8 months ago
  18. c5d420c selftest/bpf: Add BPF triggering benchmark by Andrii Nakryiko · 4 years, 8 months ago
  19. 4eaf0b5 selftest/bpf: Fmod_ret prog and implement test_overhead as part of bench by Andrii Nakryiko · 4 years, 8 months ago
  20. 8e7c2a0 selftests/bpf: Add benchmark runner infrastructure by Andrii Nakryiko · 4 years, 8 months ago
  21. cd49291 selftests/bpf: Extract parse_num_list into generic testing_helpers.c by Andrii Nakryiko · 4 years, 8 months ago
  22. fd9eef1 libbpf: Fix probe code to return EPERM if encountered by Eelco Chaudron · 4 years, 8 months ago
  23. 309b81f selftests/bpf: Install generated test progs by Yauheni Kaliuta · 4 years, 8 months ago
  24. ff20460 tools, bpf: Synchronise BPF UAPI header with tools by Quentin Monnet · 4 years, 8 months ago
  25. ab8d780 bpf: Minor fixes to BPF helpers documentation by Quentin Monnet · 4 years, 8 months ago
  26. c8caa0b tools, bpftool: Minor fixes for documentation by Quentin Monnet · 4 years, 8 months ago
  27. 6e7e034 tools, bpftool: Poison and replace kernel integer typedefs by Quentin Monnet · 4 years, 8 months ago
  28. 385bbf7 bpf, libbpf: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
  29. b4563fa bpf, runqslower: include proper uapi/bpf.h by Song Liu · 4 years, 9 months ago
  30. 180139d Merge branch 'bpf_iter' by Alexei Starovoitov · 4 years, 9 months ago
  31. 6879c04 tools/bpf: selftests: Add bpf_iter selftests by Yonghong Song · 4 years, 9 months ago
  32. acf6163 tools/bpf: selftests: Add iter progs for bpf_map/task/task_file by Yonghong Song · 4 years, 9 months ago
  33. 7c128a6 tools/bpf: selftests: Add iterator programs for ipv6_route and netlink by Yonghong Song · 4 years, 9 months ago
  34. 9406b48 tools/bpftool: Add bpf_iter support for bptool by Yonghong Song · 4 years, 9 months ago
  35. 5fbc220 tools/libpf: Add offsetof/container_of macro in bpf_helpers.h by Yonghong Song · 4 years, 9 months ago
  36. c09add2 tools/libbpf: Add bpf_iter support by Yonghong Song · 4 years, 9 months ago
  37. 9c5f8a10 bpf: Support variable length array in tracing programs by Yonghong Song · 4 years, 9 months ago
  38. 1d68f22 bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary by Yonghong Song · 4 years, 9 months ago
  39. 492e639 bpf: Add bpf_seq_printf and bpf_seq_write helpers by Yonghong Song · 4 years, 9 months ago
  40. b121b34 bpf: Add PTR_TO_BTF_ID_OR_NULL support by Yonghong Song · 4 years, 9 months ago
  41. eaaacd2 bpf: Add task and task/file iterator targets by Yonghong Song · 4 years, 9 months ago
  42. 138d0be net: bpf: Add netlink and ipv6_route bpf_iter targets by Yonghong Song · 4 years, 9 months ago
  43. 6086d29 bpf: Add bpf_map iterator by Yonghong Song · 4 years, 9 months ago
  44. e5158d9 bpf: Implement common macros/helpers for target iterators by Yonghong Song · 4 years, 9 months ago
  45. 367ec3e bpf: Create file bpf iterator by Yonghong Song · 4 years, 9 months ago
  46. ac51d99 bpf: Create anonymous bpf iterator by Yonghong Song · 4 years, 9 months ago
  47. fd4f12b bpf: Implement bpf_seq_read() for bpf iterator by Yonghong Song · 4 years, 9 months ago
  48. 2057c92 bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE by Yonghong Song · 4 years, 9 months ago
  49. de4e05c bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE by Yonghong Song · 4 years, 9 months ago
  50. 15d83c4 bpf: Allow loading of a bpf_iter program by Yonghong Song · 4 years, 9 months ago
  51. ae24345 bpf: Implement an interface to register bpf_iter targets by Yonghong Song · 4 years, 9 months ago
  52. 8086fba bpf: Allow any port in bpf_bind helper by Stanislav Fomichev · 4 years, 9 months ago
  53. cb0721c net: Refactor arguments of inet{,6}_bind by Stanislav Fomichev · 4 years, 9 months ago
  54. 488a23b selftests/bpf: Move existing common networking parts into network_helpers by Stanislav Fomichev · 4 years, 9 months ago
  55. 33181bb selftests/bpf: Generalize helpers to control background listener by Stanislav Fomichev · 4 years, 9 months ago
  56. 2b6c6f0 bpf, i386: Remove unneeded conversion to bool by Jason Yan · 4 years, 9 months ago
  57. f87b87a Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into bpf-next by Alexei Starovoitov · 4 years, 9 months ago
  58. a085a1e Merge branch 'bpf-rv64-jit' by Daniel Borkmann · 4 years, 9 months ago
  59. 073ca6a bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 by Luke Nelson · 4 years, 9 months ago
  60. ca349a6 bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 by Luke Nelson · 4 years, 9 months ago
  61. 21a099a bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 by Luke Nelson · 4 years, 9 months ago
  62. 0224b2a bpf, riscv: Enable missing verifier_zext optimizations on RV64 by Luke Nelson · 4 years, 9 months ago
  63. 5447e8e sysctl: Fix unused function warning by Arnd Bergmann · 4 years, 9 months ago
  64. 07bf2d9 xsk: Remove unnecessary member in xdp_umem by Magnus Karlsson · 4 years, 9 months ago
  65. e4e5aef xsk: Change two variable names for increased clarity by Magnus Karlsson · 4 years, 9 months ago
  66. d26c0cc bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_prog by Arnd Bergmann · 4 years, 9 months ago
  67. c648c9c bpf, arm: Optimize ALU ARSH K using asr immediate instruction by Luke Nelson · 4 years, 9 months ago
  68. cf48db6 bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction by Luke Nelson · 4 years, 9 months ago
  69. 60bcbc4 Merge branch 'net-smc-add-and-delete-link-processing' by David S. Miller · 4 years, 9 months ago
  70. 4dadd15 net/smc: enqueue local LLC messages by Karsten Graul · 4 years, 9 months ago
  71. 08ae27d net/smc: delete link processing as SMC server by Karsten Graul · 4 years, 9 months ago
  72. 9c41687 net/smc: delete link processing as SMC client by Karsten Graul · 4 years, 9 months ago
  73. 9ec6bf1 net/smc: llc_del_link_work and use the LLC flow for delete link by Karsten Graul · 4 years, 9 months ago
  74. c9a5d24 net/smc: delete an asymmetric link as SMC server by Karsten Graul · 4 years, 9 months ago
  75. 1551c95 net/smc: final part of add link processing as SMC server by Karsten Graul · 4 years, 9 months ago
  76. 57b4992 net/smc: rkey processing for a new link as SMC server by Karsten Graul · 4 years, 9 months ago
  77. 2d2209f net/smc: first part of add link processing as SMC server by Karsten Graul · 4 years, 9 months ago
  78. b1570a8 net/smc: final part of add link processing as SMC client by Karsten Graul · 4 years, 9 months ago
  79. 87f88cd net/smc: rkey processing for a new link as SMC client by Karsten Graul · 4 years, 9 months ago
  80. 336ba09 net/smc: first part of add link processing as SMC client by Karsten Graul · 4 years, 9 months ago
  81. d1a2250 Merge branch 'Enhance-current-features-in-ena-driver' by David S. Miller · 4 years, 9 months ago
  82. 77a651f net: ena: cosmetic: extract code to ena_indirection_table_set() by Arthur Kiyanovski · 4 years, 9 months ago
  83. dcc2789 net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros by Sameeh Jubran · 4 years, 9 months ago
  84. c1c0e40 net: ena: use SHUTDOWN as reset reason when closing interface by Sameeh Jubran · 4 years, 9 months ago
  85. f5db045 net: ena: drop superfluous prototype by Arthur Kiyanovski · 4 years, 9 months ago
  86. 5c665f8 net: ena: add support for reporting of packet drops by Sameeh Jubran · 4 years, 9 months ago
  87. d4a8b3b net: ena: add unmask interrupts statistics to ethtool by Sameeh Jubran · 4 years, 9 months ago
  88. cac7172 net: ena: remove code that does nothing by Sameeh Jubran · 4 years, 9 months ago
  89. 0af3c4e net: ena: changes to RSS hash key allocation by Sameeh Jubran · 4 years, 9 months ago
  90. c1bd17e net: ena: change default RSS hash function to Toeplitz by Arthur Kiyanovski · 4 years, 9 months ago
  91. f66c2ea net: ena: allow setting the hash function without changing the key by Sameeh Jubran · 4 years, 9 months ago
  92. e9a1de3 net: ena: fix error returning in ena_com_get_hash_function() by Arthur Kiyanovski · 4 years, 9 months ago
  93. 80f8443 net: ena: avoid unnecessary admin command when RSS function set fails by Arthur Kiyanovski · 4 years, 9 months ago
  94. 5889a62 Merge branch 'sch_fq-optimizations' by David S. Miller · 4 years, 9 months ago
  95. 348e289 net_sched: sch_fq: perform a prefetch() earlier by Eric Dumazet · 4 years, 9 months ago
  96. c288b0c net_sched: sch_fq: do not call fq_peek() twice per packet by Eric Dumazet · 4 years, 9 months ago
  97. 82a0aa5 net_sched: sch_fq: use bulk freeing in fq_gc() by Eric Dumazet · 4 years, 9 months ago
  98. 7ba0537 net_sched: sch_fq: change fq_flow size/layout by Eric Dumazet · 4 years, 9 months ago
  99. dde0a64 net_sched: sch_fq: avoid touching f->next from fq_gc() by Eric Dumazet · 4 years, 9 months ago
  100. ee1bd48 inet_diag: bc: read cgroup id only for full sockets by Dmitry Yakunin · 4 years, 9 months ago