summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/agere
Commit message (Expand)AuthorAgeFilesLines
* et131x: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* agere: fix repeated words in commentsJilin Yuan2022-06-271-1/+1
* et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet2022-02-081-4/+10
* et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-3/+2
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
* net: ethernet: et131x: Remove redundant register readMark Einon2020-07-171-3/+0
* net: ethernet: et131x: Remove unused variable 'pm_csr'Zhang Changzhong2020-07-171-7/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: agere: use true,false for bool variableJason Yan2020-05-051-2/+2
* net/agere: Delete unneeded driver versionLeon Romanovsky2020-02-242-2/+0
* net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit2020-01-211-10/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-1/+1
|\
| * net: ethernet: et131x: Use GFP_KERNEL instead of GFP_ATOMIC when allocating t...Christophe JAILLET2019-07-311-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+3
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-10/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* drivers: net: et131x: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
* net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+1
|\
| * et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli2016-07-161-1/+1
* | net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-171-14/+2
* | net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes2016-06-171-30/+18
|/
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* et131x: check return value of dma_alloc_coherentInsu Yun2016-02-171-1/+1
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-15/+15
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-12/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* et131x: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-02-111-2/+4
* et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon2014-10-034-0/+5590