summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-04-28wifi: mac80211: remove ieee80211_sta_cap_chan_bw()Johannes Berg
2026-04-28wifi: mac80211: use chandef in TDLS chanctx handlingJohannes Berg
2026-04-28wifi: mac80211: use chandef in ieee80211_get_sta_bw()Johannes Berg
2026-04-28wifi: mac80211: use max BW for HT channel width updateJohannes Berg
2026-04-28wifi: mac80211: set cur_max_bandwidth to maximumJohannes Berg
2026-04-28wifi: mac80211: remove NAN guards on ieee80211_sta_cur_vht_bw() callsJohannes Berg
2026-04-28wifi: cfg80211: fix grammar in MLO group key error messageLouis Kotze
2026-04-28wifi: cfg80211: reject duplicate wiphy cipher suite entriesYuqi Xu
2026-04-28wifi: Rename EMLSR delay constants and add EMLMR helpers and definitionsPablo Martin-Gomez
2026-04-28xfrm: Don't clobber inner headers when already setCosmin Ratiu
2026-04-27netpoll: fix IPv6 local-address corruptionBreno Leitao
2026-04-27tcp: make probe0 timer handle expired user timeoutAltan Hacigumus
2026-04-27neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima
2026-04-27net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bindMorduan Zang
2026-04-27net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi
2026-04-27ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman
2026-04-27net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet
2026-04-27net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet
2026-04-27net/sched: netem: check for negative latency and jitterStephen Hemminger
2026-04-27net/sched: netem: fix slot delay calculation overflowStephen Hemminger
2026-04-27net/sched: netem: validate slot configurationStephen Hemminger
2026-04-27net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger
2026-04-27net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger
2026-04-27net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger
2026-04-27wifi: mac80211: drop stray 'static' from fast-RX rx_resultCatherine
2026-04-27wifi: mac80211: check ieee80211_rx_data_set_link return in pubsta MLO pathMichael Bommarito
2026-04-27wifi: nl80211: require admin perm on SET_PMK / DEL_PMKMichael Bommarito
2026-04-27wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ...Rio Liu
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung
2026-04-24netfilter: nf_conntrack_sip: don't use simple_strtoulFlorian Westphal
2026-04-24netfilter: reject zero shift in nft_bitwiseKai Ma
2026-04-24netfilter: xt_policy: fix strict mode inbound policy matchingJiexun Wang
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()Weiming Shi
2026-04-23sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().Kuniyuki Iwashima
2026-04-23bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23rxrpc: Fix error handling in rxgk_extract_token()David Howells
2026-04-23rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells
2026-04-23rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells
2026-04-23rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento
2026-04-23rxgk: Fix potential integer overflow in length checkDavid Howells
2026-04-23rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells
2026-04-23rxrpc: Fix potential UAF after skb_unshare() failureDavid Howells
2026-04-23rxrpc: Fix rxkad crypto unalignment handlingDavid Howells
2026-04-23rxrpc: Fix memory leaks in rxkad_verify_response()David Howells