summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
2026-05-22net/smc: Do not re-initialize smc hashtablesAlexandra Winter
2026-05-14net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei
2026-05-12net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia
2026-05-07net/smc: fix missing sk_err when TCP handshake failsD. Wythe
2026-03-16net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet
2026-01-30Revert "net/smc: Introduce TCP ULP support"D. Wythe
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-24smc: rename smc_find_ism_store_rc to reflect broader usageDust Li
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi
2025-08-19net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-14smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima
2025-07-09net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang
2024-12-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe
2024-06-17net/smc: expose smc proto operationsD. Wythe
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-04-30net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu
2024-04-30net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov