summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+99
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King2-3/+6
2021-02-06net: 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-05dpaa_eth: try to move the data in place for the A050385 erratumCamelia Groza1-1/+19
2021-02-05dpaa_eth: reduce data alignment requirements for the A050385 erratumCamelia Groza1-1/+1
2021-02-05dpaa_eth: reserve space for the xdp_frame under the A050385 erratumCamelia Groza1-2/+18
2021-02-04net: enetc: initialize the RFS and RSS memoriesVladimir Oltean2-0/+61
2021-02-02net: fec: Silence M5272 build warningsGeert Uytterhoeven1-3/+4
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2021-01-26net: fec: Fix temporary RMII clock reset on link upLaurent Badel2-2/+9
2021-01-22net: 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
2021-01-21ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes1-20/+12
2021-01-21ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes1-1/+1
2021-01-21ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes1-44/+36
2021-01-21ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes2-14/+9
2021-01-21ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes1-4/+1
2021-01-21ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes1-19/+0
2021-01-21ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes1-44/+33
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes1-3/+0
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-15/+9
2021-01-15gianfar: remove definition of DEBUGTom Rix1-1/+0
2021-01-13dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei1-0/+3
2021-01-13dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron4-0/+184
2021-01-12fsl/fman: Add MII mode support.Maxim Kochetkov1-0/+4
2021-01-09dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei1-3/+0
2021-01-09dpaa2-mac: remove an unnecessary checkIoana Ciornei1-24/+19
2021-01-09dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei1-1/+5
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei4-53/+39
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei3-29/+59
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2-13/+7
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2-6/+6
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2021-01-05net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2021-01-05enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-05enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-05enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-05enetc: drop unneeded indirectionMichael Walle1-18/+14
2020-12-21ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2020-12-21ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2020-12-21ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes1-0/+1
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+17