summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza2021-02-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-163-5/+16
|\
| * net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean2021-02-161-2/+3
| * dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei2021-02-111-2/+12
| * enetc: auto select PHYLIB and MDIO_DEVRESTong Zhang2021-02-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-103-4/+99
|\|
| * dpaa_eth: try to move the data in place for the A050385 erratumCamelia Groza2021-02-051-1/+19
| * dpaa_eth: reduce data alignment requirements for the A050385 erratumCamelia Groza2021-02-051-1/+1
| * dpaa_eth: reserve space for the xdp_frame under the A050385 erratumCamelia Groza2021-02-051-2/+18
| * net: enetc: initialize the RFS and RSS memoriesVladimir Oltean2021-02-042-0/+61
* | net: dpaa2-mac: add backplane link mode supportRussell King2021-02-062-3/+6
* | net: dpaa2-mac: add 1000BASE-X supportRussell King2021-02-061-3/+17
* | net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao2021-02-061-2/+1
* | dpaa2-eth: Simplify the calculation of variablesJiapeng Chong2021-02-061-1/+1
* | net: fec: Silence M5272 build warningsGeert Uytterhoeven2021-02-021-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-282-3/+11
|\|
| * net: fec: Fix temporary RMII clock reset on link upLaurent Badel2021-01-262-2/+9
| * net: fec: put child node on error pathPan Bian2021-01-221-1/+2
* | ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes2021-01-212-35/+17
* | ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes2021-01-212-36/+42
* | ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes2021-01-211-78/+22
* | ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes2021-01-211-10/+4
* | ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes2021-01-211-79/+29
* | ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes2021-01-211-6/+4
* | ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes2021-01-211-20/+12
* | ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes2021-01-211-1/+1
* | ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes2021-01-211-44/+36
* | ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes2021-01-212-14/+9
* | ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes2021-01-211-4/+1
* | ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes2021-01-211-19/+0
* | ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes2021-01-211-44/+33
* | ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes2021-01-211-3/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-152-15/+9
|\ \
| * | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-082-13/+7
| * | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-082-6/+6
* | | gianfar: remove definition of DEBUGTom Rix2021-01-151-1/+0
* | | dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei2021-01-131-0/+3
* | | dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron2021-01-134-0/+184
* | | fsl/fman: Add MII mode support.Maxim Kochetkov2021-01-121-0/+4
* | | dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei2021-01-091-3/+0
* | | dpaa2-mac: remove an unnecessary checkIoana Ciornei2021-01-091-24/+19
* | | dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei2021-01-091-1/+5
* | | dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei2021-01-094-53/+39
* | | dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei2021-01-093-29/+59
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-082-0/+2
|\|
| * net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2021-01-052-0/+2
* | enetc: reorder macros and functionsMichael Walle2021-01-051-11/+11
* | enetc: drop MDIO_DATA() macroMichael Walle2021-01-051-2/+1
* | enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle2021-01-051-6/+8
* | enetc: drop unneeded indirectionMichael Walle2021-01-051-18/+14
|/