summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2020-07-21net: fs_enet: remove redundant null checkZhang Changzhong1-4/+2
2020-07-20net: enetc: Use DT protocol information to set up the portsAlex Marginean2-26/+34
2020-07-20net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle3-0/+140
2020-07-16net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov1-1/+1
2020-07-16net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov1-3/+1
2020-07-16net: fec: initialize clock with 0 rather than current kernel timeSergey Organov1-1/+1
2020-07-16net: fec: enable to use PPS feature without time stampingSergey Organov1-5/+0
2020-07-13net: fec: Set max MTU size to allow the MTU to be changedAndrew Lunn1-0/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-70/+33
2020-07-09net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang1-1/+1
2020-07-08net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz2-68/+31
2020-07-06dpaa2-eth: fix draining of S/G cacheIoana Ciornei1-1/+1
2020-06-30dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei4-3/+11
2020-06-30dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei4-34/+160
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-7/+1
2020-06-27enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-16/+34
2020-06-26dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei1-4/+4
2020-06-26dpaa2-eth: fix recursive header includeIoana Ciornei1-1/+0
2020-06-26dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-26dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4
2020-06-26dpaa2-eth: trim debugfs FQ statsIoana Radulescu1-0/+4
2020-06-25net: enetc add tc flower offload flow metering policing actionPo Liu2-12/+172
2020-06-25net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-24net/fsl: enable extended scanning in xgmac_mdioJeremy Linton1-0/+1
2020-06-24net/fsl: acpize xgmac_mdioCalvin Johnson1-10/+22
2020-06-20enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-16/+34
2020-06-19net: qos offload add flow status with dropped countPo Liu1-2/+5
2020-06-19net: tso: cache transport header lengthEric Dumazet1-3/+2
2020-06-19enetc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-4/+2
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-9/+9
2020-06-11drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang1-2/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-05net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp1-1/+0
2020-06-01dpaa2-eth: Keep congestion group taildrop enabled when PFC onIoana Ciornei3-10/+34
2020-06-01dpaa2-eth: Add PFC support through DCB opsIoana Ciornei8-0/+316
2020-06-01dpaa2-eth: Update FQ taildrop threshold and buffer pool countIoana Radulescu1-12/+11
2020-06-01dpaa2-eth: Add congestion group taildropIoana Radulescu2-10/+38
2020-06-01dpaa2-eth: Add helper functionsIoana Radulescu3-5/+14
2020-06-01dpaa2-eth: Distribute ingress frames based on VLAN prioIoana Radulescu5-0/+318
2020-06-01dpaa2-eth: Add support for Rx traffic classesIoana Radulescu4-32/+68
2020-06-01net: fec: disable correct clk in the err path of fec_enet_clk_enableLiu Xiang1-2/+6
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-27net: ethernet: fec: move GPR register offset and bit into DTFugang Duan1-12/+12
2020-05-26dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+7
2020-05-23net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-05-16dpaa2-eth: add bulking to XDP_TXIoana Ciornei2-23/+46