summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini1-3/+1
2013-03-11am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N1-2/+18
2013-03-01net: Use new numeric setenv functionsSimon Glass1-3/+1
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-125/+169
2013-02-04ppc: Move mpc512x clocks to arch_global_dataSimon Glass1-1/+1
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass1-3/+6
2013-01-30powerpc/mpc85xx:Add support of B4420 SoCPoonam Aggrwal1-0/+1
2013-01-30powerpc/mpc85xx: Few updates for B4860 cpu changesPoonam Aggrwal1-0/+79
2013-01-28net: fec_mxc: get phydev before fec_probeTroy Kisky2-43/+76
2013-01-28net: fec_mxc: only call phy_connect in fec_probeTroy Kisky1-21/+12
2013-01-28net: fec_mxc: use fec_set_dev_name to set nameTroy Kisky1-8/+8
2013-01-28phy: add phy_find_by_mask/phy_connect_devTroy Kisky1-50/+78
2013-01-28net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multiTroy Kisky1-16/+8
2013-01-28net: fec_mxc: change fec_mii_setspeed parameterTroy Kisky1-5/+5
2013-01-28net: fec_mxc: delete CONFIG_FEC_MXC_MULTITroy Kisky1-1/+1
2013-01-09mv88e61xx: refactor PHY and SWITCH level-codeAlbert ARIBAUD2-192/+342
2013-01-08Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+4
2012-12-15net: sh_eth: add support for SH7752Yoshihiro Shimoda2-4/+4
2012-12-15phy: Add support for Marvell 88E1118RMichal Simek1-0/+11
2012-12-15e1000e : Correct Rx Threshold granularityRuchika Gupta2-0/+11
2012-12-10am335x: cpsw: make phy address configurableYegor Yefremov1-1/+4
2012-11-28powerpc/85xx: add support for the Freescale P5040DS Superhydra reference boardTimur Tabi2-0/+114
2012-11-04drivers/net/: sparse fixesKim Phillips8-19/+21
2012-11-04net/: sparse fixesKim Phillips1-1/+1
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips2-4/+0
2012-10-27arm: Remove support for NETARMMarek Vasut3-395/+0
2012-10-23powerpc/fm: fix TBI PHY address settingsshaohui xie1-2/+2
2012-10-22fm/mEMAC: add mEMAC frame workRoy Zang4-2/+323
2012-10-22powerpc/mpc85xx: Add B4860 and variant SoCsYork Sun1-0/+1
2012-10-22powerpc/mpc85xx: Add T4240 SoCYork Sun3-0/+147
2012-10-19m68k: net: Fix unused variable in mcfmii.cMarek Vasut1-3/+1
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese1-41/+1
2012-10-01da850/omap-l138: davinci_emac: Suppress auto negotiation if neededBastian Ruppert1-1/+2
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini162-59/+70445
2012-09-27FEC: Replace magic contantsMarek Vasut2-3/+6
2012-09-27FEC: Rework the TX wait mechanismMarek Vasut1-9/+11
2012-09-27FEC: Remove endless loop in the FEC driverMarek Vasut1-1/+13
2012-09-27FEC: Properly align address over the buffers for cache opsMarek Vasut1-6/+8
2012-09-27FEC: Do not pass unaligned buffer to network stackMarek Vasut1-1/+2
2012-09-27net: Add Vitesse VSC8662 PHY supportPriyanka Jain1-4/+14
2012-09-27net/phy: support the mv88e6352 switchValentin Longchamp2-0/+319
2012-09-26net: Add driver for Zynq Gem IPMichal Simek2-0/+441
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini3-105/+24
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger1-2/+6
2012-09-24net: Allow netconsole settings to change after nc_startJoe Hershberger1-31/+65
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-4/+18
2012-09-24net: Make the netconsole buffer size configurableJoe Hershberger1-2/+6
2012-09-24net: sh_eth: Add support R8A7740 of rmobile (arm core)Nobuhiro Iwamatsu2-3/+13
2012-09-24dm: net: Fixup the armada100 FEC driverMarek Vasut1-2/+3
2012-09-24net: emaclite: Support OF initializationMichal Simek1-0/+30