summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun-1/+1
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl-36/+238
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel-3/+13
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun-3/+15
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-31/+40
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel-241/+318
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel-14/+12
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel-8/+6
2018-05-18net/smc: restructure CDC message receptionHans Wippel-25/+22
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel-41/+39
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel-2/+6
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel-6/+6
2018-05-18net/smc: move link group list to smc_coreHans Wippel-35/+42
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel-35/+31
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet-3/+4
2018-05-16net/smc: check for pending terminationKarsten Graul-3/+7
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul-0/+2
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul-1/+5
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul-0/+2
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul-43/+104
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul-6/+12
2018-05-16net/smc: simplify test_link function usageKarsten Graul-9/+5
2018-05-16net/smc: remove unnecessary castKarsten Graul-3/+3
2018-05-16net/smc: register new rmbs with the peerKarsten Graul-8/+64
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun-2/+2
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers-31/+40
2018-05-04smc: add support for splice()Stefan Raspl-25/+185
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl-9/+10
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl-12/+19
2018-05-04smc: simplify abort logicStefan Raspl-10/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-32/+50
2018-05-03smc: fix sendpage() callStefan Raspl-2/+4
2018-05-03net/smc: handle unregistered buffersKarsten Graul-5/+24
2018-05-03net/smc: call consolidationKarsten Graul-20/+15
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun-3/+23
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun-3/+30
2018-05-02net/smc: ipv6 support for smc_diag.cKarsten Graul-9/+30
2018-05-02net/smc: periodic testlink supportKarsten Graul-3/+75
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun-6/+8
2018-04-27net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun-2/+31
2018-04-27net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun-4/+40
2018-04-27net/smc: handle sockopts forcing fallbackUrsula Braun-4/+50
2018-04-27net/smc: fix structure sizeKarsten Graul-2/+2
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun-4/+0
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun-6/+4
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-03-27net/smc: use announced length in sock_recvmsg()Ursula Braun-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+3