summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-9/+3
|\
| * smc: convert to ->poll_maskCong Wang2018-06-121-9/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
|/
* net/smc: fix error return code in smc_setsockopt()Wei Yongjun2018-06-031-1/+1
* net/smc: longer delay when freeing client link groupsUrsula Braun2018-05-231-1/+1
* net/smc: urgent data supportStefan Raspl2018-05-238-36/+238
* net/smc: lock smc_lgr_list in port_terminate()Hans Wippel2018-05-231-3/+13
* net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun2018-05-231-3/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-31/+40
|\
| * net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers2018-05-141-31/+40
* | net/smc: restructure client and server code in af_smcHans Wippel2018-05-181-241/+318
* | net/smc: change smc_buf_free function parametersHans Wippel2018-05-181-14/+12
* | net/smc: do a few smc_core.c cleanupsHans Wippel2018-05-181-8/+6
* | net/smc: restructure CDC message receptionHans Wippel2018-05-181-25/+22
* | net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel2018-05-183-41/+39
* | net/smc: calculate write offset in RMB only once per connectionHans Wippel2018-05-183-2/+6
* | net/smc: rename connection index to RMBE indexHans Wippel2018-05-185-6/+6
* | net/smc: move link group list to smc_coreHans Wippel2018-05-184-35/+42
* | net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel2018-05-189-35/+31
* | net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet2018-05-173-3/+4
* | net/smc: check for pending terminationKarsten Graul2018-05-163-3/+7
* | net/smc: drop messages when link state is inactiveKarsten Graul2018-05-161-0/+2
* | net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2018-05-162-1/+5
* | net/smc: handle all error codes from smc_conn_create()Karsten Graul2018-05-161-0/+2
* | net/smc: use a workqueue to defer llc sendKarsten Graul2018-05-164-43/+104
* | net/smc: move link llc initialization to llc layerKarsten Graul2018-05-163-6/+12
* | net/smc: simplify test_link function usageKarsten Graul2018-05-162-9/+5
* | net/smc: remove unnecessary castKarsten Graul2018-05-161-3/+3
* | net/smc: register new rmbs with the peerKarsten Graul2018-05-165-8/+64
* | net/smc: no tx work trigger for fallback socketsUrsula Braun2018-05-161-2/+2
* | smc: add support for splice()Stefan Raspl2018-05-044-25/+185
* | smc: allocate RMBs as compound pagesStefan Raspl2018-05-042-9/+10
* | smc: make smc_rx_wait_data() genericStefan Raspl2018-05-043-12/+19
* | smc: simplify abort logicStefan Raspl2018-05-041-10/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-043-32/+50
|\ \ | |/
| * smc: fix sendpage() callStefan Raspl2018-05-031-2/+4
| * net/smc: handle unregistered buffersKarsten Graul2018-05-033-5/+24
| * net/smc: call consolidationKarsten Graul2018-05-031-20/+15
| * net/smc: restrict non-blocking connect finishUrsula Braun2018-05-021-6/+8
* | net/smc: determine vlan_id of stacked net_deviceUrsula Braun2018-05-021-3/+23
* | net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun2018-05-021-3/+30
* | net/smc: ipv6 support for smc_diag.cKarsten Graul2018-05-021-9/+30
* | net/smc: periodic testlink supportKarsten Graul2018-05-026-3/+75
* | net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun2018-04-274-2/+31
* | net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun2018-04-272-4/+40
* | net/smc: handle sockopts forcing fallbackUrsula Braun2018-04-271-4/+50
* | net/smc: fix structure sizeKarsten Graul2018-04-272-2/+2
|/
* net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun2018-04-251-4/+0
* net/smc: fix shutdown in state SMC_LISTENUrsula Braun2018-04-191-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+1
|\
OpenPOWER on IntegriCloud