summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
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
2024-02-07net/smc: change the term virtual ISM to Emulated-ISMWen Gu
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-16net/smc: return the right falback reason when prefix checks failDust Li
2023-10-13net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang
2023-08-19net/smc: support smc release version negotiation in clc handshakeGuangguan Wang
2023-08-09net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-06-24smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl
2023-03-08net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-20net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2023-01-27net: add missing includes of linux/splice.hJakub Kicinski
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-09-27net/smc: Support SO_REUSEPORTTony Lu
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang
2022-05-25net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan
2022-05-24Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan