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
/
af_smc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-26
net/smc: fix cleanup for linkgroup setup failures
Ursula Braun
1
-10
/
+15
2020-02-14
net/smc: transfer fasync_list in case of fallback
Ursula Braun
1
-0
/
+2
2019-12-15
net/smc: add fallback check to connect()
Ursula Braun
1
-6
/
+8
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2019-11-16
net/smc: fix fastopen for non-blocking connect()
Ursula Braun
1
-1
/
+1
2019-11-16
net/smc: use rcu_barrier() on module unload
Ursula Braun
1
-0
/
+2
2019-11-16
net/smc: introduce bookkeeping of SMCR link groups
Ursula Braun
1
-5
/
+13
2019-11-12
net/smc: fix refcount non-blocking connect() -part 2
Ursula Braun
1
-0
/
+1
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+10
2019-10-29
net/smc: fix refcounting for non-blocking connect()
Ursula Braun
1
-2
/
+2
2019-10-25
net/smc: keep vlan_id for SMC-R in smc_listen_work()
Ursula Braun
1
-1
/
+1
2019-10-25
net/smc: fix closing of fallback SMC sockets
Ursula Braun
1
-0
/
+7
2019-10-22
net/smc: remove close abort worker
Ursula Braun
1
-0
/
+4
2019-08-05
net/smc: avoid fallback in case of non-blocking connect
Ursula Braun
1
-3
/
+4
2019-08-05
net/smc: do not schedule tx_work in SMC_CLOSED state
Ursula Braun
1
-2
/
+6
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2019-06-27
net/smc: common release code for non-accepted sockets
Ursula Braun
1
-41
/
+32
2019-06-26
net/smc: Fix error path in smc_init
YueHaibing
1
-1
/
+4
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-19
/
+39
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
1
-50
/
+40
2019-04-12
net/smc: improve smc_listen_work reason codes
Karsten Graul
1
-45
/
+50
2019-04-12
net/smc: code cleanup smc_listen_work
Karsten Graul
1
-15
/
+14
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
1
-2
/
+9
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
1
-62
/
+56
2019-04-12
net/smc: check for ip prefix and subnet
Karsten Graul
1
-3
/
+9
2019-04-12
net/smc: nonblocking connect rework
Ursula Braun
1
-35
/
+43
2019-04-11
net/smc: move unhash before release of clcsock
Ursula Braun
1
-3
/
+3
2019-04-11
net/smc: propagate file from SMC to TCP socket
Ursula Braun
1
-10
/
+28
2019-04-11
net/smc: wait for pending work before clcsock release_sock
Karsten Graul
1
-6
/
+8
2019-02-21
net/smc: add pnet table namespace support
Hans Wippel
1
-0
/
+28
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+10
2019-02-07
net/smc: use client and server LGR pending locks for SMC-R
Hans Wippel
1
-16
/
+28
2019-02-07
net/smc: unlock LGR pending lock earlier for SMC-D
Hans Wippel
1
-5
/
+9
2019-02-07
net/smc: postpone release of clcsock
Ursula Braun
1
-16
/
+17
2019-02-03
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
1
-1
/
+2
2019-02-01
net/smc: recvmsg and splice_read should return 0 after shutdown
Karsten Graul
1
-1
/
+10
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
1
-2
/
+12
2018-12-18
net/smc: fix TCP fallback socket release
Myungho Jung
1
-2
/
+12
2018-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+7
2018-11-23
net/smc: unregister rkeys of unused buffer
Karsten Graul
1
-11
/
+11
2018-11-23
net/smc: cleanup listen worker mutex unlocking
Ursula Braun
1
-2
/
+3
2018-11-23
net/smc: short wait for late smc_clc_wait_msg
Ursula Braun
1
-7
/
+8
2018-11-23
net/smc: allow fallback after clc timeouts
Ursula Braun
1
-4
/
+4
2018-11-23
net/smc: cleanup tcp_listen_worker initialization
Ursula Braun
1
-1
/
+0
2018-11-21
net/smc: use queue pair number when matching link group
Karsten Graul
1
-4
/
+5
2018-11-21
net/smc: abort CLC connection in smc_release
Hans Wippel
1
-0
/
+2
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-09-18
net/smc: no urgent data check for listen sockets
Karsten Graul
1
-2
/
+2
[next]