aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24net/smc: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche3-10/+4
2018-07-24net/smc: Remove a WARN_ON() statementBart Van Assche1-1/+0
2018-06-18net/smc: Replace ib_query_gid with rdma_get_gid_attrParav Pandit2-20/+25
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-06-12smc: convert to ->poll_maskCong Wang1-9/+3
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun1-1/+1
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun1-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl8-36/+238
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel1-3/+13
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun1-3/+15
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