aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
2022-06-14net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
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-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul
2022-04-15net/smc: correct settings of RMB window update limitDust Li
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu
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: Ensure the active closing peer first closes clcsockTony Lu
2021-11-17net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-11-17net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-09-30net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang
2020-11-24net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul
2020-10-29net/smc: fix valid DMBE buffer sizesKarsten Graul
2020-09-03net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye
2020-03-18net/smc: cancel event worker during device removalKarsten Graul
2020-03-18net/smc: check for valid ib_client_dataKarsten Graul
2020-03-05net/smc: no peer ID in CLC decline for SMCDUrsula Braun
2020-03-05net/smc: transfer fasync_list in case of fallbackUrsula Braun
2020-02-24net/smc: fix leak of kernel memory to user spaceEric Dumazet
2020-01-04net/smc: add fallback check to connect()Ursula Braun
2019-12-31net/smc: increase device refcount for added link groupUrsula Braun
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun
2019-11-12net/smc: fix refcount non-blocking connect() -part 2Ursula Braun
2019-11-06net/smc: fix ethernet interface refcountingUrsula Braun
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul
2019-10-10net/smc: receive returns without dataKarsten Graul
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron
2019-08-05net/smc: avoid fallback in case of non-blocking connectUrsula Braun
2019-08-05net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27net/smc: common release code for non-accepted socketsUrsula Braun
2019-06-26net/smc: Fix error path in smc_initYueHaibing
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds