summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
Commit message (Expand)AuthorAgeFilesLines
* net: change proto and proto_ops accept typeJens Axboe8 days1-3/+3
* net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu2024-04-301-0/+16
* net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu2024-04-301-1/+11
* net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao2024-03-291-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\
| * net: smc: fix spurious error message from __sock_release()Dmitry Antipov2024-02-141-0/+1
* | net/smc: change the term virtual ISM to Emulated-ISMWen Gu2024-02-071-11/+11
|/
* net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-13/+53
* net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu2023-12-261-35/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-2/+2
|\
| * net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-071-2/+2
* | net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang2023-11-241-1/+1
|/
* net/smc: avoid data corruption caused by declineD. Wythe2023-11-221-2/+6
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+3
|\
| * net/smc: return the right falback reason when prefix checks failDust Li2023-10-161-1/+1
| * net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang2023-10-131-1/+2
* | net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
|/
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-191-17/+27
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-191-0/+1
* net/smc: support smc v2.x features validateGuangguan Wang2023-08-191-0/+18
* net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang2023-08-191-1/+1
* net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-191-4/+17
* net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer2023-08-091-22/+51
* net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-091-2/+2
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells2023-06-241-29/+0
* net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-191-2/+7
* smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima2023-04-121-0/+11
* net/smc: Fix device de-init sequenceStefan Raspl2023-03-151-0/+1
* net/smc: fix fallback failed while sendmsg with fastopenD. Wythe2023-03-081-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-211-0/+2
|\
| * net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-02-201-0/+2
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-3/+0
* | net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe2023-02-041-2/+17
* | net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-041-4/+4
* | net: add missing includes of linux/splice.hJakub Kicinski2023-01-271-0/+1
* | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-0/+1
* | net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-251-2/+6
|/
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
* net/smc: Support SO_REUSEPORTTony Lu2022-09-271-0/+1
* net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-221-3/+2
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-011-1/+0
* net/smc: Enable module load on netlink usageStefan Raspl2022-07-271-0/+1
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-8/+58
* net/smc: remove redundant dma sync opsGuangguan Wang2022-07-181-2/+0
* net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan2022-05-251-0/+1
* Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-18/+28
|\