summaryrefslogtreecommitdiffstats
path: root/drivers/net/tsec.c
Commit message (Expand)AuthorAgeFilesLines
* net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil2015-01-301-0/+2
* ls102xa: etsec: Add etsec support for LS102xAAlison Wang2014-09-081-0/+7
* net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil2013-11-221-10/+8
* net: tsec: Use portable regs type (uint->u32)Claudiu Manoil2013-11-221-1/+1
* net: tsec: Use portable types and accessors for BDsClaudiu Manoil2013-11-221-42/+46
* net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil2013-11-221-30/+30
* net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil2013-11-221-13/+13
* net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil2013-11-221-7/+1
* net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil2013-11-221-16/+15
* net: Fix mcast function pointer prototypeClaudiu Manoil2013-11-221-2/+2
* net: abort network initialization if the PHY driver failsTimur Tabi2012-07-111-1/+7
* ppc: Fix warning in TSEC Ethernet driverJoe Hershberger2012-05-221-3/+2
* powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129chenhui zhao2011-11-081-0/+93
* Minor coding style cleanup.Wolfgang Denk2011-05-191-1/+0
* tsec: Convert tsec to use PHY LibAndy Fleming2011-04-201-1504/+98
* tsec: arrange the code to avoid useless function declarationMingkai Hu2011-04-201-440/+415
* tsec: use IO accessors for IO accessesMingkai Hu2011-04-201-123/+126
* tsec: add AR8021 PHY supportLi Yang2011-04-041-0/+23
* miiphy: convert to linux/mii.hMike Frysinger2011-01-091-25/+25
* tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMIIKumar Gala2010-12-131-5/+4
* miiphy: constify device nameMike Frysinger2010-08-091-4/+4
* tsec: fix the return value for tsec_eth_init()Timur Tabi2010-07-121-3/+12
* tsec: add micrel ksz804 phyHeiko Schocher2010-07-121-0/+22
* tsec: Fix eTSEC2 link problem on P2020RDBFelix Radensky2010-06-291-1/+5
* tsec: Wait for both RX and TX to stopAndy Fleming2010-05-031-1/+2
* tsec: Add TSEC_FIBER flagPeter Tyser2010-01-311-2/+4
* tsec: Add support for using the BCM5482 PHY in fiber modePeter Tyser2010-01-311-4/+106
* tsec: General cleanupPeter Tyser2010-01-311-345/+326
* tsec: Make functions/data static when possiblePeter Tyser2010-01-311-43/+47
* tsec: Clean up Broadcom PHY status parsingPeter Tyser2010-01-311-43/+34
* tsec: Force TBI PHY to 1000Mbps full duplex in SGMII modePeter Tyser2010-01-311-1/+2
* NET: Move MDIO regs out of TSEC SpaceSandeep Gopalpet2010-01-051-11/+10
* tsec: Remove PHY command relocation fixupsPeter Tyser2009-10-031-49/+0
* net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips2009-08-251-0/+7
* tsec: Wait for auto-negotiation to complete without linkPeter Tyser2009-08-211-10/+9
* Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala2009-07-291-1/+1
* P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)Poonam Aggrwal2009-07-221-1/+51
* net: tsec - fix dereferencing type-punned pointer will break strict-aliasing ...Kim Phillips2009-07-221-1/+4
* tsec: Add support for BCM5482S PHYZach LeRoy2009-06-151-0/+41
* tsec: report when there is no vendor specific PHY supportPaul Gortmaker2009-03-091-4/+3
* Added Vitesse VSC8211 definitions to TSEC driverPieter Henning2009-02-221-0/+30
* tsec: Fix a bug in soft-resettingAndy Fleming2009-02-091-0/+1
* Marvell 88E1118 interrupt fixRon Madrid2009-01-281-0/+4
* net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin2008-12-041-0/+3
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-5/+5
* enable 10/100M at VSC8601 at tsec driverAndre Schwarz2008-10-131-0/+2
* Support for multiple SGMII/TBI interfaces for TSEC ethernetPeter Tyser2008-09-161-3/+5
* Add SGMII support to the tsecAndy Fleming2008-09-021-26/+48
* Pass in tsec_info struct through tsec_initializeAndy Fleming2008-09-021-63/+50
* tsec: Move tsec.h to include/Andy Fleming2008-09-021-7/+1
OpenPOWER on IntegriCloud