index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2020-12-30
RDMA/bnxt_re: Set queue pair state when being queried
Kamal Heib
1
-0
/
+1
2020-09-23
RDMA/bnxt_re: Restrict the max_gids to 256
Naresh Kumar PBS
2
-1
/
+2
2020-09-17
RDMA/bnxt_re: Do not report transparent vlan from QP1
Selvin Xavier
1
-3
/
+18
2020-08-26
RDMA/bnxt_re: Do not add user qps to flushlist
Selvin Xavier
1
-1
/
+2
2020-01-27
RDMA/bnxt_re: Add missing spin lock initialization
Selvin Xavier
2
-0
/
+2
2020-01-17
RDMA/bnxt_re: Fix Send Work Entry state check while polling completions
Selvin Xavier
1
-6
/
+6
2020-01-17
RDMA/bnxt_re: Avoid freeing MR resources if dereg fails
Selvin Xavier
1
-1
/
+3
2020-01-17
RDMA: Fix goto target to release the allocated memory
Navid Emamdoost
1
-1
/
+1
2019-12-05
infiniband: bnxt_re: qplib: Check the return value of send_message
Aditya Pakki
1
-3
/
+2
2019-12-01
RDMA/bnxt_re: Avoid resource leak in case the NQ registration fails
Selvin Xavier
2
-9
/
+24
2019-12-01
RDMA/bnxt_re: Fix qp async event reporting
Devesh Sharma
1
-4
/
+9
2019-12-01
RDMA/bnxt_re: Avoid NULL check after accessing the pointer
Selvin Xavier
1
-7
/
+6
2018-12-17
RDMA/bnxt_re: Avoid accessing the device structure after it is freed
Selvin Xavier
1
-0
/
+2
2018-12-17
RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
Selvin Xavier
1
-0
/
+1
2018-11-13
RDMA/bnxt_re: Fix recursive lock warning in debug kernel
Selvin Xavier
1
-2
/
+11
2018-11-13
RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
Selvin Xavier
1
-1
/
+2
2018-09-24
RDMA/bnxt_re: Fix system crash during RDMA resource initialization
Selvin Xavier
1
-55
/
+38
2018-09-05
bnxt_re: Fix couple of memory leaks that could lead to IOMMU call traces
Somnath Kotur
2
-1
/
+3
2018-07-30
RDMA/providers: Fix return value from create_srq callbacks
Kamal Heib
1
-1
/
+1
2018-07-30
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
2
-14
/
+14
2018-07-30
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
1
-9
/
+9
2018-07-23
RDMA/bnxt_re: Modify a fall-through annotation
Bart Van Assche
1
-1
/
+1
2018-07-10
RDMA: Fix storage of PortInfo CapabilityMask in the kernel
Jason Gunthorpe
1
-2
/
+2
2018-07-04
RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c
Dan Carpenter
1
-6
/
+6
2018-07-04
RDMA/bnxt_re: Fix a couple off by one bugs
Dan Carpenter
1
-2
/
+2
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
1
-1
/
+2
2018-06-18
RDMA: Convert drivers to use the AH's sgid_attr in post_wr paths
Parav Pandit
1
-23
/
+10
2018-06-18
RDMA: Convert drivers to use sgid_attr instead of sgid_index
Parav Pandit
1
-41
/
+22
2018-06-18
RDMA: Use GID from the ib_gid_attr during the add_gid() callback
Parav Pandit
2
-5
/
+3
2018-05-25
RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changes
Devesh Sharma
5
-53
/
+163
2018-04-03
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
2
-10
/
+6
2018-04-03
IB/providers: Avoid null netdev check for RoCE
Parav Pandit
1
-3
/
+2
2018-04-03
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
1
-1
/
+0
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
1
-0
/
+1
2018-03-14
Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next
Doug Ledford
9
-98
/
+102
2018-03-14
infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masks
Arnd Bergmann
2
-3
/
+3
2018-03-14
infiniband: qplib_fp: fix pointer cast
Arnd Bergmann
1
-2
/
+2
2018-03-13
RDMA/bnxt_re: Remove an unused variable
Bart Van Assche
1
-3
/
+2
2018-03-06
RDMA/bnxt_re: Avoid Hard lockup during error CQE processing
Selvin Xavier
6
-90
/
+55
2018-03-06
RDMA/bnxt_re/qplib_sp: Use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-02-28
infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masks
Arnd Bergmann
2
-3
/
+3
2018-02-28
infiniband: qplib_fp: fix pointer cast
Arnd Bergmann
1
-2
/
+2
2018-02-28
RDMA/bnxt_re: Fix the ib_reg failure cleanup
Selvin Xavier
1
-1
/
+4
2018-02-28
RDMA/bnxt_re: Fix incorrect DB offset calculation
Devesh Sharma
4
-3
/
+32
2018-02-28
RDMA/bnxt_re: Unconditionly fence non wire memory operations
Devesh Sharma
1
-4
/
+11
2018-02-20
RDMA/bnxt_re: Avoid system hang during device un-reg
Selvin Xavier
2
-5
/
+4
2018-02-20
RDMA/bnxt_re: Fix system crash during load/unload
Selvin Xavier
1
-0
/
+5
2018-02-20
RDMA/bnxt_re: Synchronize destroy_qp with poll_cq
Selvin Xavier
4
-19
/
+47
2018-02-20
RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
Devesh Sharma
1
-1
/
+8
2018-02-20
RDMA/bnxt_re: Disable atomic capability on bnxt_re adapters
Devesh Sharma
2
-17
/
+3
[next]