summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_clc.c
Commit message (Expand)AuthorAgeFilesLines
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-031-4/+7
* net/smc: consolidate function parametersKarsten Graul2019-04-121-5/+5
* net/smc: fix another sizeof to int comparisonUrsula Braun2019-02-011-1/+1
* net/smc: short wait for late smc_clc_wait_msgUrsula Braun2018-11-241-3/+3
* net/smc: allow fallback after clc timeoutsUrsula Braun2018-11-241-2/+7
* net/smc: remove sock_error detour in clc-functionsUrsula Braun2018-11-241-13/+5Star
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
* net/smc: fix sizeof to int comparisonYueHaibing2018-09-191-8/+6Star
* net/smc: provide fallback reason codeKarsten Graul2018-07-261-1/+5
* net/smc: use correct vlan gid of RoCE deviceUrsula Braun2018-07-261-6/+4Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+2
|\
| * net/smc: reset recv timeout after clc handshakeKarsten Graul2018-07-181-1/+2
* | net/smc: add SMC-D support in CLC messagesHans Wippel2018-06-301-56/+137
|/
* net/smc: rename connection index to RMBE indexHans Wippel2018-05-181-2/+2
* net/smc: check for pending terminationKarsten Graul2018-05-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-1/+1
|\
| * net/smc: use announced length in sock_recvmsg()Ursula Braun2018-03-271-1/+1
* | net/smc: add ipv6 support to CLC layerKarsten Graul2018-03-161-14/+95
* | net/smc: restructure netinfo for CLC proposal msgsKarsten Graul2018-03-161-23/+77
* | net/smc: move netinfo function to file smc_clc.cKarsten Graul2018-03-011-2/+42
* | net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl2018-03-011-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-14/+70
|\
| * smc: support variable CLC proposal messagesUrsula Braun2017-12-071-13/+69
| * smc: improve smc_clc_send_decline() error handlingUrsula Braun2017-12-071-1/+1
* | smc: switch to sock_recvmsg()Al Viro2017-12-031-8/+10
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net/smc: terminate link group if out-of-sync is receivedUrsula Braun2017-09-221-5/+5
* net/smc: use separate memory regions for RMBsUrsula Braun2017-07-291-2/+2
* net/smc: introduce sg-logic for RMBsUrsula Braun2017-07-291-6/+6
* smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun2017-05-161-2/+2
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-0/+2
* smc: ETH_ALEN as memcpy length for mac addressesUrsula Braun2017-01-121-6/+4Star
* smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun2017-01-091-3/+7
* smc: remote memory buffers (RMBs)Ursula Braun2017-01-091-3/+3
* smc: connection and link group creationUrsula Braun2017-01-091-6/+32
* smc: CLC handshake (incl. preparation steps)Ursula Braun2017-01-091-0/+252