summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: fec: add defer probe for of_get_mac_addressFugang Duan2021-05-121-3/+10
* net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan2021-05-121-2/+9
* net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-1/+1
* enetc: fix locking for one-step timestamping packet transferYangbo Lu2021-04-231-9/+9
* net: enetc: fix link error againArnd Bergmann2021-04-221-3/+1
* net: enetc: automatically select IERB moduleMichael Walle2021-04-201-1/+1
* net: fec: make use of generic NET_SELFTESTS libraryOleksij Rempel2021-04-202-0/+8
* net: enetc: add support for flow controlVladimir Oltean2021-04-193-2/+85
* net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean2021-04-195-1/+221
* net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2021-04-192-10/+22
* net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean2021-04-161-0/+4
* net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean2021-04-161-4/+12
* net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean2021-04-161-4/+3
* net: enetc: use dedicated TX rings for XDPVladimir Oltean2021-04-162-7/+40
* net: enetc: increase TX ring sizeVladimir Oltean2021-04-161-1/+1
* net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean2021-04-161-5/+0
* net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean2021-04-161-2/+2
* net: enetc: recycle buffers for frames with RX errorsVladimir Oltean2021-04-161-0/+2
* net: enetc: rename the buffer reuse helpersVladimir Oltean2021-04-161-30/+24
* net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean2021-04-161-2/+0
* gianfar: Drop GFAR_MQ_POLLING supportClaudiu Manoil2021-04-162-176/+11
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-2/+2
* enetc: convert to schedule_work()Yangbo Lu2021-04-151-1/+1
* net: enetc: fetch MAC address from device treeMichael Walle2021-04-141-16/+49
* dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei2021-04-133-46/+12
* dpaa2-switch: add tc matchall filter supportIoana Ciornei2021-04-133-0/+79
* dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei2021-04-137-14/+768
* dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei2021-04-131-8/+1
* dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2021-04-132-10/+44
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-136-28/+13
* enetc: support PTP Sync packet one-step timestampingYangbo Lu2021-04-124-26/+195
* enetc: mark TX timestamp type per skbYangbo Lu2021-04-122-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+5
|\
| * gianfar: Handle error code at MAC address changeClaudiu Manoil2021-03-291-1/+5
* | enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil2021-04-091-5/+1
* | net: enetc: fix TX ring interrupt stormVladimir Oltean2021-04-091-1/+2
* | net: enetc: fix array underflow in error handling codeDan Carpenter2021-04-091-1/+1
* | net: fec: use mac-managed PHY PMHeiner Kallweit2021-04-091-0/+3
* | dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei2021-04-023-2/+47
* | dpaa2-eth: add rx copybreak supportIoana Ciornei2021-04-022-3/+36
* | dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2021-04-022-15/+17
* | net: enetc: add support for XDP_REDIRECTVladimir Oltean2021-03-314-12/+218
* | net: enetc: increase RX ring default sizeVladimir Oltean2021-03-311-1/+1
* | net: enetc: add support for XDP_TXVladimir Oltean2021-03-313-25/+228
* | net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean2021-03-314-20/+281
* | net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean2021-03-311-19/+19
* | net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean2021-03-311-0/+4
* | net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2021-03-312-4/+4
* | net: enetc: move skb creation into enetc_build_skbVladimir Oltean2021-03-311-37/+44
* | net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean2021-03-311-16/+27