summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-04-23net: rds: fix MR cleanup on copy errorAo Zhou
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu
2026-04-23ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann
2026-04-23tipc: fix double-free in tipc_buf_append()Lee Jones
2026-04-23llc: Return -EINPROGRESS from llc_ui_connect()Ernestas Kulik
2026-04-23ipv4: icmp: validate reply type before using icmp_pointersRuide Cao
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen
2026-04-23net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li
2026-04-23hv_sock: Return -EIO for malformed/short packetsDexuan Cui