summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: dpaa_eth: constify platform_device_idArvind Yadav2017-08-131-1/+1
* fsl/fman: implement several errata workaroundsFlorinel Iordache2017-08-111-25/+93
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+4
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* net: fec: Allow reception of frames bigger than 1522 bytesAndrew Lunn2017-07-301-3/+5
* net: fec: Issue error for missing but expected PHYAndrew Lunn2017-07-301-1/+3
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-246-49/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+1
|\
| * fsl/fman: add dependency on HAS_DMAMadalin Bucur2017-06-271-0/+1
* | net: freescale: gianfar : constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-212-1/+3
|\|
| * dpaa_eth: reuse the dma_ops provided by the FMan MAC deviceMadalin Bucur2017-06-201-1/+1
| * fsl/fman: propagate dma_opsMadalin Bucur2017-06-201-0/+2
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-132-5/+5
* | net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam2017-06-101-0/+4
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* | net: fec: Clear and enable MIB counters on imx51Andrew Lunn2017-06-072-3/+28
|/
* net: freescale: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-311-1/+8
* net: fec: add post PHY reset delay DT propertyQuentin Schulz2017-05-241-1/+15
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-5/+3
|\
| * net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy2017-04-301-5/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-2/+2
|\ \
| * | net: fec: Fix typo in error msg and commentPeter Meerwald-Stadler2017-03-241-2/+2
| |/
* | net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan2017-04-111-2/+3
* | net: fec: correct the errata number comment typoFugang Duan2017-04-111-1/+1
* | net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan2017-04-111-8/+18
* | net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan2017-04-111-2/+2
* | net: fec: avoid BD pointer type cast to 32bitFugang Duan2017-04-111-2/+2
* | net: fec: add return value check after calling .of_property_read_u32()Fugang Duan2017-04-111-2/+2
* | dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur2017-04-011-1/+1
* | fsl/fman: take into account all RGMII modesMadalin Bucur2017-04-012-2/+11
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* | net: ethernet: fs_enet: Remove useless includesChristophe Leroy2017-03-162-12/+0
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-6/+10
* | dpaa_eth: enable context-A stashingMadalin Bucur2017-03-091-1/+2
* | dpaa_eth: enable multiple Tx traffic classesCamelia Groza2017-03-091-0/+36
* | dpaa_eth: add four prioritised Tx traffic classesCamelia Groza2017-03-092-9/+42
* | dpaa_eth: do not ignore port api return valueMadalin Bucur2017-03-091-22/+43
* | dpaa_eth: enable Rx checksum offloadMadalin Bucur2017-03-091-2/+27
* | dpaa_eth: remove redundant initializationMadalin Bucur2017-03-091-1/+1
* | fsl/fman: enlarge FIFO to allow for the 5th portMadalin Bucur2017-03-091-1/+1
* | fsl/fman: remove wrong freeMadalin Bucur2017-03-091-3/+1
* | fsl/fman: set HW parser as BMI next engineMadalin Bucur2017-03-092-3/+90
* | fsl/fman: parse result data is big endianMadalin Bucur2017-03-091-5/+5
|/
* dpaa_eth: implement ioctl() for PHY-related opsMichael Walle2017-02-201-0/+8
* fsl/fman: fix spelling mistake in variable name en_tsu_err_exeptionColin Ian King2017-02-201-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-1/+1
|\