index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
bnxt_re
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1
Colin Ian King
1
-4
/
+1
2021-06-21
RDMA/bnxt_re: Update ABI to pass wqe-mode to user space
Devesh Sharma
3
-6
/
+5
2021-06-16
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
1
-1
/
+1
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
3
-8
/
+5
2021-06-03
RDMA/bnxt_re: Enable global atomic ops if platform supports
Devesh Sharma
6
-3
/
+37
2021-05-20
RDMA/bnxt_re: Drop unnecessary NULL checks after container_of
Guenter Roeck
2
-30
/
+0
2021-04-27
RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res
Lv Yunlong
1
-0
/
+1
2021-04-19
RDMA/bnxt_re: Get rid of custom module reference counting
Leon Romanovsky
1
-14
/
+2
2021-04-19
RDMA/bnxt_re: Create direct symbol link between bnxt modules
Leon Romanovsky
1
-6
/
+1
2021-04-19
RDMA/bnxt_re: Depend on bnxt ethernet driver and not blindly select it
Leon Romanovsky
1
-3
/
+1
2021-04-12
RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()
Wang Wensheng
1
-0
/
+1
2021-03-26
RDMA/bnxt_re: Move device to error state upon device crash
Selvin Xavier
4
-0
/
+47
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
4
-14
/
+14
2021-01-18
RDMA/bnxt_re: Allow bigger MR creation
Selvin Xavier
2
-20
/
+2
2021-01-18
RDMA/bnxt_re: Code refactor while populating user MRs
Selvin Xavier
3
-47
/
+13
2020-12-07
RDMA/bnxt_re: Fix max_qp_wrs reported
Selvin Xavier
1
-1
/
+1
2020-10-27
RDMA/bnxt_re: Fix entry size during SRQ create
Selvin Xavier
1
-2
/
+2
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
1
-2
/
+2
2020-10-26
RDMA: Remove AH from uverbs_cmd_mask
Jason Gunthorpe
1
-9
/
+1
2020-10-26
RDMA: Check create_flags during create_qp
Jason Gunthorpe
1
-1
/
+3
2020-10-26
RDMA: Check flags during create_cq
Jason Gunthorpe
1
-0
/
+3
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
-6
/
+0
2020-10-26
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
1
-15
/
+1
2020-10-26
RDMA/bnxt_re: Set queue pair state when being queried
Kamal Heib
1
-0
/
+1
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-1
/
+2
2020-10-06
RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.
Colin Ian King
1
-1
/
+1
2020-10-06
RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()
Jason Gunthorpe
3
-29
/
+22
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
8
-34
/
+60
2020-09-18
RDMA: Fix link active_speed size
Aharon Landau
1
-1
/
+1
2020-09-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-33
/
+59
2020-09-11
RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()
Jason Gunthorpe
1
-46
/
+24
2020-09-09
RDMA/umem: Add rdma_umem_for_each_dma_block()
Jason Gunthorpe
1
-1
/
+1
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
YueHaibing
1
-2
/
+0
2020-09-03
RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() API
Allen Pais
2
-10
/
+8
2020-08-27
RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds
Selvin Xavier
1
-11
/
+11
2020-08-27
RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address
Naresh Kumar PBS
1
-2
/
+2
2020-08-27
RDMA/bnxt_re: Restrict the max_gids to 256
Naresh Kumar PBS
2
-1
/
+2
2020-08-27
RDMA/bnxt_re: Static NQ depth allocation
Naresh Kumar PBS
1
-2
/
+1
2020-08-27
RDMA/bnxt_re: Fix the qp table indexing
Selvin Xavier
3
-12
/
+25
2020-08-27
RDMA/bnxt_re: Do not report transparent vlan from QP1
Selvin Xavier
1
-3
/
+18
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-08-20
RDMA/bnxt_re: Do not add user qps to flushlist
Selvin Xavier
1
-1
/
+2
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-396
/
+744
2020-07-27
bnxt_en: Update firmware interface to 1.10.1.54.
Michael Chan
1
-1
/
+1
2020-07-20
RDMA/bnxt_re: Change wr posting logic to accommodate variable wqes
Devesh Sharma
5
-173
/
+398
[next]