summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
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
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski
2026-04-23net: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski
2026-04-23mptcp: sync the msk->sndbuf at accept() timeGang Yan
2026-04-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella
2026-04-238021q: delete cleared egress QoS mappingsLongxuan Yu
2026-04-238021q: use RCU for egress QoS mappingsLongxuan Yu
2026-04-23Merge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2026-04-22net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet
2026-04-22net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet
2026-04-22net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet
2026-04-22net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
2026-04-22net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet
2026-04-22net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito
2026-04-22seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer
2026-04-22sctp: fix sockets_allocated imbalance after sk_clone()Xin Long
2026-04-22net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen
2026-04-22libceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer
2026-04-22crush: cleanup in crush_do_rule() methodViacheslav Dubeyko
2026-04-22libceph: update outdated comment in ceph_sock_write_space()kexinsun
2026-04-22libceph: Remove obsolete session key alignment logicEric Biggers
2026-04-22libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer
2026-04-21net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev