summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"Vladimir Oltean2020-02-211-3/+3
* net: fec: Prevent unbind operationFabio Estevam2020-02-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-081-3/+11
|\
| * dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur2020-02-071-3/+11
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-1/+1
|\ \ | |/ |/|
| * Merge tag 'soc-fsl-next-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2020-01-161-1/+1
| |\
| | * net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32Rasmus Villemoes2019-12-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-3/+8
|\ \ \
| * | | net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur2020-01-231-2/+2
| * | | net/fsl: treat fsl,erratum-a011043Madalin Bucur2020-01-231-1/+6
* | | | net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-9/+1
* | | | net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit2020-01-211-11/+1
* | | | enetc: Don't print from enetc_sched_speed_set when link goes downVladimir Oltean2020-01-171-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-0/+9
|\| | |
| * | | net: freescale: fec: Fix ethtool -d runtime PMAndrew Lunn2020-01-021-0/+9
* | | | net: dsa: felix: fix link errorArnd Bergmann2020-01-081-0/+1
* | | | enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2020-01-071-1/+1
* | | | enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter2020-01-071-1/+1
* | | | enetc: Set MDIO_CFG_HOLD to the recommended value of 2Vladimir Oltean2020-01-051-4/+8
* | | | enetc: Make MDIO accessors more generic and export to include/linux/fslClaudiu Manoil2020-01-058-99/+121
* | | | enetc: add support time specific departure base on the qos etfPo Liu2020-01-024-1/+59
* | | | fsl/fman: use resource_sizeJulia Lawall2020-01-021-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-19/+20
|\| | |
| * | | dpaa_eth: fix DMA mapping leakMadalin Bucur2019-12-261-19/+20
| |/ /
* | | gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean2019-12-281-3/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-6/+8
|\| |
| * | dpaa2-ptp: fix double free of the ptp_qoriq IRQIoana Ciornei2019-12-171-6/+8
| |/
* | dpaa2-ptp: add external trigger event supportYangbo Lu2019-12-163-1/+25
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-126-6/+6
* | enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun2019-12-101-2/+1
* | enetc: add software timestampingMichael Walle2019-12-102-0/+3
|/
* enetc: disable EEE autoneg by defaultYangbo Lu2019-12-061-0/+5
* enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu2019-11-255-2/+138
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-4/+11
|\
| * net: fec: fix clock count mis-matchChuhong Yuan2019-11-191-4/+11
* | enetc: make enetc_setup_tc_mqprio staticMao Wenan2019-11-211-1/+1
* | drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-5/+2
|\ \
| * | bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+9
|\ \ \ | | |/ | |/|
| * | dpaa2-eth: free already allocated channels on probe deferIoana Ciornei2019-11-121-1/+9
* | | enetc: update TSN Qbv PSPEED set according to adjust link speedPo Liu2019-11-165-2/+61
* | | enetc: Configure the Time-Aware Scheduler via tc-taprio offloadPo Liu2019-11-167-22/+243
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+2
|\| |
| * | net: fec: add missed clk_disable_unprepare in removeChuhong Yuan2019-11-041-0/+2
* | | enetc: fix return value for enetc_ioctl()Michael Walle2019-11-071-1/+1
* | | dpaa2-eth: add ethtool MAC countersIoana Ciornei2019-11-076-1/+213
* | | enetc: ethtool: add wake-on-lan callbacksMichael Walle2019-11-071-0/+27
* | | enetc: add ioctl() support for PHY-related opsMichael Walle2019-11-071-1/+4
* | | dpaa2-ptp: fix compile errorChenwandun2019-11-061-0/+1