summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-22net: hsr: fix memory leak on slave unregistration by removing synced VLANsEric Dumazet
2026-07-22net: bridge: vlan: fix vlan range dumps starting with pvidNikolay Aleksandrov
2026-07-22Merge tag 'for-net-2026-07-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-07-22Merge tag 'wireless-2026-07-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-07-22seg6: add FIB table attribute for post-encap SID route lookupAndrea Mayer
2026-07-22wifi: cfg80211: reg: add a newline in DFS debug messageJiajia Liu
2026-07-22wifi: cfg80211: tests: check BSS lookup failure reasonsLouis Kotze
2026-07-22wifi: cfg80211: say why the auth/assoc BSS lookup failedLouis Kotze
2026-07-22wifi: mac80211: implement STA-mode peer probingPriyansha Tiwari
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22udp: Set length in UDP header to 0 for big GSO packetsAlice Mikityanska
2026-07-22udp: Validate UDP length in udp_gro_receiveAlice Mikityanska
2026-07-22udp: Support gro_ipv4_max_size > 65536Alice Mikityanska
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska
2026-07-22net: Enable BIG TCP with partial GSOAlice Mikityanska
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao
2026-07-21net: qrtr: ns: Raise node count limit to 512Youssef Samir
2026-07-21tipc: fix infinite loop in __tipc_nl_compat_dumpitHelen Koike
2026-07-21nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
2026-07-21tls: device: push pending open record on splice EOFRishikesh Jethwani
2026-07-21wifi: mac80211: parse enhanced critical updates fieldJohannes Berg
2026-07-21wifi: mac80211: refactor multi-link assoc response parsingJohannes Berg
2026-07-21wifi: cfg80211: include cf1 offset when sending chandefLachlan Hodges
2026-07-21wifi: mac80211: notify driver before destroying assoc linkPagadala Yesu Anjaneyulu
2026-07-21wifi: mac80211: fix monitor min_def bandwidthJohannes Berg
2026-07-21sctp: close UDP tunnel sockets during netns teardownZhiling Zou
2026-07-21sctp: avoid auth_enable sysctl UAF during netns teardownZhiling Zou
2026-07-21sctp: validate stream count in sctp_process_strreset_inreq()Cen Zhang (Microsoft)
2026-07-21net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()Hidayath Khan
2026-07-21sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkidHanQuan
2026-07-21net: ipv4: clear dev->ip_ptr before destroying inetdevYuyang Huang
2026-07-21wifi: mac80211: use ifa_dev from event argumentYuyang Huang
2026-07-21rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabledIlia Gavrilov
2026-07-21tipc: serialize udp bearer replicast list updatesWeiming Shi
2026-07-21mptcp: only set DATA_FIN when a mapping is presentMichael Bommarito
2026-07-21wifi: mac80211: ibss: read deauth reason_code after frame length checkShahar Tzarfati
2026-07-21wifi: cfg80211: clarify and tighten key checksJohannes Berg
2026-07-21wifi: cfg80211: improve multi-BSSID profile continuation parserJohannes Berg
2026-07-21wifi: use UHR operation field presence bitsJohannes Berg
2026-07-21wifi: mac80211: always send regulatory connectivity elementJohannes Berg
2026-07-21wifi: mac80211: don't encrypt pre-auth (ETH_P_PREAUTH) framesDeepanshu Kartikey
2026-07-21net: Call net_enable_timestamp() before failure in sk_clone().Kuniyuki Iwashima
2026-07-21soreuseport: Clear sk_reuseport_cb before failure in sk_clone().Kuniyuki Iwashima
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis
2026-07-21net: gro: fix double aggregation of flush-marked skbsShiming Cheng
2026-07-21wifi: cfg80211: guard optional PMSR nominal timeZhao Li
2026-07-21wifi: mac80211: recalculate TIM when a station enters power saveAndrew Pope
2026-07-21wifi: mac80211: copy aggregation informationBenjamin Berg
2026-07-21wifi: mac80211: tear down new links on vif update error pathXiang Mei