summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2021-11-05tg3: Remove redundant assignmentsluo penghao
2021-10-19ethernet: Remove redundant statementluo penghao
2021-10-09ethernet: tg3: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-08net: tg3: fix redundant check of true expressionJean Sacren
2021-10-06net: tg3: fix obsolete check of !errJean Sacren
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-02-16tg3: Remove unused PHY_BRCM flagsFlorian Fainelli
2021-01-25tg3: improve PCI VPD accessHeiner Kallweit
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-18tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen
2020-05-08net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King
2020-03-10net: tg3: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky
2020-01-08net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan
2019-06-09tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-01-23broadcom: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-20tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam
2018-11-18tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-09tg3: extend PTP gettime function to read system clockMiroslav Lichvar
2018-09-13tg3: Fix fall-through annotationsGustavo A. R. Silva
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu