summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
2019-08-09net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun
2019-07-10net/smc: move unhash before release of clcsockUrsula Braun
2019-01-22smc: move unhash as early as possible in smc_release()Cong Wang
2019-01-09net/smc: fix TCP fallback socket releaseMyungho Jung
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-09-18net/smc: no urgent data check for listen socketsKarsten Graul
2018-09-18net/smc: remove duplicate mutex_unlockUrsula Braun
2018-09-18net/smc: fix non-blocking connect problemUrsula Braun
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08net/smc: move sock lock in smc_ioctl()Ursula Braun
2018-08-08net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun
2018-08-08net/smc: no shutdown in state SMC_LISTENUrsula Braun
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-25net/smc: provide fallback reason codeKarsten Graul
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun
2018-07-25net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-18net/smc: add error handling for get_user()Ursula Braun
2018-07-16net/smc: take sock lock in smc_ioctl()Ursula Braun
2018-07-07net/smc: reduce sock_put() for fallback socketsUrsula Braun
2018-07-03net/smc: fix up merge error with poll changesLinus Torvalds
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-30net/smc: add SMC-D support in af_smcHans Wippel
2018-06-30net/smc: add SMC-D support in CLC messagesHans Wippel
2018-06-30net/smc: add base infrastructure for SMC-D and ISMHans Wippel
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28net/smc: rebuild nonblocking connectUrsula Braun
2018-06-12smc: convert to ->poll_maskCong Wang
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun
2018-05-23net/smc: urgent data supportStefan Raspl
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel
2018-05-18net/smc: move link group list to smc_coreHans Wippel
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul
2018-05-16net/smc: register new rmbs with the peerKarsten Graul
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun
2018-05-04smc: add support for splice()Stefan Raspl
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-03smc: fix sendpage() callStefan Raspl
2018-05-03net/smc: handle unregistered buffersKarsten Graul
2018-05-03net/smc: call consolidationKarsten Graul