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-05-04
smc: add support for splice()
Stefan Raspl
4
-25
/
+185
2018-05-04
smc: allocate RMBs as compound pages
Stefan Raspl
2
-9
/
+10
2018-05-04
smc: make smc_rx_wait_data() generic
Stefan Raspl
3
-12
/
+19
2018-05-04
smc: simplify abort logic
Stefan Raspl
1
-10
/
+6
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-32
/
+50
2018-05-03
smc: fix sendpage() call
Stefan Raspl
1
-2
/
+4
2018-05-03
net/smc: handle unregistered buffers
Karsten Graul
3
-5
/
+24
2018-05-03
net/smc: call consolidation
Karsten Graul
1
-20
/
+15
2018-05-02
net/smc: determine vlan_id of stacked net_device
Ursula Braun
1
-3
/
+23
2018-05-02
net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSD
Ursula Braun
1
-3
/
+30
2018-05-02
net/smc: ipv6 support for smc_diag.c
Karsten Graul
1
-9
/
+30
2018-05-02
net/smc: periodic testlink support
Karsten Graul
6
-3
/
+75
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
4
-2
/
+31
2018-04-27
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
2
-4
/
+40
2018-04-27
net/smc: handle sockopts forcing fallback
Ursula Braun
1
-4
/
+50
2018-04-27
net/smc: fix structure size
Karsten Graul
2
-2
/
+2
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-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-27
net/smc: use announced length in sock_recvmsg()
Ursula Braun
1
-1
/
+1
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
[next]