summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman
AgeCommit message (Expand)Author
2017-11-08fsl/fman: Add a missing 'of_node_put()' call in an error handling pathChristophe JAILLET
2017-11-08fsl/fman: Remove some useless codeChristophe JAILLET
2017-11-08fsl/fman: Remove a useless call to 'dev_set_drvdata()'Christophe JAILLET
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18fsl/fman: add dpaa in module namesMadalin Bucur
2017-10-18dpaa_eth: change device usedMadalin Bucur
2017-10-18dpaa_eth: move of_phy_connect() to the eth driverMadalin Bucur
2017-10-18fsl/fman: remove of_nodeMadalin Bucur
2017-09-01fsl/fman: make arrays port_ids static, reduces object code sizeColin Ian King
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28dpaa_eth: add NETIF_F_RXHASHMadalin Bucur
2017-08-28fsl/fman: enable FMan KeygenIordache Florinel-R70177
2017-08-28fsl/fman: move struct fman to header fileMadalin Bucur
2017-08-22fsl/man: Inherit parent device and of_nodeFlorian Fainelli
2017-08-11fsl/fman: implement several errata workaroundsFlorinel Iordache
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur
2017-06-20fsl/fman: propagate dma_opsMadalin Bucur
2017-04-01fsl/fman: take into account all RGMII modesMadalin Bucur
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-09fsl/fman: enlarge FIFO to allow for the 5th portMadalin Bucur
2017-03-09fsl/fman: remove wrong freeMadalin Bucur
2017-03-09fsl/fman: set HW parser as BMI next engineMadalin Bucur
2017-03-09fsl/fman: parse result data is big endianMadalin Bucur
2017-02-20fsl/fman: fix spelling mistake in variable name en_tsu_err_exeptionColin Ian King
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2016-12-20fsl/fman: enable compilation on ARM64Madalin Bucur
2016-12-20fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur
2016-12-20fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-27net: fsl/fman: fix fixed-link-phydev reference leakJohan Hovold
2016-11-27net: fsl/fman: fix phydev reference leakJohan Hovold
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25fsl/fman: fix a leak in tgec_free()Dan Carpenter
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun
2016-10-04fsl/fman: remove leftover commentMadalin Bucur
2016-10-04fsl/fman: fix return value checkingMadalin Bucur
2016-10-04fsl/fman: simplify redundant conditionMadalin Bucur
2016-10-04fsl/fman: check of_get_phy_mode() return valueMadalin Bucur
2016-10-04fsl/fman: check pcsphy pointer before useMadalin Bucur
2016-10-04fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur
2016-10-04fsl/fman: return a phy_dev pointer from initMadalin Bucur
2016-10-04fsl/fman: simplify device tree readsMadalin Bucur
2016-10-04fsl/fman: use of_get_phy_mode()Madalin Bucur
2016-10-04fsl/fman: small fixesMadalin Bucur
2016-10-04fsl/fman: fix loadable module compilationIgal Liberman
2016-10-04fsl/fman: split lines over 80 charactersMadalin Bucur
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman