aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao2-0/+5
2026-07-21net: qrtr: ns: Raise node count limit to 512Youssef Samir1-2/+2
2026-07-21tipc: fix infinite loop in __tipc_nl_compat_dumpitHelen Koike1-0/+4
2026-07-21nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
2026-07-21tls: device: push pending open record on splice EOFRishikesh Jethwani1-2/+4
2026-07-21wifi: mac80211: parse enhanced critical updates fieldJohannes Berg1-2/+36
2026-07-21wifi: mac80211: refactor multi-link assoc response parsingJohannes Berg1-20/+33
2026-07-21wifi: cfg80211: include cf1 offset when sending chandefLachlan Hodges1-0/+4
2026-07-21wifi: mac80211: notify driver before destroying assoc linkPagadala Yesu Anjaneyulu1-35/+40
2026-07-21wifi: mac80211: fix monitor min_def bandwidthJohannes Berg1-2/+4
2026-07-21sctp: close UDP tunnel sockets during netns teardownZhiling Zou1-0/+1
2026-07-21sctp: avoid auth_enable sysctl UAF during netns teardownZhiling Zou2-10/+19
2026-07-21sctp: validate stream count in sctp_process_strreset_inreq()Cen Zhang (Microsoft)1-1/+5
2026-07-21net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()Hidayath Khan1-1/+2
2026-07-21sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkidHanQuan1-1/+1
2026-07-21net: ipv4: clear dev->ip_ptr before destroying inetdevYuyang Huang1-2/+2
2026-07-21wifi: mac80211: use ifa_dev from event argumentYuyang Huang1-3/+1
2026-07-21rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabledIlia Gavrilov3-3/+13
2026-07-21tipc: serialize udp bearer replicast list updatesWeiming Shi1-29/+27
2026-07-21mptcp: only set DATA_FIN when a mapping is presentMichael Bommarito1-6/+6
2026-07-21wifi: mac80211: ibss: read deauth reason_code after frame length checkShahar Tzarfati1-1/+3
2026-07-21wifi: cfg80211: clarify and tighten key checksJohannes Berg4-38/+86
2026-07-21wifi: cfg80211: improve multi-BSSID profile continuation parserJohannes Berg1-26/+23
2026-07-21wifi: use UHR operation field presence bitsJohannes Berg3-6/+3
2026-07-21wifi: mac80211: always send regulatory connectivity elementJohannes Berg3-12/+29
2026-07-21wifi: mac80211: don't encrypt pre-auth (ETH_P_PREAUTH) framesDeepanshu Kartikey1-0/+3
2026-07-21net: Call net_enable_timestamp() before failure in sk_clone().Kuniyuki Iwashima1-3/+3
2026-07-21soreuseport: Clear sk_reuseport_cb before failure in sk_clone().Kuniyuki Iwashima1-2/+2
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis1-1/+1
2026-07-21net: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
2026-07-21wifi: cfg80211: guard optional PMSR nominal timeZhao Li1-2/+3
2026-07-21wifi: mac80211: recalculate TIM when a station enters power saveAndrew Pope1-0/+2
2026-07-21wifi: mac80211: copy aggregation informationBenjamin Berg1-0/+3
2026-07-21wifi: mac80211: tear down new links on vif update error pathXiang Mei1-0/+4
2026-07-21bridge: mcast: Remove unnecessary argument from br_multicast_alloc_query()Ido Schimmel1-12/+6
2026-07-21bridge: mcast: Fix a false positive lockdep splatIdo Schimmel2-8/+83
2026-07-21net: ipip: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi1-2/+3
2026-07-21vsock/virtio: collapse receive queue under memory pressureStefano Garzarella1-1/+164
2026-07-21rxrpc: fix io_thread race in rxrpc_wake_up_io_thread()Xuanqiang Luo1-2/+4
2026-07-21ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()Xuanqiang Luo1-13/+18
2026-07-21ipv4: use rcu_assign_pointer() in rt_flush_dev()Xuanqiang Luo1-1/+1
2026-07-21net: skbuff: optimization of net_zcopy_get() call in pskb_carve helpersYun Lu1-3/+3
2026-07-21rds: drop incoming messages that cross network namespace boundariesAldo Ariel Panzardo1-0/+15
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov2-4/+8
2026-07-21openvswitch: fix GSO userspace truncation underflowKyle Zeng4-25/+23
2026-07-21net/iucv: fix use-after-free of a severed iucv_pathBryam Vargas1-0/+14
2026-07-20net/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim14-16/+14
2026-07-20bpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann2-10/+13
2026-07-20net/packet: avoid fanout hook re-registration after unregisterDavid Lee1-1/+5
2026-07-20Bluetooth: RFCOMM: Fix session UAF in set_termiosChengfeng Ye2-4/+20