summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/8390/ax88796.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: 8390: Convert to platform remove callback returning voidUwe Kleine-König
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2021-10-09ethernet: 8390: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-04-19net-next: ax88796: release platform device drvdata on probe error and module ...Michael Schmitz
2018-04-19net-next: ax88796: set IRQF_SHARED flag when IRQ resource is marked as shareableMichael Karcher
2018-04-19net-next: ax88796: add interrupt status callback to platform dataMichael Karcher
2018-04-19net-next: ax88796: Add block_input/output hooks to ax_plat_dataMichael Karcher
2018-04-19net-next: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close()).Michael Karcher
2018-04-19net-next: ax88796: Attach MII bus only when openMichael Karcher
2018-04-19net-next: ax88796: Fix MAC address readingMichael Karcher
2018-02-21net/8390: Fix msg_enable patch snafuFinn Thain
2017-08-22net: ethernet: ax88796: make mdiobb_ops constBhumika Goyal
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-26net: ethernet: ax88796: support generating a random mac addressUwe Kleine-König
2017-05-26net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-08-01net: ethernet: ax88796: avoid null pointer dereferencexypron.glpk@gmx.de
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2014-10-20net: ethernet: 8390: drop owner assignment from platform_driversWolfram Sang
2014-05-18net: 8390: use time_after() for time comparisonManuel Schölling
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-118390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-30net: ax88796: use dev_get_platdata()Jingoo Han
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches
2013-04-19net: ax88796: avoid 64 bit arithmeticArnd Bergmann
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-10net: 8390: use io{read,write}*_rep accessorsMatthew Leach
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-04ax88796: Support the get_ts_info ethtool method.Richard Cochran
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker
2012-01-10ax88796: use an unique MDIO bus name.Florian Fainelli
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin
2011-11-16ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALENJoe Perches
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-108390: Move the 8390 related driversJeff Kirsher