summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2-6/+6
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2021-01-06net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2021-01-06enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-06enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-06enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-06enetc: drop unneeded indirectionMichael Walle1-18/+14
2020-12-22ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2020-12-22ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2020-12-22ethernet: 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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+17
2020-12-10net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()Zheng Yongjun1-5/+1
2020-12-10net: freescale: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-08dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-12-08enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-12-06enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10
2020-12-05ethernet: 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-04Merge 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-02net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUTChris Packham1-1/+0
2020-12-01dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza1-2/+82
2020-12-01dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza1-2/+2
2020-12-01dpaa_eth: add XDP_REDIRECT supportCamelia Groza2-1/+48
2020-12-01dpaa_eth: add XDP_TX supportCamelia Groza2-5/+126
2020-12-01dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza1-8/+31
2020-12-01dpaa_eth: add basic XDP supportCamelia Groza2-16/+153
2020-12-01dpaa_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-28Merge 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-25dpaa2-eth: Fix compile error due to missing devlink supportEzequiel Garcia1-0/+1
2020-11-24dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers1-2/+2
2020-11-21dpaa2-eth: select XGMAC_MDIO for MDIO bus supportIoana Ciornei1-0/+1
2020-11-20enetc: Fix endianness issues for enetc_qosClaudiu Manoil1-45/+39
2020-11-20enetc: Fix endianness issues for enetc_ethtoolClaudiu Manoil1-4/+4
2020-11-20Merge 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-07Merge 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/net...Linus Torvalds4-34/+43
2020-11-05enetc: Remove Tx checksumming offload codeClaudiu Manoil5-91/+32
2020-11-05dpaa_eth: use false and true for bool variablesZou Wei1-2/+2
2020-11-04net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior1-6/+6
2020-11-04soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior1-4/+8
2020-11-02dpaa_eth: fix the RX headroom size alignmentCamelia Groza1-5/+9
2020-11-02dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza1-6/+10
2020-11-01Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1