summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Add warning about remote memory exposureChristoph Hellwig2017-05-161-0/+4
* smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun2017-05-165-37/+8
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-1/+2
* | | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-5/+3
* | | net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2017-04-112-2/+1
* | | net/smc: destruct non-accepted socketsUrsula Braun2017-04-112-6/+9
* | | net/smc: remove duplicate unhashUrsula Braun2017-04-111-1/+0
* | | net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun2017-04-111-11/+25
* | | net/smc: no socket state changes in tasklet contextUrsula Braun2017-04-116-20/+41
* | | net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun2017-04-111-2/+1
* | | net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun2017-04-111-1/+5
* | | net/smc: return active RoCE port onlyUrsula Braun2017-04-111-2/+5
* | | net/smc: remove useless smc_ib_devices_list checkUrsula Braun2017-04-113-4/+1
* | | net/smc: get rid of old commentUrsula Braun2017-04-111-2/+0
* | | drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
|/ /
* / net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
|/
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-035-0/+10
* smc: some potential use after free bugsDan Carpenter2017-01-301-0/+5
* smc: ETH_ALEN as memcpy length for mac addressesUrsula Braun2017-01-122-7/+7
* smc: netlink interface for SMC socketsUrsula Braun2017-01-096-1/+270
* smc: socket closing and linkgroup cleanupUrsula Braun2017-01-0911-36/+668
* smc: receive data from RMBEUrsula Braun2017-01-099-3/+304
* smc: send data (through RDMA)Ursula Braun2017-01-096-4/+491
* smc: connection data control (CDC)Ursula Braun2017-01-098-0/+641
* smc: link layer control (LLC)Ursula Braun2017-01-097-3/+330
* smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun2017-01-098-9/+374
* smc: work request (WR) base for use by LLC and CDCUrsula Braun2017-01-098-1/+790
* smc: remote memory buffers (RMBs)Ursula Braun2017-01-097-7/+342
* smc: connection and link group creationUrsula Braun2017-01-097-17/+605
* smc: CLC handshake (incl. preparation steps)Ursula Braun2017-01-095-32/+822
* smc: establish pnet table managementThomas Richter2017-01-095-3/+569
* smc: introduce SMC as an IB-clientUrsula Braun2017-01-095-1/+200
* smc: establish new socket familyUrsula Braun2017-01-094-0/+670