summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
2018-06-30net/smc: add base infrastructure for SMC-D and ISMHans Wippel
2018-06-30net/smc: optimize consumer cursor updatesUrsula Braun
2018-06-30net/smc: add pnetid supportUrsula Braun
2018-06-30net/smc: determine port attributes independent from pnet tableUrsula Braun
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-18net/smc: Replace ib_query_gid with rdma_get_gid_attrParav Pandit
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
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
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun
2018-05-02net/smc: ipv6 support for smc_diag.cKarsten Graul
2018-05-02net/smc: periodic testlink supportKarsten Graul
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun