1. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 8 months ago
  2. fce557b bpf: Make btf_sock_ids global by Yonghong Song · 4 years, 8 months ago
  3. 0f12e58 bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h by Yonghong Song · 4 years, 8 months ago
  4. d8dfe5bfe8 tools/bpf: Sync btf_ids.h to tools by Yonghong Song · 4 years, 8 months ago
  5. bc4f054 bpf: Compute bpf_skc_to_*() helper socket btf ids at build time by Yonghong Song · 4 years, 8 months ago
  6. e4d9c23 samples/bpf, selftests/bpf: Use bpf_probe_read_kernel by Ilya Leoshkevich · 4 years, 8 months ago
  7. 6bd5572 selftests/bpf: Fix test_lwt_seg6local.sh hangs by Ilya Leoshkevich · 4 years, 8 months ago
  8. 495436c Merge branch 'compressed-JITed-insn' by Alexei Starovoitov · 4 years, 8 months ago
  9. 956fcfc tools/bpftool: Fix error handing in do_skeleton() by YueHaibing · 4 years, 8 months ago
  10. 18a4d8c bpf, riscv: Use compressed instructions in the rv64 JIT by Luke Nelson · 4 years, 8 months ago
  11. da7a350 libbpf bpf_helpers: Use __builtin_offsetof for offsetof by Ian Rogers · 4 years, 8 months ago
  12. 804ec72 bpf, riscv: Add encodings for compressed instructions by Luke Nelson · 4 years, 8 months ago
  13. 94ad428 s390/bpf: Use bpf_skip() in bpf_jit_prologue() by Ilya Leoshkevich · 4 years, 8 months ago
  14. bfabff3 bpf, riscv: Modify JIT ctx to support compressed instructions by Luke Nelson · 4 years, 8 months ago
  15. 1491b73 s390/bpf: Tolerate not converging code shrinking by Ilya Leoshkevich · 4 years, 8 months ago
  16. 5fa69744 s390/bpf: Use brcl for jumping to exit_ip if necessary by Ilya Leoshkevich · 4 years, 8 months ago
  17. 7477d43 s390/bpf: Fix sign extension in branch_ku by Ilya Leoshkevich · 4 years, 8 months ago
  18. 2ea4859 selftests: bpf: test_kmod.sh: Fix running out of srctree by Ilya Leoshkevich · 4 years, 8 months ago
  19. c576b9c bpf: cpumap: Fix possible rcpu kthread hung by Lorenzo Bianconi · 4 years, 8 months ago
  20. 343ead2 bpf, netns: Fix build without CONFIG_INET by Jakub Sitnicki · 4 years, 8 months ago
  21. e57892f Merge branch 'bpf-socket-lookup' by Alexei Starovoitov · 4 years, 8 months ago
  22. 0ab5539 selftests/bpf: Tests for BPF_SK_LOOKUP attach point by Jakub Sitnicki · 4 years, 8 months ago
  23. f7726cb selftests/bpf: Add verifier tests for bpf_sk_lookup context access by Jakub Sitnicki · 4 years, 8 months ago
  24. 93a3545 tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type by Jakub Sitnicki · 4 years, 8 months ago
  25. 499dd29 libbpf: Add support for SK_LOOKUP program type by Jakub Sitnicki · 4 years, 8 months ago
  26. a352b32 bpf: Sync linux/bpf.h to tools/ by Jakub Sitnicki · 4 years, 8 months ago
  27. 6d4201b udp6: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 8 months ago
  28. 2a08748 udp6: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 8 months ago
  29. 72f7e94 udp: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 8 months ago
  30. 7629c73 udp: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 8 months ago
  31. 1122702 inet6: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 8 months ago
  32. 5df6531 inet6: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 8 months ago
  33. 1559b4a inet: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 8 months ago
  34. 80b373f inet: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 8 months ago
  35. e9ddbb7 bpf: Introduce SK_LOOKUP program type with a dedicated attach point by Jakub Sitnicki · 4 years, 8 months ago
  36. ce3aa9c bpf, netns: Handle multiple link attachments by Jakub Sitnicki · 4 years, 8 months ago
  37. bfdfa51 bpf: Drop duplicated words in uapi helper comments by Randy Dunlap · 4 years, 8 months ago
  38. e81e7a5 selftests/bpf: Fix possible hang in sockopt_inherit by Stanislav Fomichev · 4 years, 8 months ago
  39. de40a8a bpf: revert "test_bpf: Flag tests that cannot be jited on s390" by Seth Forshee · 4 years, 8 months ago
  40. 0550012 selftest: Add tests for XDP programs in CPUMAP entries by Lorenzo Bianconi · 4 years, 8 months ago
  41. ce4dade samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap by Lorenzo Bianconi · 4 years, 8 months ago
  42. 4be556c libbpf: Add SEC name for xdp programs attached to CPUMAP by Lorenzo Bianconi · 4 years, 8 months ago
  43. 28b1520 bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries by Lorenzo Bianconi · 4 years, 8 months ago
  44. 9216477 bpf: cpumap: Add the possibility to attach an eBPF program to cpumap by Lorenzo Bianconi · 4 years, 8 months ago
  45. 644bfe5 cpumap: Formalize map value as a named struct by Lorenzo Bianconi · 4 years, 8 months ago
  46. a4e76f1 samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop by Lorenzo Bianconi · 4 years, 8 months ago
  47. daa5cdc net: Refactor xdp_convert_buff_to_frame by David Ahern · 4 years, 8 months ago
  48. 9b74ebb cpumap: Use non-locked version __ptr_ring_consume_batched by Jesper Dangaard Brouer · 4 years, 8 months ago
  49. 59632b2 net: ipv6: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  50. d86f986 net: sctp: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  51. 4b48b0a net: ip6_fib.h: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  52. ab88d64 net: dsa.h: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  53. c201324 net: caif: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  54. cee50c2 net: 9p: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  55. 158e896 net: wimax: fix duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  56. 2ff1711 net: skbuff.h: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  57. 0d80b76 net: qed: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  58. 404fc93 drivers: net: wan: Fix trivial spelling by Kieran Bingham · 4 years, 8 months ago
  59. 4b71500 Merge branch 'mlxsw-reg-add-policer-bandwidth-limits' by Jakub Kicinski · 4 years, 8 months ago
  60. 46b171d selftests: mlxsw: Test policers' occupancy by Ido Schimmel · 4 years, 8 months ago
  61. 5061e77 selftests: mlxsw: Add scale test for tc-police by Ido Schimmel · 4 years, 8 months ago
  62. cb12d17 selftests: mlxsw: tc_restrictions: Test tc-police restrictions by Ido Schimmel · 4 years, 8 months ago
  63. afe231d selftests: forwarding: Add tc-police tests by Ido Schimmel · 4 years, 8 months ago
  64. af11e81 mlxsw: spectrum_acl: Offload FLOW_ACTION_POLICE by Ido Schimmel · 4 years, 8 months ago
  65. deee0ab mlxsw: core_acl_flex_actions: Add police action by Ido Schimmel · 4 years, 8 months ago
  66. d25b8f6 mlxsw: core_acl_flex_actions: Work around hardware limitation by Ido Schimmel · 4 years, 8 months ago
  67. bf038f0 mlxsw: spectrum_policer: Add devlink resource support by Ido Schimmel · 4 years, 8 months ago
  68. 8d3fbae mlxsw: spectrum_policer: Add policer core by Ido Schimmel · 4 years, 8 months ago
  69. 1b744fc mlxsw: resources: Add resource identifier for global policers by Ido Schimmel · 4 years, 8 months ago
  70. fbf0f5d mlxsw: reg: Add policer bandwidth limits by Ido Schimmel · 4 years, 8 months ago
  71. 5e126e7 hinic: add firmware update support by Luo bin · 4 years, 8 months ago
  72. 514d095 decnet: dn_dev: Remove an unnecessary label. by Suraj Upadhyay · 4 years, 8 months ago
  73. 94d9f78 docs: networking: timestamping: add section for stacked PHC devices by Vladimir Oltean · 4 years, 8 months ago
  74. e63a228 net: sundance: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
  75. 8635764 netpoll: Remove unused inline function netpoll_netdev_init() by YueHaibing · 4 years, 8 months ago
  76. 0d40efa mptcp: Remove unused inline function mptcp_rcv_synsent() by YueHaibing · 4 years, 8 months ago
  77. 054848d net: flow: Remove unused inline function by YueHaibing · 4 years, 8 months ago
  78. 17c7b8b cipso: Remove unused inline functions by YueHaibing · 4 years, 8 months ago
  79. 4ff91fa Merge branch 'udp_tunnel-NIC-RX-port-offload-infrastructure' by David S. Miller · 4 years, 8 months ago
  80. 78c6bc2 qlcnic: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  81. 8cd160a qede: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  82. f7529b4 fm10k: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  83. 6a8c1a7 liquidio_vf: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  84. 3fcd2ba liquidio: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  85. fc9a7de enic: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  86. ad166a8 cxgb4: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  87. 085c5c4 bnx2x: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  88. 4df587a xgbe: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  89. b5c5f8d xgbe: switch to more generic VxLAN detection by Jakub Kicinski · 4 years, 8 months ago
  90. 8f0545d be2net: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  91. 641ca08 nfp: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  92. df8201c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  93. 81adcd6 ksz884x: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 8 months ago
  94. e2a8a82 Merge branch 'r8169-add-support-for-RTL8125B' by David S. Miller · 4 years, 8 months ago
  95. 0439297 r8169: add support for RTL8125B by Heiner Kallweit · 4 years, 8 months ago
  96. b3ba9ae8 net: phy: realtek: add support for RTL8125B-internal PHY by Heiner Kallweit · 4 years, 8 months ago
  97. 3fa1dbd Merge branch 's390-qeth-next' by David S. Miller · 4 years, 8 months ago
  98. 94ae20f s390/qeth: constify the MPC initialization data by Julian Wiedmann · 4 years, 8 months ago
  99. 0973292 s390/qeth: unify RX-mode hashtables by Julian Wiedmann · 4 years, 8 months ago
  100. 4b2eee3 s390/qeth: cleanup OAT code by Julian Wiedmann · 4 years, 8 months ago