Sign in
android-kvm
/
linux
/
e22e953189f7b3a3bfc7efb511d2b1d1454adde5
/
net
/
smc
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
c0129a0
smc: convert to ->poll_mask
by Cong Wang
· 7 years ago
3dc9f55
net/smc: fix error return code in smc_setsockopt()
by Wei Yongjun
· 7 years ago
7f58a1a
net/smc: longer delay when freeing client link groups
by Ursula Braun
· 7 years ago
de8474eb
net/smc: urgent data support
by Stefan Raspl
· 7 years ago
b9f227c
net/smc: lock smc_lgr_list in port_terminate()
by Hans Wippel
· 7 years ago
2351abe
net/smc: return 0 for ioctl calls in states INIT and CLOSED
by Ursula Braun
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
3b2dec2
net/smc: restructure client and server code in af_smc
by Hans Wippel
· 7 years ago
6511aad
net/smc: change smc_buf_free function parameters
by Hans Wippel
· 7 years ago
8437bda
net/smc: do a few smc_core.c cleanups
by Hans Wippel
· 7 years ago
d7b0e37
net/smc: restructure CDC message reception
by Hans Wippel
· 7 years ago
2f6beca
net/smc: move smc_core specific code from smc.h to smc_core
by Hans Wippel
· 7 years ago
95d8d263
net/smc: calculate write offset in RMB only once per connection
by Hans Wippel
· 7 years ago
92a138e
net/smc: rename connection index to RMBE index
by Hans Wippel
· 7 years ago
9fda351
net/smc: move link group list to smc_core
by Hans Wippel
· 7 years ago
69cb7dc
net/smc: add common buffer size in send and receive buffer descriptors
by Hans Wippel
· 7 years ago
be7f3e5
net/smc: init conn.tx_work & conn.send_lock sooner
by Eric Dumazet
· 7 years ago
517c300
net/smc: check for pending termination
by Karsten Graul
· 7 years ago
8f332a7
net/smc: drop messages when link state is inactive
by Karsten Graul
· 7 years ago
3cf52eb
net/smc: set link inactive before calling smc_lgr_free()
by Karsten Graul
· 7 years ago
1401ea0
net/smc: handle all error codes from smc_conn_create()
by Karsten Graul
· 7 years ago
2a4c57a
net/smc: use a workqueue to defer llc send
by Karsten Graul
· 7 years ago
b32cf4a
net/smc: move link llc initialization to llc layer
by Karsten Graul
· 7 years ago
d97935f
net/smc: simplify test_link function usage
by Karsten Graul
· 7 years ago
9fcdf8e
net/smc: remove unnecessary cast
by Karsten Graul
· 7 years ago
44aa81c
net/smc: register new rmbs with the peer
by Karsten Graul
· 7 years ago
569bc64
net/smc: no tx work trigger for fallback sockets
by Ursula Braun
· 7 years ago
d49baa7
net/smc: check for missing nlattrs in SMC_PNETID messages
by Eric Biggers
· 7 years ago
9014db2
smc: add support for splice()
by Stefan Raspl
· 7 years ago
2ef4f27
smc: allocate RMBs as compound pages
by Stefan Raspl
· 7 years ago
b51fa1b
smc: make smc_rx_wait_data() generic
by Stefan Raspl
· 7 years ago
c8b8ec8
smc: simplify abort logic
by Stefan Raspl
· 7 years ago
a7b15ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bda27ff
smc: fix sendpage() call
by Stefan Raspl
· 7 years ago
a6920d1
net/smc: handle unregistered buffers
by Karsten Graul
· 7 years ago
e63a5f8
net/smc: call consolidation
by Karsten Graul
· 7 years ago
cb9d43f
net/smc: determine vlan_id of stacked net_device
by Ursula Braun
· 7 years ago
9b67e26
net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSD
by Ursula Braun
· 7 years ago
ed75986
net/smc: ipv6 support for smc_diag.c
by Karsten Graul
· 7 years ago
877ae5b
net/smc: periodic testlink support
by Karsten Graul
· 7 years ago
784813a
net/smc: restrict non-blocking connect finish
by Ursula Braun
· 7 years ago
abb190f
net/smc: handle sockopt TCP_DEFER_ACCEPT
by Ursula Braun
· 7 years ago
01d2f7e
net/smc: sockopts TCP_NODELAY and TCP_CORK
by Ursula Braun
· 7 years ago
ee9dfbe
net/smc: handle sockopts forcing fallback
by Ursula Braun
· 7 years ago
3382576
net/smc: fix structure size
by Karsten Graul
· 7 years ago
070204a
net/smc: keep clcsock reference in smc_tcp_listen_work()
by Ursula Braun
· 7 years ago
1255fcb
net/smc: fix shutdown in state SMC_LISTEN
by Ursula Braun
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ab6f6dd
net/smc: use announced length in sock_recvmsg()
by Ursula Braun
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
aaa4d33
net/smc: enable ipv6 support for smc
by Karsten Graul
· 7 years ago
1a26d02
net/smc: add ipv6 support to CLC layer
by Karsten Graul
· 7 years ago
c246d94
net/smc: restructure netinfo for CLC proposal msgs
by Karsten Graul
· 7 years ago
3d50206
net/smc: simplify wait when closing listen socket
by Ursula Braun
· 7 years ago
97cdbc4
net/smc: schedule free_work when link group is terminated
by Karsten Graul
· 7 years ago
268ffcc
net/smc: free link group without pending free_work only
by Ursula Braun
· 7 years ago
c9f4c6c
net/smc: pay attention to MAX_ORDER for CQ entries
by Ursula Braun
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9651b93
net/smc: prevent new connections on link group
by Karsten Graul
· 7 years ago
52bedf3
net/smc: process add/delete link messages
by Karsten Graul
· 7 years ago
75d320d
net/smc: do not allow eyecatchers in rmbe
by Karsten Graul
· 7 years ago
4ed75de
net/smc: process confirm/delete rkey messages
by Karsten Graul
· 7 years ago
313164d
net/smc: respond to test link messages
by Karsten Graul
· 7 years ago
be6d467
net/smc: remove unused fields from smc structures
by Karsten Graul
· 7 years ago
696cd30
net/smc: move netinfo function to file smc_clc.c
by Karsten Graul
· 7 years ago
0f62712
net/smc: cleanup smc_llc.h and smc_clc.h headers
by Stefan Raspl
· 7 years ago
a5dcb73
net/smc: fix NULL pointer dereference on sock_create_kern() error path
by Davide Caratti
· 7 years ago
2be922f
net/smc: use link_id of server in confirm link reply
by Karsten Graul
· 7 years ago
cbba07a
net/smc: use a constant for control message length
by Karsten Graul
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
63e2480
smc: missing poll annotations
by Al Viro
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
1ed2d76
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
a8fbf8e
net/smc: return booleans instead of integers
by Gustavo A. R. Silva
· 7 years ago
127f497
net/smc: release clcsock from tcp_listen_worker
by Ursula Braun
· 7 years ago
51f1de7
net/smc: replace sock_put worker by socket refcounting
by Ursula Braun
· 7 years ago
8dce278
net/smc: smc_poll improvements
by Ursula Braun
· 7 years ago
da05bf2
net/smc: handle device, port, and QP error events
by Ursula Braun
· 7 years ago
1a0a04c
net/smc: check for healthy link group resp. connections
by Ursula Braun
· 7 years ago
732720f
net/smc: wake up wr_reg_wait when terminating a link group
by Ursula Braun
· 7 years ago
610db66
net/smc: do not reuse a linkgroup with setup problems
by Ursula Braun
· 7 years ago
b4772b3
net/smc: terminate link group for ib_post_send problems
by Ursula Braun
· 7 years ago
5ac92a0
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
by Ursula Braun
· 7 years ago
611b63a
net/smc: cancel tx worker in case of socket aborts
by Ursula Braun
· 7 years ago
aa377e6
net/smc: continue waiting if peer signals write_shutdown
by Ursula Braun
· 7 years ago
bbb96bf
net/smc: improve state change handling after close wait
by Ursula Braun
· 7 years ago
86e780d
net/smc: make wait for work request uninterruptible
by Ursula Braun
· 7 years ago
8429c13
net/smc: get rid of tx_pend waits in socket closing
by Ursula Braun
· 7 years ago
35a6b17
net/smc: simplify function smc_clcsock_accept()
by Ursula Braun
· 7 years ago
3163c50
net/smc: use local struct sock variables consistently
by Ursula Braun
· 7 years ago
e7b7a64
smc: support variable CLC proposal messages
by Ursula Braun
· 7 years ago
6b5771a
smc: no consumer update in tasklet context
by Ursula Braun
· 7 years ago
71c125c
smc: cleanup close checking during data receival
by Ursula Braun
· 7 years ago
4bd3e7f
smc: no update for unused sk_write_pending
by Ursula Braun
· 7 years ago
0c9f151
smc: improve smc_clc_send_decline() error handling
by Ursula Braun
· 7 years ago
a8ae890
smc: make smc_close_active_abort() static
by Ursula Braun
· 7 years ago
Next »