summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman
AgeCommit message (Expand)Author
2022-08-26net: fman: memac: Uninitialized variable on error pathDan Carpenter
2022-08-19net: fman: memac: Use params instead of priv for max_speedSean Anderson
2022-08-19net: fman: Export/rename some common functionsSean Anderson
2022-08-19net: fman: Configure fixed link in memac_initializationSean Anderson
2022-08-19net: fman: Move struct dev to mac_deviceSean Anderson
2022-08-19net: fman: Store initialization function in match dataSean Anderson
2022-08-19net: fman: Get PCS node in per-mac initSean Anderson
2022-08-19net: fman: dtsec: Always gracefully stop/startSean Anderson
2022-08-19net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson
2022-08-19net: fman: Don't pass comm_mode to enable/disableSean Anderson
2022-08-19net: fman: Convert to SPDX identifiersSean Anderson
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin
2021-12-27fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-07-20fsl/fman: Add fibre supportMaxim Kochetkov
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-01-12fsl/fman: Add MII mode support.Maxim Kochetkov
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03fsl/fman: fix eth hash table allocationFlorinel Iordache
2020-08-03fsl/fman: check dereferencing null pointerFlorinel Iordache
2020-08-03fsl/fman: fix unreachable codeFlorinel Iordache
2020-08-03fsl/fman: fix dereference null return valueFlorinel Iordache
2020-08-03fsl/fman: use 32-bit unsigned integerFlorinel Iordache
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-16net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-08fsl/fman: tolerate missing MAC address in device treeMadalin Bucur
2020-03-08fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur
2020-03-06fsl/fman: detect FMan erratum A050385Madalin Bucur
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-23net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur
2020-01-02fsl/fman: use resource_sizeJulia Lawall
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-24fsl/fman: remove unused struct memberMadalin Bucur
2019-10-24fsl/fman: add API to get the device behind a fman portLaurentiu Tudor
2019-10-24fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor
2019-07-25fsl/fman: Remove comment referring to non-existent functionChris Packham
2019-05-28fsl/fman: include IPSEC SPI in the Keygen extractionMadalin Bucur
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-03-03fsl/fman: Use vsprintf extension %pMJoe Perches
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-04ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne