summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
2018-10-20net/smc: fix sizeof to int comparisonYueHaibing
2018-10-20net/smc: fix non-blocking connect problemUrsula Braun
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-08-04net/smc: no cursor update send in state SMC_INITUrsula Braun
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-18net/smc: reset recv timeout after clc handshakeKarsten Graul
2018-07-18net/smc: add error handling for get_user()Ursula Braun
2018-07-18net/smc: optimize consumer cursor updatesUrsula 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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
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: longer delay when freeing client link groupsUrsula Braun
2018-05-23net/smc: urgent data supportStefan Raspl
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel
2018-05-18net/smc: restructure CDC message receptionHans Wippel
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans 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: check for pending terminationKarsten Graul
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul
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: use a workqueue to defer llc sendKarsten Graul
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul
2018-05-16net/smc: simplify test_link function usageKarsten Graul
2018-05-16net/smc: remove unnecessary castKarsten 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-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers
2018-05-04smc: add support for splice()Stefan Raspl
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl
2018-05-04smc: simplify abort logicStefan Raspl