index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
usnic
/
usnic_ib_verbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
1
-1
/
+1
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-04-08
RDMA/usnic: Refactor usnic_uiom_alloc_pd()
Robin Murphy
1
-2
/
+1
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
1
-1
/
+2
2022-01-28
RDMA/usnic: Delete useless module.h include
Leon Romanovsky
1
-1
/
+0
2021-11-19
RDMA/usnic: Clean up usnic_ib_alloc_pd()
Dan Carpenter
1
-5
/
+3
2021-09-24
RDMA/usnic: Lock VF with mutex instead of spinlock
Leon Romanovsky
1
-8
/
+8
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
1
-37
/
+32
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
1
-3
/
+3
2021-01-07
RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
Dinghao Liu
1
-0
/
+3
2020-10-27
RDMA: Check create_flags during create_qp
Jason Gunthorpe
1
-1
/
+1
2020-10-27
RDMA: Check flags during create_cq
Jason Gunthorpe
1
-1
/
+1
2020-10-27
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
1
-0
/
+3
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
1
-2
/
+2
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
1
-1
/
+2
2020-08-27
RDMA/usnic: Remove the query_pkey callback
Kamal Heib
1
-11
/
+0
2020-06-03
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
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-06-11
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
1
-13
/
+5
2019-06-11
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
1
-3
/
+1
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
1
-3
/
+1
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
1
-1
/
+1
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
1
-5
/
+4
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
1
-12
/
+6
2019-02-20
IB/usnic: Fix deadlock
Parvi Kaustubhi
1
-10
/
+0
2019-02-16
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
1
-2
/
+3
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
1
-20
/
+6
2019-01-31
IB/usnic: Remove stub functions
Gal Pressman
1
-53
/
+0
2019-01-11
RDMA: Clear CTX objects during their allocation
Leon Romanovsky
1
-1
/
+1
2019-01-11
IB/usnic: Fix out of bounds index check in query pkey
Gal Pressman
1
-1
/
+1
2018-12-20
IB/usnic: Fix potential deadlock
Parvi Kaustubhi
1
-4
/
+7
2018-12-20
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
1
-1
/
+1
2018-12-20
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
1
-0
/
+1
2018-09-26
RDMA/drivers: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-7
/
+9
2018-07-31
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
1
-4
/
+4
2018-06-25
IB/usnic: Update with bug fixes from core code
Jason Gunthorpe
1
-1
/
+1
2017-12-22
drivers: infiniband: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-10-15
RDMA/usnic: Instantiate data structures once
Bart Van Assche
1
-0
/
+24
2017-10-15
RDMA/usnic: Make the compiler check declaration consistency during compilation
Bart Van Assche
1
-0
/
+1
2017-08-29
IB/usnic: check for allocation failure
Dan Carpenter
1
-0
/
+2
2017-08-22
RDMA: Fix return value check for ib_get_eth_speed()
Selvin Xavier
1
-2
/
+2
2017-07-24
IB/core: Add generic function to extract IB speed from netdev
Yuval Shaia
1
-25
/
+6
2017-07-24
IB/usnic: Implement get_netdev hook
Yuval Shaia
1
-0
/
+10
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-1
/
+1
2017-04-28
IB/usnic: Simplify the code to balance loc/unlock calls
Leon Romanovsky
1
-22
/
+23
2017-04-28
Ib/usnic: Explicitly include usnic headers
Leon Romanovsky
1
-0
/
+1
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+1
2017-02-14
IB: Query ports via the core instead of direct into the driver
Or Gerlitz
1
-1
/
+1
[next]