Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | RDMA/usnic: Delete useless module.h include | Leon Romanovsky | 6 | -6/+0 |
2022-01-05 | RDMA: Use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2021-11-19 | RDMA/usnic: Clean up usnic_ib_alloc_pd() | Dan Carpenter | 1 | -5/+3 |
2021-10-25 | RDMA: Constify netdev->dev_addr accesses | Jakub Kicinski | 2 | -2/+2 |
2021-09-24 | RDMA/usnic: Lock VF with mutex instead of spinlock | Leon Romanovsky | 3 | -10/+10 |
2021-08-03 | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 5 | -67/+52 |
2021-06-16 | RDMA: Remove rdma_set_device_sysfs_group() | Jason Gunthorpe | 1 | -2/+1 |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -7/+7 |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -1/+2 |
2021-03-26 | RDMA: Support more than 255 rdma ports | Mark Bloch | 3 | -7/+7 |
2021-01-19 | RDMA/usnic: Fix misuse of sysfs_emit_at | Joe Perches | 1 | -4/+3 |
2021-01-07 | RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp | Dinghao Liu | 1 | -0/+3 |
2020-10-30 | RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit | Joe Perches | 1 | -19/+12 |
2020-10-30 | RDMA: Manual changes for sysfs_emit and neatening | Joe Perches | 1 | -33/+23 |
2020-10-26 | RDMA: Convert sysfs device * show functions to use sysfs_emit() | Joe Perches | 1 | -9/+6 |
2020-10-26 | RDMA: Check create_flags during create_qp | Jason Gunthorpe | 1 | -1/+1 |
2020-10-26 | RDMA: Check flags during create_cq | Jason Gunthorpe | 1 | -1/+1 |
2020-10-26 | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe | 1 | -0/+3 |
2020-10-26 | RDMA: Move more uverbs_cmd_mask settings to the core | Jason Gunthorpe | 1 | -5/+0 |
2020-10-26 | RDMA: Remove elements in uverbs_cmd_mask that all drivers set | Jason Gunthorpe | 1 | -15/+1 |
2020-10-16 | RDMA: Explicitly pass in the dma_device to ib_register_device | Jason Gunthorpe | 1 | -1/+2 |
2020-09-09 | RDMA: Allow fail of destroy CQ | Leon Romanovsky | 2 | -3/+3 |
2020-09-09 | RDMA: Restore ability to fail on PD deallocate | Leon Romanovsky | 2 | -2/+3 |
2020-08-31 | Merge tag 'v5.9-rc3' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+1 |
2020-08-27 | RDMA/usnic: Remove the query_pkey callback | Kamal Heib | 3 | -15/+0 |
2020-08-18 | RDMA/usnic: Fix spelling mistake "transistion" -> "transition" | Colin Ian King | 1 | -1/+1 |
2020-07-16 | RDMA/usnic: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -2/+2 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -2/+2 |
2020-06-02 | RDMA: Remove 'max_map_per_fmr' | Jason Gunthorpe | 1 | -1/+0 |
2020-03-04 | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib | 1 | -1/+1 |
2020-02-20 | RDMA: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-01-31 | mm, tree-wide: rename put_user_page*() to unpin_user_page*() | John Hubbard | 1 | -1/+1 |
2020-01-31 | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP | John Hubbard | 1 | -1/+1 |
2019-09-24 | mm/gup: add make_dirty arg to put_user_pages_dirty_lock() | akpm@linux-foundation.org | 1 | -4/+1 |
2019-09-13 | RDMA/usnic: Avoid overly large buffers on stack | Arnd Bergmann | 1 | -2/+8 |
2019-08-12 | RDMA: Introduce ib_port_phys_state enum | Kamal Heib | 1 | -3/+4 |
2019-07-25 | IB/usnic: Use dev_get_drvdata | Chuhong Yuan | 1 | -1/+1 |
2019-07-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 5 | -26/+22 |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 1 | -0/+1 |
2019-06-11 | RDMA: Convert CQ allocations to be under core responsibility | Leon Romanovsky | 4 | -16/+12 |
2019-06-11 | RDMA: Clean destroy CQ in drivers do not return errors | Leon Romanovsky | 2 | -4/+2 |
2019-06-10 | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+1 |
2019-06-10 | RDMA: Move uverbs_abi_ver into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+1 |
2019-06-10 | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+2 |
2019-06-02 | net: ipv4: provide __rcu annotation for ifa_list | Florian Westphal | 1 | -5/+10 |
2019-05-27 | RDMA: Convert put_page() to put_user_page*() | John Hubbard | 1 | -3/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM | Ira Weiny | 1 | -4/+5 |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 2 | -6/+2 |