summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel
2018-05-18net/smc: restructure CDC message receptionHans Wippel
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans 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: check for pending terminationKarsten Graul
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul
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: use a workqueue to defer llc sendKarsten Graul
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul
2018-05-16net/smc: simplify test_link function usageKarsten Graul
2018-05-16net/smc: remove unnecessary castKarsten 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-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers
2018-05-04smc: add support for splice()Stefan Raspl
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl
2018-05-04smc: simplify abort logicStefan 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: determine vlan_id of stacked net_deviceUrsula Braun
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun
2018-05-02net/smc: ipv6 support for smc_diag.cKarsten Graul
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-27net/smc: fix structure sizeKarsten Graul
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-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net/smc: use announced length in sock_recvmsg()Ursula 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: add ipv6 support to CLC layerKarsten Graul
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun