Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
69ae6301cb8210c10bf34f4005a7b32706a2df4b
/
drivers
/
net
0dae065
net: zynq_gem: Dont run any phy detection logic for GMII case
by Siva Durga Prasad Paladugu
· 7 years ago
10d2506
net: Drop CONFIG_ENC28J60
by Tuomas Tynkkynen
· 7 years ago
6c4aae9
net: macb: remove superfluous logical constraint
by Heinrich Schuchardt
· 7 years ago
71bb8dd
drivers: net: cpsw: remove superfluous assignment.
by Heinrich Schuchardt
· 7 years ago
18993c2
net/phy/cortina: Add No firmware upload option
by Priyanka Jain
· 7 years ago
b3b3b08
net/phy/cortina.c: Update get_phy_id implementation
by Priyanka Jain
· 7 years ago
0e6101a
configs: ls1012a: add pfe configuration for LS1012A
by Calvin Johnson
· 7 years ago
8abd6cc
drivers: net: pfe_eth: provide pfe commands
by Calvin Johnson
· 7 years ago
781b838
drivers: net: pfe_eth: LS1012A PFE driver introduction
by Calvin Johnson
· 7 years ago
d76b9b7
drivers: net: phy: Fix aquantia compilation with DM
by Calvin Johnson
· 7 years ago
d0c42d7
net: mvpp2x: add check after calloc
by Heinrich Schuchardt
· 7 years ago
7c82401
net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realtek phys
by kevans@FreeBSD.org
· 7 years ago
e3ee5f5
Move CONFIG_PHY_ADDR to Kconfig
by Stefan Mavrodiev
· 7 years ago
6a4d799
net: sun8i_emac: Fix PHY initialization
by Samuel Holland
· 7 years ago
d8a69cb
Merge git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
070782f
net: ravb: Add R8A77965 M3N entries
by Marek Vasut
· 7 years ago
003e437
net: phy: smsc: Add SMSC LAN8741 support
by Arno Steffens
· 7 years ago
801ae71
net: e1000: Fix e1000_igb semaphore handling
by Bernhard Messerklinger
· 7 years ago
11e754e
NET: designware: fix clock enable
by Eugeniy Paltsev
· 7 years ago
7757743
phy: Fix style violations
by Mario Six
· 7 years ago
c1de131
net: phy: marvell 88e151x: Fix handling of bare RGMII interface type
by Mario Six
· 7 years ago
618d42b
net: phy: marvell: Fix style violations
by Mario Six
· 7 years ago
00ba055
net: tsec: Make live-tree compatible
by Mario Six
· 7 years ago
878b1d2
net: tsec: Fix memory leak in error path
by Mario Six
· 7 years ago
c29fcc7
net: tsec: Fix style violations
by Mario Six
· 7 years ago
63de71d
net: Remove Xilinx ll_temac driver
by Michal Simek
· 7 years ago
63ab72c
net: sh_eth: Fix DT base address fetching
by Marek Vasut
· 7 years ago
42a3340
net: sh_eth: Fix checkpatch warning
by Marek Vasut
· 7 years ago
2526b79
net: sh_eth: Return directly from sh_eth_recv_start
by Marek Vasut
· 7 years ago
7a309cf
net: sh_eth: Zap port variable
by Marek Vasut
· 7 years ago
3364d7a
net: ravb: Initialize PHY in probe() once
by Marek Vasut
· 7 years ago
5647da0
Kconfig: net: phylib: Phylib should depends on NET
by Michal Simek
· 7 years ago
68d31f6
net: e1000: implement eth_write_hwaddr
by Hannu Lounento
· 7 years ago
f36be3c
net: e1000: split e1000_read_mac_addr
by Hannu Lounento
· 7 years ago
c56999e
net: e1000: add support for writing to EEPROM
by Hannu Lounento
· 7 years ago
e267091
net: fec: fix build warnings for 64bits support
by Ye Li
· 7 years ago
bf8e58b
net: fec: do not access reserved register for i.MX8M
by Peng Fan
· 7 years ago
0129db7
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
8dadfb4
driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl
by Yogesh Gaur
· 7 years ago
88765f9
mvpp2: Fix warning over 32bit vs 64bit targets
by Tom Rini
· 7 years ago
adcde49
net: gmac_rockchip: Add support for the RK3228 GMAC
by David Wu
· 7 years ago
bac972b
net: gmac_rockchip: Add rk3328 gmac support
by David Wu
· 7 years ago
672e4f2
net: gmac_rockchip: Add support for the RV1108 GMAC
by David Wu
· 7 years ago
357f199
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
020d394
net: sh_eth: Add DM and DT support
by Marek Vasut
· 7 years ago
7ba5262
net: sh_eth: Clump legacy functions together
by Marek Vasut
· 7 years ago
c13be6a
net: sh_eth: Split sh_eth_init
by Marek Vasut
· 7 years ago
ccdfc5e
net: sh_eth: Separate out MAC address programming
by Marek Vasut
· 7 years ago
48de90d
net: sh_eth: Split sh_eth_recv
by Marek Vasut
· 7 years ago
044eb2d
net: sh_eth: Pass sh_eth_dev around
by Marek Vasut
· 7 years ago
ee2f21b
net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2
by Marek Vasut
· 7 years ago
7457ce9
net: ravb: staticize ravb_start
by Marek Vasut
· 7 years ago
60649bb
Merge git://git.denx.de/u-boot-spi
by Tom Rini
· 7 years ago
918de03
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
by Álvaro Fernández Rojas
· 7 years ago
ffdc858
phy: atheros: set auto-negotiation for AR8021
by Zhao Qiang
· 7 years ago
f593ecb
net: sh-eth: Add to Kconfig and convert
by Nobuhiro Iwamatsu
· 7 years ago
425a3a5
net: sh-eth: Fix misaligned cache operation warning
by Nobuhiro Iwamatsu
· 7 years ago
ec921f1
net: sh-eth: Change read/write() param to struct sh_eth_info
by Nobuhiro Iwamatsu
· 7 years ago
65a81a4
net: sh-eth: Remove bd_t from sh_eth_config()
by Nobuhiro Iwamatsu
· 7 years ago
ca36b0e
net: sh-eth: Fix coding style checked by checkpatch.pl
by Nobuhiro Iwamatsu
· 7 years ago
82aa8d1
net: phy: b53: Add b53_reg read/write commands
by Florian Fainelli
· 7 years ago
65f686b
net: designware: Pad small packets
by Florian Fainelli
· 7 years ago
01b4ade
net: phy: Add Broadcom BCM53xx switch driver
by Florian Fainelli
· 7 years ago
eebcf8c
net: designware: add clock support
by Patrice Chotard
· 7 years ago
c7bc183
net: mvneta - Fixed recv() when multiple packets have arrived.
by Jason Brown
· 7 years ago
7e4d4d1
net: miiphybb: fix casting error
by Chris Brandt
· 7 years ago
a65a929
net: sh-eth: remove sh_eth_offset_rz table
by Chris Brandt
· 7 years ago
7123077
net: sh-eth: fix inl and outl definitions
by Chris Brandt
· 7 years ago
3857a16
net: phy: marvell: Add functions to read PHY's extended registers
by Lukasz Majewski
· 7 years ago
83c48c5
net: Fix buffer overrun error in netconsole
by Joe Hershberger
· 7 years ago
41d6d1e
net: macb: Add support for Xilinx Zynq SoC
by Wilson Lee
· 7 years ago
2ec622a
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
816bc41
configs: Move SYS_DPAA_QBMAN to Kconfig
by Ahmed Mansour
· 7 years ago
59d42cd
ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs
by Miquel Raynal
· 7 years ago
4aacbbf
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
dc9db33
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
97be817
net: phy: meson-gxl: detect LPA corruption
by Jerome Brunet
· 7 years ago
5d8a61c
armv8: ls1043a/ls2080a: check SoC by device ID
by Wenbin song
· 7 years ago
42832fe
net: ravb: Add R8A77995 D3 compatible
by Marek Vasut
· 7 years ago
2d3ec64
net: ravb: Add R8A77970 V3M compatible
by Marek Vasut
· 7 years ago
eaee858
sunxi: Fix A20-OLinuXino-MICRO LAN8710 support
by Stefan Mavrodiev
· 7 years ago
82709e5
driver: fsl-mc: MC object cleanup when DPL not loaded
by Yogesh Gaur
· 7 years ago
318c32f
driver: net: fsl-mc: flib changes for MC 10.3.0
by Yogesh Gaur
· 7 years ago
eb7c782
net: ravb: Fix reset GPIO handling
by Marek Vasut
· 7 years ago
d227c9a
net: xilinx_axi_emac: Use readl and writel for io ops
by Siva Durga Prasad Paladugu
· 7 years ago
134cfa6
net: zynq_gem: Dont enable SGMII and PCS selection
by Siva Durga Prasad Paladugu
· 7 years ago
f802603
net: xilinx_axi_emac: Add support for non processor mode
by Siva Durga Prasad Paladugu
· 8 years ago
6372e3f
net: xilinx_axi_emac: Read dma address using fdtdec_get_addr
by Siva Durga Prasad Paladugu
· 7 years ago
2063362
net: xilinx_axi_emac: Use wait_for_bit instead of while loop
by Siva Durga Prasad Paladugu
· 8 years ago
7a4c90d
net: phy: Add Amlogic Meson GXL Internal PHY support
by Neil Armstrong
· 7 years ago
b166d6a
driver: net: fsl-mc: Use base 16 in simple_strtoul
by Prabhakar Kushwaha
· 7 years ago
34f080c
drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()
by Ashish Kumar
· 7 years ago
b6b655b
net: sun8i_emac: Fix build for non-H3/H5 SoCs
by Chen-Yu Tsai
· 7 years ago
8ed0917
sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users
by Artturi Alm
· 7 years ago
f523a5c
sunxi: fix CONFIG_SUNXI_EMAC references
by Artturi Alm
· 7 years ago
bfc5f7f
net: fec_mxc: Change "error frame" message to debug level
by Fabio Estevam
· 7 years ago
856c9dc
armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID
by Ashish Kumar
· 7 years ago
790c1a4
driver: fsl-mc: use calloc instead malloc
by Prabhakar Kushwaha
· 7 years ago
0a044f8
net: Add SMC911X driver to Kconfig, convert
by Adam Ford
· 7 years ago
Next »