Age | Commit message (Expand) | Author |
2024-12-31 | RDMA/bnxt_re: Fix error recovery sequence | Kalesh AP |
2024-11-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2024-11-17 | RDMA/bnxt_re: Correct the sequence of device suspend | Kalesh AP |
2024-11-17 | RDMA/bnxt_re: Use the default mode of congestion control | Kalesh AP |
2024-11-14 | RDMA/bnxt_re: Cache MSIx info to a local structure | Kalesh AP |
2024-11-14 | RDMA/bnxt_re: Refurbish CQ to NQ hash calculation | Kalesh AP |
2024-11-14 | RDMA/bnxt_re: Refactor NQ allocation | Kalesh AP |
2024-11-14 | RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved | Kalesh AP |
2024-11-12 | RDMA/bnxt_re: Add set_func_resources support for P5/P7 adapters | Kalesh AP |
2024-11-12 | RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration design | Bhargava Chenna Marreddy |
2024-11-04 | RDMA/bnxt_re: Add debugfs hook in the driver | Kalesh AP |
2024-11-04 | RDMA/bnxt_re: Support raw data query for each resources | Kashyap Desai |
2024-11-04 | RDMA/bnxt_re: Support driver specific data collection using rdma tool | Kashyap Desai |
2024-11-03 | RDMA/bnxt_re: Remove some dead code | Christophe JAILLET |
2024-11-03 | RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe() | Christophe JAILLET |
2024-10-28 | RDMA/bnxt_re: Add support for modify_device hook | Kalesh AP |
2024-10-28 | RDMA/bnxt_re: Add support for CQ rx coalescing | Chandramohan Akula |
2024-10-11 | RDMA/bnxt_re: Change the sequence of updating the CQ toggle value | Chandramohan Akula |
2024-10-11 | RDMA/bnxt_re: Fix an error path in bnxt_re_add_device | Kalesh AP |
2024-10-11 | RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop | Selvin Xavier |
2024-10-11 | RDMA/bnxt_re: Fix a possible NULL pointer dereference | Kalesh AP |
2024-10-11 | RDMA/bnxt_re: Fix incorrect dereference of srq in async event | Kashyap Desai |
2024-10-08 | RDMA/bnxt_re: Fix a possible memory leak | Kalesh AP |
2024-09-22 | RDMA/bnxt_re: Remove the unused variable en_dev | Jiapeng Chong |
2024-09-13 | RDMA/bnxt_re: Recover the device when FW error is detected | Selvin Xavier |
2024-09-13 | RDMA/bnxt_re: Group all operations under add_device and remove_device | Selvin Xavier |
2024-09-13 | RDMA/bnxt_re: Use the aux device for L2 ULP callbacks | Chandramohan Akula |
2024-09-13 | RDMA/bnxt_re: Change aux driver data to en_info to hold more information | Chandramohan Akula |
2024-09-02 | RDMA/bnxt_re: Share a page to expose per SRQ info with userspace | Chandramohan Akula |
2024-08-27 | RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters | Selvin Xavier |
2024-07-01 | RDMA/bnxt_re: Disable doorbell moderation if hardware register read fails | Selvin Xavier |
2024-07-01 | RDMA/bnxt_re: Enable DB moderation for genP7 adapters | Selvin Xavier |
2024-07-01 | RDMA/bnxt_re: Update the correct DB FIFO depth and mask for GenP7 | Selvin Xavier |
2024-01-25 | RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_config | Kalesh AP |
2023-12-20 | RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applications | Selvin Xavier |
2023-12-17 | RDMA/bnxt_re: Share a page to expose per CQ info with userspace | Selvin Xavier |
2023-12-12 | Expose c0 and SW encap ICM for RDMA | Leon Romanovsky |
2023-12-11 | RDMA/bnxt_re: Update the BAR offsets | Selvin Xavier |
2023-12-11 | RDMA/bnxt_re: Support new 5760X P7 devices | Selvin Xavier |
2023-11-22 | RDMA/bnxt_re: Correct module description string | Kalesh AP |
2023-10-22 | RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err... | Nathan Chancellor |
2023-10-15 | RDMA/bnxt_re: Do not report SRQ error in srq notification | Chandramohan Akula |
2023-10-15 | RDMA/bnxt_re: Report async events and errors | Chandramohan Akula |
2023-09-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-08-15 | RDMA/bnxt_re: Add support for dmabuf pinned memory regions | Saravanan Vajravel |
2023-08-15 | RDMA/bnxt_re: Initialize mutex dbq_lock | Kashyap Desai |
2023-08-10 | RDMA/bnxt_re: Fix error handling in probe failure path | Kalesh AP |
2023-08-10 | RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF | Selvin Xavier |
2023-08-07 | RDMA/bnxt_re: Remove unnecessary variable initializations | Kalesh AP |
2023-08-07 | RDMA/bnxt_re: Avoid unnecessary memset | Kalesh AP |