summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/p3060: Add SoC related support for P3060 platformShengzhou Liu2011-10-032-0/+110
| * fm-eth: Add ability for board code to disable a portKumar Gala2011-10-035-0/+27
| * powerpc/85xx: Add support for FMan ethernet in Independent modeKumar Gala2011-09-2912-0/+2212
* | net: emaclite: Use dynamic allocationMichal Simek2011-10-031-16/+25
* | net: emaclite: Remove baseaddress from xemacliteMichal Simek2011-10-031-21/+21
* | net: emaclite: Use calloc instead of mallocMichal Simek2011-10-031-2/+1
* | net: emaclite: Remove deviceid propertyMichal Simek2011-10-031-1/+0
* | net: emaclite: Change driver name and add addressMichal Simek2011-10-031-1/+1
* | FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.hMarek Vasut2011-09-301-0/+2
* | FEC: Squish "got MAC from fuse" message, make it debug()Marek Vasut2011-09-301-1/+1
* | FEC: Add timeout for chip resetMarek Vasut2011-09-301-4/+21
* | FEC: Allow registering MII postconfiguration callbackMarek Vasut2011-09-302-1/+14
* | FEC: Allow multiple FECesMarek Vasut2011-09-302-30/+51
* | FEC: Abstract access to fec->eth in MII operationsMarek Vasut2011-09-301-8/+10
* | FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPEMarek Vasut2011-09-301-1/+5
* | FEC: Add RMII mode supportMarek Vasut2011-09-302-1/+5
* | FEC: Kill mode select FIXME'sMarek Vasut2011-09-301-12/+14
* | FEC: Use defined constant instead of magic numberMarek Vasut2011-09-301-1/+1
* | FEC: Use proper accessor to read register in debug callMarek Vasut2011-09-301-1/+1
* | net, davinci_emac: let the EMAC detect the PHYsHeiko Schocher2011-09-301-0/+3
* | net, davinci_emac: make less verbose - turn printf() into debug()Heiko Schocher2011-09-301-1/+1
* | net, davinci_emac: add KSZ8864 switchHeiko Schocher2011-09-301-0/+7
* | net: Adds Fast Ethernet Controller driver for Armada100Ajay Bhargav2011-09-303-0/+969
|/
* Revert "phylib: remove a couple of redundant code lines"Wolfgang Denk2011-09-281-2/+5
* KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETHGreg Ungerer2011-09-101-14/+28
* phylib: remove a couple of redundant code linesVladimir Zapolskiy2011-09-101-5/+2
* phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy2011-09-101-1/+2
* smc911x: Fix build warningsWolfgang Denk2011-09-091-2/+2
* smc911x MII made availableHelmut Raiger2011-09-071-6/+30
* da850: fix the channel number for EMAC teardown initNagabhushana Netagunte2011-09-041-2/+2
* phy.c: make less verbose - turn printf() into debug()Wolfgang Denk2011-08-311-1/+1
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-081-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2011-08-021-7/+7
|\
| * net/4xx: Install interrupt handler after driver registrationStefan Roese2011-07-281-7/+7
* | cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-284-4/+4
|/
* net: Add SMSC89128 supportPhil Edworthy2011-07-271-0/+2
* phylib: Detect link on 10G devices correctlyAndy Fleming2011-07-271-2/+6
* net: designware: fix uninitialized phy_addr usageMike Frysinger2011-07-251-0/+2
* net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabledMike Frysinger2011-07-251-1/+3
* Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ2011-07-162-8/+10
* macb: fix compile warningandreas.devel@googlemail.com2011-06-211-2/+3
* at91_emac: fix compile warningandreas.devel@googlemail.com2011-06-211-5/+7
* update arm/at91rm9200 work with rework rework110202Jens Scharsig2011-06-211-16/+16
* mvgbe: enable configurability of PORT_SERIAL_CONTROL_VALUEValentin Longchamp2011-05-311-0/+2
* Minor coding style cleanup.Wolfgang Denk2011-05-192-2/+0
* ATMEL: fix related common atmel driver filesReinhard Meyer2011-05-181-6/+8
* net: xilinx emaclite: Fix return valuesMichal Simek2011-05-121-7/+7
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-121-2/+3
* tsec: Convert tsec to use PHY LibAndy Fleming2011-04-203-1505/+219
* phylib: Add a bunch of PHY drivers from tsecAndy Fleming2011-04-2012-0/+1500