Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a4b3dedeb971e6dfee4e6b0be61368d086534979
/
drivers
/
net
aa468b1
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Thu Apr 13 17:31:06 2017 -0400
4a92a3e
gpio: at91_gpio: remove CPU_HAS_PIO3 macro
by Wenyou Yang
· Thu Mar 23 12:44:36 2017 +0800
66d01b2
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Thu Apr 13 10:17:06 2017 -0400
6940d67
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· Sat Apr 08 09:28:02 2017 -0400
3297b55
sun8i_emac: configure PHY reset GPIO via DM
by Philipp Tomsich
· Wed Feb 22 19:46:41 2017 +0100
dfafe89
Remove various unused interrupt related code
by Tom Rini
· Thu Apr 06 20:42:18 2017 -0400
5386509
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· Thu Apr 06 12:28:03 2017 -0400
fef2bd1
SPARC: Remove
by Tom Rini
· Tue Mar 14 11:08:11 2017 -0400
210ebce
Blackfin: Remove
by Tom Rini
· Tue Mar 14 11:08:10 2017 -0400
5fb9743
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
by Andre Przywara
· Thu Feb 16 01:20:27 2017 +0000
99cac58
net: gmac_rockchip: Add support for the RK3399 GMAC
by Philipp Tomsich
· Fri Mar 24 19:24:26 2017 +0100
3075fb9
Merge git://www.denx.de/git/u-boot-marvell
by Tom Rini
· Tue Apr 04 09:17:56 2017 -0400
3fdf217
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Tue Apr 04 09:17:08 2017 -0400
32fafb8
net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
by Stefan Roese
· Mon Mar 13 06:50:04 2017 +0100
95b2741
net: mvpp2: Configure SMI PHY address needed for PHY polling
by Stefan Roese
· Fri Mar 10 06:07:45 2017 +0100
b851e40
net: mvpp2: Enable PHY polling mode on PPv2.2
by Stefan Roese
· Thu Mar 09 12:01:57 2017 +0100
c20e4e4
net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
by Stefan Roese
· Wed Mar 22 15:11:00 2017 +0100
0164764
net: mvpp2: Add GoP and NetC support for port 0 (SFI)
by Stefan Roese
· Wed Mar 22 15:09:38 2017 +0100
40e749b
net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
by Stefan Roese
· Wed Mar 22 15:07:30 2017 +0100
3651bfc
net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
by Stefan Roese
· Wed Mar 22 14:15:40 2017 +0100
8ba5f0b
net: mvpp2: Restructure probe / init functions
by Stefan Roese
· Wed Mar 22 14:11:16 2017 +0100
a8801ed
net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
by Stefan Roese
· Wed Mar 01 13:09:42 2017 +0100
38801d4
net: mvpp2: Handle eth device naming in multi-CP case correctly
by Stefan Roese
· Fri Feb 24 10:12:41 2017 +0100
78a112b
net: mvpp2: Enable compilation for Armada 7K/8K platforms
by Stefan Roese
· Wed Feb 15 11:42:59 2017 +0100
4cc7541
net: mvpp2.c: Clear all buffer / descriptor areas before usage
by Stefan Roese
· Thu Feb 16 13:29:08 2017 +0100
d017cdf
net: mvpp2: Move probe function from MISC to ETH DM driver
by Stefan Roese
· Thu Feb 16 15:26:06 2017 +0100
b71c2a3
net: mvpp2: Add MDIO support for PPv2.2
by Stefan Roese
· Thu Feb 16 08:31:32 2017 +0100
e595a23
net: mvpp2: finally add the PPv2.2 compatible string
by Thomas Petazzoni
· Mon Feb 20 11:54:31 2017 +0100
38a2328
net: mvpp2: adapt rxq distribution to PPv2.2
by Thomas Petazzoni
· Thu Feb 16 09:03:16 2017 +0100
f107747
net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
by Thomas Petazzoni
· Thu Feb 16 08:46:37 2017 +0100
ca560ab
net: mvpp2: add AXI bridge initialization for PPv2.2
by Thomas Petazzoni
· Thu Feb 16 08:41:07 2017 +0100
cc2445f
net: mvpp2: handle misc PPv2.1/PPv2.2 differences
by Thomas Petazzoni
· Mon Feb 20 11:42:51 2017 +0100
5555f07
net: mvpp2: handle register mapping and access for PPv2.2
by Thomas Petazzoni
· Thu Feb 16 08:03:37 2017 +0100
7f215c7
net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2
by Thomas Petazzoni
· Mon Feb 20 11:36:57 2017 +0100
58159ee
net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
by Thomas Petazzoni
· Thu Feb 16 06:57:24 2017 +0100
2321c92
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
by Thomas Petazzoni
· Thu Feb 16 06:53:51 2017 +0100
3520a33
net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
by Thomas Petazzoni
· Mon Feb 20 11:29:16 2017 +0100
56563ad
net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
by Thomas Petazzoni
· Mon Feb 20 11:08:46 2017 +0100
e3645a0
net: mvpp2: introduce an intermediate union for the TX/RX descriptors
by Thomas Petazzoni
· Wed Feb 15 16:25:53 2017 +0100
51ccb41
net: mvpp2: add hw_version field in "struct mvpp2"
by Thomas Petazzoni
· Wed Feb 15 14:08:59 2017 +0100
fb3a7bb
net: mvpp2: add and use accessors for TX/RX descriptors
by Thomas Petazzoni
· Wed Feb 15 15:35:00 2017 +0100
0983176
net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
by Thomas Petazzoni
· Mon Feb 20 10:37:59 2017 +0100
0ff5752
net: mvpp2: remove support for buffer header
by Thomas Petazzoni
· Mon Feb 20 10:29:43 2017 +0100
c49aff2
net: mvpp2: use "dma" instead of "phys" where appropriate
by Thomas Petazzoni
· Mon Feb 20 10:27:51 2017 +0100
feb0b33
net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
by Stefan Roese
· Wed Feb 15 12:46:18 2017 +0100
a3c988f
net: mvpp2: enable building on 64-bit platforms
by Thomas Petazzoni
· Wed Feb 15 12:31:53 2017 +0100
265b3c6
net: mvpp2: simplify MVPP2_PRS_RI_* definitions
by Thomas Petazzoni
· Wed Feb 15 12:19:36 2017 +0100
ebbe76f
net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
by Thomas Petazzoni
· Wed Feb 15 12:16:23 2017 +0100
5e3eaae
net: mvpp2: remove unused register definitions
by Thomas Petazzoni
· Wed Feb 15 12:15:01 2017 +0100
1b085c5
net: mvpp2: simplify mvpp2_bm_bufs_add()
by Thomas Petazzoni
· Wed Feb 15 12:13:43 2017 +0100
b4268e2
net: mvpp2: Round up top tx buffer boundaries for dcache ops
by Stefan Roese
· Thu Feb 16 13:58:37 2017 +0100
ed446f7
mvebu: neta: a37xx: Add fixed link support to neta driver
by Konstantin Porotchkin
· Thu Feb 16 13:52:28 2017 +0200
9d89f01
mvebu: neta: Add support for board init function
by Konstantin Porotchkin
· Thu Feb 16 13:52:27 2017 +0200
3c39c08
arm: fsl-layerscape: Move QSGMII wriop_init to SoC file
by Prabhakar Kushwaha
· Wed Feb 15 20:40:00 2017 +0530
da49460
drivers/net/phy: add fixed-phy / fixed-link support
by Hannes Schmelzer
· Thu Mar 23 15:11:43 2017 +0100
07e6b05
net: fix cache misaligned issue in Broadcom SF2 driver
by Suji Velupillai
· Fri Mar 03 17:06:34 2017 -0800
9fceb22
net: sunxi-emac: Write HW address via function
by oliver@schinagl.nl
· Fri Nov 25 16:38:34 2016 +0100
95d0af3
mvebu: neta: a37xx: Add fixed link support to neta driver
by Konstantin Porotchkin
· Thu Feb 16 13:52:28 2017 +0200
fb8e202
mvebu: neta: Add support for board init function
by Konstantin Porotchkin
· Thu Feb 16 13:52:27 2017 +0200
c2cc9d4
drivers: net: phy: add MV88E6xx options to Kconfig
by Tim Harvey
· Fri Mar 17 07:29:51 2017 -0700
ba11ac2
Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· Thu Mar 16 16:44:23 2017 -0400
c55d731
driver: net: fsl-mc: Update calculation of MC RAM
by York Sun
· Mon Mar 06 09:02:29 2017 -0800
4de24ef
armv8: layerscape: Rewrite memory reservation
by York Sun
· Mon Mar 06 09:02:28 2017 -0800
f429f56
net: zynq_gem: Fix masking of supported phydev features
by Nathan Rossi
· Mon Mar 06 00:36:23 2017 +1000
1944936
net: macb: Fix ETH not found when clock not support
by Wenyou Yang
· Tue Feb 14 16:24:40 2017 +0800
1eee117
drivers/net/Kconfig: Correct use of apostrophe
by Tom Rini
· Mon Feb 20 09:38:03 2017 -0500
e67c6c4
zynq: Move zynq to clock framework
by Stefan Herbrechtsmeier
· Tue Jan 17 16:27:30 2017 +0100
bb43397
net: zynq: Add clk framework support to zynq ethernet driver
by Stefan Herbrechtsmeier
· Tue Jan 17 16:27:25 2017 +0100
3e47077
net: zynq: Don't overwrite gem_rclk_ctrl with default value
by Stefan Herbrechtsmeier
· Tue Jan 17 16:27:24 2017 +0100
ff7951e
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· Thu Feb 09 11:56:35 2017 -0500
ee253f9
net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541
by John Haechten
· Fri Dec 09 22:15:17 2016 +0000
2e97146
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Wed Feb 08 16:24:44 2017 -0500
ed75d36
drivers: net: cpsw: Fix reading of mac address for am43 SoCs
by Lokesh Vutla
· Wed Feb 01 09:20:49 2017 +0530
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
89e50d9
drivers: net: Provide Kconfig menu for PHYLIB
by Alex
· Mon Feb 06 19:17:34 2017 -0800
27a8e03
net: phy: Improve the Marvell 151x constants
by Joe Hershberger
· Fri Dec 09 11:54:39 2016 -0600
a8273d5
net: fec_mxc: Fix corruption of device tree blob
by Daniel Strnad
· Thu Feb 02 12:11:40 2017 +0100
83fdbe4
net: designware: Fix for use with current Linux device tree for Meson GX
by Heiner Kallweit
· Fri Jan 27 21:25:59 2017 +0100
5b6b18e
net: phy: dp83867: Add support for MAC impedance configuration
by Mugunthan V N
· Tue Jan 24 11:15:40 2017 -0600
b83da16
net: phy: vitesse: Fix cis8204 RGMII_ID code
by Phil Edworthy
· Mon Dec 12 15:27:12 2016 +0000
e4c26ee
net: phy: Marvell: Use phy_interface_is_rgmii helper function
by Phil Edworthy
· Mon Dec 12 12:54:15 2016 +0000
3483614
net: phy: Add support for Marvell M88E1512
by Phil Edworthy
· Mon Dec 12 12:54:14 2016 +0000
a19a376
net: phy: Fix mask so that we can identify Marvell 88E1518
by Phil Edworthy
· Mon Dec 12 12:54:13 2016 +0000
c611980
net: phy: ti: Fix dp83867 RGMII_TXID interface path
by Phil Edworthy
· Fri Dec 09 10:46:02 2016 +0000
6fdb684
net: macb: Remove redundant #ifdef CONFIG_DM_ETH
by Wenyou Yang
· Wed Nov 02 10:06:57 2016 +0800
3d8d348
net: macb: Add the clock support
by Wenyou Yang
· Wed Nov 02 10:06:56 2016 +0800
e7183de
net: Kconfig: Add CONFIG_MACB option
by Wenyou Yang
· Wed Nov 02 10:06:55 2016 +0800
863af89
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Fri Feb 03 20:33:42 2017 -0500
4f96f3f
net: phy: Support Marvell 88E1680
by Dirk Eibach
· Wed Jan 11 16:00:46 2017 +0100
bea8abd
drivers: net: fsl-mc: Fixup MAC addresses in DPC
by Bogdan Purcareata
· Wed Jan 11 15:58:36 2017 +0000
30c37f6
net: phy: add SMSC LAN8742 phy
by Michael Kurz
· Sun Jan 22 16:04:28 2017 +0100
812962b
net: stm32: add designware mac glue code for stm32
by Michael Kurz
· Sun Jan 22 16:04:27 2017 +0100
54c46f9
net: gmac_rockchip: Add Rockchip GMAC driver
by Sjoerd Simons
· Wed Jan 11 11:46:11 2017 +0100
c154fc0
net: designware: Export the operation functions
by Simon Glass
· Wed Jan 11 11:46:10 2017 +0100
3240e94
net: designware: Split the link init into a separate function
by Simon Glass
· Wed Jan 11 11:46:09 2017 +0100
4afa85e
net: designware: Adjust dw_adjust_link() to return an error
by Simon Glass
· Wed Jan 11 11:46:08 2017 +0100
9cf8fd0
net: designware: Export various functions/struct to allow subclassing
by Sjoerd Simons
· Wed Jan 11 11:46:07 2017 +0100
6fe282a
xilinx_phy: Pass correct pointer to fdtdec_get_int()
by Kamensky Ivan
· Tue Dec 27 19:12:23 2016 +0300
baa2035
net: zynq_gem: Use clock driver for ZynqMP
by Siva Durga Prasad Paladugu
· Tue Nov 15 16:15:42 2016 +0530
e670965
net: gem: Use wait_for_bit() instead of private mdio_wait()
by Michal Simek
· Mon Dec 12 09:47:26 2016 +0100
Next »