summaryrefslogtreecommitdiff
path: root/include/netdev.h
AgeCommit message (Expand)Author
2023-02-07armada: usb: net: Drop unused USB driversSimon Glass
2022-12-22net: Remove more legacy functionsTom Rini
2022-08-08net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev
2021-07-22net: Use phys_addr_t for SMC net device addressesPeter Hoyes
2021-04-20net: calxedagmac: Convert to DM_ETHAndre Przywara
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-01net: Fix warning when including netdev.h on DM systemsMarek Vasut
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski
2018-11-05net: ftgmac100: convert to driver modelCédric Le Goater
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini
2018-05-23net: Drop CONFIG_TSI108_ETHTuomas Tynkkynen
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan
2018-03-22net: Drop CONFIG_ENC28J60Tuomas Tynkkynen
2018-02-23net: Remove Xilinx ll_temac driverMichal Simek
2017-07-28net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETHLothar Waßmann
2017-06-16powerpc, 82xx: remove some missed mpc82xx remainsHeiko Schocher
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-04-05SPARC: RemoveTom Rini
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith
2016-01-27net: emaclite: Move driver to DMMichal Simek
2016-01-27net: emaclite: Remove ancient OF probe functionMichal Simek
2016-01-27net: axi_emac: Move driver to DMMichal Simek
2015-12-07net: gem: Move driver to DMMichal Simek
2015-12-07net: gem: Remove zynq_gem_of_init()Michal Simek
2015-11-12net: zap altera_tse_initialize prototypesThomas Chou
2015-09-09net: pch_gbe: Convert to driver modelBin Meng
2015-05-04sunxi: emac: Remove non driver-model codeHans de Goede
2015-05-04sunxi: gmac: Move sunxi_gmac_initialize proto out of netdev.hHans de Goede
2015-04-10lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)
2015-03-24net: Add Intel Topcliff GMAC driverBin Meng
2015-02-24ARM: remove cm4008 and cm41xx board supportMasahiro Yamada
2015-01-21net: gem: Use phys_addr_t instead of int for addressesMichal Simek
2014-10-23net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese
2014-08-30arm: bcm281xx: net: Add Ethernet DriverJiandong Zheng
2014-08-21drivers: net: remove dead driversMasahiro Yamada
2014-07-06net: Rename and cleanup sunxi (Allwinner) emac driverStefan Roese
2014-05-25sunxi: add gmac Ethernet supportIan Campbell
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck
2014-03-04net: gem: Add OF initialization supportMichal Simek
2014-03-04net: emaclite: Fix OF initializationMichal Simek
2014-02-07net/designware - switch driver to phylib usageAlexey Brodkin
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-24net: add Faraday FTMAC110 10/100Mbps ethernet supportKuo-Jung Su
2013-06-24net: ks8851_mll: add ethernet supportRoberto Cerati
2013-06-24net: Add sunxi (Allwinner) wemac driverHenrik Nordström
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD