index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
smc: allocate RMBs as compound pages
Stefan Raspl
1
-9
/
+9
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+19
2018-05-03
net/smc: handle unregistered buffers
Karsten Graul
1
-3
/
+19
2018-05-02
net/smc: determine vlan_id of stacked net_device
Ursula Braun
1
-3
/
+23
2018-05-02
net/smc: periodic testlink support
Karsten Graul
1
-0
/
+2
2018-03-14
net/smc: schedule free_work when link group is terminated
Karsten Graul
1
-7
/
+13
2018-03-14
net/smc: free link group without pending free_work only
Ursula Braun
1
-1
/
+2
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-03-01
net/smc: prevent new connections on link group
Karsten Graul
1
-9
/
+10
2018-03-01
net/smc: process add/delete link messages
Karsten Graul
1
-0
/
+3
2018-03-01
net/smc: process confirm/delete rkey messages
Karsten Graul
1
-10
/
+38
2018-03-01
net/smc: remove unused fields from smc structures
Karsten Graul
1
-4
/
+3
2018-02-28
net/smc: use link_id of server in confirm link reply
Karsten Graul
1
-0
/
+1
2018-02-28
net/smc: use a constant for control message length
Karsten Graul
1
-1
/
+1
2018-01-26
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
1
-3
/
+3
2018-01-25
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
1
-3
/
+5
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
1
-0
/
+3
2017-11-24
net/smc: Fix preinitialization of buf_desc in __smc_buf_create()
Geert Uytterhoeven
1
-1
/
+1
2017-11-24
net/smc: use sk_rcvbuf as start for rmb creation
Ursula Braun
1
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-12
net/smc: dev_put for netdev after usage of ib_query_gid()
Ursula Braun
1
-4
/
+8
2017-09-21
net/smc: longer delay for client link group removal
Ursula Braun
1
-4
/
+12
2017-07-29
net/smc: synchronize buffer usage with device
Ursula Braun
1
-0
/
+32
2017-07-29
net/smc: cleanup function __smc_buf_create()
Ursula Braun
1
-51
/
+63
2017-07-29
net/smc: common functions for RMBs and send buffers
Ursula Braun
1
-205
/
+143
2017-07-29
net/smc: introduce sg-logic for send buffers
Ursula Braun
1
-11
/
+35
2017-07-29
net/smc: register RMB-related memory region
Ursula Braun
1
-1
/
+0
2017-07-29
net/smc: use separate memory regions for RMBs
Ursula Braun
1
-0
/
+18
2017-07-29
net/smc: introduce sg-logic for RMBs
Ursula Braun
1
-16
/
+31
2017-07-29
net/smc: shorten local bufsize variables
Ursula Braun
1
-29
/
+25
2017-05-16
smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY
Ursula Braun
1
-13
/
+3
2017-04-11
net/smc: no socket state changes in tasklet context
Ursula Braun
1
-1
/
+1
2017-01-30
smc: some potential use after free bugs
Dan Carpenter
1
-0
/
+5
2017-01-09
smc: socket closing and linkgroup cleanup
Ursula Braun
1
-1
/
+6
2017-01-09
smc: receive data from RMBE
Ursula Braun
1
-0
/
+10
2017-01-09
smc: connection data control (CDC)
Ursula Braun
1
-0
/
+9
2017-01-09
smc: link layer control (LLC)
Ursula Braun
1
-0
/
+8
2017-01-09
smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR
Ursula Braun
1
-0
/
+76
2017-01-09
smc: work request (WR) base for use by LLC and CDC
Ursula Braun
1
-0
/
+11
2017-01-09
smc: remote memory buffers (RMBs)
Ursula Braun
1
-1
/
+223
2017-01-09
smc: connection and link group creation
Ursula Braun
1
-0
/
+336