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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
3
-16
/
+16
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
15
-319
/
+448
2018-01-30
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+10
2018-01-26
net/smc: return booleans instead of integers
Gustavo A. R. Silva
1
-2
/
+2
2018-01-26
net/smc: release clcsock from tcp_listen_worker
Ursula Braun
2
-10
/
+36
2018-01-26
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
6
-68
/
+88
2018-01-26
net/smc: smc_poll improvements
Ursula Braun
1
-34
/
+40
2018-01-26
net/smc: handle device, port, and QP error events
Ursula Braun
1
-13
/
+25
2018-01-25
net/smc: check for healthy link group resp. connections
Ursula Braun
4
-12
/
+29
2018-01-25
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
2
-11
/
+11
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
2
-0
/
+20
2018-01-25
net/smc: terminate link group for ib_post_send problems
Ursula Braun
2
-2
/
+10
2018-01-25
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
Ursula Braun
1
-3
/
+4
2018-01-25
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
1
-3
/
+9
2018-01-24
net/smc: continue waiting if peer signals write_shutdown
Ursula Braun
1
-2
/
+2
2018-01-24
net/smc: improve state change handling after close wait
Ursula Braun
1
-14
/
+26
2018-01-24
net/smc: make wait for work request uninterruptible
Ursula Braun
1
-7
/
+6
2018-01-24
net/smc: get rid of tx_pend waits in socket closing
Ursula Braun
5
-57
/
+0
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
2
-34
/
+37
2017-12-07
smc: support variable CLC proposal messages
Ursula Braun
3
-24
/
+107
2017-12-07
smc: no consumer update in tasklet context
Ursula Braun
2
-16
/
+5
2017-12-07
smc: cleanup close checking during data receival
Ursula Braun
1
-4
/
+1
2017-12-07
smc: no update for unused sk_write_pending
Ursula Braun
1
-2
/
+0
2017-12-07
smc: improve smc_clc_send_decline() error handling
Ursula Braun
2
-7
/
+4
2017-12-07
smc: make smc_close_active_abort() static
Ursula Braun
2
-2
/
+1
2017-12-02
smc: switch to sock_recvmsg()
Al Viro
1
-8
/
+10
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-11-24
net/smc: Fix preinitialization of buf_desc in __smc_buf_create()
Geert Uytterhoeven
1
-1
/
+1
2017-11-24
net/smc: use sk_rcvbuf as start for rmb creation
Ursula Braun
1
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
21
-0
/
+21
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
21
-0
/
+21
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-10-24
net: smc_close: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2017-10-12
net/smc: dev_put for netdev after usage of ib_query_gid()
Ursula Braun
1
-4
/
+8
2017-10-12
net/smc: replace function pointer get_netdev()
Ursula Braun
1
-17
/
+9
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-37
/
+58
2017-09-21
net/smc: parameter cleanup in smc_cdc_get_free_slot()
Ursula Braun
3
-8
/
+8
2017-09-21
net/smc: no close wait in case of process shut down
Ursula Braun
1
-7
/
+8
2017-09-21
net/smc: introduce a delay
Ursula Braun
3
-10
/
+16
2017-09-21
net/smc: terminate link group if out-of-sync is received
Ursula Braun
3
-11
/
+8
2017-09-21
net/smc: longer delay for client link group removal
Ursula Braun
1
-4
/
+12
2017-09-21
net/smc: adapt send request completion notification
Ursula Braun
1
-1
/
+1
2017-09-21
net/smc: adjust net_device refcount
Ursula Braun
1
-1
/
+3
2017-09-21
net/smc: take RCU read lock for routing cache lookup
Ursula Braun
1
-3
/
+7
2017-09-21
net/smc: add receive timeout check
Hans Wippel
1
-0
/
+2
2017-09-21
net/smc: add missing dev_put
Hans Wippel
1
-0
/
+1
[next]