aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/ax88796.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01net: ethernet: ax88796: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+2
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2014-10-20net: ethernet: 8390: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-18net: 8390: use time_after() for time comparisonManuel Schölling1-2/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-118390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead1-2/+20
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-08-30net: ax88796: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches1-2/+2
2013-04-19net: ax88796: avoid 64 bit arithmeticArnd Bergmann1-1/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-10net: 8390: use io{read,write}*_rep accessorsMatthew Leach1-8/+8
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-04ax88796: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker1-1/+1
2012-01-10ax88796: use an unique MDIO bus name.Florian Fainelli1-1/+2
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-16ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALENJoe Perches1-3/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-108390: Move the 8390 related driversJeff Kirsher1-0/+1010