aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/smc/af_smc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima1-0/+5
2025-02-21net: better track kernel sockets lifetimeEric Dumazet1-4/+1
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang1-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+16
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang1-0/+2
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang1-1/+2
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang1-1/+5
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang1-1/+4
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu1-0/+2
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu1-3/+1
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet1-1/+3
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao1-4/+0
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao1-4/+0
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe1-3/+4
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe1-2/+14
2024-06-17net/smc: expose smc proto operationsD. Wythe1-30/+30
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe1-38/+48
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-3/+3
2024-04-30net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu1-0/+16
2024-04-30net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu1-1/+11
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao1-4/+2
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov1-0/+1
2024-02-07net/smc: change the term virtual ISM to Emulated-ISMWen Gu1-11/+11
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-13/+53
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu1-35/+17
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu1-2/+2
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang1-1/+1
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe1-2/+6
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe1-2/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-10-16net/smc: return the right falback reason when prefix checks failDust Li1-1/+1
2023-10-13net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang1-1/+2
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang1-17/+27
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang1-0/+1
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang1-0/+18
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang1-1/+1
2023-08-19net/smc: support smc release version negotiation in clc handshakeGuangguan Wang1-4/+17
2023-08-09net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer1-22/+51
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer1-2/+2
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-06-24smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells1-29/+0
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu1-2/+7
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima1-0/+11