summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Merge 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-08net/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-08Merge 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-17net/smc: return the right falback reason when prefix checks failDust Li1-1/+1
2023-10-14net/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-25smc: 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
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl1-0/+1
2023-03-08net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-02-20net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe1-0/+2
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-3/+0
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe1-2/+17
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe1-4/+4
2023-01-27net: add missing includes of linux/splice.hJakub Kicinski1-0/+1
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-0/+1
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl1-2/+6
2022-11-03net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-09-27net/smc: Support SO_REUSEPORTTony Lu1-0/+1
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu1-3/+2
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu1-1/+0
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl1-0/+1
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-8/+58
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang1-2/+0
2022-05-26net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan1-0/+1
2022-05-24Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan1-27/+17
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+28
2022-05-23net/smc: fix listen processing for SMC-Rv2liuyacan1-17/+27
2022-05-23net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang1-4/+46
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu1-23/+57