summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski1-26/+18
2024-05-02bnxt_en: Fix error recovery for 5760X (P7) chipsMichael Chan1-1/+1
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-01-20bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan1-7/+12
2024-01-20bnxt_en: Prevent kernel warning when running offline self testMichael Chan1-0/+3
2024-01-20bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan1-5/+12
2024-01-20bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan1-2/+3
2024-01-20bnxt_en: Wait for FLR to complete during probeMichael Chan1-0/+5
2024-01-09bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer()Michael Chan1-1/+1
2024-01-09bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter()Michael Chan1-4/+1
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-01-04bnxt_en: Fix compile error without CONFIG_RFS_ACCELMichael Chan1-0/+2
2024-01-04bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan1-2/+2
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan1-2/+4
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan1-25/+56
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan1-16/+19
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan1-0/+1
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan1-52/+35
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan1-0/+10
2024-01-02bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() functionMichael Chan1-6/+20
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi1-3/+97
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan1-54/+109
2024-01-02bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan1-23/+39
2024-01-02bnxt_en: Add bnxt_l2_filter hash table.Michael Chan1-13/+162
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan1-19/+20
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+28
2023-12-13bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan1-3/+18
2023-12-13bnxt_en: Configure UDP tunnel TPAMichael Chan1-0/+33
2023-12-13bnxt_en: Add support for VXLAN GPEMichael Chan1-5/+38
2023-12-13bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan1-2/+2
2023-12-13bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier1-2/+12
2023-12-13bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan1-2/+11
2023-12-13bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan1-1/+4
2023-12-13bnxt_en: Fix TX ring indexing logicMichael Chan1-1/+1
2023-12-13bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur1-3/+3
2023-12-13bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan1-5/+11
2023-12-09bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan1-3/+17
2023-12-09bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP1-6/+7
2023-12-09bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy1-1/+2
2023-12-09bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-12-05eth: bnxt: link NAPI instances to queues and IRQsJakub Kicinski1-0/+14
2023-12-05bnxt_en: Add 5760X (P7) PCI IDsMichael Chan1-0/+8
2023-12-05bnxt_en: Support new firmware link parametersMichael Chan1-6/+87
2023-12-05bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan1-22/+87
2023-12-05bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan1-11/+24
2023-12-05bnxt_en: Refactor RX VLAN acceleration logic.Michael Chan1-13/+31
2023-12-05bnxt_en: Refactor RSS capability fieldsAjit Khaparde1-12/+13
2023-12-05bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan1-4/+13