summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi1-3/+2
2024-06-20bnxt_en: Set TSO max segs on devices with limitsMichael Chan1-0/+3
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-04bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei1-12/+5
2024-05-02bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde1-1/+3
2024-05-02bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP1-24/+38
2024-05-02bnxt_en: Don't call ULP_STOP/ULP_START during L2 resetMichael Chan1-11/+2
2024-05-02bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer1-16/+24
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-36/+46
2024-04-25eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski1-26/+18
2024-04-22bnxt_en: Fix error recovery for 5760X (P7) chipsMichael Chan1-1/+1
2024-04-22bnxt_en: Fix the PCI-AER routinesVikas Gupta1-3/+16
2024-04-22bnxt_en: refactor reset close codeVikas Gupta1-6/+11
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-04-11bnxt_en: Update MODULE_DESCRIPTIONMichael Chan1-1/+1
2024-04-11bnxt_en: Utilize ulp client resources if RoCE is not registeredVikas Gupta1-9/+32
2024-04-11bnxt_en: Change MSIX/NQs allocation policyVikas Gupta1-1/+24
2024-04-11bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functionsVikas Gupta1-2/+8
2024-04-11bnxt_en: Remove unneeded MSIX base structure fields and codeVikas Gupta1-27/+4
2024-04-08bnxt_en: Reset PTP tx_avail after possible firmware resetPavan Chebbi1-0/+2
2024-04-04bnxt_en: Add warning message about disallowed speed changeSreekanth Reddy1-0/+3
2024-04-04bnxt_en: Add XDP Metadata supportSomnath Kotur1-4/+40
2024-04-04bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur1-1/+1
2024-04-04bnxt_en: Allocate page pool per numa nodeSomnath Kotur1-4/+11
2024-04-04bnxt_en: Enable XPS by default on driver loadSomnath Kotur1-1/+45
2024-04-04bnxt_en: Add delay to handle Downstream Port Containment (DPC) AERVikas Gupta1-0/+4
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg1-4/+1
2024-03-29bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi1-0/+26
2024-03-29bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()Pavan Chebbi1-2/+4
2024-03-29bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi1-6/+43
2024-03-29bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()Pavan Chebbi1-4/+6
2024-03-29bnxt_en: Simplify bnxt_rfs_capable()Michael Chan1-15/+6
2024-03-29bnxt_en: Refactor RSS indir alloc/set functionsPavan Chebbi1-10/+21
2024-03-29bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi1-0/+54
2024-03-29bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi1-69/+71
2024-03-29bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()Pavan Chebbi1-11/+20
2024-03-08eth: bnxt: support per-queue statisticsJakub Kicinski1-0/+65
2024-02-27bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin1-3/+3
2024-02-22bnxt_en: Use the new VNIC to create ntuple filtersPavan Chebbi1-6/+27
2024-02-22bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi1-10/+34
2024-02-22bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi1-5/+28
2024-02-22bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi1-19/+20
2024-02-22bnxt_en: Refactor bnxt_set_features()Pavan Chebbi1-7/+12
2024-02-22bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICsVenkat Duvvuru1-11/+17
2024-02-22bnxt_en: Check additional resources in bnxt_check_rings()Michael Chan1-0/+2
2024-02-22bnxt_en: Improve RSS context reservation infrastructurePavan Chebbi1-23/+34
2024-02-22bnxt_en: Explicitly specify P5 completion rings to reserveMichael Chan1-7/+12
2024-02-22bnxt_en: Refactor ring reservation functionsMichael Chan1-130/+123
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde1-2/+13
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi1-0/+14