aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-26ipv6: validate extension header length before copying to cmsgQi Tang1-8/+46
2026-05-26Merge tag 'nfc-7.1-rc6' of https://codeberg.org/linux-nfc/linuxJakub Kicinski4-0/+33
2026-05-26tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-05-26tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-05-26l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifnameMichael Bommarito1-5/+6
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+3
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-32/+15
2026-05-26ethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski1-0/+8
2026-05-26ethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski1-14/+22
2026-05-26ethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski1-2/+2
2026-05-26ethtool: cmis: require exact CDB reply lengthJakub Kicinski1-2/+7
2026-05-26ethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski3-9/+8
2026-05-26ethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski1-6/+6
2026-05-26ethtool: module: avoid racy updates to dev->ethtool bitfieldJakub Kicinski1-2/+10
2026-05-26ethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski1-2/+3
2026-05-26ethtool: module: call ethnl_ops_complete() on module flash errorsJakub Kicinski1-1/+2
2026-05-26ethtool: rss: avoid device context leak on reply-build failureJakub Kicinski1-1/+5
2026-05-26ethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski1-2/+1
2026-05-26ethtool: rss: fix indir_table and hkey leak on get_rxfh failureJakub Kicinski1-1/+3
2026-05-26ethtool: rss: fix falsely ignoring indir table updatesJakub Kicinski1-1/+1
2026-05-26ethtool: rss: add missing errno on RSS context deleteJakub Kicinski1-1/+3
2026-05-26ethtool: rss: avoid modifying the RSS context responseJakub Kicinski1-8/+10
2026-05-26net: Avoid checksumming unreadable skb tail on trimBjörn Töpel1-4/+27
2026-05-26ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate().Maoyi Xie1-2/+9
2026-05-26ip6: vti: Use ip6_tnl.net in vti6_changelink().Kuniyuki Iwashima1-5/+7
2026-05-26xfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang1-4/+12
2026-05-26xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exitUsama Arif1-7/+8
2026-05-26xfrm: iptfs: reset runtime state when cloning SAsShaomin Chen1-5/+23
2026-05-25net: hsr: fix potential OOB access in supervision frame handlingLuka Gejak1-2/+2
2026-05-25ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()Justin Iurman1-0/+2
2026-05-25ipv6: exthdrs: refresh nh after handling HAO optionZhengchuan Liang1-0/+2
2026-05-25Merge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski12-42/+173
2026-05-22ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table()Eric Dumazet1-1/+1
2026-05-22vsock/virtio: fix skb overhead overflow on 32-bit buildsStefano Garzarella1-1/+1
2026-05-22net/iucv: fix locking in .getsockoptBreno Leitao1-6/+14
2026-05-22net/smc: Do not re-initialize smc hashtablesAlexandra Winter1-2/+2
2026-05-22net: netlink: don't set nsid on local notificationsIlya Maximets1-3/+7
2026-05-22net: netlink: fix sending unassigned nsid after assigned oneIlya Maximets1-0/+1
2026-05-22vsock: keep poll shutdown state consistentZiyu Zhang4-28/+52
2026-05-22netfilter: nf_tables: fix dst corruption in same register operationFernando Fernandez Mancera2-7/+24
2026-05-22netfilter: nft_fib_ipv6: handle routes via external nexthopJiayuan Chen1-0/+16
2026-05-22netfilter: nft_fib_ipv6: walk fib6_siblings under RCUJiayuan Chen1-1/+1
2026-05-22netfilter: ebtables: fix OOB read in compat_mtw_from_userFlorian Westphal1-0/+30
2026-05-22netfilter: disable payload mangling in usernsFlorian Westphal2-2/+7
2026-05-22netfilter: xt_cpu: prefer raw_smp_processor_idFlorian Westphal1-1/+1
2026-05-22netfilter: nf_conntrack_gre: fix gre keymap list corruptionFlorian Westphal3-30/+90
2026-05-22netfilter: synproxy: refresh tcphdr after skb_ensure_writableChris Mason1-0/+2
2026-05-22netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction checkHamza Mahfooz1-1/+2
2026-05-22xfrm: esp: restore combined single-frag length gateJingguo Tan2-4/+4
2026-05-22esp: fix page frag reference leak on skb_to_sgvec failuree5215882-10/+14