summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2021-03-11staging: dpaa2-switch: move the driver out of stagingIoana Ciornei8-0/+5973
2021-03-11net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean1-9/+8
2021-03-11net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean1-38/+35
2021-03-11net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean1-48/+44
2021-03-11net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-11net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2-24/+20
2021-03-11net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean3-50/+30
2021-03-11net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean4-9/+7
2021-03-11net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean4-15/+8
2021-03-11net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean4-13/+15
2021-03-11net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean4-24/+18
2021-03-11net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean4-20/+26
2021-03-11net: enetc: move the CBDR API to enetc_cbdr.cVladimir Oltean2-54/+54
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-6/+2
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean1-0/+6
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8
2021-03-06gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun1-0/+15
2021-03-02net: enetc: keep RX ring consumer index in sync with hardwareVladimir Oltean1-0/+2
2021-03-02net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdrVladimir Oltean1-1/+0
2021-03-02net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean2-10/+56
2021-03-02net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean1-5/+0
2021-03-02net: enetc: fix incorrect TPID when receiving 802.1ad tagged packetsVladimir Oltean2-8/+29
2021-03-02net: enetc: take the MDIO lock only once per NAPI poll cycleVladimir Oltean2-22/+11
2021-03-02net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean3-9/+36
2021-03-02net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean4-8/+18
2021-02-27net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery1-0/+7
2021-02-23dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza1-1/+1
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+16
2021-02-17net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-12dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei1-2/+12
2021-02-12enetc: auto select PHYLIB and MDIO_DEVRESTong Zhang1-1/+1
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+99
2021-02-07net: dpaa2-mac: add backplane link mode supportRussell King2-3/+6
2021-02-07net: dpaa2-mac: add 1000BASE-X supportRussell King1-3/+17
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-06dpaa_eth: try to move the data in place for the A050385 erratumCamelia Groza1-1/+19
2021-02-06dpaa_eth: reduce data alignment requirements for the A050385 erratumCamelia Groza1-1/+1
2021-02-06dpaa_eth: reserve space for the xdp_frame under the A050385 erratumCamelia Groza1-2/+18
2021-02-05net: enetc: initialize the RFS and RSS memoriesVladimir Oltean2-0/+61
2021-02-03net: fec: Silence M5272 build warningsGeert Uytterhoeven1-3/+4
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2021-01-27net: fec: Fix temporary RMII clock reset on link upLaurent Badel2-2/+9
2021-01-23net: fec: put child node on error pathPan Bian1-1/+2
2021-01-21ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes2-35/+17
2021-01-21ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes2-36/+42
2021-01-21ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes1-78/+22
2021-01-21ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes1-10/+4
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes1-79/+29
2021-01-21ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes1-6/+4