summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dpaa2-mac: use resolved link config in mac_link_up()Russell King2020-02-272-22/+33
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-2/+5
* dpaa2-eth: add support for nway resetRussell King2020-02-271-0/+11
* dpaa2-eth: add support for mii ioctlsRussell King2020-02-271-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-6/+8
|\
| * dpaa2-ptp: fix double free of the ptp_qoriq IRQIoana Ciornei2019-12-171-6/+8
* | dpaa2-ptp: add external trigger event supportYangbo Lu2019-12-173-1/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-211-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-171-1/+9
|\ \
| * | dpaa2-eth: free already allocated channels on probe deferIoana Ciornei2019-11-131-1/+9
* | | dpaa2-eth: add ethtool MAC countersIoana Ciornei2019-11-086-1/+213
* | | dpaa2-ptp: fix compile errorChenwandun2019-11-071-0/+1
* | | dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei2019-11-071-5/+10
* | | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-023-3/+3
|\|
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-2/+53
|\|
| * dpaa2-eth: Fix TX FQID valuesIoana Radulescu2019-10-171-0/+44
| * dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita2019-10-172-2/+9
* | dpaa2-eth: Avoid unbounded while loopsIoana Radulescu2019-10-072-6/+34
* | dpaa2-eth: Fix minor bug in ethtool stats reportingIoana Radulescu2019-10-071-1/+1
* | dpaa2-eth: Cleanup dead codeIoana Radulescu2019-10-071-7/+0
|/
* dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu2019-09-051-3/+28
* dpaa2-eth: Add new DPNI statistics countersIoana Radulescu2019-09-053-3/+58
* dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu2019-09-051-11/+7
* dpaa2-eth: Add pause frame supportIoana Radulescu2019-08-306-13/+177
* dpaa2-eth: Use stored link settingsIoana Radulescu2019-08-302-14/+7
* dpaa2-eth: Remove support for changing link settingsIoana Radulescu2019-08-301-50/+1
* dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-112-50/+7
* dpaa2-ptp: add interrupt supportYangbo Lu2019-06-154-1/+417
* dpaa2-ptp: reuse ptp_qoriq driverYangbo Lu2019-06-155-282/+34
* dpaa2-eth: Add mqprio supportIoana Radulescu2019-06-122-5/+64
* dpaa2-eth: Support multiple traffic classes on TxIoana Radulescu2019-06-122-11/+19
* dpaa2-eth: Refactor xps codeIoana Radulescu2019-06-121-13/+32
* dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-101-1/+1
* dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior2019-06-101-9/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-313-3/+6
|\
| * dpaa2-eth: Make constant 64-bit longIoana Radulescu2019-05-261-1/+1
| * dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu2019-05-261-2/+2
| * dpaa2-eth: Fix potential spectre issueIoana Radulescu2019-05-261-0/+3
* | Revert "dpaa2-eth: configure the cache stashing amount on a queue"Ioana Radulescu2019-05-231-6/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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
|\