index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
af_smc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smc: convert to ->poll_mask
Cong Wang
2018-06-12
1
-9
/
+3
*
net/smc: fix error return code in smc_setsockopt()
Wei Yongjun
2018-06-03
1
-1
/
+1
*
net/smc: urgent data support
Stefan Raspl
2018-05-23
1
-2
/
+22
*
net/smc: return 0 for ioctl calls in states INIT and CLOSED
Ursula Braun
2018-05-23
1
-3
/
+15
*
net/smc: restructure client and server code in af_smc
Hans Wippel
2018-05-18
1
-241
/
+318
*
net/smc: calculate write offset in RMB only once per connection
Hans Wippel
2018-05-18
1
-1
/
+4
*
net/smc: rename connection index to RMBE index
Hans Wippel
2018-05-18
1
-1
/
+1
*
net/smc: move link group list to smc_core
Hans Wippel
2018-05-18
1
-18
/
+1
*
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-05-18
1
-1
/
+1
*
net/smc: init conn.tx_work & conn.send_lock sooner
Eric Dumazet
2018-05-17
1
-0
/
+2
*
net/smc: set link inactive before calling smc_lgr_free()
Karsten Graul
2018-05-16
1
-0
/
+1
*
net/smc: handle all error codes from smc_conn_create()
Karsten Graul
2018-05-16
1
-0
/
+2
*
net/smc: register new rmbs with the peer
Karsten Graul
2018-05-16
1
-6
/
+14
*
net/smc: no tx work trigger for fallback sockets
Ursula Braun
2018-05-16
1
-2
/
+2
*
smc: add support for splice()
Stefan Raspl
2018-05-04
1
-6
/
+32
*
smc: make smc_rx_wait_data() generic
Stefan Raspl
2018-05-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-04
1
-28
/
+29
|
\
|
*
smc: fix sendpage() call
Stefan Raspl
2018-05-03
1
-2
/
+4
|
*
net/smc: handle unregistered buffers
Karsten Graul
2018-05-03
1
-1
/
+3
|
*
net/smc: call consolidation
Karsten Graul
2018-05-03
1
-20
/
+15
|
*
net/smc: restrict non-blocking connect finish
Ursula Braun
2018-05-02
1
-6
/
+8
*
|
net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSD
Ursula Braun
2018-05-02
1
-3
/
+30
*
|
net/smc: periodic testlink support
Karsten Graul
2018-05-02
1
-2
/
+4
*
|
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
2018-04-27
1
-1
/
+25
*
|
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
2018-04-27
1
-1
/
+19
*
|
net/smc: handle sockopts forcing fallback
Ursula Braun
2018-04-27
1
-4
/
+50
|
/
*
net/smc: keep clcsock reference in smc_tcp_listen_work()
Ursula Braun
2018-04-25
1
-4
/
+0
*
net/smc: fix shutdown in state SMC_LISTEN
Ursula Braun
2018-04-19
1
-6
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-4
/
+0
|
\
|
*
net/smc: simplify wait when closing listen socket
Ursula Braun
2018-03-15
1
-4
/
+0
*
|
net/smc: enable ipv6 support for smc
Karsten Graul
2018-03-16
1
-16
/
+48
*
|
net/smc: restructure netinfo for CLC proposal msgs
Karsten Graul
2018-03-16
1
-11
/
+3
*
|
net/smc: free link group without pending free_work only
Ursula Braun
2018-03-14
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-06
1
-1
/
+3
|
\
|
|
*
net/smc: fix NULL pointer dereference on sock_create_kern() error path
Davide Caratti
2018-02-28
1
-1
/
+3
*
|
net/smc: prevent new connections on link group
Karsten Graul
2018-03-01
1
-9
/
+0
*
|
net/smc: process add/delete link messages
Karsten Graul
2018-03-01
1
-0
/
+42
*
|
net/smc: do not allow eyecatchers in rmbe
Karsten Graul
2018-03-01
1
-2
/
+9
*
|
net/smc: remove unused fields from smc structures
Karsten Graul
2018-03-01
1
-11
/
+4
*
|
net/smc: move netinfo function to file smc_clc.c
Karsten Graul
2018-03-01
1
-41
/
+1
*
|
net/smc: cleanup smc_llc.h and smc_clc.h headers
Stefan Raspl
2018-03-01
1
-4
/
+4
*
|
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-6
/
+5
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-12
/
+12
*
smc: missing poll annotations
Al Viro
2018-02-01
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
1
-97
/
+134
|
\
|
*
net/smc: release clcsock from tcp_listen_worker
Ursula Braun
2018-01-26
1
-1
/
+12
|
*
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
2018-01-26
1
-29
/
+36
|
*
net/smc: smc_poll improvements
Ursula Braun
2018-01-26
1
-34
/
+40
|
*
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
2018-01-25
1
-0
/
+17
|
*
net/smc: simplify function smc_clcsock_accept()
Ursula Braun
2018-01-24
1
-9
/
+2
[next]