summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2025-01-09net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-08-19net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-08-19net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2024-02-23net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe4-4/+9
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2022-09-15net/smc: Remove redundant refcount increaseYacan Liu1-1/+0
2022-06-14net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-04-15net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-17net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-11-17net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-09-30net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2020-11-24net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-10-29net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-09-03net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-03-18net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-03-18net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-03-05net/smc: no peer ID in CLC decline for SMCDUrsula Braun1-1/+3
2020-03-05net/smc: transfer fasync_list in case of fallbackUrsula Braun1-0/+2
2020-02-24net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-01-04net/smc: add fallback check to connect()Ursula Braun1-6/+8
2019-12-31net/smc: increase device refcount for added link groupUrsula Braun1-2/+7
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1
2019-11-12net/smc: fix refcount non-blocking connect() -part 2Ursula Braun1-0/+1
2019-11-06net/smc: fix ethernet interface refcountingUrsula Braun1-2/+0
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun1-2/+2
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo2-2/+2
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2019-10-10net/smc: receive returns without dataKarsten Graul1-3/+1
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun1-1/+4
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron1-4/+2
2019-08-05net/smc: avoid fallback in case of non-blocking connectUrsula Braun1-3/+4
2019-08-05net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun1-2/+6
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+7