summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
2020-09-25dpaa2-eth: fix command version for Tx shapingIoana Ciornei
2020-09-18dpaa2-eth: fix a build warning in dpmac.cYangbo Lu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-04dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21dpaa2-eth: add support for TBF offloadIoana Ciornei
2020-07-21dpaa2-eth: add API for Tx shapingIoana Ciornei
2020-07-21dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei
2020-07-15dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei
2020-07-06dpaa2-eth: fix draining of S/G cacheIoana Ciornei
2020-06-29dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei
2020-06-29dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei
2020-06-25dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei
2020-06-25dpaa2-eth: fix recursive header includeIoana Ciornei
2020-06-25dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei
2020-06-25dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei
2020-06-25dpaa2-eth: trim debugfs FQ statsIoana Radulescu
2020-06-11drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang
2020-06-01dpaa2-eth: Keep congestion group taildrop enabled when PFC onIoana Ciornei
2020-06-01dpaa2-eth: Add PFC support through DCB opsIoana Ciornei
2020-06-01dpaa2-eth: Update FQ taildrop threshold and buffer pool countIoana Radulescu
2020-06-01dpaa2-eth: Add congestion group taildropIoana Radulescu
2020-06-01dpaa2-eth: Add helper functionsIoana Radulescu
2020-06-01dpaa2-eth: Distribute ingress frames based on VLAN prioIoana Radulescu
2020-06-01dpaa2-eth: Add support for Rx traffic classesIoana Radulescu
2020-05-16dpaa2-eth: add bulking to XDP_TXIoana Ciornei
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei
2020-05-14dpaa2-eth: Add XDP frame sizeJesper Dangaard Brouer
2020-05-08dpaa2-eth: prevent array underflow in update_cls_rule()Dan Carpenter
2020-05-07dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei
2020-04-30dpaa2-eth: fix error return code in setup_dpni()Wei Yongjun
2020-04-28dpaa2-eth: Use proper division helper in dpaa2_dbg_ch_showNathan Chancellor
2020-04-25dpaa2-eth: add channel stat to debugfsIoana Ciornei
2020-04-24dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer
2020-04-22dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei
2020-04-22dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei
2020-04-22dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei
2020-04-22dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei
2020-02-27net: dpaa2-mac: use resolved link config in mac_link_up()Russell King
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-02-27dpaa2-eth: add support for nway resetRussell King
2020-02-27dpaa2-eth: add support for mii ioctlsRussell King
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17dpaa2-ptp: fix double free of the ptp_qoriq IRQIoana Ciornei
2019-12-16dpaa2-ptp: add external trigger event supportYangbo Lu
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller