summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
10 daysnet: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
13 dayseth: bnxt: use the indir table from ethtool contextJakub Kicinski3-37/+29
13 dayseth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski3-9/+9
13 dayseth: bnxt: pad out the correct indirection tableJakub Kicinski1-1/+1
13 dayseth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski3-50/+26
13 dayseth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski3-30/+9
13 dayseth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski3-9/+6
13 dayseth: bnxt: remove rss_ctx_bmapJakub Kicinski3-18/+2
13 dayseth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski2-45/+75
13 dayseth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski2-6/+10
14 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+22
2024-07-09bnxt: fix crashes when reducing ring count with active RSS contextsJakub Kicinski3-0/+22
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi1-1/+5
2024-07-02bnxt_en: unlink page pool when stopping Rx queueDavid Wei1-5/+1
2024-07-01bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi3-22/+31
2024-07-01bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi4-30/+68
2024-07-01bnxt_en: Let bnxt_stamp_tx_skb() return error codePavan Chebbi1-5/+11
2024-07-01bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi3-13/+4
2024-07-01bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi3-28/+40
2024-07-01bnxt_en: Add BCM5760X specific PHC registers mappingPavan Chebbi3-5/+25
2024-07-01bnxt_en: Add TX timestamp completion logicMichael Chan4-11/+64
2024-07-01bnxt_en: Allow some TX packets to be unprocessed in NAPIMichael Chan1-6/+15
2024-07-01bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan2-2/+7
2024-07-01bnxt_en: Add new TX timestamp completion definitionsMichael Chan1-0/+26
2024-06-21bnxt_en: implement netdev_queue_mgmt_opsDavid Wei1-0/+275
2024-06-21bnxt_en: split rx ring helpers out from ring helpersDavid Wei1-107/+193
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-138/+186
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 Chan2-0/+4
2024-06-20bnxt_en: Update firmware interface to 1.10.3.44Michael Chan1-133/+178
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+62
2024-06-13bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin1-1/+1
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2-2/+61
2024-06-05bnxt_en: fix atomic counter for ptp packetsVadim Fedorenko1-1/+1
2024-06-02bnxt_en: add timestamping statistics supportVadim Fedorenko4-5/+43
2024-05-11bnxt_en: silence clang build warningVadim Fedorenko1-1/+1
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 Wei2-13/+5
2024-05-02bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde2-1/+4
2024-05-02bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP3-26/+44
2024-05-02bnxt_en: Add a mutex to synchronize ULP operationsKalesh AP2-1/+22
2024-05-02bnxt_en: Don't call ULP_STOP/ULP_START during L2 resetMichael Chan1-11/+2
2024-05-02bnxt_en: Don't support offline self test when RoCE driver is loadedKalesh AP1-3/+8
2024-05-02bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer3-19/+27
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-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+4
2024-04-25bnxt_en: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4