summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2022-11-26bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
2022-11-16bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba1-1/+1
2022-11-16bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan1-1/+1
2022-09-28bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski1-5/+5
2022-08-31bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta1-1/+1
2022-07-21bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi1-2/+11
2022-07-21bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan1-1/+2
2022-05-12bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan1-0/+4
2022-05-12bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur1-5/+4
2022-04-13bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui1-2/+4
2022-04-13bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek1-1/+2
2022-04-13bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi4-0/+19
2022-04-13bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-04-08net: bnxt_ptp: fix compilation errorDamien Le Moal2-2/+6
2022-03-08bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan3-1/+9
2022-03-02bnxt_en: Increase firmware message response DMA wait timeMichael Chan2-4/+10
2022-03-02bnxt_en: Fix incorrect multicast rx mask setting when not requestedPavan Chebbi1-5/+8
2022-03-02bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan2-8/+14
2022-03-02bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur1-0/+3
2022-01-27bnxt_en: use firmware provided max timeout for messagesEdwin Peer6-12/+15
2022-01-27bnxt_en: move coredump functions into dedicated fileEdwin Peer5-400/+424
2022-01-27bnxt_en: Refactor coredump functionsEdwin Peer1-17/+31
2021-11-25bnxt_en: reject indirect blk offload when hw-tc-offload is offSriharsha Basavapatna1-1/+1
2021-11-18bnxt_en: Check devlink allocation and registration statusLeon Romanovsky3-21/+10
2021-09-20bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan3-5/+10
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-7/+29
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-09-13bnxt_en: Clean up completion ring page arrays completelyMichael Chan1-0/+8
2021-09-13bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()Edwin Peer1-0/+13
2021-09-13bnxt_en: Fix error recovery regressionMichael Chan1-4/+8
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-43/+12
2021-09-05bnxt_en: Fix possible unintended driver initiated error recoveryMichael Chan1-7/+18
2021-09-05bnxt_en: Fix UDP tunnel logicMichael Chan1-11/+17
2021-09-05bnxt_en: Fix asic.rev in devlink dev info commandMichael Chan1-1/+1
2021-09-05bnxt_en: fix read of stored FW_PSID version on P5 devicesEdwin Peer2-15/+34
2021-09-05bnxt_en: fix stored FW_PSID version masksEdwin Peer1-2/+2
2021-09-02bnxt_en: fix kernel doc warnings in bnxt_hwrm.cEdwin Peer1-7/+7
2021-09-01bnxt_en: Fix 64-bit doorbell operation on 32-bit kernelsMichael Chan2-18/+33
2021-08-30bnxt_en: support multiple HWRM commands in flightEdwin Peer4-39/+113
2021-08-30bnxt_en: remove legacy HWRM interfaceEdwin Peer4-106/+1
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer9-1538/+1953
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer2-2/+7
2021-08-30bnxt_en: add support for HWRM request slicesEdwin Peer2-2/+120
2021-08-30bnxt_en: add HWRM request assignment APIEdwin Peer2-0/+56
2021-08-30bnxt_en: discard out of sequence HWRM responsesEdwin Peer1-4/+17
2021-08-30bnxt_en: introduce new firmware message API based on DMA poolsEdwin Peer4-121/+442
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer13-357/+407
2021-08-30bnxt_en: Refactor the HWRM_VER_GET firmware callsEdwin Peer1-6/+11
2021-08-30bnxt_en: remove DMA mapping for KONG responseEdwin Peer2-51/+7
2021-08-28bnxt: count discards due to memory allocation errorsJakub Kicinski2-1/+11