summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-16net: enetc: increase TX ring sizeVladimir Oltean1-1/+1
2021-04-16net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean1-5/+0
2021-04-16net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean1-2/+2
2021-04-16net: enetc: recycle buffers for frames with RX errorsVladimir Oltean1-0/+2
2021-04-16net: enetc: rename the buffer reuse helpersVladimir Oltean1-30/+24
2021-04-16net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean1-2/+0
2021-04-16gianfar: Drop GFAR_MQ_POLLING supportClaudiu Manoil2-176/+11
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+2
2021-04-15enetc: convert to schedule_work()Yangbo Lu1-1/+1
2021-04-14net: enetc: fetch MAC address from device treeMichael Walle1-16/+49
2021-04-13dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei3-46/+12
2021-04-13dpaa2-switch: add tc matchall filter supportIoana Ciornei3-0/+79
2021-04-13dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei7-14/+768
2021-04-13dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei1-8/+1
2021-04-13dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2-10/+44
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle6-28/+13
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu4-26/+195
2021-04-12enetc: mark TX timestamp type per skbYangbo Lu2-8/+13
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-04-09enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-09net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-09net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-04-09net: fec: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei3-2/+47
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei2-3/+36
2021-04-02dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2-15/+17
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean4-12/+218
2021-03-31net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean3-25/+228