1. 68433066 Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 8 months ago
  2. fdaff05 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 1 year, 8 months ago
  3. 0226436 mptcp: do not rely on implicit state check in mptcp_listen() by Paolo Abeni · 1 year, 8 months ago
  4. 3fffa15 mptcp: ensure subflow is unhashed before cleaning the backlog by Paolo Abeni · 1 year, 8 months ago
  5. a372d66 net: dsa: sja1105: always enable the send_meta options by Vladimir Oltean · 1 year, 8 months ago
  6. 1dcf6ef net: dsa: tag_sja1105: fix MAC DA patching from meta frames by Vladimir Oltean · 1 year, 8 months ago
  7. 30c45b5 net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX by Lin Ma · 1 year, 8 months ago
  8. f7306ac xsk: Honor SO_BINDTODEVICE on bind by Ilya Maximets · 1 year, 8 months ago
  9. c156d4a Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds by Linus Torvalds · 1 year, 8 months ago
  10. 998127c tcp: annotate data races in __tcp_oow_rate_limited() by Eric Dumazet · 1 year, 9 months ago
  11. a398b9e net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode by Vladimir Oltean · 1 year, 8 months ago
  12. 6ca3c00 net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode by Vladimir Oltean · 1 year, 8 months ago
  13. dfab92f Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 1 year, 8 months ago
  14. 2be22f1 Bluetooth: hci_event: Fix parsing of CIS Established Event by Luiz Augusto von Dentz · 1 year, 9 months ago
  15. 5b6d345 Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpy by Jiapeng Chong · 1 year, 9 months ago
  16. d40d6f5 Bluetooth: hci_sysfs: make bt_class a static const structure by Ivan Orlov · 1 year, 9 months ago
  17. 14f0dce Bluetooth: ISO: Rework sync_interval to be sync_factor by Luiz Augusto von Dentz · 1 year, 9 months ago
  18. 73f5545 Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable by Luiz Augusto von Dentz · 1 year, 9 months ago
  19. db9cbca Bluetooth: hci_event: fix Set CIG Parameters error status handling by Pauli Virtanen · 1 year, 9 months ago
  20. 6b9545d Bluetooth: ISO: use hci_sync for setting CIG parameters by Pauli Virtanen · 1 year, 9 months ago
  21. 1728137 Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb by Sungwoo Kim · 1 year, 9 months ago
  22. 6945795 Bluetooth: fix use-bdaddr-property quirk by Johan Hovold · 1 year, 9 months ago
  23. 0cb7365 Bluetooth: fix invalid-bdaddr quirk for non-persistent setup by Johan Hovold · 1 year, 9 months ago
  24. f752a0b Bluetooth: L2CAP: Fix use-after-free by Zhengping Jiang · 1 year, 10 months ago
  25. c1ae02d net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT by Vladimir Oltean · 1 year, 9 months ago
  26. 93d75d4 net/sched: act_ipt: zero skb->cb before calling target by Florian Westphal · 1 year, 9 months ago
  27. b2dc32d net/sched: act_ipt: add sanity checks on skb before calling target by Florian Westphal · 1 year, 9 months ago
  28. b4ee933 net/sched: act_ipt: add sanity checks on table name and hook locations by Florian Westphal · 1 year, 9 months ago
  29. 6feb37b sctp: fix potential deadlock on &net->sctp.addr_wq_lock by Chengfeng Ye · 1 year, 9 months ago
  30. 3a8a670 Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 9 months ago
  31. 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 9 months ago
  32. 582c161 Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 9 months ago
  33. 729b39e Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 1 year, 9 months ago
  34. 72dc6db Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 1 year, 9 months ago
  35. a9c49cc net: scm: introduce and use scm_recv_unix helper by Alexander Mikhalitsyn · 1 year, 9 months ago
  36. 3674fbf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
  37. 25a9c8a netlink: Add __sock_i_ino() for __netlink_diag_dump(). by Kuniyuki Iwashima · 1 year, 9 months ago
  38. d06f925 net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses by Vladimir Oltean · 1 year, 9 months ago
  39. 9d797ee Revert "af_unix: Call scm_recv() only after scm_set_cred()." by Kuniyuki Iwashima · 1 year, 9 months ago
  40. 5da4d7b libceph: Partially revert changes to support MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
  41. 61dc651c Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next by Jakub Kicinski · 1 year, 9 months ago
  42. 0aa69d5 Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 9 months ago
  43. 3eccc0c Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 9 months ago
  44. f7976a6 Merge tag 'nfsd-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 9 months ago
  45. b389139 netfilter: nf_tables: fix underflow in chain reference counter by Pablo Neira Ayuso · 1 year, 9 months ago
  46. 3e70489 netfilter: nf_tables: unbind non-anonymous set if rule construction fails by Pablo Neira Ayuso · 1 year, 9 months ago
  47. f188d30 netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value. by Ilia.Gavrilov · 1 year, 9 months ago
  48. ff0a3a7 netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one by Florian Westphal · 1 year, 9 months ago
  49. 6709d4b net: nfc: Fix use-after-free caused by nfc_llcp_find_local by Lin Ma · 1 year, 9 months ago
  50. a412dbf netfilter: nf_tables: limit allowed range via nla_policy by Florian Westphal · 1 year, 9 months ago
  51. 079cd63 netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESET by Phil Sutter · 1 year, 9 months ago
  52. 4589725 netfilter: snat: evict closing tcp entries on reply tuple collision by Florian Westphal · 1 year, 9 months ago
  53. 96b2ef9 netfilter: nf_tables: permit update of set size by Florian Westphal · 1 year, 9 months ago
  54. 78aa23d netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_test by Florian Westphal · 1 year, 9 months ago
  55. de6843b netfilter: nft_payload: rebuild vlan header when needed by Pablo Neira Ayuso · 1 year, 9 months ago
  56. b848b26 net: Kill MSG_SENDPAGE_NOTLAST by David Howells · 1 year, 9 months ago
  57. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 9 months ago
  58. 2f8bc2b smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
  59. 572efad rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage by David Howells · 1 year, 9 months ago
  60. fa094cc ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage() by David Howells · 1 year, 9 months ago
  61. 40a8c17a ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage by David Howells · 1 year, 9 months ago
  62. c729ed6 net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock() by David Howells · 1 year, 9 months ago
  63. f8dd95b tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage by David Howells · 1 year, 9 months ago
  64. 2ffecf1 Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm/linux/kernel/git/wpan/wpan-next by Jakub Kicinski · 1 year, 9 months ago
  65. 2fe11c9 net/tcp: optimise locking for blocking splice by Pavel Begunkov · 1 year, 9 months ago
  66. 3f5f118 af_unix: Call scm_recv() only after scm_set_cred(). by Kuniyuki Iwashima · 1 year, 9 months ago
  67. 11b7331 sch_netem: fix issues in netem_change() vs get_dist_table() by Eric Dumazet · 1 year, 9 months ago
  68. a685d0d Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 1 year, 9 months ago
  69. 76fa884 net: convert sunrpc from pagevec to folio_batch by Matthew Wilcox (Oracle) · 1 year, 9 months ago
  70. e698844 Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next by Jakub Kicinski · 1 year, 9 months ago
  71. 6f68fc3 Merge tag 'linux-can-fixes-for-6.4-20230622' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 1 year, 9 months ago
  72. 0ec92a8 net: fix net device address assign type by Piotr Gardocki · 1 year, 9 months ago
  73. a0e128e net/tls: fix comment typo by Yueh-Shun Li · 1 year, 9 months ago
  74. 304b187 tcp: fix comment typo by Yueh-Shun Li · 1 year, 9 months ago
  75. aa54069 netlink: do not hard code device address lenth in fdb dumps by Eric Dumazet · 1 year, 9 months ago
  76. 8d61f92 netlink: fix potential deadlock in netlink_set_err() by Eric Dumazet · 1 year, 9 months ago
  77. a7384f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
  78. 2ba7e7e Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf by Paolo Abeni · 1 year, 9 months ago
  79. a9628e8 revert "net: align SO_RCVMARK required privileges with SO_MARK" by Maciej Żenczykowski · 1 year, 9 months ago
  80. 2174a08 sch_netem: acquire qdisc lock in netem_change() by Eric Dumazet · 1 year, 9 months ago
  81. e38910c can: isotp: isotp_sendmsg(): fix return error fix on TX path by Oliver Hartkopp · 1 year, 9 months ago
  82. 7f4e097 wifi: mac80211: report all unusable beacon frames by Benjamin Berg · 1 year, 9 months ago
  83. 528cb5f mptcp: pass addr to mptcp_pm_alloc_anno_list by Geliang Tang · 1 year, 9 months ago
  84. bbd49d1 mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose() by Paolo Abeni · 1 year, 9 months ago
  85. 4924320 mptcp: introduce MPTCP_FULL_INFO getsockopt by Paolo Abeni · 1 year, 9 months ago
  86. 6f06b4d mptcp: add subflow unique id by Paolo Abeni · 1 year, 9 months ago
  87. 38967f4 mptcp: track some aggregate data counters by Paolo Abeni · 1 year, 9 months ago
  88. c026d33 mptcp: move snd_una update earlier for fallback socket by Paolo Abeni · 1 year, 9 months ago
  89. 57fc0f1 mptcp: ensure listener is unhashed before updating the sk status by Paolo Abeni · 1 year, 9 months ago
  90. b7535cf mptcp: drop legacy code around RX EOF by Paolo Abeni · 1 year, 9 months ago
  91. 81c1d02 mptcp: consolidate fallback and non fallback state machine by Paolo Abeni · 1 year, 9 months ago
  92. 56a666c mptcp: fix possible list corruption on passive MPJ by Paolo Abeni · 1 year, 9 months ago
  93. 0ad529d mptcp: fix possible divide by zero in recvmsg() by Paolo Abeni · 1 year, 9 months ago
  94. c2b2ae3 mptcp: handle correctly disconnect() failures by Paolo Abeni · 1 year, 9 months ago
  95. 53bf916 inet: Cleanup on charging memory for newly accepted sockets by Abel Wu · 1 year, 9 months ago
  96. e748d0f net: hsr: Disable promiscuous mode in offload mode by Ravi Gunasekaran · 1 year, 9 months ago
  97. 9a5cb79 bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings by Gilad Sever · 1 year, 9 months ago
  98. 97fbfeb bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint by Gilad Sever · 1 year, 9 months ago
  99. 6e98730 bpf: Factor out socket lookup functions for the TC hookpoint. by Gilad Sever · 1 year, 9 months ago
  100. f52a0b4 wifi: mac80211: mark keys as uploaded when added by the driver by Yedidya Benshimol · 1 year, 9 months ago