index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
1
-1
/
+1
|
\
|
*
net/smc: unregister ib devices in reboot_event
Karsten Graul
2019-12-21
1
-1
/
+1
*
|
net/smc: shorten lgr_cnt initialization
Ursula Braun
2019-12-15
1
-2
/
+1
|
/
*
net/smc: guarantee removal of link groups in reboot
Ursula Braun
2019-11-16
1
-1
/
+15
*
net/smc: introduce bookkeeping of SMCR link groups
Ursula Braun
2019-11-16
1
-0
/
+25
*
net/smc: immediate termination for SMCR link groups
Ursula Braun
2019-11-15
1
-19
/
+39
*
net/smc: wait for tx completions before link freeing
Ursula Braun
2019-11-15
1
-0
/
+2
*
net/smc: abnormal termination without orderly flag
Ursula Braun
2019-11-15
1
-6
/
+4
*
net/smc: introduce bookkeeping of SMCD link groups
Ursula Braun
2019-11-15
1
-0
/
+6
*
net/smc: abnormal termination of SMCD link groups
Ursula Braun
2019-11-15
1
-16
/
+51
*
net/smc: immediate termination for SMCD link groups
Ursula Braun
2019-11-15
1
-7
/
+39
*
net/smc: fix final cleanup sequence for SMCD devices
Ursula Braun
2019-11-15
1
-7
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-1
/
+1
|
\
|
*
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
1
-1
/
+1
*
|
net/smc: remove close abort worker
Ursula Braun
2019-10-22
1
-3
/
+3
*
|
net/smc: introduce link group termination worker
Ursula Braun
2019-10-22
1
-0
/
+9
*
|
net/smc: improve abnormal termination of link groups
Ursula Braun
2019-10-22
1
-11
/
+29
*
|
net/smc: tell peers about abnormal link group termination
Ursula Braun
2019-10-22
1
-1
/
+1
*
|
net/smc: improve link group freeing
Ursula Braun
2019-10-22
1
-17
/
+30
*
|
net/smc: improve abnormal termination locking
Ursula Braun
2019-10-22
1
-5
/
+8
*
|
net/smc: terminate link group without holding lgr lock
Ursula Braun
2019-10-22
1
-8
/
+17
*
|
net/smc: cancel send and receive for terminated socket
Ursula Braun
2019-10-22
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-1
/
+4
|
\
|
|
*
net/smc: fix SMCD link group creation with VLAN id
Ursula Braun
2019-10-11
1
-1
/
+4
*
|
net/smc: no new connections on disappearing devices
Ursula Braun
2019-10-10
1
-0
/
+23
*
|
net/smc: increase device refcount for added link group
Ursula Braun
2019-10-10
1
-2
/
+7
*
|
net/smc: separate locks for SMCD and SMCR link group lists
Ursula Braun
2019-10-10
1
-15
/
+42
*
|
net/smc: separate SMCD and SMCR link group lists
Ursula Braun
2019-10-10
1
-7
/
+17
|
/
*
net/smc: hold conns_lock before calling smc_lgr_register_conn()
Huaping Zhou
2019-06-26
1
-0
/
+3
*
net/smc: improve smc_conn_create reason codes
Karsten Graul
2019-04-12
1
-9
/
+16
*
net/smc: cleanup of get vlan id
Karsten Graul
2019-04-12
1
-4
/
+0
*
net/smc: consolidate function parameters
Karsten Graul
2019-04-12
1
-37
/
+33
*
net/smc: check connections in smc_lgr_free_work
Karsten Graul
2019-02-12
1
-4
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-09
1
-1
/
+5
|
\
|
*
net/smc: delete rkey first before switching to unused
Ursula Braun
2019-02-04
1
-1
/
+1
|
*
net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()
Karsten Graul
2019-02-01
1
-0
/
+4
*
|
net/smc: move code to clear the conn->lgr field
Karsten Graul
2019-02-08
1
-2
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-25
1
-6
/
+14
|
\
|
*
net/smc: add SMC-D shutdown signal
Hans Wippel
2018-11-22
1
-2
/
+8
|
*
net/smc: use queue pair number when matching link group
Karsten Graul
2018-11-22
1
-4
/
+6
*
|
net/smc: unregister rkeys of unused buffer
Karsten Graul
2018-11-24
1
-1
/
+6
*
|
net/smc: no link delete for a never active link
Ursula Braun
2018-11-24
1
-1
/
+4
*
|
net/smc: make smc_lgr_free() static
Ursula Braun
2018-11-24
1
-1
/
+3
|
/
*
net/smc: fix smc_buf_unuse to use the lgr pointer
Karsten Graul
2018-10-27
1
-13
/
+12
*
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
2018-08-16
1
-96
/
+253
|
\
|
*
net/smc: improve delete link processing
Karsten Graul
2018-07-26
1
-5
/
+42
|
*
net/smc: use correct vlan gid of RoCE device
Ursula Braun
2018-07-26
1
-33
/
+4
|
*
net/smc: add SMC-D support in af_smc
Hans Wippel
2018-06-30
1
-1
/
+1
|
*
net/smc: add SMC-D support in data transfer
Hans Wippel
2018-06-30
1
-7
/
+18
|
*
net/smc: add base infrastructure for SMC-D and ISM
Hans Wippel
2018-06-30
1
-66
/
+204
[next]