summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* net: phy: smsc: Add SMSC LAN8741 supportArno Steffens2018-02-261-0/+11
* net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger2018-02-261-1/+1
* NET: designware: fix clock enableEugeniy Paltsev2018-02-261-1/+1
* phy: Fix style violationsMario Six2018-02-261-37/+57
* net: phy: marvell 88e151x: Fix handling of bare RGMII interface typeMario Six2018-02-261-1/+2
* net: phy: marvell: Fix style violationsMario Six2018-02-261-22/+22
* net: tsec: Make live-tree compatibleMario Six2018-02-261-23/+19
* net: tsec: Fix memory leak in error pathMario Six2018-02-261-1/+3
* net: tsec: Fix style violationsMario Six2018-02-261-35/+37
* net: Remove Xilinx ll_temac driverMichal Simek2018-02-239-1760/+0
* net: sh_eth: Fix DT base address fetchingMarek Vasut2018-02-181-10/+4
* net: sh_eth: Fix checkpatch warningMarek Vasut2018-02-181-1/+1
* net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut2018-02-181-4/+1
* net: sh_eth: Zap port variableMarek Vasut2018-02-181-18/+16
* net: ravb: Initialize PHY in probe() onceMarek Vasut2018-02-161-13/+19
* Kconfig: net: phylib: Phylib should depends on NETMichal Simek2018-02-081-0/+1
* net: e1000: implement eth_write_hwaddrHannu Lounento2018-02-041-0/+40
* net: e1000: split e1000_read_mac_addrHannu Lounento2018-02-041-18/+63
* net: e1000: add support for writing to EEPROMHannu Lounento2018-02-042-2/+174
* net: fec: fix build warnings for 64bits supportYe Li2018-02-041-31/+43
* net: fec: do not access reserved register for i.MX8MPeng Fan2018-02-041-2/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-311-1/+3
|\
| * driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur2018-01-301-1/+3
* | mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini2018-01-291-1/+1
|/
* net: gmac_rockchip: Add support for the RK3228 GMACDavid Wu2018-01-281-0/+85
* net: gmac_rockchip: Add rk3328 gmac supportDavid Wu2018-01-281-0/+85
* net: gmac_rockchip: Add support for the RV1108 GMACDavid Wu2018-01-281-6/+109
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2018-01-273-96/+419
|\
| * net: sh_eth: Add DM and DT supportMarek Vasut2018-01-271-0/+268
| * net: sh_eth: Clump legacy functions togetherMarek Vasut2018-01-271-51/+51
| * net: sh_eth: Split sh_eth_initMarek Vasut2018-01-271-37/+59
| * net: sh_eth: Separate out MAC address programmingMarek Vasut2018-01-271-6/+13
| * net: sh_eth: Split sh_eth_recvMarek Vasut2018-01-271-27/+46
| * net: sh_eth: Pass sh_eth_dev aroundMarek Vasut2018-01-271-5/+17
| * net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut2018-01-272-9/+4
| * net: ravb: staticize ravb_startMarek Vasut2018-01-271-1/+1
* | Merge git://git.denx.de/u-boot-spiTom Rini2018-01-268-50/+51
|\ \ | |/ |/|
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-248-50/+51
* | phy: atheros: set auto-negotiation for AR8021Zhao Qiang2018-01-151-0/+1
* | net: sh-eth: Add to Kconfig and convertNobuhiro Iwamatsu2018-01-151-0/+6
* | net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu2018-01-151-2/+3
* | net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu2018-01-152-57/+75
* | net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu2018-01-151-2/+2
* | net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu2018-01-151-12/+19
* | net: phy: b53: Add b53_reg read/write commandsFlorian Fainelli2018-01-151-0/+139
* | net: designware: Pad small packetsFlorian Fainelli2018-01-151-0/+5
* | net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli2018-01-154-0/+650
* | net: designware: add clock supportPatrice Chotard2018-01-152-0/+47
* | net: mvneta - Fixed recv() when multiple packets have arrived.Jason Brown2018-01-151-1/+5