summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/usnic
AgeCommit message (Expand)Author
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-19RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib
2020-08-18RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King
2020-07-16RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org
2019-09-13RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib
2019-07-25IB/usnic: Use dev_get_drvdataChuhong Yuan
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky