summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-14bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is downSaravanan Vajravel1-2/+6
2024-06-27bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi1-3/+2
2024-05-02eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski1-26/+18
2024-05-02bnxt_en: Fix the PCI-AER routinesVikas Gupta1-3/+16
2024-05-02bnxt_en: refactor reset close codeVikas Gupta1-6/+11
2024-04-17bnxt_en: Reset PTP tx_avail after possible firmware resetPavan Chebbi1-0/+2
2024-02-01bnxt_en: Wait for FLR to complete during probeMichael Chan1-0/+5
2024-01-10bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan1-2/+2
2023-12-20bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan1-3/+17
2023-12-20bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP1-6/+7
2023-12-20bnxt_en: Save ring error counters across resetMichael Chan1-1/+31
2023-12-20bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-10-06bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior1-0/+5
2023-08-11bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan1-7/+10
2023-08-11bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur1-16/+26
2023-06-14bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18
2023-06-14bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi1-0/+6
2023-06-14bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta1-2/+3
2023-06-14bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3
2023-04-26bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan1-1/+1
2023-04-06bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-17bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan1-11/+12
2023-02-22bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-01-18bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-12bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan1-4/+5
2023-01-12bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan1-4/+5
2023-01-12bnxt_en: Fix XDP RX pathMichael Chan1-1/+1
2023-01-12bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan1-1/+1
2022-11-14bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
2022-11-05bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba1-1/+1
2022-11-05bnxt_en: fix the handling of PCIE-AERVikas Gupta1-1/+28
2022-11-05bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta1-7/+16
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+3
2022-09-22bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski1-5/+5
2022-08-24bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta1-4/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-07-13bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan1-1/+2
2022-07-13bnxt_en: reclaim max resources if sriov enable failsKashyap Desai1-1/+1
2022-07-07bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-5/+2
2022-06-24bnxt: Fix typo in commentsJiang Jian1-1/+1
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi1-2/+6
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi1-0/+1
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2022-05-04bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan1-0/+4
2022-05-04bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur1-5/+4
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek1-2/+1
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek1-5/+13
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek1-7/+58