aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fman (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-20fsl/fman: Add fibre supportMaxim Kochetkov1-0/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+3
2021-01-12fsl/fman: Add MII mode support.Maxim Kochetkov1-0/+4
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg4-22/+25
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-03fsl/fman: fix eth hash table allocationFlorinel Iordache1-1/+1
2020-08-03fsl/fman: check dereferencing null pointerFlorinel Iordache3-4/+4
2020-08-03fsl/fman: fix unreachable codeFlorinel Iordache1-1/+0
2020-08-03fsl/fman: fix dereference null return valueFlorinel Iordache1-1/+8
2020-08-03fsl/fman: use 32-bit unsigned integerFlorinel Iordache1-2/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-16net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-0/+51
2020-03-08fsl/fman: tolerate missing MAC address in device treeMadalin Bucur4-25/+18
2020-03-08fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur1-25/+19
2020-03-06fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-01-23net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur1-2/+2
2020-01-02fsl/fman: use resource_sizeJulia Lawall1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+3
2019-10-24fsl/fman: remove unused struct memberMadalin Bucur1-3/+0
2019-10-24fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2-0/+16
2019-10-24fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor1-1/+5
2019-07-25fsl/fman: Remove comment referring to non-existent functionChris Packham1-3/+0
2019-05-28fsl/fman: include IPSEC SPI in the Keygen extractionMadalin Bucur1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-03-03fsl/fman: Use vsprintf extension %pMJoe Perches1-3/+1
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2-2/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-12-04ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+1
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn1-5/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2018-06-30fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur1-0/+8
2018-06-26fsl/fman: define frame description command UPDYangbo Lu1-0/+1
2018-06-26fsl/fman_port: support getting timestampYangbo Lu2-0/+14
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu8-0/+60
2018-06-26fsl/fman: share the event interruptYangbo Lu1-1/+2
2018-04-24fsl/fman_port: remove redundant check on port->rev_info.majorColin Ian King1-5/+3
2018-03-26fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependencyMadalin Bucur2-2/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-07fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov1-1/+1
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie8-5/+87
2017-11-11fsl/fman_port: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-08fsl/fman: Remove a useless 'dev_err()' callChristophe JAILLET1-1/+0
2017-11-08fsl/fman: Add a missing 'of_node_put()' call in an error handling pathChristophe JAILLET1-0/+1
2017-11-08fsl/fman: Remove some useless codeChristophe JAILLET1-5/+2