aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu1-2/+7
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul1-25/+73
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul1-1/+6
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul1-1/+3
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul1-18/+46
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+11
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul1-9/+11
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-14net/smc: keep static copy of system EIDKarsten Graul1-8/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-09net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce1-2/+2
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-5/+5
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce1-1/+12
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul1-15/+0
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce1-6/+11
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce1-1/+1
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce1-0/+130
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce1-4/+87
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce1-0/+85
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce1-0/+60
2020-12-01net/smc: Add diagnostic information to link structureGuvenc Gulce1-0/+10
2020-12-01net/smc: Add link counters for IB device portsGuvenc Gulce1-0/+13
2020-12-01net/smc: Add connection counters for linksGuvenc Gulce1-2/+14
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul1-1/+2
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun1-0/+1
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun1-11/+12
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun1-10/+13
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul1-2/+11
2020-09-10net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun1-19/+4
2020-09-10net/smc: common routine for CLC accept and confirmUrsula Braun1-2/+2
2020-09-10net/smc: introduce better field namesUrsula Braun1-8/+8
2020-09-03net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-03net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul1-2/+2
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-19net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul1-8/+7
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul1-73/+7
2020-07-19net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun1-4/+4