summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
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/net...Linus Torvalds4-34/+43
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil5-91/+32
2020-11-04dpaa_eth: use false and true for bool variablesZou Wei1-2/+2
2020-11-03net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior1-6/+6
2020-11-03soc/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-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2020-10-30gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil1-1/+1
2020-10-30gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil1-10/+2
2020-10-30net: fec: fix MDIO probing for some FEC hardware blocksGreg Ungerer2-13/+22
2020-10-29enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-23net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+28
2020-10-12net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut1-2/+23
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil7-166/+191
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil1-53/+48
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil1-48/+67