summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel
2026-05-27ipv6: mcast: annotate data-races around mca_usersYuyang Huang
2026-05-27net/dns_resolver: consolidate namelen checks in dns_queryThorsten Blum
2026-05-27Bluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk
2026-05-27Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong
2026-05-27Bluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal
2026-05-27Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang
2026-05-27Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang
2026-05-27Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha
2026-05-26rtnetlink: add RTEXT_FILTER_NAME_ONLY support to rtnl_dump_ifinfo()Eric Dumazet
2026-05-26rtnetlink: do not assume RTNL is held in link_master_filtered()Eric Dumazet
2026-05-26rtnetlink: do not acquire RTNL in rtnl_getlink() with RTEXT_FILTER_NAME_ONLYEric Dumazet
2026-05-26net: defer netdev_name_node_alt_flush() call to netdev_run_todo()Eric Dumazet
2026-05-26rtnetlink: use nla_nest_end_safe() in rtnl_fill_prop_list()Eric Dumazet
2026-05-26ipv6: validate extension header length before copying to cmsgQi Tang
2026-05-26net: hsr: require valid EOT supervision TLVLuka Gejak
2026-05-26Merge tag 'nfc-7.1-rc6' of https://codeberg.org/linux-nfc/linuxJakub Kicinski
2026-05-26tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet
2026-05-26tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet
2026-05-26Merge tag 'nf-next-26-05-25' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-05-26ipv6: addrconf: fix temp address generation after prefix deprecationFernando Fernandez Mancera
2026-05-26l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifnameMichael Bommarito
2026-05-26net: napi: Skip last poll when arming gro timer in busy pollMartin Karsten
2026-05-26llc: Add SPDX id lines to some llc source filesTim Bird
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26ethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski
2026-05-26ethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski
2026-05-26ethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski
2026-05-26ethtool: cmis: require exact CDB reply lengthJakub Kicinski
2026-05-26ethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski
2026-05-26ethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski
2026-05-26ethtool: module: avoid racy updates to dev->ethtool bitfieldJakub Kicinski
2026-05-26ethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski
2026-05-26ethtool: module: call ethnl_ops_complete() on module flash errorsJakub Kicinski
2026-05-26ethtool: rss: avoid device context leak on reply-build failureJakub Kicinski
2026-05-26ethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski
2026-05-26ethtool: rss: fix indir_table and hkey leak on get_rxfh failureJakub Kicinski
2026-05-26ethtool: rss: fix falsely ignoring indir table updatesJakub Kicinski
2026-05-26ethtool: rss: add missing errno on RSS context deleteJakub Kicinski
2026-05-26ethtool: rss: avoid modifying the RSS context responseJakub Kicinski
2026-05-26net: Avoid checksumming unreadable skb tail on trimBjörn Töpel
2026-05-26ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate().Maoyi Xie
2026-05-26ip6: vti: Use ip6_tnl.net in vti6_changelink().Kuniyuki Iwashima
2026-05-26xfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang
2026-05-26xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exitUsama Arif
2026-05-26xfrm: iptfs: reset runtime state when cloning SAsShaomin Chen
2026-05-25net: hsr: fix potential OOB access in supervision frame handlingLuka Gejak
2026-05-25devlink: pass param values by pointerRatheesh Kannoth
2026-05-25rds: filter RDS_INFO_* getsockopt by caller's netnsMaoyi Xie