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-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-26
/
+3
2018-03-16
net/smc: enable ipv6 support for smc
Karsten Graul
2
-17
/
+51
2018-03-16
net/smc: add ipv6 support to CLC layer
Karsten Graul
2
-17
/
+105
2018-03-16
net/smc: restructure netinfo for CLC proposal msgs
Karsten Graul
3
-36
/
+82
2018-03-15
net/smc: simplify wait when closing listen socket
Ursula Braun
2
-26
/
+3
2018-03-14
net/smc: schedule free_work when link group is terminated
Karsten Graul
1
-7
/
+13
2018-03-14
net/smc: free link group without pending free_work only
Ursula Braun
2
-1
/
+3
2018-03-14
net/smc: pay attention to MAX_ORDER for CQ entries
Ursula Braun
2
-2
/
+9
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+7
2018-03-01
net/smc: prevent new connections on link group
Karsten Graul
4
-18
/
+12
2018-03-01
net/smc: process add/delete link messages
Karsten Graul
5
-7
/
+223
2018-03-01
net/smc: do not allow eyecatchers in rmbe
Karsten Graul
4
-3
/
+27
2018-03-01
net/smc: process confirm/delete rkey messages
Karsten Graul
4
-10
/
+186
2018-03-01
net/smc: respond to test link messages
Karsten Graul
2
-1
/
+56
2018-03-01
net/smc: remove unused fields from smc structures
Karsten Graul
4
-18
/
+8
2018-03-01
net/smc: move netinfo function to file smc_clc.c
Karsten Graul
4
-45
/
+45
2018-03-01
net/smc: cleanup smc_llc.h and smc_clc.h headers
Stefan Raspl
5
-38
/
+37
2018-02-28
net/smc: fix NULL pointer dereference on sock_create_kern() error path
Davide Caratti
1
-1
/
+3
2018-02-28
net/smc: use link_id of server in confirm link reply
Karsten Graul
2
-1
/
+2
2018-02-28
net/smc: use a constant for control message length
Karsten Graul
2
-2
/
+2
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
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
[next]