summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-04-27netpoll: fix IPv6 local-address corruptionBreno Leitao-1/+18
2026-04-27tcp: make probe0 timer handle expired user timeoutAltan Hacigumus-2/+3
2026-04-27neigh: let neigh_xmit take skb ownershipFlorian Westphal-5/+5
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima-50/+74
2026-04-27net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bindMorduan Zang-2/+8
2026-04-27net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi-5/+8
2026-04-27ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman-3/+6
2026-04-27net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet-9/+10
2026-04-27net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet-10/+16
2026-04-27net/sched: netem: check for negative latency and jitterStephen Hemminger-0/+22
2026-04-27net/sched: netem: fix slot delay calculation overflowStephen Hemminger-3/+2
2026-04-27net/sched: netem: validate slot configurationStephen Hemminger-0/+29
2026-04-27net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger-4/+6
2026-04-27net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger-1/+1
2026-04-27net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger-4/+4
2026-04-27wifi: mac80211: drop stray 'static' from fast-RX rx_resultCatherine-1/+1
2026-04-27wifi: mac80211: check ieee80211_rx_data_set_link return in pubsta MLO pathMichael Bommarito-1/+3
2026-04-27wifi: nl80211: require admin perm on SET_PMK / DEL_PMKMichael Bommarito-0/+2
2026-04-27wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ...Rio Liu-0/+9
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-161/+290
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-16/+14
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds-24/+53
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung-0/+1
2026-04-24netfilter: nf_conntrack_sip: don't use simple_strtoulFlorian Westphal-34/+119
2026-04-24netfilter: reject zero shift in nft_bitwiseKai Ma-1/+2
2026-04-24netfilter: xt_policy: fix strict mode inbound policy matchingJiexun Wang-1/+1
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-29212/+0
2026-04-23bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()Weiming Shi-0/+2
2026-04-23sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().Kuniyuki Iwashima-14/+25
2026-04-23bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi-6/+7
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-527/+1505
2026-04-23rxrpc: Fix error handling in rxgk_extract_token()David Howells-0/+1
2026-04-23rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells-12/+2
2026-04-23rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells-1/+2
2026-04-23rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento-0/+4
2026-04-23rxgk: Fix potential integer overflow in length checkDavid Howells-1/+2
2026-04-23rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells-1/+28
2026-04-23rxrpc: Fix potential UAF after skb_unshare() failureDavid Howells-33/+20
2026-04-23rxrpc: Fix rxkad crypto unalignment handlingDavid Howells-2/+7
2026-04-23rxrpc: Fix memory leaks in rxkad_verify_response()David Howells-61/+42
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski-6173/+0
2026-04-23net: rds: fix MR cleanup on copy errorAo Zhou-4/+0
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu-0/+3
2026-04-23ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann-0/+6
2026-04-23tipc: fix double-free in tipc_buf_append()Lee Jones-1/+13
2026-04-23llc: Return -EINPROGRESS from llc_ui_connect()Ernestas Kulik-1/+3
2026-04-23ipv4: icmp: validate reply type before using icmp_pointersRuide Cao-1/+4
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen-3/+7
2026-04-23net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li-2/+2
2026-04-23hv_sock: Return -EIO for malformed/short packetsDexuan Cui-9/+18