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.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
2018-07-23
net/smc: remove local variable page in smc_rx_splice()
Ursula Braun
1
-3
/
+1
2018-07-23
net/smc: use DECLARE_BITMAP for rtokens_used_mask
Ursula Braun
1
-2
/
+1
2018-07-23
net/smc: add function to get link group from link
Stefan Raspl
5
-47
/
+20
2018-07-23
net/smc: eliminate cursor read and write calls
Stefan Raspl
6
-101
/
+48
2018-07-23
net/smc: provide smc mode in smc_diag.c
Karsten Graul
1
-1
/
+6
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
3
-12
/
+33
2018-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-13
/
+41
2018-07-18
net/smc: reset recv timeout after clc handshake
Karsten Graul
1
-1
/
+2
2018-07-18
net/smc: add error handling for get_user()
Ursula Braun
1
-1
/
+2
2018-07-18
net/smc: optimize consumer cursor updates
Ursula Braun
1
-2
/
+10
2018-07-17
net/smc: take sock lock in smc_ioctl()
Ursula Braun
1
-4
/
+15
2018-07-07
net/smc: reduce sock_put() for fallback sockets
Ursula Braun
2
-5
/
+12
2018-07-03
net/smc: fix up merge error with poll changes
Linus Torvalds
1
-1
/
+2
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-31
/
+75
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-33
/
+71
2018-06-30
net/smc: add SMC-D diag support
Hans Wippel
1
-0
/
+15
2018-06-30
net/smc: add SMC-D support in af_smc
Hans Wippel
3
-19
/
+200
2018-06-30
net/smc: add SMC-D support in data transfer
Hans Wippel
8
-56
/
+308
2018-06-30
net/smc: add SMC-D support in CLC messages
Hans Wippel
3
-78
/
+205
2018-06-30
net/smc: add pnetid support for SMC-D and ISM
Hans Wippel
3
-0
/
+45
2018-06-30
net/smc: add base infrastructure for SMC-D and ISM
Hans Wippel
7
-92
/
+617
2018-06-30
net/smc: optimize consumer cursor updates
Ursula Braun
1
-2
/
+10
2018-06-30
net/smc: add pnetid support
Ursula Braun
4
-20
/
+112
2018-06-30
net/smc: determine port attributes independent from pnet table
Ursula Braun
4
-68
/
+72
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-3
/
+9
2018-06-28
net/smc: rebuild nonblocking connect
Ursula Braun
2
-28
/
+71
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-9
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+3
2018-06-13
smc: convert to ->poll_mask
Cong Wang
1
-9
/
+3
2018-06-03
net/smc: fix error return code in smc_setsockopt()
Wei Yongjun
1
-1
/
+1
2018-05-23
net/smc: longer delay when freeing client link groups
Ursula Braun
1
-1
/
+1
2018-05-23
net/smc: urgent data support
Stefan Raspl
8
-36
/
+238
2018-05-23
net/smc: lock smc_lgr_list in port_terminate()
Hans Wippel
1
-3
/
+13
2018-05-23
net/smc: return 0 for ioctl calls in states INIT and CLOSED
Ursula Braun
1
-3
/
+15
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-31
/
+40
2018-05-18
net/smc: restructure client and server code in af_smc
Hans Wippel
1
-241
/
+318
2018-05-18
net/smc: change smc_buf_free function parameters
Hans Wippel
1
-14
/
+12
2018-05-18
net/smc: do a few smc_core.c cleanups
Hans Wippel
1
-8
/
+6
2018-05-18
net/smc: restructure CDC message reception
Hans Wippel
1
-25
/
+22
2018-05-18
net/smc: move smc_core specific code from smc.h to smc_core
Hans Wippel
3
-41
/
+39
2018-05-18
net/smc: calculate write offset in RMB only once per connection
Hans Wippel
3
-2
/
+6
2018-05-18
net/smc: rename connection index to RMBE index
Hans Wippel
5
-6
/
+6
2018-05-18
net/smc: move link group list to smc_core
Hans Wippel
4
-35
/
+42
2018-05-18
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
9
-35
/
+31
2018-05-17
net/smc: init conn.tx_work & conn.send_lock sooner
Eric Dumazet
3
-3
/
+4
2018-05-16
net/smc: check for pending termination
Karsten Graul
3
-3
/
+7
2018-05-16
net/smc: drop messages when link state is inactive
Karsten Graul
1
-0
/
+2
2018-05-16
net/smc: set link inactive before calling smc_lgr_free()
Karsten Graul
2
-1
/
+5
2018-05-16
net/smc: handle all error codes from smc_conn_create()
Karsten Graul
1
-0
/
+2
2018-05-16
net/smc: use a workqueue to defer llc send
Karsten Graul
4
-43
/
+104
[next]