summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-05-25netlabel: fix IPv6 unlabeled address add error handlingChenguang Zhao
2026-05-25rds: annotate data-race around rs_seen_congestionJiayuan Chen
2026-05-25net/sched: sch_ets: make cl->quantum locklessEric Dumazet
2026-05-25ipv4: igmp: annotate data-races around im->usersYuyang Huang
2026-05-25ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()Justin Iurman
2026-05-25ipv6: exthdrs: refresh nh after handling HAO optionZhengchuan Liang
2026-05-25netfilter: nf_conntrack_ftp: avoid u16 overflowsGiuseppe Caruso
2026-05-25Merge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-24netfilter: nft_set_pipapo_avx2: restore performance optimizationFlorian Westphal
2026-05-24netfilter: nf_conntrack_proto_tcp: fix typos in commentsAvinash Duduskar
2026-05-24netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB readMuhammad Bilal
2026-05-24netfilter: nfnl_cthelper: apply per-class values when updating policiesDavid Carlier
2026-05-24netfilter: nft_set_rbtree: remove dead conditionalFlorian Westphal
2026-05-24netfilter: ctnetlink: use nf_ct_exp_net() in expectation dumpPratham Gupta
2026-05-24netfilter: nf_conncount: use per-rule hash initvalFlorian Westphal
2026-05-24netfilter: allow nfnetlink built-in onlyPablo Neira Ayuso
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal
2026-05-24netfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal
2026-05-22ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet