index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: Fix setsockopt and sysctl to specify same buffer size again
Gerd Bayer
2023-08-09
1
-1
/
+1
*
smc: preserve const qualifier in smc_sk()
Eric Dumazet
2023-03-18
1
-4
/
+1
*
net/smc: Only save the original clcsock callback functions
Wen Gu
2022-04-25
1
-0
/
+29
*
net/smc: don't send in the BH context if sock_owned_by_user
Dust Li
2022-03-01
1
-0
/
+4
*
net/smc: add autocorking support
Dust Li
2022-03-01
1
-0
/
+2
*
net/smc: Add global configure for handshake limitation by netlink
D. Wythe
2022-02-11
1
-0
/
+6
*
net/smc: Dynamic control handshake limitation by socket options
D. Wythe
2022-02-11
1
-0
/
+1
*
net/smc: Limit backlog connections
D. Wythe
2022-02-11
1
-1
/
+5
*
net/smc: Forward wakeup to smc socket waitqueue after fallback
Wen Gu
2022-01-31
1
-1
/
+19
*
net/smc: Resolve the race between link group access and termination
Wen Gu
2022-01-13
1
-0
/
+1
*
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
2021-12-28
1
-0
/
+5
*
net/smc: extend LLC layer for SMC-Rv2
Karsten Graul
2021-10-16
1
-1
/
+19
*
net/smc: add support for user defined EIDs
Karsten Graul
2021-09-14
1
-3
/
+0
*
net/smc: introduce CLC first contact extension
Ursula Braun
2020-09-28
1
-0
/
+1
*
net/smc: build and send V2 CLC proposal
Ursula Braun
2020-09-28
1
-0
/
+6
*
net/smc: determine proposed ISM devices
Ursula Braun
2020-09-28
1
-0
/
+1
*
net/smc: prepare for more proposed ISM devices
Ursula Braun
2020-09-28
1
-0
/
+4
*
net/smc: use separate work queues for different worker types
Karsten Graul
2020-09-10
1
-0
/
+3
*
net/smc: introduce better field names
Ursula Braun
2020-09-10
1
-0
/
+2
*
net/smc: reduce active tcp_listen workers
Ursula Braun
2020-09-10
1
-0
/
+2
*
net/smc: handle incoming CDC validation message
Karsten Graul
2020-05-04
1
-0
/
+2
*
net/smc: save state of last sent CDC message
Karsten Graul
2020-05-04
1
-0
/
+4
*
net/smc: convert static link ID to dynamic references
Karsten Graul
2020-04-29
1
-0
/
+1
*
net/smc: cancel send and receive for terminated socket
Ursula Braun
2019-10-22
1
-0
/
+1
*
net/smc: nonblocking connect rework
Ursula Braun
2019-04-12
1
-7
/
+4
*
net/smc: fix smc_poll in SMC_INIT state
Ursula Braun
2019-02-21
1
-3
/
+3
*
net/smc: fix TCP fallback socket release
Myungho Jung
2018-12-18
1
-0
/
+4
*
net/smc: provide fallback reason code
Karsten Graul
2018-07-25
1
-0
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
1
-0
/
+8
|
\
|
*
net/smc: rebuild nonblocking connect
Ursula Braun
2018-06-28
1
-0
/
+8
*
|
net/smc: add SMC-D support in data transfer
Hans Wippel
2018-06-30
1
-0
/
+5
*
|
net/smc: determine port attributes independent from pnet table
Ursula Braun
2018-06-30
1
-2
/
+0
|
/
*
net/smc: urgent data support
Stefan Raspl
2018-05-23
1
-0
/
+15
*
net/smc: move smc_core specific code from smc.h to smc_core
Hans Wippel
2018-05-18
1
-41
/
+0
*
net/smc: calculate write offset in RMB only once per connection
Hans Wippel
2018-05-18
1
-0
/
+1
*
net/smc: rename connection index to RMBE index
Hans Wippel
2018-05-18
1
-1
/
+1
*
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-05-18
1
-2
/
+0
*
smc: add support for splice()
Stefan Raspl
2018-05-04
1
-0
/
+3
*
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
2018-04-27
1
-0
/
+4
*
net/smc: enable ipv6 support for smc
Karsten Graul
2018-03-16
1
-1
/
+3
*
net/smc: remove unused fields from smc structures
Karsten Graul
2018-03-01
1
-2
/
+1
*
net/smc: move netinfo function to file smc_clc.c
Karsten Graul
2018-03-01
1
-2
/
+0
*
net/smc: return booleans instead of integers
Gustavo A. R. Silva
2018-01-26
1
-2
/
+2
*
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
2018-01-26
1
-1
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
net/smc: introduce a delay
Ursula Braun
2017-09-21
1
-1
/
+1
*
net/smc: no socket state changes in tasklet context
Ursula Braun
2017-04-11
1
-0
/
+1
*
smc: netlink interface for SMC sockets
Ursula Braun
2017-01-09
1
-0
/
+2
*
smc: socket closing and linkgroup cleanup
Ursula Braun
2017-01-09
1
-0
/
+18
*
smc: receive data from RMBE
Ursula Braun
2017-01-09
1
-0
/
+4
[next]