summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
2018-06-30net/smc: add SMC-D support in af_smcHans Wippel
2018-06-30net/smc: add SMC-D support in CLC messagesHans Wippel
2018-06-30net/smc: add base infrastructure for SMC-D and ISMHans Wippel
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28net/smc: rebuild nonblocking connectUrsula Braun
2018-06-12smc: convert to ->poll_maskCong Wang
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun
2018-05-23net/smc: urgent data supportStefan Raspl
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel
2018-05-18net/smc: move link group list to smc_coreHans Wippel
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul
2018-05-16net/smc: register new rmbs with the peerKarsten Graul
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun
2018-05-04smc: add support for splice()Stefan Raspl
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-03smc: fix sendpage() callStefan Raspl
2018-05-03net/smc: handle unregistered buffersKarsten Graul
2018-05-03net/smc: call consolidationKarsten Graul
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun
2018-05-02net/smc: periodic testlink supportKarsten Graul
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun
2018-04-27net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun
2018-04-27net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun
2018-04-27net/smc: handle sockopts forcing fallbackUrsula Braun
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-01net/smc: prevent new connections on link groupKarsten Graul
2018-03-01net/smc: process add/delete link messagesKarsten Graul
2018-03-01net/smc: do not allow eyecatchers in rmbeKarsten Graul
2018-03-01net/smc: remove unused fields from smc structuresKarsten Graul
2018-03-01net/smc: move netinfo function to file smc_clc.cKarsten Graul
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl
2018-02-28net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01smc: missing poll annotationsAl Viro
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds