aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+40
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel1-241/+318
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel1-14/+12
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel1-8/+6
2018-05-18net/smc: restructure CDC message receptionHans Wippel1-25/+22
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel3-41/+39
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel3-2/+6
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel5-6/+6
2018-05-18net/smc: move link group list to smc_coreHans Wippel4-35/+42
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel9-35/+31
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet3-3/+4
2018-05-16net/smc: check for pending terminationKarsten Graul3-3/+7
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul1-0/+2
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2-1/+5
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul1-0/+2
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul4-43/+104
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul3-6/+12
2018-05-16net/smc: simplify test_link function usageKarsten Graul2-9/+5
2018-05-16net/smc: remove unnecessary castKarsten Graul1-3/+3
2018-05-16net/smc: register new rmbs with the peerKarsten Graul5-8/+64
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun1-2/+2
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2018-05-04smc: add support for splice()Stefan Raspl4-25/+185
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl2-9/+10
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl3-12/+19
2018-05-04smc: simplify abort logicStefan Raspl1-10/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-32/+50
2018-05-03smc: fix sendpage() callStefan Raspl1-2/+4
2018-05-03net/smc: handle unregistered buffersKarsten Graul3-5/+24
2018-05-03net/smc: call consolidationKarsten Graul1-20/+15
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun1-3/+23
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun1-3/+30
2018-05-02net/smc: ipv6 support for smc_diag.cKarsten Graul1-9/+30
2018-05-02net/smc: periodic testlink supportKarsten Graul6-3/+75
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun1-6/+8
2018-04-27net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun4-2/+31
2018-04-27net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun2-4/+40
2018-04-27net/smc: handle sockopts forcing fallbackUrsula Braun1-4/+50
2018-04-27net/smc: fix structure sizeKarsten Graul2-2/+2
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun1-4/+0
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun1-6/+4
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-27net/smc: use announced length in sock_recvmsg()Ursula Braun1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-26/+3
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul2-17/+51
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul2-17/+105
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul3-36/+82
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun2-26/+3
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul1-7/+13
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun2-1/+3