summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/adi
AgeCommit message (Expand)AuthorLines
2017-03-27net: bfin_mac: Remove unused stats member from struct bfin_mac_localTobias Klauser-7/+0
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2016-08-13net: bfin_mac: Fix a few spelling fixesLABBE Corentin-4/+4
2016-07-17net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-23/+2
2016-07-17net: ethernet: adi: bfin_mac: use phydev from struct net_devicePhilippe Reynes-20/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2016-01-11net: bfin_mac: Use phy_find_first() instead of open-coding itGuenter Roeck-15/+2
2016-01-10bfin_mac: fix error pathSudip Mukherjee-1/+1
2016-01-10phy: fix blackfin build failureSudip Mukherjee-1/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-10/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn-4/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn-2/+2
2015-12-03net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding-7/+7
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-2/+0
2015-03-31ptp: blackfin: use helpers for converting ns to timespec.Richard Cochran-5/+3
2015-03-31ptp: blackfin: convert to the 64 bit get/set time methods.Richard Cochran-4/+4
2014-10-20net: ethernet: adi: drop owner assignment from platform_driversWolfram Sang-2/+0
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser-3/+0
2014-07-24bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang-32/+53
2014-03-28bfin_mac: remove empty MDIO bus reset functionFlorian Fainelli-6/+0
2014-03-24bfin_mac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman-1/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran-0/+1
2013-12-09net: bfin_mac: do not reset PHY after phy_start()Florian Fainelli-1/+0
2013-11-21bfin_mac: Implement the SIOCGHWTSTAMP ioctlBen Hutchings-4/+17
2013-09-24adi: Remove extern from function prototypesJoe Perches-1/+1
2013-09-12bfin_mac: remove deprecated IRQF_DISABLEDMichael Opdenacker-2/+2
2013-08-30net: bfin_mac: use dev_get_platdata()Jingoo Han-3/+3
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings-1/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han-4/+0
2013-05-08bfin_mac: fix error return code in bfin_mac_probe()Wei Yongjun-1/+2
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches-4/+2
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli-2/+2
2013-01-10bfin_mac: Restore hardware time-stamping dependency on BF518Lars-Peter Clausen-0/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko-4/+4
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko-1/+0
2012-12-03bfin_mac: remove __dev* attributesBill Pemberton-6/+6
2012-11-03ptp: fixup Kconfig for two PHC drivers.Richard Cochran-1/+1
2012-11-01bfin_mac: offer a PTP Hardware Clock.Richard Cochran-3/+175
2012-11-01bfin_mac: replace sys time stamps with raw ones instead.Richard Cochran-70/+28
2012-11-01bfin_mac: only advertise hardware time stamped when enabled.Richard Cochran-0/+4
2012-04-06bfin: Fix build failure due to get_ts_info() changes.David S. Miller-1/+1
2012-04-04bfin_mac: Support the get_ts_info ethtool method.Richard Cochran-0/+20
2012-02-19adi: adapt to eth_hw_addr_random() and changes in arch/blackfinDanny Kukawka-7/+10
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi-4/+4
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches-3/+1