summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_ib.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang2023-10-131-3/+4
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-7/+8
* net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang2022-07-181-0/+29
* net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang2022-05-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+2
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+2
* | net/smc: fix kernel panic caused by race of smc_sockDust Li2021-12-281-2/+2
|/
* net/smc: stop links when their GID is removedKarsten Graul2021-10-161-0/+53
* net/smc: add v2 support to the work request layerKarsten Graul2021-10-161-1/+2
* net/smc: retrieve v2 gid from IB deviceKarsten Graul2021-10-161-13/+64
* net/smc: add SMC-Rv2 connection establishmentKarsten Graul2021-10-161-0/+27
* net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-121-3/+3
* net/smc: fix access to parent of an ib deviceKarsten Graul2020-12-161-13/+23
* net/smc: Add support for obtaining SMCR device listGuvenc Gulce2020-12-011-0/+156
* net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce2020-12-011-0/+44
* net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul2020-11-191-3/+3
* net/smc: protect smc ib device initializationKarsten Graul2020-07-191-3/+13
* net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun2020-07-081-5/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-051-8/+5
|\
| * RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-6/+4
| * RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe2020-04-141-2/+1
* | net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-0/+11
* | net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul2020-05-011-1/+1
* | net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul2020-05-011-0/+1
* | net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-291-29/+29
* | net/smc: rework pnet table to support SMC-R failoverKarsten Graul2020-04-291-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+1
|\
| * net/smc: cancel event worker during device removalKarsten Graul2020-03-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-0/+2
|\|
| * net/smc: check for valid ib_client_dataKarsten Graul2020-02-261-0/+2
* | net/smc: improve peer ID in CLC decline for SMC-RHans Wippel2020-02-261-1/+1
* | net/smc: rework peer ID handlingHans Wippel2020-02-261-7/+12
* | net/smc: reduce port_event schedulingUrsula Braun2020-02-171-15/+29
|/
* net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun2019-11-161-1/+3
* net/smc: immediate termination for SMCR link groupsUrsula Braun2019-11-151-1/+2
* net/smc: wait for tx completions before link freeingUrsula Braun2019-11-151-1/+1
* net/smc: no new connections on disappearing devicesUrsula Braun2019-10-091-2/+13
* net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit2019-05-031-8/+8
* net/smc: rework pnet tableHans Wippel2019-02-211-1/+0
* net/smc: check port_idx of ib eventKarsten Graul2019-02-121-8/+16
* net/smc: use device link provided in qp_contextKarsten Graul2019-02-011-3/+3
* RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe2018-08-171-23/+25
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-63/+107
|\
| * net/smc: use correct vlan gid of RoCE deviceUrsula Braun2018-07-251-5/+36
| * net/smc: add function to get link group from linkStefan Raspl2018-07-231-2/+1
| * net/smc: add pnetid supportUrsula Braun2018-06-301-1/+5
| * net/smc: determine port attributes independent from pnet tableUrsula Braun2018-06-301-60/+70
* | Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2018-08-161-14/+10