aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fm/eth.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur1-10/+341
2020-04-29driver: net: fm: separate receive buffer free codeMadalin Bucur1-26/+37
2020-04-29driver: net: fm: change init_phy() paramMadalin Bucur1-11/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-12-08net: fman: fix 2.5G SGMII settingsshaohui xie1-10/+23
2015-10-29net/fm: Add QSGMII PCS initShaohui Xie1-5/+13
2015-10-29net: Move some header files to include/Shaohui Xie1-2/+2
2015-10-29net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie1-1/+7
2015-10-29net/fm: Make the return value logic consistent with conventionHou Zhiqiang1-24/+36
2015-10-29net/fm: Add support for 64-bit platformsHou Zhiqiang1-19/+42
2015-10-29net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang1-33/+37
2015-08-11qoriq eth.c bugfix: handle received corrupted frames correctlyDaniel Inderbitzin1-2/+3
2015-04-23net/memac_phy: reuse driver for little endian SoCsShaohui Xie1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2015-01-16net/fm: Fix error when FMAN MAC has no PHYCodrin Ciubotariu1-12/+18
2014-12-05net/fman: update 10GEC to fit new SoCShengzhou Liu1-2/+5
2014-11-19net/fm: add 2.5G SGMII supportShengzhou Liu1-4/+12
2013-11-25net/fman: Add support for 10GEC3 and 10GEC4Shengzhou Liu1-2/+10
2013-08-20powerpc/t4240: add QSGMII interface supportShaohui Xie1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-14Fman/t4240: some fix for 10G XAUIShaohui Xie1-0/+2
2012-11-04drivers/net/: sparse fixesKim Phillips1-1/+1
2012-10-22powerpc/fm: fix TBI PHY address settingsshaohui xie1-2/+2
2012-10-22fm/mEMAC: add mEMAC frame workRoy Zang1-2/+37
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi1-1/+8
2012-05-22drivers/net/fm/eth.c: Fix compile warningJoe Hershberger1-1/+1
2011-10-09powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHYTimur Tabi1-1/+2
2011-09-29powerpc/85xx: Add support for FMan ethernet in Independent modeKumar Gala1-0/+670