summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2020-07-20net: fs_enet: remove redundant null checkZhang Changzhong
2020-07-19net: enetc: Use DT protocol information to set up the portsAlex Marginean
2020-07-19net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle
2020-07-16net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov
2020-07-16net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov
2020-07-16net: fec: initialize clock with 0 rather than current kernel timeSergey Organov
2020-07-16net: fec: enable to use PPS feature without time stampingSergey Organov
2020-07-12net: fec: Set max MTU size to allow the MTU to be changedAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-09net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang
2020-07-07net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz
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-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu
2020-06-26enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-24net: enetc add tc flower offload flow metering policing actionPo Liu
2020-06-24net: enetc: add support max frame size for tc flower offloadPo Liu
2020-06-23net/fsl: enable extended scanning in xgmac_mdioJeremy Linton
2020-06-23net/fsl: acpize xgmac_mdioCalvin Johnson
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-06-18enetc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-04net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp
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-06-01net: fec: disable correct clk in the err path of fec_enet_clk_enableLiu Xiang
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-26net: ethernet: fec: move GPR register offset and bit into DTFugang Duan
2020-05-25dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp
2020-05-16dpaa2-eth: add bulking to XDP_TXIoana Ciornei