summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-013-7/+7
|\
| * RDMA: Support more than 255 rdma portsMark Bloch2021-03-263-7/+7
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-091-1/+2
|/
* RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches2021-01-201-4/+3
* RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu2021-01-071-0/+3
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-311-19/+12
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-311-33/+23
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-9/+6
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+0
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-3/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-1/+1
|\
| * RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King2020-08-181-1/+1
* | RDMA/usnic: Remove the query_pkey callbackKamal Heib2020-08-273-15/+0
|/
* RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-161-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-031-1/+0
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-251-4/+1
* RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann2019-09-131-2/+8
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-3/+4
* IB/usnic: Use dev_get_drvdataChuhong Yuan2019-07-251-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-165-26/+22
|\
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-0/+1
| |\
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-114-16/+12
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-4/+2
| * | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
| * | RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-281-3/+4
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-5/+10
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-4/+5
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-012-6/+2
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-013-5/+3
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-012-9/+8
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-15/+9
* IB/usnic: Fix deadlockParvi Kaustubhi2019-02-203-28/+19
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-2/+3
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-093-24/+10
* IB/usnic: Fix locking when unregisteringParvi Kaustubhi2019-02-091-2/+4