index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+11
2019-02-12
net/smc: check port_idx of ib event
Karsten Graul
1
-8
/
+16
2019-02-12
net/smc: check connections in smc_lgr_free_work
Karsten Graul
1
-4
/
+2
2019-02-12
net/smc: reduce amount of status updates to peer
Karsten Graul
1
-14
/
+8
2019-02-12
net/smc: no delay for free tx buffer wait
Karsten Graul
1
-1
/
+1
2019-02-12
net/smc: move wake up of close waiter
Karsten Graul
2
-2
/
+7
2019-02-12
net/smc: reset cursor update required flag
Karsten Graul
2
-4
/
+4
2019-02-09
net/smc: fix byte_order for rx_curs_confirmed
Ursula Braun
2
-12
/
+11
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-67
/
+158
2019-02-08
net/smc: original socket family in inet_sock_diag
Karsten Graul
1
-2
/
+1
2019-02-08
net/smc: move code to clear the conn->lgr field
Karsten Graul
1
-2
/
+3
2019-02-08
net/smc: use client and server LGR pending locks for SMC-R
Hans Wippel
1
-16
/
+28
2019-02-08
net/smc: unlock LGR pending lock earlier for SMC-D
Hans Wippel
1
-5
/
+9
2019-02-08
net/smc: use smc_curs_copy() for SMC-D
Ursula Braun
1
-4
/
+5
2019-02-08
net/smc: postpone release of clcsock
Ursula Braun
2
-17
/
+23
2019-02-04
net/smc: correct state change for peer closing
Ursula Braun
1
-8
/
+1
2019-02-04
net/smc: delete rkey first before switching to unused
Ursula Braun
1
-1
/
+1
2019-02-04
net/smc: fix sender_free computation
Ursula Braun
3
-4
/
+30
2019-02-04
net/smc: preallocated memory for rdma work requests
Ursula Braun
7
-33
/
+92
2019-02-03
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
1
-1
/
+2
2019-02-02
net/smc: fix use of variable in cleared area
Karsten Graul
1
-4
/
+4
2019-02-02
net/smc: use device link provided in qp_context
Karsten Graul
1
-3
/
+3
2019-02-02
net/smc: call smc_cdc_msg_send() under send_lock
Karsten Graul
1
-1
/
+4
2019-02-02
net/smc: do not wait under send_lock
Karsten Graul
1
-6
/
+4
2019-02-02
net/smc: recvmsg and splice_read should return 0 after shutdown
Karsten Graul
1
-1
/
+10
2019-02-02
net/smc: don't wait for send buffer space when data was already sent
Karsten Graul
1
-4
/
+3
2019-02-02
net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()
Karsten Graul
1
-0
/
+4
2019-02-02
net/smc: allow 16 byte pnetids in netlink policy
Hans Wippel
1
-1
/
+1
2019-02-02
net/smc: fix another sizeof to int comparison
Ursula Braun
1
-1
/
+1
2019-01-07
smc: move unhash as early as possible in smc_release()
Cong Wang
1
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+16
2018-12-19
net/smc: fix TCP fallback socket release
Myungho Jung
2
-2
/
+16
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-50
/
+120
2018-11-24
net/smc: unregister rkeys of unused buffer
Karsten Graul
3
-13
/
+18
2018-11-24
net/smc: add infrastructure to send delete rkey messages
Karsten Graul
3
-1
/
+57
2018-11-24
net/smc: avoid a delay by waiting for nothing
Karsten Graul
1
-1
/
+3
2018-11-24
net/smc: cleanup listen worker mutex unlocking
Ursula Braun
1
-2
/
+3
2018-11-24
net/smc: short wait for late smc_clc_wait_msg
Ursula Braun
3
-11
/
+13
2018-11-24
net/smc: no link delete for a never active link
Ursula Braun
1
-1
/
+4
2018-11-24
net/smc: allow fallback after clc timeouts
Ursula Braun
2
-6
/
+11
2018-11-24
net/smc: remove sock_error detour in clc-functions
Ursula Braun
1
-13
/
+5
2018-11-24
net/smc: make smc_lgr_free() static
Ursula Braun
2
-2
/
+3
2018-11-24
net/smc: cleanup tcp_listen_worker initialization
Ursula Braun
1
-1
/
+0
2018-11-22
net/smc: use after free fix in smc_wr_tx_put_slot()
Ursula Braun
1
-1
/
+3
2018-11-22
net/smc: atomic SMCD cursor handling
Ursula Braun
2
-26
/
+60
2018-11-22
net/smc: add SMC-D shutdown signal
Hans Wippel
4
-14
/
+43
2018-11-22
net/smc: use queue pair number when matching link group
Karsten Graul
3
-9
/
+12
2018-11-22
net/smc: abort CLC connection in smc_release
Hans Wippel
1
-0
/
+2
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2018-10-27
net/smc: fix smc_buf_unuse to use the lgr pointer
Karsten Graul
1
-13
/
+12
[next]