aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-7/+8
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang1-0/+29
2022-05-17net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang1-0/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+2
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li1-2/+2
2021-10-16net/smc: stop links when their GID is removedKarsten Graul1-0/+53
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul1-1/+2
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul1-13/+64
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul1-0/+27
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce1-3/+3
2020-12-16net/smc: fix access to parent of an ib deviceKarsten Graul1-13/+23
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce1-0/+156
2020-12-01net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce1-0/+44
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-07-19net/smc: protect smc ib device initializationKarsten Graul1-3/+13
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun1-5/+6
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+5
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-6/+4
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-0/+11
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul1-1/+1
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul1-0/+1
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul1-29/+29
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul1-2/+3
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe1-2/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-10net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-02-26net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-02-26net/smc: improve peer ID in CLC decline for SMC-RHans Wippel1-1/+1
2020-02-26net/smc: rework peer ID handlingHans Wippel1-7/+12
2020-02-17net/smc: reduce port_event schedulingUrsula Braun1-15/+29
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun1-1/+3
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun1-1/+2
2019-11-15net/smc: wait for tx completions before link freeingUrsula Braun1-1/+1
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun1-2/+13
2019-05-03net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit1-8/+8
2019-02-21net/smc: rework pnet tableHans Wippel1-1/+0
2019-02-12net/smc: check port_idx of ib eventKarsten Graul1-8/+16
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul1-3/+3
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe1-23/+25
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-63/+107
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe1-14/+10
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-5/+36
2018-07-23net/smc: add function to get link group from linkStefan Raspl1-2/+1
2018-06-30net/smc: add pnetid supportUrsula Braun1-1/+5
2018-06-30net/smc: determine port attributes independent from pnet tableUrsula Braun1-60/+70
2018-06-18net/smc: Replace ib_query_gid with rdma_get_gid_attrParav Pandit1-10/+15
2018-05-18net/smc: move link group list to smc_coreHans Wippel1-12/+1