summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Remove redundant assignmentsluo penghao2021-11-051-1/+0
* ethernet: Remove redundant statementluo penghao2021-10-191-1/+0
* ethernet: tg3: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-23/+25
* net: tg3: fix redundant check of true expressionJean Sacren2021-10-081-2/+1
* net: tg3: fix obsolete check of !errJean Sacren2021-10-061-5/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-86/+29
|\
| * tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-43/+16
| * tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-201-27/+4
| * tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-201-17/+10
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+8
* | net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-36/+33
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-2/+2
* tg3: Remove unused PHY_BRCM flagsFlorian Fainelli2021-02-161-6/+0
* tg3: improve PCI VPD accessHeiner Kallweit2021-01-251-19/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-4/+13
|\
| * tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-031-4/+13
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-27/+27
|/
* tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen2020-06-181-2/+2
* net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King2020-05-081-5/+3
* net: tg3: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+5
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-031-10/+1
* net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-7/+5
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+4
* net: broadcom: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-4/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-081-4/+4
| |\
| * | tg3: allow ethtool -p to work for NICs in down stateJon Maxwell2019-04-021-3/+0
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-6/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-6/+0
| |/
* / broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-081-4/+4
|/
* broadcom: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-2/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-2/+16
|\
| * tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam2018-11-201-2/+16
* | tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com2018-11-181-40/+2
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-17/+27
* | tg3: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-6/+13
|/
* tg3: Fix fall-through annotationsGustavo A. R. Silva2018-09-131-6/+6
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-121-3/+1
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-31/+12
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-6/+2
* net: ethernet: Fix up drivers masking pause supportAndrew Lunn2018-09-121-2/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-151-1/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-0/+13
| |\