aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+6
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+5
2019-03-03fsl/fman: Use vsprintf extension %pMJoe Perches1-3/+1
2019-03-03dpaa2-eth: add XDP_REDIRECT supportIoana Radulescu3-14/+176
2019-03-03dpaa2-eth: Add software annotation typesIoana Radulescu2-22/+40
2019-03-01enetc: Add ENETC PF level external MDIO supportClaudiu Manoil4-1/+219
2019-03-01Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann1-1/+6
2019-02-26dpaa2-eth: configure the cache stashing amount on a queueIoana Ciornei1-1/+6
2019-02-19ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-02-14net: ethernet: freescale: set FEC ethtool regs versionVivien Didelot1-0/+4
2019-02-12enetc: add PTP clock driverYangbo Lu4-2/+162
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu2-2/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2019-02-06net: fec_mpc52xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-06dpaa2-eth: Update buffer pool refill thresholdIoana Ciocoi Radulescu1-1/+2
2019-02-06dpaa2-eth: Use FQ-based DPIO enqueue APIIoana Ciocoi Radulescu2-6/+39
2019-02-06dpaa2-eth: Use napi_consume_skb()Ioana Ciocoi Radulescu1-4/+4
2019-02-06dpaa2-eth: Use a single page per Rx bufferIoana Ciocoi Radulescu2-44/+38
2019-01-30Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann1-4/+5
2019-01-30ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2019-01-28enetc: include linux/vmalloc.h for vzalloc etcStephen Rothwell1-0/+1
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+4
2019-01-24enetc: Add RFS and RSS supportClaudiu Manoil7-3/+554
2019-01-24enetc: Add vf to pf messaging supportClaudiu Manoil7-0/+399
2019-01-24enetc: Add ethtool statisticsClaudiu Manoil2-0/+275
2019-01-24enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil12-0/+3384
2019-01-22net: fec: get regulator optionalStefan Agner1-1/+1
2019-01-22net: dpaa2: improve PTP Kconfig optionYangbo Lu1-2/+3
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2019-01-19dpaa2-eth: add debugfs statisticsIoana Radulescu5-1/+302
2019-01-19dpaa2-eth: transform dpaa2_eth_queue_count into a macroIoana Ciornei1-6/+4
2019-01-17dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur1-0/+6
2019-01-17dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu1-34/+34
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei1-4/+5
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2-2/+2
2018-12-19dpaa2-eth: Add QBMAN related statsIoana Radulescu1-0/+41
2018-12-18net: fec: remove workaround to restart phylib state machine on MDIO timeoutHeiner Kallweit2-13/+0
2018-12-17ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-0/+2
2018-12-17gianfar: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-0/+1
2018-12-17dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-1/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-12-04ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-11-29dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu1-0/+2
2018-11-28dpaa2-eth: Add xdp countersIoana Ciocoi Radulescu3-0/+10
2018-11-28dpaa2-eth: Cleanup channel statsIoana Ciocoi Radulescu3-16/+7
2018-11-28dpaa2-eth: Add support for XDP_TXIoana Ciocoi Radulescu2-1/+52
2018-11-28dpaa2-eth: Map Rx buffers as bidirectionalIoana Ciocoi Radulescu1-7/+7
2018-11-28dpaa2-eth: Release buffers back to pool on XDP_DROPIoana Ciocoi Radulescu2-3/+33