aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2021-01-12fsl/fman: Add MII mode support.Maxim Kochetkov1-0/+4
2021-01-09dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei1-3/+0
2021-01-09dpaa2-mac: remove an unnecessary checkIoana Ciornei1-21/+16
2021-01-09dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei1-1/+5
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei4-53/+39
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei3-29/+59
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2-13/+7
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2-6/+6
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2021-01-05net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2021-01-05enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-05enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-05enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-05enetc: drop unneeded indirectionMichael Walle1-18/+14
2020-12-21ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2020-12-21ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2020-12-21ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes1-0/+1
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+17
2020-12-09net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()Zheng Yongjun1-5/+1
2020-12-09net: freescale: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-07dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-12-07enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann2-0/+2
2020-12-04dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell1-1/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu1-1/+9
2020-12-01net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUTChris Packham1-1/+0
2020-11-30dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza1-2/+82
2020-11-30dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza1-2/+2
2020-11-30dpaa_eth: add XDP_REDIRECT supportCamelia Groza2-1/+48
2020-11-30dpaa_eth: add XDP_TX supportCamelia Groza2-5/+126
2020-11-30dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza1-8/+31
2020-11-30dpaa_eth: add basic XDP supportCamelia Groza2-16/+153
2020-11-30dpaa_eth: add struct for software backpointersCamelia Groza2-7/+17
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+4
2020-11-25enetc: Let the hardware auto-advance the taprio base-time of 0Vladimir Oltean1-12/+2
2020-11-24dpaa2-eth: Fix compile error due to missing devlink supportEzequiel Garcia1-0/+1
2020-11-23dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers1-2/+2
2020-11-20dpaa2-eth: select XGMAC_MDIO for MDIO bus supportIoana Ciornei1-0/+1
2020-11-19enetc: Fix endianness issues for enetc_qosClaudiu Manoil1-45/+39
2020-11-19enetc: Fix endianness issues for enetc_ethtoolClaudiu Manoil1-4/+4
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-32/+166
2020-11-17enetc: Workaround for MDIO register access issueAlex Marginean4-25/+161
2020-11-16net: fec: Fix reference count leak in fec series opsZhang Qilong1-7/+5
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-35/+44
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-34/+43