aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
2023-12-08net/smc: avoid data corruption caused by declineD. Wythe
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2022-09-08net/smc: Remove redundant refcount increaseYacan Liu
2022-06-09net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2022-03-08net/smc: fix connection leakD. Wythe
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu
2021-12-01net/smc: Fix loop in smc_listenGuo DaXing
2021-11-18net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-11-18net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul
2020-10-09net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul
2020-10-09net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul
2020-10-09net/smc: consolidate unlocking in same functionKarsten Graul
2020-10-03net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun
2020-09-28net/smc: build and send V2 CLC proposalUrsula Braun
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun
2020-09-28net/smc: separate find device functionsUrsula Braun
2020-09-28net/smc: CLC header fields renamingUrsula Braun
2020-09-17net/smc: fix double kfree in smc_listen_work()Ursula Braun
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul
2020-09-10net/smc: reduce smc_listen_decline() callsUrsula Braun
2020-09-10net/smc: improve server ISM device determinationUrsula Braun
2020-09-10net/smc: common routine for CLC accept and confirmUrsula Braun
2020-09-10net/smc: dynamic allocation of CLC proposal bufferUrsula Braun
2020-09-10net/smc: introduce better field namesUrsula Braun
2020-09-10net/smc: reduce active tcp_listen workersUrsula Braun
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-19net/smc: fix restoring of fallback changesKarsten Graul
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul
2020-07-19net/smc: fix link lookup for new rdma connectionsKarsten Graul
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul