summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* netx eth: Fix compilationSascha Hauer2010-10-021-4/+4
* ep93xx net driver: Fix compilationSascha Hauer2010-10-021-4/+6
* fec_mpc5200: Fix compilationSascha Hauer2010-10-021-1/+1
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-2718-228/+211
* macb: introduce HAS_MACB configurationJean-Christophe PLAGNIOL-VILLARD2010-08-231-1/+4
* dm9000: allow to specify that no srom is presentJean-Christophe PLAGNIOL-VILLARD2010-08-231-1/+2
* fec_imx: add support for IIM stored mac addressBaruch Siach2010-08-171-2/+2
* at91: implement clock frameworkJean-Christophe PLAGNIOL-VILLARD2010-08-061-1/+10
* usbnet: remove unused dev member in struct usbnetSascha Hauer2010-06-242-10/+11
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-1713-14/+14
* fix miiphy allocJan Weitzel2010-04-141-4/+4
* netx eth driver: remove local definition of ARRAY_SIZESascha Hauer2010-03-301-2/+0
* pass arguments to dma_* as unsigned long as the kernel doesSascha Hauer2010-03-301-1/+2
* ep93xx eth driver: dump_xxx() cleanupMatthias Kaehlcke2010-02-031-27/+27
* ep93xx eth driver: Remove unnecessary parentheses in constant definitionsMatthias Kaehlcke2010-02-031-2/+2
* ep93xx eth driver: Reorder functions to eliminate need for prototypesMatthias Kaehlcke2010-02-021-121/+117
* ep93xx eth driver: Fix dump_xxx_queue() parameter listMatthias Kaehlcke2010-02-021-16/+16
* smc91111: fix odering of mac address read from EEPROMMarc Kleine-Budde2010-02-011-14/+9
* Add EP93xx ethernet driverMatthias Kaehlcke2010-01-144-0/+829
* Fix a data abort with fec_imxEric Benard2010-01-111-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-156-8/+8
* fec_imx: remove trailing whitespaceMarc Kleine-Budde2009-11-211-2/+2
* [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-4/+4
* [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-223-7/+7
* at91: add cpu devices common apiJean-Christophe PLAGNIOL-VILLARD2009-10-201-2/+2
* at91sam9: move to at91Jean-Christophe PLAGNIOL-VILLARD2009-10-202-2/+2
* miiphy: Add missing lseek functionSascha Hauer2009-10-191-0/+1
* fec_imx: do not typedef structSascha Hauer2009-10-131-7/+7
* sandbox tap driver: initialize device nameSascha Hauer2009-10-121-1/+2
* fec_imx: initialize buffers on open timeSascha Hauer2009-10-091-6/+6
* rename dma macrosSascha Hauer2009-09-251-4/+4
* fec imx27: Add MMU supportSascha Hauer2009-08-191-13/+16
* fec_imx: Make sure MII speed is correct before reading the phySascha Hauer2009-07-301-0/+5
* miiphy: add device pointer to struct cdevSascha Hauer2009-07-211-0/+1
* ethernet driver: Do not overwrite devnameSascha Hauer2009-07-212-4/+0
* cdev fixes for new boardsSascha Hauer2009-07-211-2/+0
* fec_mpc5200: fix compiler warningSascha Hauer2009-07-211-8/+0
* add a device_d to ethernet devicesSascha Hauer2009-07-2112-50/+47
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-219-9/+0
* introduce cdevSascha Hauer2009-07-211-28/+24
* smc91111: use miiphy functions for autonegotiationSascha Hauer2009-07-091-116/+15
* Adding the network driver for the SMSC91C111 ethernet device.Juergen Beisert2009-07-013-0/+1459
* usbnet: Check return valueSascha Hauer2009-05-251-5/+6
* select MIIPHY for usbnetSascha Hauer2009-05-191-0/+1
* [miiphy] add missing lseekMarc Kleine-Budde2009-05-191-0/+1
* [mac] add force link supportMarc Kleine-Budde2009-05-181-1/+2
* [miiphy] add feature to force link presentMarc Kleine-Budde2009-05-181-0/+12
* [macb] clear RMII bit when using plain MIIMarc Kleine-Budde2009-05-181-0/+2
* cs8900: Whitespace changes, replace __FUNCTION__ with __func__Sascha Hauer2009-04-281-16/+15