summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* tg3: Remove residual error handling in tg3_suspendNikita Kiryushin2024-04-041-26/+4
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* | tg3: simplify tg3_phy_autoneg_cfgHeiner Kallweit2024-02-211-13/+4
* | tg3: copy only needed fields from userspace-provided EEE dataHeiner Kallweit2024-02-211-1/+3
* | tg3: fix bug caused by uninitialized variableHeiner Kallweit2024-02-121-1/+1
* | tg3: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-061-13/+14
* | ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-11/+11
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-5/+5
|/
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-11/+11
* net/tg3: fix race condition in tg3_reset_task()Thinh Tran2023-12-011-1/+10
* tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov2023-11-141-1/+3
* tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2023-11-141-5/+33
* tg3: Fix the TX ring stallAlex Pakhunov2023-11-071-11/+42
* tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin2023-11-061-1/+2
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | tg3: Improve PTP TX timestamping logicPavan Chebbi2023-10-151-16/+65
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-4/+1
|\
| * ethernet: tg3: remove unreachable codeMikhail Kobuk2023-08-281-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+4
|\|
| * tg3: Use slab_build_skb() when neededKees Cook2023-08-211-1/+4
* | tg3: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
|/
* Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider2023-06-291-0/+1
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen2023-01-251-4/+4
* ptp: tg3: convert .adjfreq to .adjfineJacob Keller2022-11-111-15/+7
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-2/+6
|\
| * tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng2022-08-261-2/+6
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
|/
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+8
* 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