aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAge
...
| * smc: convert to ->poll_maskCong Wang2018-06-12
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
|/
* net/smc: fix error return code in smc_setsockopt()Wei Yongjun2018-06-03
* net/smc: longer delay when freeing client link groupsUrsula Braun2018-05-23
* net/smc: urgent data supportStefan Raspl2018-05-23
* net/smc: lock smc_lgr_list in port_terminate()Hans Wippel2018-05-23
* net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun2018-05-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
|\
| * net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers2018-05-14
* | net/smc: restructure client and server code in af_smcHans Wippel2018-05-18
* | net/smc: change smc_buf_free function parametersHans Wippel2018-05-18
* | net/smc: do a few smc_core.c cleanupsHans Wippel2018-05-18
* | net/smc: restructure CDC message receptionHans Wippel2018-05-18
* | net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel2018-05-18
* | net/smc: calculate write offset in RMB only once per connectionHans Wippel2018-05-18
* | net/smc: rename connection index to RMBE indexHans Wippel2018-05-18
* | net/smc: move link group list to smc_coreHans Wippel2018-05-18
* | net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel2018-05-18
* | net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet2018-05-17
* | net/smc: check for pending terminationKarsten Graul2018-05-16
* | net/smc: drop messages when link state is inactiveKarsten Graul2018-05-16
* | net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2018-05-16
* | net/smc: handle all error codes from smc_conn_create()Karsten Graul2018-05-16
* | net/smc: use a workqueue to defer llc sendKarsten Graul2018-05-16
* | net/smc: move link llc initialization to llc layerKarsten Graul2018-05-16
* | net/smc: simplify test_link function usageKarsten Graul2018-05-16
* | net/smc: remove unnecessary castKarsten Graul2018-05-16
* | net/smc: register new rmbs with the peerKarsten Graul2018-05-16
* | net/smc: no tx work trigger for fallback socketsUrsula Braun2018-05-16
* | smc: add support for splice()Stefan Raspl2018-05-04
* | smc: allocate RMBs as compound pagesStefan Raspl2018-05-04
* | smc: make smc_rx_wait_data() genericStefan Raspl2018-05-04
* | smc: simplify abort logicStefan Raspl2018-05-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-04
|\|
| * smc: fix sendpage() callStefan Raspl2018-05-03
| * net/smc: handle unregistered buffersKarsten Graul2018-05-03
| * net/smc: call consolidationKarsten Graul2018-05-03
| * net/smc: restrict non-blocking connect finishUrsula Braun2018-05-02
* | net/smc: determine vlan_id of stacked net_deviceUrsula Braun2018-05-02
* | net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun2018-05-02
* | net/smc: ipv6 support for smc_diag.cKarsten Graul2018-05-02
* | net/smc: periodic testlink supportKarsten Graul2018-05-02
* | net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun2018-04-27
* | net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun2018-04-27
* | net/smc: handle sockopts forcing fallbackUrsula Braun2018-04-27
* | net/smc: fix structure sizeKarsten Graul2018-04-27
|/
* net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun2018-04-25
* net/smc: fix shutdown in state SMC_LISTENUrsula Braun2018-04-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * net/smc: use announced length in sock_recvmsg()Ursula Braun2018-03-27