summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-8/+8
2020-08-18net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini1-1/+3
2020-08-15net: fec: correct the error path for regulator disable in probeFugang Duan1-2/+2
2020-08-05dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+0
2020-08-04enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-08-04dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-08-04fsl/fman: fix eth hash table allocationFlorinel Iordache1-1/+1
2020-08-04fsl/fman: check dereferencing null pointerFlorinel Iordache3-4/+4
2020-08-04fsl/fman: fix unreachable codeFlorinel Iordache1-1/+0
2020-08-04fsl/fman: fix dereference null return valueFlorinel Iordache1-1/+8
2020-08-04fsl/fman: use 32-bit unsigned integerFlorinel Iordache1-2/+1
2020-08-04net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang1-4/+4
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-5/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-9/+38
2020-07-23enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-23enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-22dpaa2-eth: add support for TBF offloadIoana Ciornei2-1/+48
2020-07-22dpaa2-eth: add API for Tx shapingIoana Ciornei3-0/+65
2020-07-22dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei1-6/+13
2020-07-22enetc: Add adaptive interrupt coalescingClaudiu Manoil4-7/+73
2020-07-22enetc: Add interrupt coalescing supportClaudiu Manoil4-10/+132
2020-07-22enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-22enetc: Fix interrupt coalescing register namingClaudiu Manoil3-7/+7
2020-07-22enetc: Factor out the traffic start/stop proceduresClaudiu Manoil1-25/+49
2020-07-22enetc: Refine buffer descriptor ring sizesClaudiu Manoil2-4/+5
2020-07-21dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian1-1/+1
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-16net: fec: fix hardware time stamping by external devicesSergey Organov3-6/+30
2020-07-16dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei1-1/+1
2020-07-15gianfar: Use random MAC address when none is givenMaxim Kochetkov1-1/+5
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