summaryrefslogtreecommitdiffstats
path: root/drivers/net/netx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* net: netx: Fix signed/unsigned arguments for printfAlexander Shiyan2013-11-111-1/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-9/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-13/+13
* netX/network: fix debug outputsJuergen Beisert2012-04-301-2/+2
* net drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* introduce io.hSascha Hauer2011-09-221-1/+1
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-151-0/+1
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-1/+0
* netx eth: Fix compilationSascha Hauer2010-10-021-4/+4
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-17/+20
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
* netx eth driver: remove local definition of ARRAY_SIZESascha Hauer2010-03-301-2/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-3/+3
* 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-5/+5
* add hilscher netx ethernet driverSascha Hauer2007-09-051-0/+288