summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-115-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-082-6/+4Star
|\
| * net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-051-5/+3Star
| * dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-051-1/+1
* | net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-076-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-9/+21
|\|
| * net: fec: manage ahb clock in runtime pmAndy Duan2019-04-111-9/+21
* | dpaa2-eth: Add flow steering support without maskingIoana Ciocoi Radulescu2019-04-173-32/+127
* | dpaa2-eth: Update hash key composition codeIoana Ciocoi Radulescu2019-04-172-2/+30
* | dpaa2-eth: Add a couple of macrosIoana Ciocoi Radulescu2019-04-172-2/+7
* | dpaa2-eth: Fix Rx classification statusIoana Ciocoi Radulescu2019-04-171-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-281-5/+10
|\|
| * dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| * dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu2019-03-211-1/+1
* | dpaa2-eth: use netif_receive_skb_listIoana Ciornei2019-03-262-1/+8
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-061-1/+6
|\
| * Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2019-03-011-1/+6
| |\
| | * dpaa2-eth: configure the cache stashing amount on a queueIoana Ciornei2019-02-261-1/+6
| * | Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2019-01-301-4/+5
| |\|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-4/+5
|\ \ \ | | |/ | |/|
| * | soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-4/+5
* | | fsl/fman: Use vsprintf extension %pMJoe Perches2019-03-041-3/+1Star
* | | dpaa2-eth: add XDP_REDIRECT supportIoana Radulescu2019-03-043-14/+176
* | | dpaa2-eth: Add software annotation typesIoana Radulescu2019-03-042-22/+40
* | | enetc: Add ENETC PF level external MDIO supportClaudiu Manoil2019-03-014-1/+219
* | | ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King2019-02-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+4
|\ \ \
| * | | net: ethernet: freescale: set FEC ethtool regs versionVivien Didelot2019-02-141-0/+4
* | | | enetc: add PTP clock driverYangbo Lu2019-02-124-2/+162
* | | | ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-122-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-092-1/+3
|\| | |
| * | | net: fec_mpc52xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-071-1/+1
| * | | ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-01-301-0/+2
| | |/ | |/|
* | | dpaa2-eth: Update buffer pool refill thresholdIoana Ciocoi Radulescu2019-02-061-1/+2
* | | dpaa2-eth: Use FQ-based DPIO enqueue APIIoana Ciocoi Radulescu2019-02-062-6/+39
* | | dpaa2-eth: Use napi_consume_skb()Ioana Ciocoi Radulescu2019-02-061-4/+4
* | | dpaa2-eth: Use a single page per Rx bufferIoana Ciocoi Radulescu2019-02-062-44/+38Star
* | | enetc: include linux/vmalloc.h for vzalloc etcStephen Rothwell2019-01-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-272-3/+4
|\| |
| * | net: fec: get regulator optionalStefan Agner2019-01-231-1/+1
| * | net: dpaa2: improve PTP Kconfig optionYangbo Lu2019-01-231-2/+3
* | | enetc: Add RFS and RSS supportClaudiu Manoil2019-01-257-3/+554
* | | enetc: Add vf to pf messaging supportClaudiu Manoil2019-01-257-0/+399
* | | enetc: Add ethtool statisticsClaudiu Manoil2019-01-252-0/+275
* | | enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil2019-01-2512-0/+3384
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-0/+6
|\| |
| * | dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur2019-01-181-0/+6
| |/
* | dpaa2-eth: add debugfs statisticsIoana Radulescu2019-01-195-1/+302
* | dpaa2-eth: transform dpaa2_eth_queue_count into a macroIoana Ciornei2019-01-191-6/+4Star
* | dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu2019-01-181-34/+34
|/