1. 28b34f0 net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache by Antoine Tenart · 3 years, 6 months ago
  2. 9615fe3 skbuff: Fix build with SKB extensions disabled by Florian Fainelli · 3 years, 6 months ago
  3. 271dbc3 sock: unlock on error in sock_setsockopt() by Dan Carpenter · 3 years, 6 months ago
  4. 8550ff8 skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
  5. 81b4a0c sock: fix error in sock_setsockopt() by Eric Dumazet · 3 years, 6 months ago
  6. d463126 net: sock: extend SO_TIMESTAMPING for PHC binding by Yangbo Lu · 3 years, 6 months ago
  7. 0dbffbb net: annotate data race around sk_ll_usec by Eric Dumazet · 3 years, 6 months ago
  8. 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
  9. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  10. 78ecc89 net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del} by Vladimir Oltean · 3 years, 6 months ago
  11. 23ac0b4 net: use netdev_info in ndo_dflt_fdb_{add,del} by Vladimir Oltean · 3 years, 6 months ago
  12. e6a3e44 net: sock: add trace for socket errors by Alexander Aring · 3 years, 6 months ago
  13. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  14. 127d735 net: update netdev_rx_csum_fault() print dump only once by Tanner Love · 3 years, 6 months ago
  15. e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  16. a78cae2 xdp: Move the rxq_info.mem clearing to unreg_mem_model() by Jakub Kicinski · 3 years, 6 months ago
  17. 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
  18. 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
  19. e8b9eab net: retrieve netns cookie via getsocketopt by Martynas Pumputis · 3 years, 6 months ago
  20. 782347b xdp: Add proper __rcu annotations to redirect map entries by Toke Høiland-Jørgensen · 3 years, 6 months ago
  21. 0bc919d bpf: Support all gso types in bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  22. 364745f bpf: Do not change gso_size during bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  23. ba47396 Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto" by Maciej Żenczykowski · 3 years, 7 months ago
  24. a3e5e57 devlink: Protect rate list with lock while switching modes by Dmytro Linkin · 3 years, 6 months ago
  25. ff99324 devlink: Remove eswitch mode check for mode set call by Dmytro Linkin · 3 years, 6 months ago
  26. 1321ed5 devlink: Decrease refcnt of parent rate object on leaf destroy by Dmytro Linkin · 3 years, 6 months ago
  27. c2f5c57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
  28. 55d444b tcp: Add stats for socket migration. by Kuniyuki Iwashima · 3 years, 6 months ago
  29. c4fef01 net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc by Yunsheng Lin · 3 years, 6 months ago
  30. 7dd5d43 bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc by Bui Quang Minh · 3 years, 7 months ago
  31. 2b4cd14 net/netif_receive_skb_core: Use migrate_disable() by Sebastian Andrzej Siewior · 3 years, 7 months ago
  32. 781dd04 skmsg: Increase sk->sk_drops when dropping packets by Cong Wang · 3 years, 7 months ago
  33. 4283057 skmsg: Pass source psock to sk_psock_skb_redirect() by Cong Wang · 3 years, 7 months ago
  34. 1581a6c skmsg: Teach sk_psock_verdict_apply() to return errors by Cong Wang · 3 years, 7 months ago
  35. 0cf6672 skmsg: Fix a memory leak in sk_psock_verdict_apply() by Cong Wang · 3 years, 7 months ago
  36. 30b9c54 skmsg: Clear skb redirect pointer before dropping it by Cong Wang · 3 years, 7 months ago
  37. 9f2470f skmsg: Improve udp_bpf_recvmsg() accuracy by Cong Wang · 3 years, 7 months ago
  38. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  39. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  40. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
  41. e34492d net: inline function get_net_ns_by_fd if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  42. d5e4dda bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years, 7 months ago
  43. e061047 bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. by Kuniyuki Iwashima · 3 years, 7 months ago
  44. 1cd62c2 tcp: Add reuseport_migrate_sock() to select a new listener. by Kuniyuki Iwashima · 3 years, 7 months ago
  45. 333bb73 tcp: Keep TCP_CLOSE sockets in the reuseport group. by Kuniyuki Iwashima · 3 years, 7 months ago
  46. 5c040ea tcp: Add num_closed_socks to struct sock_reuseport. by Kuniyuki Iwashima · 3 years, 7 months ago
  47. ec13357 net: flow_dissector: fix RPS on DSA masters by Vladimir Oltean · 3 years, 7 months ago
  48. ddee9db net: core: devlink: add dropped stats traps field by Oleksandr Mazur · 3 years, 7 months ago
  49. 88b7105 wwan: add interface creation support by Johannes Berg · 3 years, 7 months ago
  50. 00e77ed rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME by Johannes Berg · 3 years, 7 months ago
  51. 8c713dc rtnetlink: add alloc() method to rtnl_link_ops by Johannes Berg · 3 years, 7 months ago
  52. ea6932d net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  53. 4e50025 net: dsa: generalize overhead for taggers that use both headers and trailers by Vladimir Oltean · 3 years, 7 months ago
  54. 3bdd5ee skbuff: fix incorrect msg_zerocopy copy notifications by Willem de Bruijn · 3 years, 7 months ago
  55. d2e381c rtnetlink: Fix regression in bridge VLAN configuration by Ido Schimmel · 3 years, 7 months ago
  56. 711d1de devlink: Fix error message in devlink_rate_set_ops_supported() by Dan Carpenter · 3 years, 7 months ago
  57. 7a6b1ab neighbour: allow NUD_NOARP entries to be forced GCed by David Ahern · 3 years, 7 months ago
  58. 6a5bcd8 page_pool: Allow drivers to hint on SKB recycling by Ilias Apalodimas · 3 years, 7 months ago
  59. c420c98 skbuff: add a parameter to __skb_frag_unref by Matteo Croce · 3 years, 7 months ago
  60. c07aea3 mm: add a signature in struct page by Matteo Croce · 3 years, 7 months ago
  61. cda9de0 pktgen: add pktgen_handle_all_threads() for the same code by Yejune Deng · 3 years, 7 months ago
  62. 1262856 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 7 months ago
  63. ced122d sock: expose so_timestamping options for mptcp by Florian Westphal · 3 years, 7 months ago
  64. 371087a sock: expose so_timestamp options for mptcp by Florian Westphal · 3 years, 7 months ago
  65. 59607863 fib: Return the correct errno code by Zheng Yongjun · 3 years, 7 months ago
  66. a8db57c rtnetlink: Fix missing error code in rtnl_bridge_notify() by Jiapeng Chong · 3 years, 7 months ago
  67. d467d0b rtnetlink: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  68. d755598 devlink: Allow setting parent node of rate objects by Dmytro Linkin · 3 years, 7 months ago
  69. a8ecb93 devlink: Introduce rate nodes by Dmytro Linkin · 3 years, 7 months ago
  70. 1897db2 devlink: Allow setting tx rate for devlink rate leaf objects by Dmytro Linkin · 3 years, 7 months ago
  71. 4677efc devlink: Introduce rate object by Dmytro Linkin · 3 years, 7 months ago
  72. dd9082f net: sock: fix in-kernel mark setting by Alexander Aring · 3 years, 7 months ago
  73. b0f6c9a netpoll: don't require irqs disabled in rt kernels by Wander Lairson Costa · 3 years, 7 months ago
  74. b28d8f0 devlink: Correct VIRTUAL port to not have phys_port attributes by Parav Pandit · 3 years, 7 months ago
  75. f285f37 devlink: append split port number to the port name by Jiri Pirko · 3 years, 7 months ago
  76. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  77. d7c5303 Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 7 months ago
  78. 201e2c1 locking/atomic: net: use linux/atomic.h for xchg & cmpxchg by Mark Rutland · 3 years, 7 months ago
  79. e624d4e xdp: Extend xdp_redirect_map with broadcast support by Hangbin Liu · 3 years, 8 months ago
  80. f5d28712 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 7 months ago
  81. 84316ca bpf: Set mac_len in bpf_skb_change_head by Jussi Maki · 3 years, 8 months ago
  82. 7b16509 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago
  83. fa7b83b bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto by Dongseok Yi · 3 years, 8 months ago
  84. c49661a skmsg: Remove unused parameters of sk_msg_wait_data() by Cong Wang · 3 years, 8 months ago
  85. 9ddb3c1 mm: fix struct page layout on 32-bit systems by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  86. 709c031 tcp: add tracepoint for checksum errors by Jakub Kicinski · 3 years, 8 months ago
  87. dcad9ee net: sched: fix tx action reschedule issue with stopped queue by Yunsheng Lin · 3 years, 8 months ago
  88. 102b55e net: sched: fix tx action rescheduling issue during deactivation by Yunsheng Lin · 3 years, 8 months ago
  89. fe0bdae bpf: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 3 years, 8 months ago
  90. 8380c81 net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 8 months ago
  91. 098116e net: really orphan skbs tied to closing sk by Paolo Abeni · 3 years, 8 months ago
  92. a100243 rtnetlink: avoid RCU read lock when holding RTNL by Cong Wang · 3 years, 8 months ago
  93. 48de7c0 neighbour: Remove redundant initialization of 'bucket' by Yang Li · 3 years, 8 months ago
  94. be5dba2 net: page_pool: use alloc_pages_bulk in refill code path by Jesper Dangaard Brouer · 3 years, 8 months ago
  95. dfa5971 net: page_pool: refactor dma_map into own function page_pool_dma_map by Jesper Dangaard Brouer · 3 years, 8 months ago
  96. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  97. 4a52dd8 net: selftest: fix build issue if INET is disabled by Oleksij Rempel · 3 years, 8 months ago
  98. 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 8 months ago
  99. 1e5e4ac Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 8 months ago
  100. 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago