summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini2020-08-181-1/+3
* net: fec: correct the error path for regulator disable in probeFugang Duan2020-08-141-2/+2
* dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-08-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-5/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-5/+0
* | enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan2020-08-031-1/+1
* | dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan2020-08-031-1/+1
* | fsl/fman: fix eth hash table allocationFlorinel Iordache2020-08-031-1/+1
* | fsl/fman: check dereferencing null pointerFlorinel Iordache2020-08-033-4/+4
* | fsl/fman: fix unreachable codeFlorinel Iordache2020-08-031-1/+0
* | fsl/fman: fix dereference null return valueFlorinel Iordache2020-08-031-1/+8
* | fsl/fman: use 32-bit unsigned integerFlorinel Iordache2020-08-031-2/+1
* | net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang2020-08-031-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-257-9/+38
|\
| * enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil2020-07-221-0/+1
| * dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian2020-07-201-1/+1
| * net: fec: fix hardware time stamping by external devicesSergey Organov2020-07-163-6/+30
| * dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei2020-07-151-1/+1
| * gianfar: Use random MAC address when none is givenMaxim Kochetkov2020-07-141-1/+5
* | enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil2020-07-221-1/+9
* | dpaa2-eth: add support for TBF offloadIoana Ciornei2020-07-212-1/+48
* | dpaa2-eth: add API for Tx shapingIoana Ciornei2020-07-213-0/+65
* | dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei2020-07-211-6/+13
* | enetc: Add adaptive interrupt coalescingClaudiu Manoil2020-07-214-7/+73
* | enetc: Add interrupt coalescing supportClaudiu Manoil2020-07-214-10/+132
* | enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil2020-07-211-1/+1
* | enetc: Fix interrupt coalescing register namingClaudiu Manoil2020-07-213-7/+7
* | enetc: Factor out the traffic start/stop proceduresClaudiu Manoil2020-07-211-25/+49
* | enetc: Refine buffer descriptor ring sizesClaudiu Manoil2020-07-212-4/+5
* | net: fs_enet: remove redundant null checkZhang Changzhong2020-07-201-4/+2
* | net: enetc: Use DT protocol information to set up the portsAlex Marginean2020-07-192-26/+34
* | net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle2020-07-193-0/+140
* | net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov2020-07-161-1/+1
* | net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov2020-07-161-3/+1
* | net: fec: initialize clock with 0 rather than current kernel timeSergey Organov2020-07-161-1/+1
* | net: fec: enable to use PPS feature without time stampingSergey Organov2020-07-161-5/+0
* | net: fec: Set max MTU size to allow the MTU to be changedAndrew Lunn2020-07-121-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-113-70/+33
|\|
| * net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz2020-07-072-68/+31
| * enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil2020-06-261-2/+2
* | net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang2020-07-091-1/+1
* | dpaa2-eth: fix draining of S/G cacheIoana Ciornei2020-07-061-1/+1
* | dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei2020-06-294-3/+11
* | dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei2020-06-294-34/+160
* | net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-253-16/+34
|\|
| * enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil2020-06-193-16/+34
* | dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei2020-06-251-4/+4
* | dpaa2-eth: fix recursive header includeIoana Ciornei2020-06-251-1/+0
* | dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei2020-06-251-1/+1