summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-05wifi: mac80211: Fix -Wc23-extensions in hwmp_route_info_get()Nathan Chancellor
2026-06-05batman-adv: fix kernel-doc typos and grammar errorsSven Eckelmann
2026-06-05batman-adv: fix batadv_v_ogm_packet_recv error handling kernel-docSven Eckelmann
2026-06-05batman-adv: bla: update stale kernel-docSven Eckelmann
2026-06-05batman-adv: tp_meter: update stale kernel-doc after refactoringSven Eckelmann
2026-06-05batman-adv: correct batadv_wifi_* kernel-docSven Eckelmann
2026-06-05batman-adv: document cleanup of batadv_wifi_net_devices entriesSven Eckelmann
2026-06-05batman-adv: use GFP_KERNEL allocations for the wifi detection cacheSven Eckelmann
2026-06-05batman-adv: drop duplicated wifi_flags assignmentsSven Eckelmann
2026-06-05batman-adv: convert cancellation of work items to disable helperSven Eckelmann
2026-06-05batman-adv: tp_meter: initialize last_recv_time during initSven Eckelmann
2026-06-04Merge tag 'batadv-next-pullrequest-20260603' of https://git.open-mesh.org/batadvJakub Kicinski
2026-06-04net/dns_resolver: use kasprintf + kmemdup_nul to simplify dns_queryThorsten Blum
2026-06-04ipv6: use READ_ONCE() in ipv6_flowlabel_get()Runyu Xiao
2026-06-04ipv6: use READ_ONCE() for bindv6only default in inet6_create()Runyu Xiao
2026-06-04inet: frags: remove redundant assignment in inet_frag_reasm_prepare()yuan.gao
2026-06-04rtnetlink: use dev_isalive() in rtnl_getlink()Eric Dumazet
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