summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
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
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23net/smc: fix listen processing for SMC-Rv2liuyacan
2022-05-23net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2022-04-11net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li
2022-03-01net/smc: add sysctl interface for SMCDust Li
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu
2022-02-25net/smc: fix connection leakD. Wythe
2022-02-19net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-16net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe