summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/agere
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-07-17et131x: Add missing check after DMA mapThomas Fourier-0/+36
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-08-13et131x: Use pci_dev_id() to simplify the codeZheng Zengkai-2/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-06-27agere: fix repeated words in commentsJilin Yuan-1/+1
2022-02-08et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet-4/+10
2022-01-09et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET-3/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann-0/+1
2020-07-17net: ethernet: et131x: Remove redundant register readMark Einon-3/+0
2020-07-17net: ethernet: et131x: Remove unused variable 'pm_csr'Zhang Changzhong-7/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-05-05net: agere: use true,false for bool variableJason Yan-2/+2
2020-02-24net/agere: Delete unneeded driver versionLeon Romanovsky-2/+0
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit-10/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2019-07-31net: ethernet: et131x: Use GFP_KERNEL instead of GFP_ATOMIC when allocating t...Christophe JAILLET-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn-10/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+3
2017-09-21drivers: net: et131x: use setup_timer() helper.Allen Pais-3/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson-3/+4
2016-08-31net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-07-16et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli-1/+1
2016-06-17net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-14/+2
2016-06-17net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes-30/+18
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-2/+2
2016-02-17et131x: check return value of dma_alloc_coherentInsu Yun-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn-15/+15
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-12/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn-3/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn-2/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-3/+1
2015-02-11et131x: use msecs_to_jiffies for conversionsNicholas Mc Guire-2/+4
2014-10-03et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon-0/+5590