aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02dpaa2-eth: Configure Rx flow classification keyIoana Radulescu5-16/+148
2018-10-02dpaa2-eth: Rename structureIoana Radulescu2-7/+7
2018-10-02dpaa2-eth: Use new API for Rx flow hashingIoana Radulescu5-19/+142
2018-10-02net: fec: fix rare tx timeoutRickard x Andersson1-4/+4
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn2-11/+2
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann1-1/+0
2018-09-24dpaa2-eth: Make Rx flow hash key configurableIoana Ciocoi Radulescu3-5/+41
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing5-6/+10
2018-09-17gianfar: remove duplicated include from gianfar.cYueHaibing1-2/+0
2018-09-17net: ethernet: remove redundant null pointer check before of_node_putzhong jiang1-2/+1
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2-6/+2
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-7/+2
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2-56/+16
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2-4/+3
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-1/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2-8/+3
2018-09-07freescale: ethernet: remove unnecessary unlikely()Igor Stoppa1-5/+3
2018-09-01dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu11-0/+6947
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-4/+0
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2-7/+16
2018-08-02net: fec: check DMA addressing limitationsStefan Agner1-0/+8
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski3-6/+4
2018-07-25net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski1-14/+4
2018-07-25net: ethernet: freescale: Use generic CRC32 implementationKrzysztof Kozlowski1-10/+3
2018-07-04net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King1-2/+0
2018-07-04net: fec: remove redundant variable 'inc'Colin Ian King1-2/+0
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+16
2018-06-30dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur1-7/+8
2018-06-30fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur1-0/+8
2018-06-26dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu1-0/+39
2018-06-26dpaa_eth: add support for hardware timestampingYangbo Lu2-5/+86
2018-06-26fsl/fman: define frame description command UPDYangbo Lu1-0/+1
2018-06-26fsl/fman_port: support getting timestampYangbo Lu2-0/+14
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu8-0/+60
2018-06-26fsl/fman: share the event interruptYangbo Lu1-1/+2
2018-06-22ucc_geth: Add BQL supportJoakim Tjernlund1-1/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+6
2018-05-30net: ethernet: freescale: fix false-positive string overflow warningArnd Bergmann1-1/+1
2018-05-28net: ethernet: gianfar_ethtool: get phc index through drvdataYangbo Lu2-8/+18
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu2-573/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+2
2018-05-25net: fec: remove stale commentYueHaibing1-6/+0
2018-05-22net: fec: Add a SPDX identifierFabio Estevam1-0/+1
2018-05-22net: fec: ptp: Switch to SPDX identifierFabio Estevam1-13/+1
2018-05-17net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli3-3/+3
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-6/+2