summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-15/+17
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger56-159/+187
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-6/+7
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger7-14/+15
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger3-29/+30
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger1-2/+69
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger3-0/+109
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger1-0/+17
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger1-0/+107
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger3-0/+108
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-0/+9
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger2-6/+5
2015-04-15sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski1-1/+1
2015-04-10lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)2-0/+638
2015-03-25net: Add Intel Topcliff GMAC driverBin Meng3-0/+767
2015-03-25net: Add ethernet FCS length macro in net.hBin Meng1-4/+3
2015-03-19Net: macb: reset GBE bit when fallback checkingBo Shen1-1/+1
2015-03-05net: Support DMA threshold mode in DWMAC driverSonic Zhang1-0/+5
2015-03-05net: configure DWMAC DMA by default AXI burst lengthSonic Zhang2-1/+7
2015-02-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini6-46/+295
2015-02-25ARM: remove cm4008 and cm41xx board supportMasahiro Yamada2-230/+0
2015-02-25drivers/mc: Migrated MC Flibs to 0.5.2J. German Rivera6-46/+295
2015-02-16net: keystone_net: move serdes setup to initialization functionVitaly Andrianov1-2/+2
2015-01-31Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini4-2/+93
2015-01-31net/designware: add error message on DMA reset timeoutAlexey Brodkin1-1/+3
2015-01-31net: phy: micrel: add support for KSZ8895 switch in SMI modePhilippe De Muyter1-0/+58
2015-01-31Add MS7206SE ethernet supportYoshinori Sato1-1/+30
2015-01-31net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil1-0/+2
2015-01-30drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian1-14/+17
2015-01-26kirkwood: define empty CONFIG_MVGBE_PORTS by defaultLuka Perkov1-0/+4
2015-01-24powerpc: mpc5xxx: remove Total5200 board supportMasahiro Yamada1-5/+0
2015-01-23Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini7-13/+678
2015-01-21net: ll_temac: Fix compilation warning because of phys_addr_tMichal Simek1-1/+1
2015-01-21net: gem: Use phys_addr_t instead of int for addressesMichal Simek1-2/+3
2015-01-16net/vsc9953: Add driver for Vitesse VSC9953 L2 Switch IPCodrin Ciubotariu2-0/+498
2015-01-16net/fm: Enable FMAN ports if l2switch ports are connected over SGMIICodrin Ciubotariu1-1/+2
2015-01-16net/fm: Fix error when FMAN MAC has no PHYCodrin Ciubotariu1-12/+18
2015-01-16phylib: add support for aquantia PHYsShaohui Xie3-0/+160
2015-01-05powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 supportMasahiro Yamada1-5/+0
2014-12-18net: rtl8169: Add support for RTL-8168/8111gThierry Reding1-0/+1
2014-12-18net: rtl8169: Use non-cached memory if availableThierry Reding1-11/+60
2014-12-18net: rtl8169: Properly align buffersThierry Reding1-29/+34
2014-12-18net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFERThierry Reding1-1/+5
2014-12-15net/fm: update ft_fixup_port to differentiate dual-role macShengzhou Liu1-5/+16
2014-12-05net/phy: enable serdes auto-negotiation for vsc8514 phyShengzhou Liu1-2/+11
2014-12-05net/fman: update 10GEC to fit new SoCShengzhou Liu2-2/+7
2014-12-05powerpc/mpc85xx: Add T1024/T1023 SoC supportShengzhou Liu2-0/+90
2014-12-05B4860QDS: Enable enet port as per fsl_b4860_serdes2 string in hwconfigSuresh Gupta1-2/+62
2014-12-05powerpc/b4860qds: add xfi supportShaohui Xie1-1/+3