aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe1-2/+2
2019-08-20IB/mlx4: Fix memory leaksWenwen Wang1-2/+2
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-1/+2
2019-07-25RDMA/mlx4: Annotate boolean arguments as bool and not intLeon Romanovsky1-4/+4
2019-07-25RDMA/mlx4: Separate creation of RWQ and QPLeon Romanovsky1-82/+154
2019-07-24RDMA/mlx4: Untag user pointers in mlx4_get_umem_mrAndrey Konovalov1-3/+4
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-64/+45
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2-0/+2
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-3/+3
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky3-17/+11
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky2-4/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-20/+11
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-4/+2
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-7/+8
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-21IB/mlx4: Delete unused func argYuval Shaia1-5/+3
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2-5/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-205/+183
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2-5/+9
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-35/+20
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky4-81/+63
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-6/+0
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch6-29/+26
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch3-16/+35
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch8-24/+24
2019-03-26mlx4: Convert pv_id_table to XArrayMatthew Wilcox2-25/+16
2019-03-17IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein1-1/+1
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-111/+106
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-1/+0
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-19/+11
2019-02-22IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge1-1/+1
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch3-42/+51
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-23/+13
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-3/+3
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-21IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein1-3/+3
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-3/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA: Clear CQ objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe6-26/+30
2019-01-10IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch1-1/+0
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-129/+170
2018-12-20IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman3-14/+14
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman3-5/+5
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2-15/+15
2018-12-18IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1