summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-04tg3: Remove residual error handling in tg3_suspendNikita Kiryushin
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska
2024-02-21tg3: simplify tg3_phy_autoneg_cfgHeiner Kallweit
2024-02-21tg3: copy only needed fields from userspace-provided EEE dataHeiner Kallweit
2024-02-12tg3: fix bug caused by uninitialized variableHeiner Kallweit
2024-02-06tg3: convert EEE handling to use linkmode bitmapsHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-01net/tg3: fix race condition in tg3_reset_task()Thinh Tran
2023-11-14tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov
2023-11-14tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov
2023-11-07tg3: Fix the TX ring stallAlex Pakhunov
2023-11-06tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28ethernet: tg3: remove unreachable codeMikhail Kobuk
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-21tg3: Use slab_build_skb() when neededKees Cook
2023-08-13tg3: Use pci_dev_id() to simplify the codeZheng Zengkai
2023-06-29Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-01-25net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen
2022-11-11ptp: tg3: convert .adjfreq to .adjfineJacob Keller
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-26tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
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