summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-07-21bridge: mcast: Remove unnecessary argument from br_multicast_alloc_query()Ido Schimmel
2026-07-21bridge: mcast: Fix a false positive lockdep splatIdo Schimmel
2026-07-21net: ipip: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi
2026-07-21vsock/virtio: collapse receive queue under memory pressureStefano Garzarella
2026-07-21rxrpc: fix io_thread race in rxrpc_wake_up_io_thread()Xuanqiang Luo
2026-07-21ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()Xuanqiang Luo
2026-07-21ipv4: use rcu_assign_pointer() in rt_flush_dev()Xuanqiang Luo
2026-07-21net: skbuff: optimization of net_zcopy_get() call in pskb_carve helpersYun Lu
2026-07-21rds: drop incoming messages that cross network namespace boundariesAldo Ariel Panzardo
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov
2026-07-21openvswitch: fix GSO userspace truncation underflowKyle Zeng
2026-07-21net/iucv: fix use-after-free of a severed iucv_pathBryam Vargas
2026-07-20net/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim
2026-07-20bpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann
2026-07-20net/packet: avoid fanout hook re-registration after unregisterDavid Lee
2026-07-20Bluetooth: RFCOMM: Fix session UAF in set_termiosChengfeng Ye
2026-07-20Bluetooth: hci_sync: Protect UUID list traversalChengfeng Ye
2026-07-20xfrm: drop ESP-in-TCP packets with no ingress deviceZhiling Zou
2026-07-20xfrm: espintcp: fix UAF during closeSabrina Dubroca
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-17mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=nWeiming Shi