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
2020-02-17
net/smc: simplify normal link termination
Karsten Graul
1
-4
/
+5
2020-02-17
net/smc: remove unused parameter of smc_lgr_terminate()
Karsten Graul
1
-10
/
+8
2020-02-17
net/smc: do not delete lgr from list twice
Karsten Graul
1
-1
/
+1
2020-02-17
net/smc: improve smc_lgr_cleanup()
Karsten Graul
1
-4
/
+1
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-20
net/smc: unregister ib devices in reboot_event
Karsten Graul
1
-1
/
+1
2019-12-15
net/smc: shorten lgr_cnt initialization
Ursula Braun
1
-2
/
+1
2019-11-16
net/smc: guarantee removal of link groups in reboot
Ursula Braun
1
-1
/
+15
2019-11-16
net/smc: introduce bookkeeping of SMCR link groups
Ursula Braun
1
-0
/
+25
2019-11-15
net/smc: immediate termination for SMCR link groups
Ursula Braun
1
-19
/
+39
2019-11-15
net/smc: wait for tx completions before link freeing
Ursula Braun
1
-0
/
+2
2019-11-15
net/smc: abnormal termination without orderly flag
Ursula Braun
1
-6
/
+4
2019-11-15
net/smc: introduce bookkeeping of SMCD link groups
Ursula Braun
1
-0
/
+6
2019-11-15
net/smc: abnormal termination of SMCD link groups
Ursula Braun
1
-16
/
+51
2019-11-15
net/smc: immediate termination for SMCD link groups
Ursula Braun
1
-7
/
+39
2019-11-15
net/smc: fix final cleanup sequence for SMCD devices
Ursula Braun
1
-7
/
+11
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
1
-1
/
+1
2019-10-22
net/smc: remove close abort worker
Ursula Braun
1
-3
/
+3
2019-10-22
net/smc: introduce link group termination worker
Ursula Braun
1
-0
/
+9
2019-10-22
net/smc: improve abnormal termination of link groups
Ursula Braun
1
-11
/
+29
2019-10-22
net/smc: tell peers about abnormal link group termination
Ursula Braun
1
-1
/
+1
2019-10-22
net/smc: improve link group freeing
Ursula Braun
1
-17
/
+30
2019-10-22
net/smc: improve abnormal termination locking
Ursula Braun
1
-5
/
+8
2019-10-22
net/smc: terminate link group without holding lgr lock
Ursula Braun
1
-8
/
+17
2019-10-22
net/smc: cancel send and receive for terminated socket
Ursula Braun
1
-0
/
+1
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+4
2019-10-10
net/smc: fix SMCD link group creation with VLAN id
Ursula Braun
1
-1
/
+4
2019-10-09
net/smc: no new connections on disappearing devices
Ursula Braun
1
-0
/
+23
2019-10-09
net/smc: increase device refcount for added link group
Ursula Braun
1
-2
/
+7
2019-10-09
net/smc: separate locks for SMCD and SMCR link group lists
Ursula Braun
1
-15
/
+42
2019-10-09
net/smc: separate SMCD and SMCR link group lists
Ursula Braun
1
-7
/
+17
2019-06-26
net/smc: hold conns_lock before calling smc_lgr_register_conn()
Huaping Zhou
1
-0
/
+3
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
1
-9
/
+16
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
1
-4
/
+0
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
1
-37
/
+33
2019-02-12
net/smc: check connections in smc_lgr_free_work
Karsten Graul
1
-4
/
+2
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2019-02-07
net/smc: move code to clear the conn->lgr field
Karsten Graul
1
-2
/
+3
2019-02-04
net/smc: delete rkey first before switching to unused
Ursula Braun
1
-1
/
+1
2019-02-01
net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()
Karsten Graul
1
-0
/
+4
2018-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+14
2018-11-23
net/smc: unregister rkeys of unused buffer
Karsten Graul
1
-1
/
+6
2018-11-23
net/smc: no link delete for a never active link
Ursula Braun
1
-1
/
+4
2018-11-23
net/smc: make smc_lgr_free() static
Ursula Braun
1
-1
/
+3
2018-11-21
net/smc: add SMC-D shutdown signal
Hans Wippel
1
-2
/
+8
2018-11-21
net/smc: use queue pair number when matching link group
Karsten Graul
1
-4
/
+6
2018-10-26
net/smc: fix smc_buf_unuse to use the lgr pointer
Karsten Graul
1
-13
/
+12
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
1
-96
/
+253
2018-08-16
Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"
Jason Gunthorpe
1
-9
/
+10
[next]