index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
bnxt_re
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-12
RDMA/bnxt_re: Change the sequence of updating the CQ toggle value
Chandramohan Akula
1
-7
/
+1
2024-10-12
RDMA/bnxt_re: Fix an error path in bnxt_re_add_device
Kalesh AP
1
-9
/
+3
2024-10-12
RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
Selvin Xavier
1
-0
/
+9
2024-10-12
RDMA/bnxt_re: Fix a possible NULL pointer dereference
Kalesh AP
1
-3
/
+3
2024-10-12
RDMA/bnxt_re: Fix incorrect dereference of srq in async event
Kashyap Desai
1
-2
/
+5
2024-10-08
RDMA/bnxt_re: Fix a possible memory leak
Kalesh AP
1
-1
/
+4
2024-09-22
RDMA/bnxt_re: Remove the unused variable en_dev
Jiapeng Chong
1
-2
/
+0
2024-09-13
RDMA/bnxt_re: Recover the device when FW error is detected
Selvin Xavier
1
-31
/
+39
2024-09-13
RDMA/bnxt_re: Group all operations under add_device and remove_device
Selvin Xavier
1
-32
/
+33
2024-09-13
RDMA/bnxt_re: Use the aux device for L2 ULP callbacks
Chandramohan Akula
1
-6
/
+20
2024-09-13
RDMA/bnxt_re: Change aux driver data to en_info to hold more information
Chandramohan Akula
1
-11
/
+60
2024-09-02
RDMA/bnxt_re: Share a page to expose per SRQ info with userspace
Chandramohan Akula
1
-1
/
+5
2024-08-27
RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters
Selvin Xavier
1
-10
/
+11
2024-07-01
RDMA/bnxt_re: Disable doorbell moderation if hardware register read fails
Selvin Xavier
1
-11
/
+34
2024-07-01
RDMA/bnxt_re: Enable DB moderation for genP7 adapters
Selvin Xavier
1
-3
/
+4
2024-07-01
RDMA/bnxt_re: Update the correct DB FIFO depth and mask for GenP7
Selvin Xavier
1
-14
/
+24
2024-01-25
RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_config
Kalesh AP
1
-3
/
+0
2023-12-20
RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applications
Selvin Xavier
1
-3
/
+5
2023-12-17
RDMA/bnxt_re: Share a page to expose per CQ info with userspace
Selvin Xavier
1
-1
/
+9
2023-12-12
Expose c0 and SW encap ICM for RDMA
Leon Romanovsky
1
-1
/
+1
2023-12-11
RDMA/bnxt_re: Update the BAR offsets
Selvin Xavier
1
-14
/
+7
2023-12-11
RDMA/bnxt_re: Support new 5760X P7 devices
Selvin Xavier
1
-7
/
+7
2023-11-22
RDMA/bnxt_re: Correct module description string
Kalesh AP
1
-1
/
+1
2023-10-22
RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...
Nathan Chancellor
1
-0
/
+1
2023-10-15
RDMA/bnxt_re: Do not report SRQ error in srq notification
Chandramohan Akula
1
-5
/
+2
2023-10-15
RDMA/bnxt_re: Report async events and errors
Chandramohan Akula
1
-9
/
+156
2023-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-30
/
+247
2023-08-15
RDMA/bnxt_re: Add support for dmabuf pinned memory regions
Saravanan Vajravel
1
-0
/
+1
2023-08-15
RDMA/bnxt_re: Initialize mutex dbq_lock
Kashyap Desai
1
-0
/
+1
2023-08-10
RDMA/bnxt_re: Fix error handling in probe failure path
Kalesh AP
1
-0
/
+2
2023-08-10
RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF
Selvin Xavier
1
-1
/
+1
2023-08-07
RDMA/bnxt_re: Remove unnecessary variable initializations
Kalesh AP
1
-6
/
+6
2023-08-07
RDMA/bnxt_re: Avoid unnecessary memset
Kalesh AP
1
-8
/
+4
2023-08-07
RDMA/bnxt_re: Remove a redundant flag
Kalesh AP
1
-3
/
+2
2023-08-07
RDMA/bnxt_re: Fix max_qp count for virtual functions
Kalesh AP
1
-4
/
+2
2023-07-31
RDMA: Remove unnecessary ternary operators
Ruan Jinjie
1
-4
/
+3
2023-07-30
bnxt_re: Update the debug counters for doorbell pacing
Chandramohan Akula
1
-0
/
+3
2023-07-30
bnxt_re: Reorganize the resource stats
Chandramohan Akula
1
-7
/
+7
2023-07-21
RDMA/bnxt_re: Implement doorbell pacing algorithm
Chandramohan Akula
1
-0
/
+124
2023-07-21
RDMA/bnxt_re: Initialize Doorbell pacing feature
Chandramohan Akula
1
-0
/
+96
2023-06-27
Merge tag 'v6.4' into rdma.git for-next
Jason Gunthorpe
1
-2
/
+4
2023-06-26
RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
Yang Li
1
-1
/
+0
2023-06-21
RDMA/bnxt_re: Enable low latency push
Selvin Xavier
1
-3
/
+17
2023-06-21
RDMA/bnxt_re: Reorg the bar mapping
Selvin Xavier
1
-4
/
+67
2023-06-21
RDMA/bnxt_re: Move the interface version to chip context structure
Selvin Xavier
1
-1
/
+1
2023-06-21
RDMA/bnxt_re: Query function capabilities from firmware
Selvin Xavier
1
-0
/
+21
2023-06-21
RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usage
Selvin Xavier
1
-29
/
+19
2023-06-21
RDMA/bnxt_re: Add disassociate ucontext support
Selvin Xavier
1
-0
/
+5
2023-06-21
RDMA/bnxt_re: Use the common mmap helper functions
Selvin Xavier
1
-0
/
+1
2023-06-12
RDMA/bnxt_re: use firmware provided max request timeout
Kashyap Desai
1
-0
/
+8
[next]