summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-13/+41
2018-07-18net/smc: reset recv timeout after clc handshakeKarsten Graul1-1/+2
2018-07-18net/smc: add error handling for get_user()Ursula Braun1-1/+2
2018-07-18net/smc: optimize consumer cursor updatesUrsula Braun1-2/+10
2018-07-16net/smc: take sock lock in smc_ioctl()Ursula Braun1-4/+15
2018-07-07net/smc: reduce sock_put() for fallback socketsUrsula Braun2-5/+12
2018-07-03net/smc: fix up merge error with poll changesLinus Torvalds1-1/+2
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-33/+71
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+9
2018-06-28net/smc: rebuild nonblocking connectUrsula Braun2-28/+71
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-06-12smc: convert to ->poll_maskCong Wang1-9/+3
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun1-1/+1
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun1-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl8-36/+238
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel1-3/+13
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun1-3/+15
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+40
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel1-241/+318
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel1-14/+12
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel1-8/+6
2018-05-18net/smc: restructure CDC message receptionHans Wippel1-25/+22
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel3-41/+39
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel3-2/+6
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel5-6/+6
2018-05-18net/smc: move link group list to smc_coreHans Wippel4-35/+42
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel9-35/+31
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet3-3/+4
2018-05-16net/smc: check for pending terminationKarsten Graul3-3/+7
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul1-0/+2
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2-1/+5
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul1-0/+2
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul4-43/+104
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul3-6/+12
2018-05-16net/smc: simplify test_link function usageKarsten Graul2-9/+5
2018-05-16net/smc: remove unnecessary castKarsten Graul1-3/+3
2018-05-16net/smc: register new rmbs with the peerKarsten Graul5-8/+64
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun1-2/+2
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2018-05-04smc: add support for splice()Stefan Raspl4-25/+185
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl2-9/+10
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl3-12/+19
2018-05-04smc: simplify abort logicStefan Raspl1-10/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-32/+50
2018-05-03smc: fix sendpage() callStefan Raspl1-2/+4
2018-05-03net/smc: handle unregistered buffersKarsten Graul3-5/+24
2018-05-03net/smc: call consolidationKarsten Graul1-20/+15
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun1-3/+23
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun1-3/+30