summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-03bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei
2024-05-02bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde
2024-05-02bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP
2024-05-02bnxt_en: Don't call ULP_STOP/ULP_START during L2 resetMichael Chan
2024-05-02bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-24eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski
2024-04-22bnxt_en: Fix error recovery for 5760X (P7) chipsMichael Chan
2024-04-22bnxt_en: Fix the PCI-AER routinesVikas Gupta
2024-04-22bnxt_en: refactor reset close codeVikas Gupta
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-10bnxt_en: Update MODULE_DESCRIPTIONMichael Chan
2024-04-10bnxt_en: Utilize ulp client resources if RoCE is not registeredVikas Gupta
2024-04-10bnxt_en: Change MSIX/NQs allocation policyVikas Gupta
2024-04-10bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functionsVikas Gupta
2024-04-10bnxt_en: Remove unneeded MSIX base structure fields and codeVikas Gupta
2024-04-08bnxt_en: Reset PTP tx_avail after possible firmware resetPavan Chebbi
2024-04-04bnxt_en: Add warning message about disallowed speed changeSreekanth Reddy
2024-04-04bnxt_en: Add XDP Metadata supportSomnath Kotur
2024-04-04bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur
2024-04-04bnxt_en: Allocate page pool per numa nodeSomnath Kotur
2024-04-04bnxt_en: Enable XPS by default on driver loadSomnath Kotur
2024-04-04bnxt_en: Add delay to handle Downstream Port Containment (DPC) AERVikas Gupta
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-28bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi
2024-03-28bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()Pavan Chebbi
2024-03-28bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi
2024-03-28bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()Pavan Chebbi
2024-03-28bnxt_en: Simplify bnxt_rfs_capable()Michael Chan
2024-03-28bnxt_en: Refactor RSS indir alloc/set functionsPavan Chebbi
2024-03-28bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi
2024-03-28bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi
2024-03-28bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()Pavan Chebbi
2024-03-07eth: bnxt: support per-queue statisticsJakub Kicinski
2024-02-27bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin
2024-02-22bnxt_en: Use the new VNIC to create ntuple filtersPavan Chebbi
2024-02-22bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi
2024-02-22bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi
2024-02-22bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi
2024-02-22bnxt_en: Refactor bnxt_set_features()Pavan Chebbi
2024-02-22bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICsVenkat Duvvuru
2024-02-22bnxt_en: Check additional resources in bnxt_check_rings()Michael Chan
2024-02-22bnxt_en: Improve RSS context reservation infrastructurePavan Chebbi
2024-02-22bnxt_en: Explicitly specify P5 completion rings to reserveMichael Chan
2024-02-22bnxt_en: Refactor ring reservation functionsMichael Chan
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi
2024-02-09bnxt_en: Add support for user configured RSS keyPavan Chebbi
2024-02-09bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi