1. bc49d81 mctp: Add MCTP base by Jeremy Kerr · 3 years, 5 months ago
  2. 5e10da5 skbuff: allow 'slow_gro' for skb carring sock reference by Paolo Abeni · 3 years, 5 months ago
  3. 9efb4b5 net: optimize GRO for the common case. by Paolo Abeni · 3 years, 5 months ago
  4. b0999f3 sk_buff: track extension status in slow_gro by Paolo Abeni · 3 years, 5 months ago
  5. d7907a2 devlink: Remove duplicated registration check by Leon Romanovsky · 3 years, 5 months ago
  6. 3d9d00bd net: bonding: move ioctl handling to private ndo operation by Arnd Bergmann · 3 years, 5 months ago
  7. ad2f99a net: bridge: move bridge ioctls out of .ndo_do_ioctl by Arnd Bergmann · 3 years, 5 months ago
  8. 88fc023 net: socket: return changed ifreq from SIOCDEVPRIVATE by Arnd Bergmann · 3 years, 5 months ago
  9. ad7eab2a net: split out ndo_siowandev ioctl by Arnd Bergmann · 3 years, 5 months ago
  10. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 5 months ago
  11. a554bf9 dev_ioctl: pass SIOCDEVPRIVATE data separately by Arnd Bergmann · 3 years, 5 months ago
  12. b9067f5 net: split out SIOCDEVPRIVATE handling from dev_ioctl by Arnd Bergmann · 3 years, 5 months ago
  13. f9b282b net: netlink: add the case when nlh is NULL by Yajun Deng · 3 years, 5 months ago
  14. 323e0cb flow_dissector: Fix out-of-bounds warnings by Gustavo A. R. Silva · 3 years, 5 months ago
  15. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
  16. 876f0bf net: socket: simplify dev_ifconf handling by Arnd Bergmann · 3 years, 6 months ago
  17. b0e99d0 net: socket: remove register_gifconf by Arnd Bergmann · 3 years, 6 months ago
  18. 709566d net: socket: rework SIOC?IFMAP ioctls by Arnd Bergmann · 3 years, 6 months ago
  19. 802a76a net: selftests: add MTU test by Oleksij Rempel · 3 years, 6 months ago
  20. 3edede0 ipv6: ioam: Support for IOAM injection with lwtunnels by Justin Iurman · 3 years, 6 months ago
  21. 2c6ad20 memcg: enable accounting for scm_fp_list objects by Vasily Averin · 3 years, 6 months ago
  22. 6126891 memcg: enable accounting for IP address and routing-related objects by Vasily Averin · 3 years, 6 months ago
  23. c948f51 memcg: enable accounting for net_device and Tx/Rx queues by Vasily Averin · 3 years, 6 months ago
  24. a17ad09 net: Fix zero-copy head len calculation. by Pravin B Shelar · 3 years, 6 months ago
  25. 2cc3aeb skbuff: Fix a potential race while recycling page_pool packets by Ilias Apalodimas · 3 years, 6 months ago
  26. cfdf0d9 rtnetlink: use nlmsg_notify() in rtnetlink_send() by Yajun Deng · 3 years, 6 months ago
  27. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  28. c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 6 months ago
  29. 0c48eef sock_map: Lift socket state restriction for datagram sockets by Cong Wang · 3 years, 6 months ago
  30. 17edea2 sock_map: Relax config dependency to CONFIG_NET by Cong Wang · 3 years, 6 months ago
  31. 20192d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
  32. 7e6b27a bpf, sockmap: Fix potential memory leak on unlikely error case by John Fastabend · 3 years, 6 months ago
  33. 70713dd net_sched: introduce tracepoint trace_qdisc_enqueue() by Qitao Xu · 3 years, 6 months ago
  34. 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  35. 5acc7d3 xdp, net: Fix use-after-free in bpf_xdp_link_release by Xuan Zhuo · 3 years, 6 months ago
  36. 28b34f0 net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache by Antoine Tenart · 3 years, 6 months ago
  37. 9615fe3 skbuff: Fix build with SKB extensions disabled by Florian Fainelli · 3 years, 6 months ago
  38. 271dbc3 sock: unlock on error in sock_setsockopt() by Dan Carpenter · 3 years, 6 months ago
  39. 2ea5eab bpf: devmap: Implement devmap prog execution for generic XDP by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
  40. 11941f8 bpf: cpumap: Implement generic cpumap by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
  41. fe21cb9 net: core: Split out code to run generic XDP prog by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
  42. 7445cf3 bpf: Add function for XDP meta data length check by Zvi Effron · 3 years, 6 months ago
  43. 8550ff8 skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
  44. 81b4a0c sock: fix error in sock_setsockopt() by Eric Dumazet · 3 years, 6 months ago
  45. 4cad671 Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 6 months ago
  46. d463126 net: sock: extend SO_TIMESTAMPING for PHC binding by Yangbo Lu · 3 years, 6 months ago
  47. 0dbffbb net: annotate data race around sk_ll_usec by Eric Dumazet · 3 years, 6 months ago
  48. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  49. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  50. 78ecc89 net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del} by Vladimir Oltean · 3 years, 6 months ago
  51. 23ac0b4 net: use netdev_info in ndo_dflt_fdb_{add,del} by Vladimir Oltean · 3 years, 6 months ago
  52. e6a3e44 net: sock: add trace for socket errors by Alexander Aring · 3 years, 6 months ago
  53. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  54. 127d735 net: update netdev_rx_csum_fault() print dump only once by Tanner Love · 3 years, 6 months ago
  55. e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  56. a78cae2 xdp: Move the rxq_info.mem clearing to unreg_mem_model() by Jakub Kicinski · 3 years, 6 months ago
  57. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  58. a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  59. e8b9eab net: retrieve netns cookie via getsocketopt by Martynas Pumputis · 3 years, 7 months ago
  60. 782347b xdp: Add proper __rcu annotations to redirect map entries by Toke Høiland-Jørgensen · 3 years, 7 months ago
  61. 0bc919d bpf: Support all gso types in bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  62. 364745f bpf: Do not change gso_size during bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  63. ba47396 Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto" by Maciej Żenczykowski · 3 years, 7 months ago
  64. a3e5e57 devlink: Protect rate list with lock while switching modes by Dmytro Linkin · 3 years, 7 months ago
  65. ff99324 devlink: Remove eswitch mode check for mode set call by Dmytro Linkin · 3 years, 7 months ago
  66. 1321ed5 devlink: Decrease refcnt of parent rate object on leaf destroy by Dmytro Linkin · 3 years, 7 months ago
  67. c2f5c57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 7 months ago
  68. 55d444b tcp: Add stats for socket migration. by Kuniyuki Iwashima · 3 years, 7 months ago
  69. c4fef01 net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc by Yunsheng Lin · 3 years, 7 months ago
  70. 7dd5d43 bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc by Bui Quang Minh · 3 years, 7 months ago
  71. 2b4cd14 net/netif_receive_skb_core: Use migrate_disable() by Sebastian Andrzej Siewior · 3 years, 7 months ago
  72. 781dd04 skmsg: Increase sk->sk_drops when dropping packets by Cong Wang · 3 years, 7 months ago
  73. 4283057 skmsg: Pass source psock to sk_psock_skb_redirect() by Cong Wang · 3 years, 7 months ago
  74. 1581a6c skmsg: Teach sk_psock_verdict_apply() to return errors by Cong Wang · 3 years, 7 months ago
  75. 0cf6672 skmsg: Fix a memory leak in sk_psock_verdict_apply() by Cong Wang · 3 years, 7 months ago
  76. 30b9c54 skmsg: Clear skb redirect pointer before dropping it by Cong Wang · 3 years, 7 months ago
  77. 9f2470f skmsg: Improve udp_bpf_recvmsg() accuracy by Cong Wang · 3 years, 7 months ago
  78. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  79. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  80. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
  81. e34492d net: inline function get_net_ns_by_fd if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  82. d5e4dda bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years, 7 months ago
  83. e061047 bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. by Kuniyuki Iwashima · 3 years, 7 months ago
  84. 1cd62c2 tcp: Add reuseport_migrate_sock() to select a new listener. by Kuniyuki Iwashima · 3 years, 7 months ago
  85. 333bb73 tcp: Keep TCP_CLOSE sockets in the reuseport group. by Kuniyuki Iwashima · 3 years, 7 months ago
  86. 5c040ea tcp: Add num_closed_socks to struct sock_reuseport. by Kuniyuki Iwashima · 3 years, 7 months ago
  87. ec13357 net: flow_dissector: fix RPS on DSA masters by Vladimir Oltean · 3 years, 7 months ago
  88. ddee9db net: core: devlink: add dropped stats traps field by Oleksandr Mazur · 3 years, 7 months ago
  89. 88b7105 wwan: add interface creation support by Johannes Berg · 3 years, 7 months ago
  90. 00e77ed rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME by Johannes Berg · 3 years, 7 months ago
  91. 8c713dc rtnetlink: add alloc() method to rtnl_link_ops by Johannes Berg · 3 years, 7 months ago
  92. ea6932d net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  93. 4e50025 net: dsa: generalize overhead for taggers that use both headers and trailers by Vladimir Oltean · 3 years, 7 months ago
  94. 3bdd5ee skbuff: fix incorrect msg_zerocopy copy notifications by Willem de Bruijn · 3 years, 7 months ago
  95. d2e381c rtnetlink: Fix regression in bridge VLAN configuration by Ido Schimmel · 3 years, 7 months ago
  96. 711d1de devlink: Fix error message in devlink_rate_set_ops_supported() by Dan Carpenter · 3 years, 7 months ago
  97. 7a6b1ab neighbour: allow NUD_NOARP entries to be forced GCed by David Ahern · 3 years, 7 months ago
  98. 6a5bcd8 page_pool: Allow drivers to hint on SKB recycling by Ilias Apalodimas · 3 years, 7 months ago
  99. c420c98 skbuff: add a parameter to __skb_frag_unref by Matteo Croce · 3 years, 7 months ago
  100. c07aea3 mm: add a signature in struct page by Matteo Croce · 3 years, 7 months ago