summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei2024-05-031-12/+5
* bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde2024-05-021-1/+3
* bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP2024-05-021-24/+38
* bnxt_en: Don't call ULP_STOP/ULP_START during L2 resetMichael Chan2024-05-021-11/+2
* bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer2024-05-021-16/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-36/+46
|\
| * eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski2024-04-241-26/+18
| * bnxt_en: Fix error recovery for 5760X (P7) chipsMichael Chan2024-04-221-1/+1
| * bnxt_en: Fix the PCI-AER routinesVikas Gupta2024-04-221-3/+16
| * bnxt_en: refactor reset close codeVikas Gupta2024-04-221-6/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-0/+2
|\|
| * bnxt_en: Reset PTP tx_avail after possible firmware resetPavan Chebbi2024-04-081-0/+2
* | bnxt_en: Update MODULE_DESCRIPTIONMichael Chan2024-04-101-1/+1
* | bnxt_en: Utilize ulp client resources if RoCE is not registeredVikas Gupta2024-04-101-9/+32
* | bnxt_en: Change MSIX/NQs allocation policyVikas Gupta2024-04-101-1/+24
* | bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functionsVikas Gupta2024-04-101-2/+8
* | bnxt_en: Remove unneeded MSIX base structure fields and codeVikas Gupta2024-04-101-27/+4
* | bnxt_en: Add warning message about disallowed speed changeSreekanth Reddy2024-04-041-0/+3
* | bnxt_en: Add XDP Metadata supportSomnath Kotur2024-04-041-4/+40
* | bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur2024-04-041-1/+1
* | bnxt_en: Allocate page pool per numa nodeSomnath Kotur2024-04-041-4/+11
* | bnxt_en: Enable XPS by default on driver loadSomnath Kotur2024-04-041-1/+45
* | bnxt_en: Add delay to handle Downstream Port Containment (DPC) AERVikas Gupta2024-04-041-0/+4
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-4/+1
* | bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi2024-03-281-0/+26
* | bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()Pavan Chebbi2024-03-281-2/+4
* | bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi2024-03-281-6/+43
* | bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()Pavan Chebbi2024-03-281-4/+6
* | bnxt_en: Simplify bnxt_rfs_capable()Michael Chan2024-03-281-15/+6
* | bnxt_en: Refactor RSS indir alloc/set functionsPavan Chebbi2024-03-281-10/+21
* | bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi2024-03-281-0/+54
* | bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi2024-03-281-69/+71
* | bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()Pavan Chebbi2024-03-281-11/+20
|/
* eth: bnxt: support per-queue statisticsJakub Kicinski2024-03-071-0/+65
* bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin2024-02-271-3/+3
* bnxt_en: Use the new VNIC to create ntuple filtersPavan Chebbi2024-02-221-6/+27
* bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi2024-02-221-10/+34
* bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi2024-02-221-5/+28
* bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi2024-02-221-19/+20
* bnxt_en: Refactor bnxt_set_features()Pavan Chebbi2024-02-221-7/+12
* bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICsVenkat Duvvuru2024-02-221-11/+17
* bnxt_en: Check additional resources in bnxt_check_rings()Michael Chan2024-02-221-0/+2
* bnxt_en: Improve RSS context reservation infrastructurePavan Chebbi2024-02-221-23/+34
* bnxt_en: Explicitly specify P5 completion rings to reserveMichael Chan2024-02-221-7/+12
* bnxt_en: Refactor ring reservation functionsMichael Chan2024-02-221-130/+123
* bnxt_en: Add RSS support for IPSEC headersAjit Khaparde2024-02-091-2/+13
* bnxt_en: Invalidate user filters when neededPavan Chebbi2024-02-091-0/+14
* bnxt_en: Add support for user configured RSS keyPavan Chebbi2024-02-091-2/+16
* bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi2024-02-091-2/+38