aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-171/+365
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng1-1/+12
2016-01-28net: tsec: Add driver model ethernet supportBin Meng1-0/+186
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng1-12/+11
2016-01-28net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng1-105/+103
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng1-37/+32
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng1-28/+26
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng1-27/+34
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-09-01ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil1-6/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-3/+4
2015-01-30net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil1-0/+2
2014-09-08ls102xa: etsec: Add etsec support for LS102xAAlison Wang1-0/+7
2013-11-22net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil1-1/+1
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil1-42/+46
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil1-30/+30
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil1-13/+13
2013-11-22net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil1-7/+1
2013-11-22net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil1-16/+15
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil1-2/+2
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi1-1/+7
2012-05-22ppc: Fix warning in TSEC Ethernet driverJoe Hershberger1-3/+2
2011-11-08powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129chenhui zhao1-0/+93
2011-05-19Minor coding style cleanup.Wolfgang Denk1-1/+0
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming1-1504/+98
2011-04-20tsec: arrange the code to avoid useless function declarationMingkai Hu1-440/+415
2011-04-20tsec: use IO accessors for IO accessesMingkai Hu1-123/+126
2011-04-04tsec: add AR8021 PHY supportLi Yang1-0/+23
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-25/+25
2010-12-13tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMIIKumar Gala1-5/+4
2010-08-09miiphy: constify device nameMike Frysinger1-4/+4
2010-07-12tsec: fix the return value for tsec_eth_init()Timur Tabi1-3/+12
2010-07-12tsec: add micrel ksz804 phyHeiko Schocher1-0/+22
2010-06-29tsec: Fix eTSEC2 link problem on P2020RDBFelix Radensky1-1/+5
2010-05-03tsec: Wait for both RX and TX to stopAndy Fleming1-1/+2
2010-01-31tsec: Add TSEC_FIBER flagPeter Tyser1-2/+4
2010-01-31tsec: Add support for using the BCM5482 PHY in fiber modePeter Tyser1-4/+106
2010-01-31tsec: General cleanupPeter Tyser1-345/+326
2010-01-31tsec: Make functions/data static when possiblePeter Tyser1-43/+47
2010-01-31tsec: Clean up Broadcom PHY status parsingPeter Tyser1-43/+34
2010-01-31tsec: Force TBI PHY to 1000Mbps full duplex in SGMII modePeter Tyser1-1/+2
2010-01-05NET: Move MDIO regs out of TSEC SpaceSandeep Gopalpet1-11/+10
2009-10-03tsec: Remove PHY command relocation fixupsPeter Tyser1-49/+0
2009-08-25net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips1-0/+7
2009-08-21tsec: Wait for auto-negotiation to complete without linkPeter Tyser1-10/+9
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala1-1/+1
2009-07-22P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)Poonam Aggrwal1-1/+51
2009-07-22net: tsec - fix dereferencing type-punned pointer will break strict-aliasing ...Kim Phillips1-1/+4