aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-01-04dpaa_eth: Initialize CGR structure before initRoy Pledge1-0/+2
2017-01-04dpaa_eth: cleanup after init_phy() failureMadalin Bucur1-1/+3
2017-01-03net: freescale: dpaa: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-9/+9
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds10-10/+10
2016-12-20fsl/fman: enable compilation on ARM64Madalin Bucur1-1/+1
2016-12-20fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur1-0/+8
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur1-0/+7
2016-12-20fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur1-0/+1
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-35/+38
2016-12-17dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur1-1/+1
2016-12-17dpaa_eth: use big endian accessorsClaudiu Manoil1-34/+37
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-2/+0
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2016-12-06net: fec: fix compile with CONFIG_M5272Nikita Yushchenko1-3/+10
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+61
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko2-4/+21
2016-11-29net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold1-7/+16
2016-11-29net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold1-0/+8
2016-11-29net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold1-1/+6
2016-11-29net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold1-0/+5
2016-11-27net: fsl/fman: fix fixed-link-phydev reference leakJohan Hovold1-0/+2
2016-11-27net: fsl/fman: fix phydev reference leakJohan Hovold1-0/+3
2016-11-27ptp: gianfar: Use high resolution frequency method.Ulrik De Bie1-8/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-11-25fsl/fman: fix a leak in tgec_free()Dan Carpenter1-3/+0
2016-11-18net: fsl: Allow most drivers to be built with COMPILE_TESTFlorian Fainelli1-1/+3
2016-11-18net: gianfar_ptp: Rename FS bit to FIPERSTFlorian Fainelli1-2/+2
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1
2016-11-15dpaa_eth: add trace pointsMadalin Bucur4-0/+158
2016-11-15dpaa_eth: add sysfs exportsMadalin Bucur4-1/+174
2016-11-15dpaa_eth: add ethtool statisticsMadalin Bucur3-2/+284
2016-11-15dpaa_eth: add ethtool functionalityMadalin Bucur4-1/+224
2016-11-15dpaa_eth: add support for DPAA EthernetMadalin Bucur6-0/+2850
2016-11-15net: ethernet: ucc: Utilize phy_ethtool_nway_resetFlorian Fainelli1-8/+1
2016-11-15net: fec: Utilize phy_ethtool_nway_resetFlorian Fainelli1-11/+1
2016-11-15net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam1-3/+3
2016-10-20net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König1-14/+11
2016-10-19net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2-26/+18
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-6/+3
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun1-2/+6
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson4-4/+0
2016-10-04fsl/fman: remove leftover commentMadalin Bucur1-4/+0
2016-10-04fsl/fman: fix return value checkingMadalin Bucur1-2/+2
2016-10-04fsl/fman: simplify redundant conditionMadalin Bucur1-2/+1
2016-10-04fsl/fman: check of_get_phy_mode() return valueMadalin Bucur1-4/+6