summaryrefslogtreecommitdiff
path: root/drivers/net/cpsw.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-6/+7
2014-08-29net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese1-18/+1
2014-07-25drivers: net: cpsw: add support for using second port as ethernetMugunthan V N1-3/+5
2014-03-13drivers: net: cpsw: init phy with gigabit featuresIlya Ledvich1-5/+1
2014-03-04drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N1-2/+2
2013-12-04am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny1-1/+1
2013-09-21net, phy, cpsw: fix NULL pointer deferenceHeiko Schocher1-1/+9
2013-07-30net, phy, cpsw: fix gigabit register accessHeiko Schocher1-1/+1
2013-07-27drivers: net: cpsw: Enable statistics for all portMugunthan V N1-0/+1
2013-07-27drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N1-3/+1
2013-05-10cpsw: add support for TI814x slave_regs differencesMatt Porter1-0/+6
2013-03-24am33xx: Add required includes to some omap/am33xx codeTom Rini1-0/+1
2013-03-11am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N1-2/+18
2012-12-10am335x: cpsw: make phy address configurableYegor Yefremov1-1/+4
2012-09-01cpsw: add driver for cpsw ethernet deviceCyril Chemparathy1-0/+991