summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
12 daysbnxt_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: Prevent kernel warning when running offline self testMichael Chan1-0/+3
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: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy1-1/+2
2023-12-20bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-09-21bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior1-0/+5
2023-08-23bnxt: use the NAPI skb allocation cacheJakub Kicinski1-3/+3
2023-08-19bnxt_en: Add tx_resets ring counterMichael Chan1-0/+3
2023-08-19bnxt_en: Save ring error counters across resetMichael Chan1-1/+31
2023-08-19bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan1-5/+7
2023-08-19bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur1-22/+10
2023-08-19bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur1-57/+14
2023-08-09rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-34/+51
2023-08-02bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan1-7/+10
2023-08-02bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur1-16/+26
2023-08-01bnxt: don't handle XDP in netpollJakub Kicinski1-11/+15
2023-07-21eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski1-1/+24
2023-07-21eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work()Jakub Kicinski1-35/+26
2023-07-21eth: bnxt: move and rename reset helpersJakub Kicinski1-36/+36
2023-07-12bnxt_en: use dev_consume_skb_any() in bnxt_tx_intMenglong Dong1-1/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+32
2023-06-08bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18
2023-06-08bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi1-0/+6
2023-06-08bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta1-2/+3
2023-06-08bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3
2023-06-08bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi1-0/+1
2023-06-08eth: bnxt: fix the wake conditionJakub Kicinski1-1/+1
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin1-4/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+2
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-04-20bnxt_en: fix free-runnig PHC modeVadim Fedorenko1-1/+1
2023-04-18bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan1-1/+1
2023-04-15bnxt: hook NAPIs to page poolsJakub Kicinski1-0/+1
2023-04-13bnxt: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski1-3/+3
2023-04-11net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski1-3/+3
2023-04-11bnxt: use new queue try_stop/try_wake macrosJakub Kicinski1-33/+7
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-03-30bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-23bnxt: Defer PTP initialization to after querying function capsPavan Chebbi1-1/+3
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2023-03-14bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko1-4/+2