summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: fec_mpc52xx: Replace in_interrupt() usageSebastian Andrzej Siewior2020-09-291-5/+5
* dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva2020-09-261-1/+1
* dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron2020-09-263-1/+17
* dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei2020-09-261-12/+1
* dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei2020-09-261-2/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-266-25/+29
* dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei2020-09-253-1/+91
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-232-3/+3
|\
| * dpaa2-eth: fix a build warning in dpmac.cYangbo Lu2020-09-181-2/+2
| * enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil2020-09-111-1/+1
* | enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao2020-09-211-6/+1
* | dpaa2-eth: drop double zeroingJulia Lawall2020-09-211-1/+1
* | dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu2020-09-183-16/+209
* | dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2020-09-182-16/+23
* | dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu2020-09-181-15/+16
* | dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu2020-09-184-1/+11
* | dpaa2-eth: add APIs of 1588 single step timestampingYangbo Lu2020-09-183-0/+131
* | dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-181-57/+6
* | net: fec: ptp: remove unused variable 'ns' in fec_time_keep()Zhang Changzhong2020-09-141-2/+1
* | net: ethernet: fec: remove redundant null check before clk_disable_unprepare()Zhang Changzhong2020-09-071-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-056-8/+8
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-246-8/+8
* | dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.cIoana Ciornei2020-09-011-4/+4
* | dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei2020-09-011-200/+200
* | dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.cIoana Ciornei2020-09-011-44/+45
* | fs_enet: Avoid comma separated statementsJoe Perches2020-08-251-4/+7
|/
* 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-151-2/+2
* dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-08-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-041-5/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-5/+0
* | enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan2020-08-041-1/+1
* | dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan2020-08-041-1/+1
* | fsl/fman: fix eth hash table allocationFlorinel Iordache2020-08-041-1/+1
* | fsl/fman: check dereferencing null pointerFlorinel Iordache2020-08-043-4/+4
* | fsl/fman: fix unreachable codeFlorinel Iordache2020-08-041-1/+0
* | fsl/fman: fix dereference null return valueFlorinel Iordache2020-08-041-1/+8
* | fsl/fman: use 32-bit unsigned integerFlorinel Iordache2020-08-041-2/+1
* | net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang2020-08-041-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-267-9/+38
|\
| * enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil2020-07-231-0/+1
| * dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian2020-07-211-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-161-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-231-1/+9
* | dpaa2-eth: add support for TBF offloadIoana Ciornei2020-07-222-1/+48
* | dpaa2-eth: add API for Tx shapingIoana Ciornei2020-07-223-0/+65
* | dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei2020-07-221-6/+13
* | enetc: Add adaptive interrupt coalescingClaudiu Manoil2020-07-224-7/+73