aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_clc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun1-1/+1
2018-11-23net/smc: short wait for late smc_clc_wait_msgUrsula Braun1-3/+3
2018-11-23net/smc: allow fallback after clc timeoutsUrsula Braun1-2/+7
2018-11-23net/smc: remove sock_error detour in clc-functionsUrsula Braun1-13/+5
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-09-18net/smc: fix sizeof to int comparisonYueHaibing1-8/+6
2018-07-25net/smc: provide fallback reason codeKarsten Graul1-1/+5
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-6/+4
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+2
2018-07-18net/smc: reset recv timeout after clc handshakeKarsten Graul1-1/+2
2018-06-30net/smc: add SMC-D support in CLC messagesHans Wippel1-56/+137
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel1-2/+2
2018-05-16net/smc: check for pending terminationKarsten Graul1-1/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-27net/smc: use announced length in sock_recvmsg()Ursula Braun1-1/+1
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul1-14/+95
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul1-23/+77
2018-03-01net/smc: move netinfo function to file smc_clc.cKarsten Graul1-2/+42
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl1-0/+3
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+70
2017-12-07smc: support variable CLC proposal messagesUrsula Braun1-13/+69
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun1-1/+1
2017-12-02smc: switch to sock_recvmsg()Al Viro1-8/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21net/smc: terminate link group if out-of-sync is receivedUrsula Braun1-5/+5
2017-07-29net/smc: use separate memory regions for RMBsUrsula Braun1-2/+2
2017-07-29net/smc: introduce sg-logic for RMBsUrsula Braun1-6/+6
2017-05-16smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun1-2/+2
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-01-12smc: ETH_ALEN as memcpy length for mac addressesUrsula Braun1-6/+4
2017-01-09smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun1-3/+7
2017-01-09smc: remote memory buffers (RMBs)Ursula Braun1-3/+3
2017-01-09smc: connection and link group creationUrsula Braun1-6/+32
2017-01-09smc: CLC handshake (incl. preparation steps)Ursula Braun1-0/+252