summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-46/+132
7 daysnet/smc: release the internal TCP sock on IPPROTO_SMC socket creation failureYifei Chu1-0/+16
9 daysnet/smc: fix use-after-free in smc_rx_pipe_buf_release()Hidayath Khan1-6/+5
9 daysnet/smc: stop killed, freed and out_of_sync sharing a byteHidayath Khan1-3/+3
9 daysnet/smc: fix socket refcount leak in smc_switch_conns()Hidayath Khan1-7/+7
11 daysnet/smc: carry oversized SMC-Rv2 LLC messages in the queue entryYehyeong Lee2-40/+91
11 daysnet/smc: bound the peer rkey counts in SMC-Rv2 LLC messagesYehyeong Lee1-0/+16
11 daysnet/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()Yehyeong Lee1-4/+5
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+14
13 daysnet/smc: free pending qentry in smc_llc_flow_stop() before memsetMahanta Jambigi1-0/+1
13 daysnet/smc: free stashed qentry before overwrite in REQ_ADD_LINK to ADD_LINK tra...Mahanta Jambigi1-0/+2
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+15
2026-08-18net/smc: hash socket only after full initialisation in smc_sk_init()Mahanta Jambigi1-1/+1
2026-08-14net/smc: do not dereference an unset send buffer on the SMC-D teardown pathBryam Vargas2-2/+7
2026-08-14net/smc: unregister the connection before draining the rx taskletBryam Vargas1-6/+7
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados1-7/+19
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond1-1/+2
2026-08-04net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li1-9/+10
2026-08-01net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_e...Mahanta Jambigi1-1/+2
2026-07-28net/smc: fix socket use-after-free during link group terminationXuanqiang Luo1-1/+1
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky1-5/+10
2026-07-26net/smc: Look up the pnetid ib device within the net namespaceJiri Pirko1-6/+14
2026-07-06net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socketXiang Mei1-5/+10
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-05-23net/smc: Do not re-initialize smc hashtablesAlexandra Winter1-2/+2
2026-05-21smc: Use flexible array for SMCD connectionsRosen Penev1-8/+2
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+11
2026-05-14net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei1-1/+2
2026-05-13net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei1-1/+1
2026-05-13net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia1-9/+8
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+2
2026-05-07net/smc: fix missing sk_err when TCP handshake failsD. Wythe1-6/+2
2026-05-01net/smc: cap allocation order for SMC-R physically contiguous buffersD. Wythe1-0/+4
2026-04-23net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li1-2/+2
2026-03-21net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe bu...Qi Tang1-1/+8
2026-03-17net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen3-7/+23
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+4
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-10/+5
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-54/+47
2026-02-20tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet1-2/+4
2026-01-31Revert "net/smc: Introduce TCP ULP support"D. Wythe1-87/+4
2025-12-04net: smc: SMC_HS_CTRL_BPF should depend on BPF_JITGeert Uytterhoeven1-2/+2
2025-11-29net: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-11-11net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe6-0/+282
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-3/+3
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-2/+2