summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-20net/tg3: fix race condition in tg3_reset_task()Thinh Tran1-1/+10
2023-12-13tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov1-1/+3
2023-12-13tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov1-5/+33
2023-11-20tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin1-1/+2
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+1
2023-08-28ethernet: tg3: remove unreachable codeMikhail Kobuk1-4/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-08-22tg3: Use slab_build_skb() when neededKees Cook1-1/+4
2023-08-13tg3: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-06-29Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider1-0/+1
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-01-26net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen1-4/+4
2022-11-11ptp: tg3: convert .adjfreq to .adjfineJacob Keller1-15/+7
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-27tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng1-2/+6
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+8
2021-11-05tg3: Remove redundant assignmentsluo penghao1-1/+0
2021-10-19ethernet: Remove redundant statementluo penghao1-1/+0
2021-10-09ethernet: tg3: remove direct netdev->dev_addr writesJakub Kicinski1-23/+25
2021-10-09net: tg3: fix redundant check of true expressionJean Sacren1-2/+1
2021-10-06net: tg3: fix obsolete check of !errJean Sacren1-5/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-86/+29
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+8
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-36/+33
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-43/+16
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-27/+4
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit1-17/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+2
2021-02-17tg3: Remove unused PHY_BRCM flagsFlorian Fainelli1-6/+0
2021-01-26tg3: improve PCI VPD accessHeiner Kallweit1-19/+11
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+13
2020-09-03tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-27/+27
2020-06-19tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
2020-05-09net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King1-5/+3
2020-03-11net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-04net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky1-10/+1
2020-01-09net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+5
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-06-10tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+1
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-6/+0