summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson
2021-06-11net/fsl: Use [acpi|of]_mdiobus_registerCalvin Johnson
2021-06-07net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle
2021-06-01net: enetc: catch negative return code from enetc_pf_to_port()Vladimir Oltean
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-23ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing
2021-05-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean
2021-05-21dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei
2021-05-12net: fec: add defer probe for of_get_mac_addressFugang Duan
2021-05-12net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel
2021-04-23enetc: fix locking for one-step timestamping packet transferYangbo Lu
2021-04-22net: enetc: fix link error againArnd Bergmann
2021-04-20net: enetc: automatically select IERB moduleMichael Walle
2021-04-20net: fec: make use of generic NET_SELFTESTS libraryOleksij Rempel
2021-04-19net: enetc: add support for flow controlVladimir Oltean
2021-04-19net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean
2021-04-19net: enetc: create a common enetc_pf_to_port helperVladimir Oltean
2021-04-16net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean
2021-04-16net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean
2021-04-16net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean
2021-04-16net: enetc: use dedicated TX rings for XDPVladimir Oltean
2021-04-16net: enetc: increase TX ring sizeVladimir Oltean
2021-04-16net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean
2021-04-16net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean
2021-04-16net: enetc: recycle buffers for frames with RX errorsVladimir Oltean
2021-04-16net: enetc: rename the buffer reuse helpersVladimir Oltean
2021-04-16net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean
2021-04-16gianfar: Drop GFAR_MQ_POLLING supportClaudiu Manoil
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean
2021-04-15enetc: convert to schedule_work()Yangbo Lu
2021-04-14net: enetc: fetch MAC address from device treeMichael Walle
2021-04-13dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei
2021-04-13dpaa2-switch: add tc matchall filter supportIoana Ciornei
2021-04-13dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei
2021-04-13dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei
2021-04-13dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu
2021-04-12enetc: mark TX timestamp type per skbYangbo Lu
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil
2021-04-09net: enetc: fix TX ring interrupt stormVladimir Oltean
2021-04-09net: enetc: fix array underflow in error handling codeDan Carpenter
2021-04-09net: fec: use mac-managed PHY PMHeiner Kallweit
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei
2021-04-02dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei