summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-04bridge: mcast: Synchronously shutdown port multicast timersIdo Schimmel
2026-06-04inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04net: ethtool: make sure __ethtool_get_link_ksettings() is ops-lockedJakub Kicinski
2026-06-04net: sched: don't recurse on the netdev ops lock in qdiscsJakub Kicinski
2026-06-04net: bridge: don't recurse on the port's netdev ops lockJakub Kicinski
2026-06-04net: ethtool: add netif_get_link_ksettings() for correct ops-locked useJakub Kicinski
2026-06-04net: document NETDEV_CHANGENAME as ops lockedJakub Kicinski
2026-06-04net: ethtool: cmis_cdb: hold instance lock for ops locked devicesJakub Kicinski
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim
2026-06-04sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long
2026-06-04net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattrYizhou Zhao
2026-06-04ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit()Eric Dumazet
2026-06-04ipv6: mcast: Fix use-after-free when processing MLD queriesIdo Schimmel
2026-06-04sctp: validate cached peer INIT chunk length in COOKIE_ECHO processingXin Long
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta
2026-06-04vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson
2026-06-04wifi: mac80211: fix monitor mode frame capture for real chanctx drivers傅继晗
2026-06-04wifi: mac80211: Free keys associated with NAN DeviceIlan Peer
2026-06-04xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATEAntony Antony
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony
2026-06-04xfrm: make xfrm_dev_state_add xuo parameter constAntony Antony
2026-06-04xfrm: extract address family and selector validation helpersAntony Antony
2026-06-04xfrm: refactor XFRMA_MTIMER_THRESH validation into a helperAntony Antony
2026-06-04xfrm: move encap and xuo into struct xfrm_migrateAntony Antony
2026-06-04xfrm: add error messages to state migrationAntony Antony
2026-06-04xfrm: add state synchronization after migrationAntony Antony
2026-06-04xfrm: check family before comparing addresses in migrateAntony Antony
2026-06-04xfrm: split xfrm_state_migrate into create and install functionsAntony Antony
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony
2026-06-04xfrm: fix NAT-related field inheritance in SA migrationAntony Antony
2026-06-04xfrm: allow migration from UDP encapsulated to non-encapsulated ESPAntony Antony
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony
2026-06-04xfrm: remove redundant assignmentsAntony Antony
2026-06-04xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()Sanghyun Park
2026-06-03ipv6: exthdrs: recompute network header pointer onceJustin Iurman
2026-06-03Merge tag 'for-net-2026-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-06-03Merge tag 'wireless-2026-06-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet
2026-06-03mptcp: add-addr: always drop other suboptionsMatthieu Baerts (NGI0)
2026-06-03mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni
2026-06-03mptcp: check desc->count in read_sockGang Yan
2026-06-03mptcp: sockopt: set sockopt on all subflowsMatthieu Baerts (NGI0)
2026-06-03mptcp: sockopt: check timestamping ret valueMatthieu Baerts (NGI0)
2026-06-03mptcp: pm: fix extra_subflows underflow on userspace PM subflow creationTao Cui
2026-06-03mptcp: allow subflow rcv wnd to shrinkPaolo Abeni
2026-06-03mptcp: close TOCTOU race while computing rcv_wndPaolo Abeni
2026-06-03mptcp: fix retransmission loop when csum is enabledPaolo Abeni
2026-06-03mptcp: fix missing wakeups in edge scenariosPaolo Abeni