summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-armMinkyu Kang2010-01-19-5/+5
|\
| * netconsole: mark local funcs with staticMike Frysinger2010-01-18-5/+5
* | Merge branch 'master' of git://git.denx.de/u-boot-armMinkyu Kang2010-01-15-373/+287
|\ \ | |/
| * NET: Move MDIO regs out of TSEC SpaceSandeep Gopalpet2010-01-05-11/+10
| * net: dm9000x: fix debug outputThomas Weber2009-12-13-1/+1
| * fec_mxc: incomplete error handlingJohn Ogness2009-12-13-0/+1
| * net: e1000: Add support for the Intel 82546GB controllerReinhard Arlt2009-12-13-0/+1
| * NET: LAN91C96 CONFIG_NET_MULTIifyNishanth Menon2009-12-13-329/+235
| * smc911x: fix typo in smc911x_handle_mac_address nameMike Rapoport2009-12-07-2/+2
| * smc911x: make smc911x_initialize return correct valueMike Rapoport2009-11-12-2/+2
| * mxc_fec: avoid free() calls to already freed pointers.javier Martin2009-11-11-5/+7
| * mxc_fec: fix some erroneous PHY accesses.javier Martin2009-11-11-3/+5
| * SMC91111: Clean up SMC_inx macros on xsengine and xaeniaxBen Warren2009-11-09-4/+4
| * Fix CS8900 regression on impa7 boardBen Warren2009-11-09-1/+1
| * Fix cs8900 dev->priv not init issueHui.Tang2009-11-09-3/+4
| * Fix DM9000 MAC address handlingBen Warren2009-10-29-12/+14
* | Merge branch 'master' of git://git.denx.de/u-boot-armMinkyu Kang2009-11-10-6/+8
|\ \ | |/
| * Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1Wolfgang Denk2009-10-28-5/+5
| * drivers/net/phy/miiphybb.c: fix warning: no newline at end of fileWolfgang Denk2009-10-27-1/+1
| * Merge branch 'master-sync' of git://git.denx.de/u-boot-armWolfgang Denk2009-10-24-6/+6
| |\
| * | smc911x: add support for LAN9220Daniel Mack2009-10-19-0/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-armMinkyu Kang2009-10-30-702/+621
|\ \ \ | | |/ | |/|
| * | ARM: OMAP3: Refactors the SM911x driverSteve Sakoman2009-10-24-6/+6
| |/
| * SMC911X: Add chip auto detectionOlof Johansson2009-10-13-8/+13
| * Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...Luigi 'Comio' Mantellini2009-10-10-104/+242
| * Merge branch 'reloc'Wolfgang Denk2009-10-09-49/+0
| |\
| | * tsec: Remove PHY command relocation fixupsPeter Tyser2009-10-03-49/+0
| * | ppc_4xx: Apply new HW register namesNiklaus Giger2009-10-07-50/+50
| * | net: kirkwood_egiga.c: fixed build warningPrafulla Wadaskar2009-10-04-1/+3
| * | Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-10-04-496/+309
| * | net: phy: mv88e61xx.c : fixed build warningPrafulla Wadaskar2009-10-04-2/+2
| * | net: Fix problem with 405EZ ethernet interruptJames Clough2009-10-04-0/+9
| |/
| * Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk2009-09-15-484/+20
| |\
| | * net: emaclite: Cleanup license to be GPL compatibleMichal Simek2009-09-14-19/+20
| | * net: Remove old Xilinx Emac driverMichal Simek2009-09-14-465/+0
| * | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2009-09-15-68/+68
| |\ \
| | * | ppc4xx: Big cleanup of PPC4xx definesStefan Roese2009-09-11-68/+68
| | |/
| * | sk98lin: fix compile warningsWolfgang Denk2009-09-15-13/+29
| * | drivers/net/natsemi.c: fix compile warningWolfgang Denk2009-09-15-1/+2
| |/
| * Use different PBA value for E1000 PCI and PCIe cardsRoy Zang2009-09-04-2/+10
* | SMC911X: Add chip auto detectionOlof Johansson2009-10-04-8/+13
* | sk98lin: fix compile warningsWolfgang Denk2009-10-03-13/+29
* | drivers/net/natsemi.c: fix compile warningWolfgang Denk2009-10-03-1/+2
* | net: emaclite: Cleanup license to be GPL compatibleMichal Simek2009-10-03-19/+20
* | net: Remove old Xilinx Emac driverMichal Simek2009-10-03-465/+0
* | ppc4xx: Big cleanup of PPC4xx definesStefan Roese2009-10-03-68/+68
* | Use different PBA value for E1000 PCI and PCIe cardsRoy Zang2009-10-03-2/+10
|/
* net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips2009-08-25-0/+7
* Add debug message for Blackfin Ethernet Rx function.Robin Getz2009-08-25-0/+3
* Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-08-25-132/+187