aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28net: fec: add imx8mq and imx8qm new versions supportFugang Duan2-0/+43
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann9-9/+9
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+9
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei1-8/+8
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+10
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-0/+13
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean1-11/+26
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean1-4/+7
2021-07-20fsl/fman: Add fibre supportMaxim Kochetkov1-0/+1
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-10/+1
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-1/+1
2021-06-25net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas2-3/+12
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2-10/+1
2021-06-22net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas2-12/+3
2021-06-21net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan1-0/+32
2021-06-21net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang2-5/+11
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2021-06-17net: gianfar: Implement rx_missed_errors counterEsben Haabendal2-3/+57
2021-06-17net: gianfar: Add definitions for CAR1 and CAM1 register bitsEsben Haabendal1-0/+54
2021-06-17net: gianfar: Avoid 16 bytes of memsetEsben Haabendal1-1/+1
2021-06-17net: gianfar: Clear CAR registersEsben Haabendal1-0/+3
2021-06-17net: gianfar: Extend statistics counters to 64-bitEsben Haabendal1-5/+5
2021-06-17net: gianfar: Convert to ndo_get_stats64 interfaceEsben Haabendal1-18/+7
2021-06-16net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang1-3/+1
2021-06-16net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson2-37/+53
2021-06-11net/fsl: Use [acpi|of]_mdiobus_registerCalvin Johnson1-9/+21
2021-06-07net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle1-4/+5
2021-06-01net: enetc: catch negative return code from enetc_pf_to_port()Vladimir Oltean1-7/+24
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+19
2021-05-23ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing1-2/+1
2021-05-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-05-21dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei1-1/+5
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2-12/+14
2021-05-12net: fec: add defer probe for of_get_mac_addressFugang Duan1-3/+10
2021-05-12net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan1-2/+9
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel1-1/+1
2021-04-23enetc: fix locking for one-step timestamping packet transferYangbo Lu1-9/+9
2021-04-22net: enetc: fix link error againArnd Bergmann1-3/+1
2021-04-20net: enetc: automatically select IERB moduleMichael Walle1-1/+1
2021-04-20net: fec: make use of generic NET_SELFTESTS libraryOleksij Rempel2-0/+8
2021-04-19net: enetc: add support for flow controlVladimir Oltean3-2/+85
2021-04-19net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean5-1/+221
2021-04-19net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2-10/+22
2021-04-16net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-16net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12
2021-04-16net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean1-4/+3
2021-04-16net: enetc: use dedicated TX rings for XDPVladimir Oltean2-7/+40