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
2018-05-04
smc: add support for splice()
Stefan Raspl
1
-6
/
+32
2018-05-04
smc: make smc_rx_wait_data() generic
Stefan Raspl
1
-1
/
+1
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-28
/
+29
2018-05-03
smc: fix sendpage() call
Stefan Raspl
1
-2
/
+4
2018-05-03
net/smc: handle unregistered buffers
Karsten Graul
1
-1
/
+3
2018-05-03
net/smc: call consolidation
Karsten Graul
1
-20
/
+15
2018-05-02
net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSD
Ursula Braun
1
-3
/
+30
2018-05-02
net/smc: periodic testlink support
Karsten Graul
1
-2
/
+4
2018-05-02
net/smc: restrict non-blocking connect finish
Ursula Braun
1
-6
/
+8
2018-04-27
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
1
-1
/
+25
2018-04-27
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
1
-1
/
+19
2018-04-27
net/smc: handle sockopts forcing fallback
Ursula Braun
1
-4
/
+50
2018-04-25
net/smc: keep clcsock reference in smc_tcp_listen_work()
Ursula Braun
1
-4
/
+0
2018-04-19
net/smc: fix shutdown in state SMC_LISTEN
Ursula Braun
1
-6
/
+4
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2018-03-16
net/smc: enable ipv6 support for smc
Karsten Graul
1
-16
/
+48
2018-03-16
net/smc: restructure netinfo for CLC proposal msgs
Karsten Graul
1
-11
/
+3
2018-03-15
net/smc: simplify wait when closing listen socket
Ursula Braun
1
-4
/
+0
2018-03-14
net/smc: free link group without pending free_work only
Ursula Braun
1
-0
/
+1
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2018-03-01
net/smc: prevent new connections on link group
Karsten Graul
1
-9
/
+0
2018-03-01
net/smc: process add/delete link messages
Karsten Graul
1
-0
/
+42
2018-03-01
net/smc: do not allow eyecatchers in rmbe
Karsten Graul
1
-2
/
+9
2018-03-01
net/smc: remove unused fields from smc structures
Karsten Graul
1
-11
/
+4
2018-03-01
net/smc: move netinfo function to file smc_clc.c
Karsten Graul
1
-41
/
+1
2018-03-01
net/smc: cleanup smc_llc.h and smc_clc.h headers
Stefan Raspl
1
-4
/
+4
2018-02-28
net/smc: fix NULL pointer dereference on sock_create_kern() error path
Davide Caratti
1
-1
/
+3
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-6
/
+5
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-12
/
+12
2018-02-01
smc: missing poll annotations
Al Viro
1
-1
/
+1
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-97
/
+134
2018-01-26
net/smc: release clcsock from tcp_listen_worker
Ursula Braun
1
-1
/
+12
2018-01-26
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
1
-29
/
+36
2018-01-26
net/smc: smc_poll improvements
Ursula Braun
1
-34
/
+40
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
1
-0
/
+17
2018-01-24
net/smc: simplify function smc_clcsock_accept()
Ursula Braun
1
-9
/
+2
2018-01-24
net/smc: use local struct sock variables consistently
Ursula Braun
1
-16
/
+17
2017-12-07
smc: support variable CLC proposal messages
Ursula Braun
1
-5
/
+10
2017-12-07
smc: improve smc_clc_send_decline() error handling
Ursula Braun
1
-6
/
+3
2017-11-27
net: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-27
anntotate the places where ->poll() return values go
Al Viro
1
-1
/
+1
2017-10-26
smc: add SMC rendezvous protocol
Ursula Braun
1
-0
/
+16
2017-10-26
smc: fix mutex unlocks during link group creation
Ursula Braun
1
-11
/
+15
2017-09-21
net/smc: terminate link group if out-of-sync is received
Ursula Braun
1
-4
/
+2
2017-09-21
net/smc: take RCU read lock for routing cache lookup
Ursula Braun
1
-3
/
+7
2017-07-29
net/smc: synchronize buffer usage with device
Ursula Braun
1
-0
/
+2
2017-07-29
net/smc: common functions for RMBs and send buffers
Ursula Braun
1
-12
/
+4
2017-07-29
net/smc: register RMB-related memory region
Ursula Braun
1
-0
/
+38
2017-07-29
net/smc: serialize connection creation in all cases
Ursula Braun
1
-7
/
+1
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
[prev]
[next]