summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: freescale: fec: Fix ethtool -d runtime PMAndrew Lunn2020-01-021-0/+9
* dpaa_eth: fix DMA mapping leakMadalin Bucur2019-12-261-19/+20
* dpaa2-ptp: fix double free of the ptp_qoriq IRQIoana Ciornei2019-12-171-6/+8
* 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
* | | dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei2019-11-061-5/+10
* | | gianfar: Maximize Rx buffer sizeClaudiu Manoil2019-11-061-4/+4
* | | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-045-14/+17
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-025-6/+6
|\|
| * net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid error messageAnson Huang2019-10-291-2/+2
| * net: fec_main: Use platform_get_irq_byname_optional() to avoid error messageAnson Huang2019-10-291-1/+1
| * net: dpaa2: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-283-3/+3
* | dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei2019-10-319-21/+816
* | dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGEDIoana Ciornei2019-10-311-4/+3
* | dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-2/+3
* | dpaa_eth: extend delays in ndo_stopMadalin Bucur2019-10-311-1/+3
* | dpaa_eth: remove netdev_err() for user errorsMadalin Bucur2019-10-311-12/+4
* | dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur2019-10-311-0/+8
* | dpaa_eth: use a page to store the SGTMadalin Bucur2019-10-311-22/+21
* | dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur2019-10-311-7/+7
* | dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-6/+7
* | dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-7/+7
* | dpaa_eth: avoid timestamp read on error pathsMadalin Bucur2019-10-311-7/+10
* | dpaa_eth: perform DMA unmapping before readMadalin Bucur2019-10-311-15/+17
* | dpaa_eth: use page backed rx buffersMadalin Bucur2019-10-311-29/+22
* | dpaa_eth: use only one buffer pool per interfaceMadalin Bucur2019-10-314-92/+57
* | net: fec: remove redundant assignment to pointer bdpColin Ian King2019-10-291-1/+0
* | dpaa_eth: add newline in dev_err() msgMadalin Bucur2019-10-241-1/+1
* | fsl/fman: remove unused struct memberMadalin Bucur2019-10-241-3/+0
* | dpaa_eth: change DMA deviceMadalin Bucur2019-10-242-51/+62
* | fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2019-10-242-0/+16
* | dpaa_eth: remove redundant codeMadalin Bucur2019-10-241-4/+0
* | dpaa_eth: defer probing after qbmanLaurentiu Tudor2019-10-241-0/+31