summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-37/+37
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-13/+13
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-9909/+18523
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-194/+813
2020-06-03RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon-1/+3
2020-06-03RDMA/mlx5: Return ECE DC supportLeon Romanovsky-14/+31
2020-06-03RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky-2/+4
2020-06-03RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky-6/+2
2020-06-02IB/hfi1: Use free_netdev() in hfi1_netdev_free()YueHaibing-4/+1
2020-06-02RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()Dan Carpenter-1/+1
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever-6/+16
2020-06-02IB/hfi1: Fix hfi1_netdev_rx_init() error handlingDan Carpenter-2/+9
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe-18/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe-12/+0
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy-52/+0
2020-06-02RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy-173/+0
2020-06-02RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy-380/+1
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy-120/+0
2020-06-02RDMA/i40iw: Remove FMR leftoversJason Gunthorpe-10/+0
2020-06-02RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe-14/+0
2020-06-02RDMA/mlx5: Remove FMR leftoversGal Pressman-8/+0
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy-495/+1
2020-06-02RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy-227/+22
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin-372/+40
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+0
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-24/+46
2020-05-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed-38/+14
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman-0/+178
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman-0/+9
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu-5/+5
2020-05-29IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King-1/+1
2020-05-29RDMA/hns: remove duplicate assignment to pointer raqColin Ian King-1/+1
2020-05-29RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang-2/+10
2020-05-29RDMA/srpt: Increase max_send_sgeBart Van Assche-7/+1
2020-05-29RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche-7/+3
2020-05-29RDMA/srpt: Make debug output more detailedBart Van Assche-4/+5
2020-05-29RDMA/srp: Make the channel count configurable per targetBart Van Assche-5/+17
2020-05-29hfi1: get rid of pointless access_ok()Al Viro-7/+0
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig-20/+4
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig-13/+5
2020-05-27IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev-12/+26
2020-05-27RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky-4/+46
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky-14/+23
2020-05-27RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky-106/+97
2020-05-27RDMA/mlx5: Remove manually crafted QP context the query callLeon Romanovsky-73/+56
2020-05-27RDMA/mlx5: Use direct modify QP implementationLeon Romanovsky-6/+11