summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman
AgeCommit message (Expand)AuthorFilesLines
2022-01-27fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang1-5/+16
2022-01-05fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin1-5/+7
2020-08-21fsl/fman: fix eth hash table allocationFlorinel Iordache1-1/+1
2020-08-21fsl/fman: check dereferencing null pointerFlorinel Iordache3-4/+4
2020-08-21fsl/fman: fix unreachable codeFlorinel Iordache1-1/+0
2020-08-21fsl/fman: fix dereference null return valueFlorinel Iordache1-1/+8
2020-08-21fsl/fman: use 32-bit unsigned integerFlorinel Iordache1-2/+1
2020-04-02fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-02-05net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur1-2/+2
2019-02-12fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2-2/+2
2018-12-21ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-08-24fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur1-0/+8
2018-05-30fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-02fsl/fman: make arrays port_ids static, reduces object code sizeColin Ian King1-4/+10
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-29dpaa_eth: add NETIF_F_RXHASHMadalin Bucur2-0/+13
2017-08-29fsl/fman: enable FMan KeygenIordache Florinel-R701777-2/+884
2017-08-29fsl/fman: move struct fman to header fileMadalin Bucur3-81/+82
2017-08-23fsl/man: Inherit parent device and of_nodeFlorian Fainelli1-0/+2
2017-08-12fsl/fman: implement several errata workaroundsFlorinel Iordache1-25/+93
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring3-35/+31
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur1-0/+1
2017-06-20fsl/fman: propagate dma_opsMadalin Bucur1-0/+2
2017-04-01fsl/fman: take into account all RGMII modesMadalin Bucur2-2/+11
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-09fsl/fman: enlarge FIFO to allow for the 5th portMadalin Bucur1-1/+1
2017-03-09fsl/fman: remove wrong freeMadalin Bucur1-3/+1
2017-03-09fsl/fman: set HW parser as BMI next engineMadalin Bucur2-3/+90
2017-03-09fsl/fman: parse result data is big endianMadalin Bucur1-5/+5
2017-02-20fsl/fman: fix spelling mistake in variable name en_tsu_err_exeptionColin Ian King1-4/+4
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2016-12-20fsl/fman: enable compilation on ARM64Madalin Bucur1-1/+1
2016-12-20fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur1-0/+8
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur1-0/+7
2016-12-20fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur1-0/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+5
2016-11-28net: fsl/fman: fix fixed-link-phydev reference leakJohan Hovold1-0/+2
2016-11-28net: fsl/fman: fix phydev reference leakJohan Hovold1-0/+3
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-11-26fsl/fman: fix a leak in tgec_free()Dan Carpenter1-3/+0
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun1-2/+6
2016-10-04fsl/fman: remove leftover commentMadalin Bucur1-4/+0
2016-10-04fsl/fman: fix return value checkingMadalin Bucur1-2/+2
2016-10-04fsl/fman: simplify redundant conditionMadalin Bucur1-2/+1
2016-10-04fsl/fman: check of_get_phy_mode() return valueMadalin Bucur1-4/+6
2016-10-04fsl/fman: check pcsphy pointer before useMadalin Bucur1-0/+3
2016-10-04fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur1-1/+2
2016-10-04fsl/fman: return a phy_dev pointer from initMadalin Bucur2-12/+13
2016-10-04fsl/fman: simplify device tree readsMadalin Bucur3-48/+30