summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-04ipv6: use READ_ONCE() for bindv6only default in inet6_create()Runyu Xiao1-1/+1
2026-06-04inet: frags: remove redundant assignment in inet_frag_reasm_prepare()yuan.gao1-2/+0
2026-06-04rtnetlink: use dev_isalive() in rtnl_getlink()Eric Dumazet3-6/+12
2026-06-04bridge: mcast: Synchronously shutdown port multicast timersIdo Schimmel1-2/+4
2026-06-04inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim2-3/+3
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski52-322/+572
2026-06-04net: ethtool: make sure __ethtool_get_link_ksettings() is ops-lockedJakub Kicinski1-3/+7
2026-06-04net: sched: don't recurse on the netdev ops lock in qdiscsJakub Kicinski2-2/+2
2026-06-04net: bridge: don't recurse on the port's netdev ops lockJakub Kicinski1-2/+5
2026-06-04net: ethtool: add netif_get_link_ksettings() for correct ops-locked useJakub Kicinski3-7/+18
2026-06-04net: document NETDEV_CHANGENAME as ops lockedJakub Kicinski1-0/+1
2026-06-04net: ethtool: cmis_cdb: hold instance lock for ops locked devicesJakub Kicinski3-6/+7
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski8-21/+21
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-06-04sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long1-5/+1
2026-06-04net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattrYizhou Zhao1-0/+9
2026-06-04ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit()Eric Dumazet1-0/+5
2026-06-04ipv6: mcast: Fix use-after-free when processing MLD queriesIdo Schimmel1-4/+4
2026-06-04sctp: validate cached peer INIT chunk length in COOKIE_ECHO processingXin Long1-0/+5
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-36/+41
2026-06-04vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson1-1/+3
2026-06-04wifi: mac80211: fix monitor mode frame capture for real chanctx drivers傅继晗1-2/+12
2026-06-04wifi: mac80211: Free keys associated with NAN DeviceIlan Peer1-0/+6
2026-06-04xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATEAntony Antony1-0/+24
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony4-15/+369
2026-06-04xfrm: make xfrm_dev_state_add xuo parameter constAntony Antony1-1/+1
2026-06-04xfrm: extract address family and selector validation helpersAntony Antony1-36/+44
2026-06-04xfrm: refactor XFRMA_MTIMER_THRESH validation into a helperAntony Antony1-11/+18
2026-06-04xfrm: move encap and xuo into struct xfrm_migrateAntony Antony2-14/+10
2026-06-04xfrm: add error messages to state migrationAntony Antony1-2/+7
2026-06-04xfrm: add state synchronization after migrationAntony Antony1-7/+4
2026-06-04xfrm: check family before comparing addresses in migrateAntony Antony1-3/+4
2026-06-04xfrm: split xfrm_state_migrate into create and install functionsAntony Antony1-20/+53
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony4-12/+12
2026-06-04xfrm: fix NAT-related field inheritance in SA migrationAntony Antony1-1/+2
2026-06-04xfrm: allow migration from UDP encapsulated to non-encapsulated ESPAntony Antony1-8/+2
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony4-6/+6
2026-06-04xfrm: remove redundant assignmentsAntony Antony1-2/+0
2026-06-04xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()Sanghyun Park1-11/+2
2026-06-03ipv6: exthdrs: recompute network header pointer onceJustin Iurman1-6/+3
2026-06-03Merge tag 'for-net-2026-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9-75/+232
2026-06-03Merge tag 'wireless-2026-06-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-2/+20
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet2-18/+20
2026-06-03mptcp: add-addr: always drop other suboptionsMatthieu Baerts (NGI0)3-38/+14
2026-06-03mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni1-1/+5
2026-06-03mptcp: check desc->count in read_sockGang Yan1-0/+2
2026-06-03mptcp: sockopt: set sockopt on all subflowsMatthieu Baerts (NGI0)1-3/+4
2026-06-03mptcp: sockopt: check timestamping ret valueMatthieu Baerts (NGI0)1-2/+6
2026-06-03mptcp: pm: fix extra_subflows underflow on userspace PM subflow creationTao Cui1-6/+8
2026-06-03mptcp: allow subflow rcv wnd to shrinkPaolo Abeni1-0/+7