summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2011-10-21consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-10-21net: dc2114x: check for apropriate commandLinus Walleij
2011-10-21ftgmac100: reset fix when supports wake on lanMacpaul Lin
2011-10-20powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)Timur Tabi
2011-10-18fm: Don't allow disabling of FM1-DTSEC1Kumar Gala
2011-10-18fm-eth: Don't mark the MAC we use for MDIO as disabled in device treeKumar Gala
2011-10-17DM9000:Add a byte swap macro for dm9000 io operation.Jason Jin
2011-10-15net: axi_ethernet: Add driver to u-bootMichal Simek
2011-10-15net: emaclite: Fix coding styleMichal Simek
2011-10-15net: emaclite: Use PKTSIZE directlyMichal Simek
2011-10-15net: emaclite: Setup RX/TX ping pong for every instanceMichal Simek
2011-10-14phylib: wait for TN2020 to achieve SERDES lane alignment at startupTimur Tabi
2011-10-14powerpc/p3060: remove all references to RCW bits EC1_EXT, EC2_EXT, and EC3Timur Tabi
2011-10-09powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHYTimur Tabi
2011-10-09phylib: Work around bug in Teranetics PHYAndy Fleming
2011-10-09drivers/net/smc91111.c: fix warning: variable ... set but not usedWolfgang Denk
2011-10-09netconsole: support packets longer than 512 bytesMichael Walle
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-10-05net: drop !NET_MULTI ns7520 driverMike Frysinger
2011-10-05net: drop !NET_MULTI bcm570x/tigon3 driversMike Frysinger
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-10-03powerpc/p3060: Add SoC related support for P3060 platformShengzhou Liu
2011-10-03fm-eth: Add ability for board code to disable a portKumar Gala
2011-10-03net: emaclite: Use dynamic allocationMichal Simek
2011-10-03net: emaclite: Remove baseaddress from xemacliteMichal Simek
2011-10-03net: emaclite: Use calloc instead of mallocMichal Simek
2011-10-03net: emaclite: Remove deviceid propertyMichal Simek
2011-10-03net: emaclite: Change driver name and add addressMichal Simek
2011-09-30FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.hMarek Vasut
2011-09-30FEC: Squish "got MAC from fuse" message, make it debug()Marek Vasut
2011-09-30FEC: Add timeout for chip resetMarek Vasut
2011-09-30FEC: Allow registering MII postconfiguration callbackMarek Vasut
2011-09-30FEC: Allow multiple FECesMarek Vasut
2011-09-30FEC: Abstract access to fec->eth in MII operationsMarek Vasut
2011-09-30FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPEMarek Vasut
2011-09-30FEC: Add RMII mode supportMarek Vasut
2011-09-30FEC: Kill mode select FIXME'sMarek Vasut
2011-09-30FEC: Use defined constant instead of magic numberMarek Vasut
2011-09-30FEC: Use proper accessor to read register in debug callMarek Vasut
2011-09-30net, davinci_emac: let the EMAC detect the PHYsHeiko Schocher
2011-09-30net, davinci_emac: make less verbose - turn printf() into debug()Heiko Schocher
2011-09-30net, davinci_emac: add KSZ8864 switchHeiko Schocher
2011-09-30net: Adds Fast Ethernet Controller driver for Armada100Ajay Bhargav
2011-09-30powerpc/85xx: Add support for FMan ethernet in Independent modeKumar Gala
2011-09-28Revert "phylib: remove a couple of redundant code lines"Wolfgang Denk
2011-09-10KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETHGreg Ungerer
2011-09-09phylib: remove a couple of redundant code linesVladimir Zapolskiy
2011-09-09phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy
2011-09-09smc911x: Fix build warningsWolfgang Denk
2011-09-07smc911x MII made availableHelmut Raiger