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
/
qplib_rcfw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()
Kashyap Desai
1
-8
/
+15
2023-06-26
RDMA/bnxt_re: Remove incorrect return check from slow path
Kashyap Desai
1
-6
/
+0
2023-06-21
RDMA/bnxt_re: Initialize opcode while sending message
Leon Romanovsky
1
-3
/
+2
2023-06-12
RDMA/bnxt_re: optimize the parameters passed to helper functions
Kashyap Desai
1
-25
/
+19
2023-06-12
RDMA/bnxt_re: remove redundant cmdq_bitmap
Kashyap Desai
1
-47
/
+32
2023-06-12
RDMA/bnxt_re: use firmware provided max request timeout
Kashyap Desai
1
-11
/
+48
2023-06-12
RDMA/bnxt_re: cancel all control path command waiters upon error
Kashyap Desai
1
-2
/
+2
2023-06-12
RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation
Kashyap Desai
1
-0
/
+108
2023-06-12
RDMA/bnxt_re: Add firmware stall check detection
Kashyap Desai
1
-8
/
+36
2023-06-12
RDMA/bnxt_re: handle command completions after driver detect a timedout
Kashyap Desai
1
-26
/
+33
2023-06-12
RDMA/bnxt_re: add helper function __poll_for_resp
Kashyap Desai
1
-1
/
+43
2023-06-12
RDMA/bnxt_re: Simplify the function that sends the FW commands
Kashyap Desai
1
-61
/
+64
2023-06-12
RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
Kashyap Desai
1
-2
/
+58
2023-06-12
RDMA/bnxt_re: Avoid the command wait if firmware is inactive
Kashyap Desai
1
-4
/
+48
2023-06-12
RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
Kashyap Desai
1
-14
/
+51
2023-06-12
RDMA/bnxt_re: set fixed command queue depth
Kashyap Desai
1
-4
/
+2
2023-06-12
RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel
Kashyap Desai
1
-9
/
+6
2023-06-12
RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
Kashyap Desai
1
-3
/
+10
2023-06-12
RDMA/bnxt_re: wraparound mbox producer index
Kashyap Desai
1
-2
/
+2
2023-05-19
RDMA/bnxt_re: Use unique names while registering interrupts
Kalesh AP
1
-2
/
+13
2023-05-19
RDMA/bnxt_re: Disable/kill tasklet only if it is enabled
Selvin Xavier
1
-5
/
+9
2023-04-04
RDMA/bnxt_re: Enable congestion control by default
Selvin Xavier
1
-8
/
+7
2023-04-04
RDAM/bnxt_re: Use tlv apis while processing the slow path commands
Selvin Xavier
1
-11
/
+11
2023-04-04
RDMA/bnxt_re: Reduce number of argumets to control path command APIs
Selvin Xavier
1
-35
/
+35
2023-04-04
RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline function
Selvin Xavier
1
-4
/
+6
2021-11-29
RDMA/bnxt_re: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-4
/
+2
2021-11-16
RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...
Christophe JAILLET
1
-4
/
+2
2021-09-20
RDMA/bnxt_re: Use GFP_KERNEL in non atomic context
Selvin Xavier
1
-2
/
+2
2021-09-20
RDMA/bnxt_re: Reduce the delay in polling for hwrm command completion
Selvin Xavier
1
-1
/
+1
2021-03-26
RDMA/bnxt_re: Move device to error state upon device crash
Selvin Xavier
1
-0
/
+4
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
1
-4
/
+6
2020-09-03
RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+5
2020-08-27
RDMA/bnxt_re: Fix the qp table indexing
Selvin Xavier
1
-4
/
+6
2020-04-14
RDMA/bnxt_re: Simplify obtaining queue entry from hw ring
Devesh Sharma
1
-11
/
+5
2020-04-14
RDMA/bnxt_re: Reduce device page size detection code
Devesh Sharma
1
-45
/
+27
2020-03-02
RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'
YueHaibing
1
-4
/
+0
2020-02-21
RDMA/bnxt_re: Refactor doorbell management functions
Devesh Sharma
1
-13
/
+8
2020-02-21
RDMA/bnxt_re: Refactor command queue management code
Devesh Sharma
1
-166
/
+253
2020-02-21
RDMA/bnxt_re: Refactor hardware queue memory allocation
Devesh Sharma
1
-25
/
+32
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-2
/
+2
2019-10-08
RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter series
Devesh Sharma
1
-1
/
+4
2019-08-22
RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_message
Selvin Xavier
1
-1
/
+7
2019-03-28
RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addresses
Selvin Xavier
1
-2
/
+2
2019-02-07
RDMA/bnxt_re: Skip backing store allocation for 57500 series
Devesh Sharma
1
-2
/
+4
2019-02-07
RDMA/bnxt_re: Add 64bit doorbells for 57500 series
Devesh Sharma
1
-10
/
+21
2019-01-29
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
1
-2
/
+2
2019-01-14
RDMA/bnxt_re: fix a size calculation
Dan Carpenter
1
-2
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-12-19
RDMA/bnxt_re: Increase depth of control path command queue
Devesh Sharma
1
-12
/
+22
2018-10-16
RDMA/bnxt_re: Prevent driver crash due to NULL pointer in error message print
Somnath Kotur
1
-4
/
+6
[next]