1. 180f3bc Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  2. 0c3e247 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  3. e28587c sit: do not call ipip6_dev_free() from sit_init_net() by Eric Dumazet · 3 years, 1 month ago
  4. 5c15b31 net/smc: Prevent smc_release() from long blocking by D. Wythe · 3 years, 1 month ago
  5. 8a03ef6 net: Fix double 0x prefix print in SKB dump by Gal Pressman · 3 years, 1 month ago
  6. ec6af09 net/packet: rx_owner_map depends on pg_vec by Willem de Bruijn · 3 years, 1 month ago
  7. 3d79e37 mptcp: fix deadlock in __mptcp_push_pending() by Maxim Galaganov · 3 years, 1 month ago
  8. d6692b3 mptcp: clear 'kern' flag from fallback sockets by Florian Westphal · 3 years, 1 month ago
  9. 404cd9a mptcp: remove tcp ulp setsockopt support by Florian Westphal · 3 years, 1 month ago
  10. bd0687c xsk: Do not sleep in poll() when need_wakeup set by Magnus Karlsson · 3 years, 1 month ago
  11. 5f9562e rds: memory leak in __rds_conn_create() by Hangyu Hua · 3 years, 1 month ago
  12. d971650 Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 3 years, 1 month ago
  13. 166b6a4 flow_offload: return EOPNOTSUPP for the unsupported mpls action type by Baowen Zheng · 3 years, 1 month ago
  14. 13dee10 mac80211: do drv_reconfig_complete() before restarting all by Johannes Berg · 3 years, 2 months ago
  15. db7205a mac80211: mark TX-during-stop for TX in in_reconfig by Johannes Berg · 3 years, 2 months ago
  16. 4dde3c3 mac80211: update channel context before station state by Mordechay Goodstein · 3 years, 2 months ago
  17. f22d981 mac80211: Fix the size used for building probe request by Ilan Peer · 3 years, 2 months ago
  18. 511ab0c mac80211: fix lookup when adding AddBA extension element by Johannes Berg · 3 years, 2 months ago
  19. 768c0b1 mac80211: validate extended element ID is present by Johannes Berg · 3 years, 1 month ago
  20. e08ebd6 cfg80211: Acquire wiphy mutex on regulatory work by Ilan Peer · 3 years, 1 month ago
  21. 06c41bd mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock by Johannes Berg · 3 years, 1 month ago
  22. 37d3311 nl80211: remove reload flag from regulatory_request by Finn Behrens · 3 years, 2 months ago
  23. 1fe98f5 mac80211: send ADDBA requests using the tid/queue of the aggregation session by Felix Fietkau · 3 years, 1 month ago
  24. b0cdc5d mptcp: never allow the PM to close a listener subflow by Paolo Abeni · 3 years, 1 month ago
  25. 5472f14 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 1 month ago
  26. c062f2a net/sched: sch_ets: don't remove idle classes from the round-robin list by Davide Caratti · 3 years, 1 month ago
  27. 71ddeac inet_diag: fix kernel-infoleak for UDP sockets by Eric Dumazet · 3 years, 1 month ago
  28. bcd0f93 phonet: refcount leak in pep_sock_accep by Hangyu Hua · 3 years, 1 month ago
  29. ab443c5 sch_cake: do not call cake_destroy() from cake_init() by Eric Dumazet · 3 years, 1 month ago
  30. 61c2402 net/sched: fq_pie: prevent dismantle issue by Eric Dumazet · 3 years, 1 month ago
  31. ae68d933 seg6: fix the iif in the IPv6 socket control block by Andrea Mayer · 3 years, 1 month ago
  32. 4cd8371 nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done by Krzysztof Kozlowski · 3 years, 1 month ago
  33. fd79a0c nfc: fix segfault in nfc_genl_dump_devices_done by Tadeusz Struk · 3 years, 1 month ago
  34. 158390e udp: using datalen to cap max gso segments by Jianguo Wu · 3 years, 1 month ago
  35. e195e9b net, neigh: clear whole pneigh_entry at alloc time by Eric Dumazet · 3 years, 1 month ago
  36. fd31cb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 1 month ago
  37. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  38. 1db8f5f virtio/vsock: fix the transport to work with VMADDR_CID_ANY by Wei Wang · 3 years, 2 months ago
  39. 802a7dc netfilter: conntrack: annotate data-races around ct->timeout by Eric Dumazet · 3 years, 1 month ago
  40. 962e5a4 netfilter: nft_exthdr: break evaluation if setting TCP option fails by Pablo Neira Ayuso · 3 years, 2 months ago
  41. b7e945e nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups by Stefano Brivio · 3 years, 2 months ago
  42. 4dbb0da devlink: fix netns refcount leak in devlink_nl_cmd_reload() by Eric Dumazet · 3 years, 1 month ago
  43. dde91cc ethtool: do not perform operations on net devices being unregistered by Antoine Tenart · 3 years, 1 month ago
  44. 03cfda4f tcp: fix another uninit-value (sk_rx_queue_mapping) by Eric Dumazet · 3 years, 1 month ago
  45. a941892 inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently by Eric Dumazet · 3 years, 1 month ago
  46. a51e3ac Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  47. 1ebb87c gro: Fix inconsistent indenting by Jiapeng Chong · 3 years, 1 month ago
  48. 19f36ed net/rds: correct socket tunable error in rds_tcp_tune() by William Kucharski · 3 years, 2 months ago
  49. 76d0016 mctp: Don't let RTM_DELROUTE delete local routes by Matt Johnston · 3 years, 2 months ago
  50. 00e158f net/smc: Keep smc_close_final rc during active close by Tony Lu · 3 years, 2 months ago
  51. 789b6cc net/smc: fix wrong list_del in smc_lgr_cleanup_early by Dust Li · 3 years, 2 months ago
  52. 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
  53. 7a10d8c net: annotate data-races on txq->xmit_lock_owner by Eric Dumazet · 3 years, 2 months ago
  54. f123cff net: netlink: af_netlink: Prevent empty skb by adding a check on len. by Harshit Mogalapalli · 3 years, 2 months ago
  55. b43c279 netfilter: nfnetlink_queue: silence bogus compiler warning by Florian Westphal · 3 years, 2 months ago
  56. 5fdc233 Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Jakub Kicinski · 3 years, 2 months ago
  57. 20ae1d6 wireguard: device: reset peer src endpoint when netns exits by Jason A. Donenfeld · 3 years, 2 months ago
  58. beacff5 rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() by Eiichi Tsukata · 3 years, 2 months ago
  59. ca77fba rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() by Eiichi Tsukata · 3 years, 2 months ago
  60. cdef485 ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 2 months ago
  61. d851956 mctp: test: fix skb free in test device tx by Jeremy Kerr · 3 years, 2 months ago
  62. 5961060 net/tls: Fix authentication failure in CCM mode by Tianjia Zhang · 3 years, 2 months ago
  63. 1891681 net: mpls: Remove rcu protection from nh_dev by Benjamin Poirier · 3 years, 2 months ago
  64. 7d4741e net: mpls: Fix notifications when deleting a device by Benjamin Poirier · 3 years, 2 months ago
  65. 1eda9191 nl80211: reset regdom when reloading regdb by Finn Behrens · 3 years, 2 months ago
  66. af9d3a2 mac80211: add docs for ssn in struct tid_ampdu_tx by Johannes Berg · 3 years, 2 months ago
  67. d06c942 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
  68. 7413927 Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 2 months ago
  69. bacb6c1 net/smc: Don't call clcsock shutdown twice when smc shutdown by Tony Lu · 3 years, 2 months ago
  70. 01d9cc2 net: vlan: fix underflow for the real_dev refcnt by Ziyang Xuan · 3 years, 2 months ago
  71. 0276af2 ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() by Julian Wiedmann · 3 years, 2 months ago
  72. de6d259 net/sched: sch_ets: don't peek at classes beyond 'nbands' by Davide Caratti · 3 years, 2 months ago
  73. 8f9dcc2 mac80211: fix a memory leak where sta_info is not freed by Ahmed Zaki · 3 years, 4 months ago
  74. 942bd10 mac80211: set up the fwd_skb->dev for mesh forwarding by Xing Song · 3 years, 2 months ago
  75. 73111ef mac80211: fix regression in SSN handling of addba tx by Felix Fietkau · 3 years, 2 months ago
  76. 18688c8 mac80211: fix rate control for retransmitted frames by Felix Fietkau · 3 years, 2 months ago
  77. d5e568c mac80211: track only QoS data frames for admission control by Johannes Berg · 3 years, 2 months ago
  78. 48c0670 mac80211: fix TCP performance on mesh interface by Maxime Bizon · 3 years, 2 months ago
  79. f3911f7 tls: fix replacing proto_ops by Jakub Kicinski · 3 years, 2 months ago
  80. e062fe9 tls: splice_read: fix accessing pre-processed records by Jakub Kicinski · 3 years, 2 months ago
  81. 520493f tls: splice_read: fix record type check by Jakub Kicinski · 3 years, 2 months ago
  82. 9ebb0c4 net/smc: Fix loop in smc_listen by Guo DaXing · 3 years, 2 months ago
  83. 587acad net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() by Karsten Graul · 3 years, 2 months ago
  84. 4e1fddc tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows by Eric Dumazet · 3 years, 2 months ago
  85. ac13285 net/ncsi : Add payload to be 32-bit aligned to fix dropped packets by Kumar Thangavel · 3 years, 2 months ago
  86. 606a63c net/smc: Ensure the active closing peer first closes clcsock by Tony Lu · 3 years, 2 months ago
  87. 45c3ff7 net/smc: Clean up local struct sock variables by Tony Lu · 3 years, 2 months ago
  88. 1c74312 net: nexthop: fix null pointer dereference when IPv6 is not enabled by Nikolay Aleksandrov · 3 years, 2 months ago
  89. 064a917 SUNRPC: use different lock keys for INET6 and LOCAL by NeilBrown · 3 years, 2 months ago
  90. 1005f19 net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group by Nikolay Aleksandrov · 3 years, 2 months ago
  91. 8837cbb net: ipv6: add fib6_nh_release_dsts stub by Nikolay Aleksandrov · 3 years, 2 months ago
  92. 4177d5b net, neigh: Fix crash in v6 module initialization error path by Daniel Borkmann · 3 years, 2 months ago
  93. 7a61432 net/smc: Avoid warning of possible recursive locking by Wen Gu · 3 years, 2 months ago
  94. f7a36b0 vsock/virtio: suppress used length validation by Michael S. Tsirkin · 3 years, 2 months ago
  95. 19d36c5 ipv6: fix typos in __ip6_finish_output() by Eric Dumazet · 3 years, 2 months ago
  96. f9390b2 af_unix: fix regression in read after shutdown by Vincent Whitchurch · 3 years, 2 months ago
  97. bcd9773 mptcp: use delegate action to schedule 3rd ack retrans by Paolo Abeni · 3 years, 2 months ago
  98. ee50e67b mptcp: fix delack timer by Eric Dumazet · 3 years, 2 months ago
  99. c0d95d3 bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap by John Fastabend · 3 years, 2 months ago
  100. 38207a5 bpf, sockmap: Attach map progs to psock early for feature probes by John Fastabend · 3 years, 2 months ago