summaryrefslogtreecommitdiffstats
path: root/drivers/net/at91_ether.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-14/+1
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: at91_ether: convert to streaming DMA opsLucas Stach2015-03-061-2/+8
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-2/+4
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* drivers: treewide: Kill empty remove() implementationsAlexander Shiyan2014-04-021-5/+0
* macb: rename platform dataJosh Cartwright2013-04-031-1/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* macb: allow to pass the phy interfaceJean-Christophe PLAGNIOL-VILLARD2013-01-291-1/+1
* macb/ether: split flags for drivers and phylibJean-Christophe PLAGNIOL-VILLARD2012-11-191-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-23/+26
|/
* net: at91_ether re-implement against new at91rm9200 apiJean-Christophe PLAGNIOL-VILLARD2012-04-021-232/+263
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-1/+1
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-5/+5
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+0
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-4/+4
* svn_rev_310Sascha Hauer2007-07-051-4/+4
* svn_rev_251Sascha Hauer2007-07-051-70/+75
* svn_rev_129Sascha Hauer2007-07-051-3/+19
* svn_rev_107Sascha Hauer2007-07-051-8/+8
* svn_rev_095Sascha Hauer2007-07-051-10/+36
* svn_rev_061Sascha Hauer2007-07-051-0/+299