summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
41 hoursMerge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-161/+290
42 hoursMerge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-16/+14
42 hoursMerge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-24/+53
46 hoursMerge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds88-29212/+0
3 daysMerge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds80-527/+1505
3 daysrxrpc: Fix error handling in rxgk_extract_token()David Howells1-0/+1
3 daysrxrpc: Fix re-decryption of RESPONSE packetsDavid Howells1-12/+2
3 daysrxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells1-1/+2
3 daysrxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento1-0/+4
3 daysrxgk: Fix potential integer overflow in length checkDavid Howells2-1/+2
3 daysrxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells1-1/+28
3 daysrxrpc: Fix potential UAF after skb_unshare() failureDavid Howells4-33/+20
3 daysrxrpc: Fix rxkad crypto unalignment handlingDavid Howells1-2/+7
3 daysrxrpc: Fix memory leaks in rxkad_verify_response()David Howells1-61/+42
3 daysnet: remove unused ATM protocols and legacy ATM device driversJakub Kicinski17-6173/+0
3 daysnet: rds: fix MR cleanup on copy errorAo Zhou1-4/+0
3 daystcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
3 daysipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann1-0/+6
3 daystipc: fix double-free in tipc_buf_append()Lee Jones1-1/+13
3 daysllc: Return -EINPROGRESS from llc_ui_connect()Ernestas Kulik1-1/+3
3 daysipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
3 daystcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen1-3/+7
3 daysnet/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li1-2/+2
3 dayshv_sock: Return -EIO for malformed/short packetsDexuan Cui1-9/+18
3 daysnet: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski44-15758/+0
3 daysnet: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski8-1522/+0
3 dayscaif: remove CAIF NETWORK LAYERJakub Kicinski21-5759/+0
3 daysmptcp: sync the msk->sndbuf at accept() timeGang Yan1-1/+1
3 daysvsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella1-3/+8
3 days8021q: delete cleared egress QoS mappingsLongxuan Yu2-10/+14
3 days8021q: use RCU for egress QoS mappingsLongxuan Yu3-23/+30
3 daysMerge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni12-89/+136
3 daysnet/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
3 daysnet/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
3 daysnet/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
3 daysnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
3 daysnet_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
3 daysnet/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito1-0/+14
3 daysseg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer1-1/+2
3 dayssctp: fix sockets_allocated imbalance after sk_clone()Xin Long1-1/+2
3 daysnet/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen1-8/+13
5 dayslibceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer2-1/+3
5 dayscrush: cleanup in crush_do_rule() methodViacheslav Dubeyko1-4/+3
5 dayslibceph: update outdated comment in ceph_sock_write_space()kexinsun1-2/+2
5 dayslibceph: Remove obsolete session key alignment logicEric Biggers1-8/+5
5 dayslibceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer1-1/+1
5 daysnet/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
5 daysnet: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev2-1/+7
5 daysnet: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev2-34/+64
5 daysnet: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev3-37/+92