summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei2020-07-161-1/+1
* drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang2020-06-111-2/+3
* dpaa2-eth: Keep congestion group taildrop enabled when PFC onIoana Ciornei2020-06-013-10/+34
* dpaa2-eth: Add PFC support through DCB opsIoana Ciornei2020-06-018-0/+316
* dpaa2-eth: Update FQ taildrop threshold and buffer pool countIoana Radulescu2020-06-011-12/+11
* dpaa2-eth: Add congestion group taildropIoana Radulescu2020-06-012-10/+38
* dpaa2-eth: Add helper functionsIoana Radulescu2020-06-013-5/+14
* dpaa2-eth: Distribute ingress frames based on VLAN prioIoana Radulescu2020-06-015-0/+318
* dpaa2-eth: Add support for Rx traffic classesIoana Radulescu2020-06-014-32/+68
* dpaa2-eth: add bulking to XDP_TXIoana Ciornei2020-05-162-23/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-153-13/+19
|\
| * dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2020-05-152-12/+18
| * dpaa2-eth: prevent array underflow in update_cls_rule()Dan Carpenter2020-05-091-1/+1
* | dpaa2-eth: Add XDP frame sizeJesper Dangaard Brouer2020-05-151-0/+7
* | dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei2020-05-082-22/+46
* | dpaa2-eth: fix error return code in setup_dpni()Wei Yongjun2020-05-011-1/+3
* | dpaa2-eth: Use proper division helper in dpaa2_dbg_ch_showNathan Chancellor2020-04-281-1/+1
* | dpaa2-eth: add channel stat to debugfsIoana Ciornei2020-04-264-4/+10
* | dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer2020-04-251-2/+2
* | dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2020-04-232-29/+30
* | dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei2020-04-231-36/+40
* | dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2020-04-232-14/+22
* | dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2020-04-232-13/+26
|/
* 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