aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic
AgeCommit message (Expand)Author
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
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-08IB/usnic: Fix locking when unregisteringParvi Kaustubhi
2019-02-07drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2019-01-30IB/usnic: Remove stub functionsGal Pressman
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2019-01-25infiniband: prefix header search paths with $(srctree)/Masahiro Yamada
2019-01-24infiniband: usnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky
2019-01-10IB/usnic: Fix out of bounds index check in query pkeyGal Pressman
2019-01-07IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva
2018-12-19IB/usnic: Fix potential deadlockParvi Kaustubhi
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-12RDMA/usnic: Initialize ib_device_ops structKamal Heib
2018-11-29IB/usnic: fix spelling mistake "miniumum" -> "minimum"Colin Ian King
2018-11-29RDMA/drivers: Fix spelling mistake "initalize" -> "initialize"Colin Ian King
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-09-25IB/usnic: fix spelling mistake "unvalid" -> "invalid"Colin Ian King
2018-09-20RDMA/usnic: Do not use ucontext->tgidJason Gunthorpe
2018-09-11infiniband: remove redundant condition check before debugfs_removezhong jiang