index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
af_smc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
1
-0
/
+17
2018-01-24
net/smc: simplify function smc_clcsock_accept()
Ursula Braun
1
-9
/
+2
2018-01-24
net/smc: use local struct sock variables consistently
Ursula Braun
1
-16
/
+17
2017-12-07
smc: support variable CLC proposal messages
Ursula Braun
1
-5
/
+10
2017-12-07
smc: improve smc_clc_send_decline() error handling
Ursula Braun
1
-6
/
+3
2017-10-26
smc: add SMC rendezvous protocol
Ursula Braun
1
-0
/
+16
2017-10-26
smc: fix mutex unlocks during link group creation
Ursula Braun
1
-11
/
+15
2017-09-21
net/smc: terminate link group if out-of-sync is received
Ursula Braun
1
-4
/
+2
2017-09-21
net/smc: take RCU read lock for routing cache lookup
Ursula Braun
1
-3
/
+7
2017-07-29
net/smc: synchronize buffer usage with device
Ursula Braun
1
-0
/
+2
2017-07-29
net/smc: common functions for RMBs and send buffers
Ursula Braun
1
-12
/
+4
2017-07-29
net/smc: register RMB-related memory region
Ursula Braun
1
-0
/
+38
2017-07-29
net/smc: serialize connection creation in all cases
Ursula Braun
1
-7
/
+1
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2017-04-23
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
1
-1
/
+1
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
1
-1
/
+1
2017-04-11
net/smc: destruct non-accepted sockets
Ursula Braun
1
-5
/
+9
2017-04-11
net/smc: remove duplicate unhash
Ursula Braun
1
-1
/
+0
2017-04-11
net/smc: no socket state changes in tasklet context
Ursula Braun
1
-2
/
+6
2017-03-09
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+1
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>
Ingo Molnar
1
-0
/
+2
2017-01-09
smc: netlink interface for SMC sockets
Ursula Braun
1
-1
/
+42
2017-01-09
smc: socket closing and linkgroup cleanup
Ursula Braun
1
-22
/
+105
2017-01-09
smc: receive data from RMBE
Ursula Braun
1
-1
/
+6
2017-01-09
smc: send data (through RDMA)
Ursula Braun
1
-1
/
+12
2017-01-09
smc: connection data control (CDC)
Ursula Braun
1
-0
/
+9
2017-01-09
smc: link layer control (LLC)
Ursula Braun
1
-2
/
+92
2017-01-09
smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR
Ursula Braun
1
-6
/
+28
2017-01-09
smc: remote memory buffers (RMBs)
Ursula Braun
1
-3
/
+26
2017-01-09
smc: connection and link group creation
Ursula Braun
1
-9
/
+93
2017-01-09
smc: CLC handshake (incl. preparation steps)
Ursula Braun
1
-31
/
+433
2017-01-09
smc: establish pnet table management
Thomas Richter
1
-2
/
+9
2017-01-09
smc: introduce SMC as an IB-client
Ursula Braun
1
-0
/
+10
2017-01-09
smc: establish new socket family
Ursula Braun
1
-0
/
+620