Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6c96ca1056dc00ec23b739d049bcdc42432fd300
/
drivers
/
net
6c96ca1
phy: Use general phy code for smsc lan8720a
by David Dueck
· Tue Nov 05 17:23:03 2013 +0100
ed45423
phy: Use supported field during autonegotiation
by David Dueck
· Tue Nov 05 17:23:02 2013 +0100
1c377d1
net: dm9000: random mac address support
by Andrew Ruder
· Tue Oct 22 19:09:02 2013 -0500
bbcd2b0
drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM
by Rojhalat Ibrahim
· Mon Oct 07 18:30:39 2013 +0200
839b372
net: phy: atheros: Fix masks for AR8035 and AR8021
by Fabio Estevam
· Sat Nov 02 16:40:42 2013 -0200
429cb1b
net/phy: Fix the phy id mask of AR8031
by Chunhe Lan
· Fri Nov 01 17:17:44 2013 +0800
dcb38fe
net: tsec: Fix mac addr setup portability, cleanup
by Claudiu Manoil
· Mon Sep 30 12:44:47 2013 +0300
a18ab90
net: tsec: Use portable regs type (uint->u32)
by Claudiu Manoil
· Mon Sep 30 12:44:46 2013 +0300
eec416b
net: tsec: Use portable types and accessors for BDs
by Claudiu Manoil
· Fri Oct 04 19:13:53 2013 +0300
c739af4
net: tsec: Fix CamelCase issues around BD code
by Claudiu Manoil
· Mon Sep 30 12:44:44 2013 +0300
401b94f
net: fsl_mdio: Fix warnings for __iomem pointers
by Claudiu Manoil
· Mon Sep 30 12:44:43 2013 +0300
cd0c412
net: tsec: Cleanup tsec regs init and fix __iomem warns
by Claudiu Manoil
· Mon Sep 30 12:44:42 2013 +0300
766c894
net: tsec: Fix priv pointer in tsec_mcast_addr()
by Claudiu Manoil
· Mon Sep 30 12:44:41 2013 +0300
461511b
net: tsec: Fix and cleanup tsec_mcast_addr()
by Claudiu Manoil
· Mon Sep 30 12:44:40 2013 +0300
5c47357
net: Fix mcast function pointer prototype
by Claudiu Manoil
· Mon Sep 30 12:44:39 2013 +0300
7d4a25d
net: designware: Fix alignment of buffer descriptors
by Alexey Brodkin
· Wed Sep 25 19:27:48 2013 +0400
a72876f
net: designware: Respect "bus mode" register contents on SW reset
by Alexey Brodkin
· Wed Sep 25 17:33:10 2013 +0400
5e6cd1b
net: sh-eth: Add support R8A7791
by Nobuhiro Iwamatsu
· Tue Sep 24 15:38:33 2013 +0900
1f1bab1
net, phy: fix AR8031 phy_mask
by Heiko Schocher
· Sun Sep 22 09:55:49 2013 +0200
625bcbe
net: rtl8169: Add support for RTL8168evl/8111evl
by Thierry Reding
· Fri Sep 20 16:03:44 2013 +0200
20ac869
net: rtl8169: Fix format string
by Thierry Reding
· Fri Sep 20 16:03:41 2013 +0200
a8aa299
net: add function to read/write extended registers in Micrel Phy
by Stefano Babic
· Mon Sep 02 15:42:31 2013 +0200
d9e36ad
net: fix mask for phy Micrel KSZ9031
by Stefano Babic
· Mon Sep 02 15:42:29 2013 +0200
ad4cd95
net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is detected
by Bhupesh Sharma
· Sun Sep 01 04:40:52 2013 +0530
53a519a
net: phy/vitesse: Add support for VSC8514 phy module
by Arpit Goel
· Fri Aug 23 20:18:05 2013 +0530
72befd3
net: sh-eth: Add support R8A7790
by Nobuhiro Iwamatsu
· Thu Aug 22 13:22:04 2013 +0900
ee74c70
net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)
by Nobuhiro Iwamatsu
· Thu Aug 22 13:22:03 2013 +0900
7a2142c
net: sh-eth: Add control for padding size of packet descriptor
by Nobuhiro Iwamatsu
· Thu Aug 22 13:22:02 2013 +0900
6bff09d
net: sh-eth: Change cache API of SH
by Nobuhiro Iwamatsu
· Thu Aug 22 13:22:01 2013 +0900
0984d64
NET: mvgbe: avoid unused variable warning when used without phylib support
by Sascha Silbe
· Sun Aug 11 17:08:23 2013 +0200
76f57c3
phylib: update atheros ar803x phy
by Shengzhou Liu
· Thu Aug 08 16:33:35 2013 +0800
70c612f
drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=y
by Masahiro Yamada
· Mon Nov 11 14:35:59 2013 +0900
d32a49d
drivers/net/fm: descend only when CONFIG_FMAN_ENET=y
by Masahiro Yamada
· Mon Nov 11 14:35:58 2013 +0900
94dce8b
powerpc/t1040: Update defines to support T1040SoC personalities
by Priyanka Jain
· Fri Oct 18 12:30:21 2013 +0530
19e5a4c
MPC824x: remove obsolete "PN62" board
by Wolfgang Denk
· Mon Nov 11 20:12:19 2013 +0100
44f6be3
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· Mon Nov 11 09:40:34 2013 -0500
ea385ed
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Sat Nov 09 12:51:47 2013 +0100
03261c0
pcnet: enable the NOUFLO feature
by Paul Burton
· Fri Nov 08 11:18:46 2013 +0000
5edb7d8
pcnet: add cache flushing & invalidation
by Paul Burton
· Fri Nov 08 11:18:45 2013 +0000
af35df0
pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send
by Paul Burton
· Fri Nov 08 11:18:44 2013 +0000
70ab8c0
pcnet: code style cleanup
by Paul Burton
· Fri Nov 08 11:18:43 2013 +0000
7f37f22
netconsole loses 2nd character of input
by Suriyan Ramasami
· Wed Oct 16 09:54:24 2013 -0700
06bc873
cosmetic: remove empty lines at the top of file
by Masahiro Yamada
· Tue Nov 05 11:28:48 2013 +0900
0e6624a
net: macb: get DMA bus width from design config register
by Bo Shen
· Wed Sep 18 15:07:44 2013 +0800
cd31b06
drivers: net: convert makefiles to Kbuild style
by Masahiro Yamada
· Thu Oct 17 17:34:54 2013 +0900
51b2ca3
net/fman: add a fm_enable_port function
by Valentin Longchamp
· Fri Oct 18 11:47:21 2013 +0200
768e120
powerpc/t1040qds: Add T1040QDS board
by Prabhakar Kushwaha
· Thu Sep 12 11:11:28 2013 +0530
1ae9919
SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode
by Zhao Qiang
· Wed Sep 04 10:11:27 2013 +0800
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· Fri Oct 04 17:43:24 2013 +0200
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
f090ab4
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Wed Oct 02 11:45:22 2013 -0400
ae72af0
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Wed Oct 02 14:53:27 2013 +0200
ef66003
net, phy, cpsw: fix NULL pointer deference
by Heiko Schocher
· Thu Sep 05 11:50:41 2013 +0200
cc95608
net: fec_mxc: Fix timeouts during tftp transfer
by Fabio Estevam
· Tue Sep 17 23:13:10 2013 -0300
84c1f52
net: fec_mxc: Add support for mx6 solo-lite
by Fabio Estevam
· Fri Sep 13 00:36:27 2013 -0300
815c967
SPDX: fix IBM-pibs license identifier
by Wolfgang Denk
· Tue Sep 17 11:24:06 2013 +0200
832d36e
Cosmetic: Fix a number of typos, no functional changes.
by Robert P. J. Day
· Mon Sep 16 07:15:45 2013 -0400
b143210
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Thu Sep 05 11:15:26 2013 +0200
5f9e2e7
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Wed Sep 04 11:50:25 2013 +0200
e04fe55
net: macb: fix the following building warning
by Bo Shen
· Mon Aug 19 10:35:47 2013 +0800
3abc814
fec_mxc: set ethaddr if fuses burned and not previously set
by Eric Nelson
· Fri Aug 02 10:37:00 2013 -0700
c218d29
powerpc/t4240: add QSGMII interface support
by Shaohui Xie
· Mon Aug 19 18:58:52 2013 +0800
c57eadc
SPDX-License-Identifier: convert BSD-3-Clause files
by Wolfgang Denk
· Sun Jul 28 22:12:47 2013 +0200
52744b4
SPDX-License-Identifier: convert PIBS licensed files
by Wolfgang Denk
· Sun Jul 28 22:12:45 2013 +0200
2ba1c98
net: ftmac110: Update tx/rx descriptor format
by Kuo-Jung Su
· Wed Jul 10 09:25:49 2013 +0800
4be489d
net: ftmac110: struct ftmac110_regs __iomem * -> struct ftmac110_regs *
by Kuo-Jung Su
· Wed Jul 10 09:25:48 2013 +0800
def0b00
net: ftmac110: Update license statement
by Kuo-Jung Su
· Wed Jul 10 09:25:47 2013 +0800
85eb780
net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules
by Bhupesh Sharma
· Thu Jul 18 13:58:20 2013 +0530
10a72b6
net: Use ARRAY_SIZE at appropriate places
by Axel Lin
· Wed Jul 03 11:24:18 2013 +0800
55e9a25
phy: smsc: LAN8710/8720 are not Gbit PHYs
by Fabio Estevam
· Thu Jun 06 21:04:19 2013 -0300
68e005c
Merge branch 'master' of git://88.191.163.10/u-boot-arm
by Tom Rini
· Sun Aug 18 14:14:34 2013 -0400
5f321a3
drivers/fm: Fix compiling error if FW location is not defined
by York Sun
· Tue Jun 25 11:37:40 2013 -0700
94c3502
net, phy, cpsw: fix gigabit register access
by Heiko Schocher
· Tue Jul 23 15:32:36 2013 +0200
2782f3e
drivers: net: cpsw: Enable statistics for all port
by Mugunthan V N
· Mon Jul 08 16:04:38 2013 +0530
ff55987
drivers: net: cpsw: remove hard coding bd ram for cpsw
by Mugunthan V N
· Mon Jul 08 16:04:37 2013 +0530
315c12a
Merge branch 'u-boot/master' into u-boot-arm/master
by Albert ARIBAUD
· Thu Jul 25 17:57:46 2013 +0200
e48ed1a
net: calxedaxgmac: enable rx cut-thru
by Rob Herring
· Wed Jun 12 22:24:46 2013 -0500
5af1db9
net: pcnet: use pci_virt_to_mem to obtain buffer addresses
by Gabor Juhos
· Wed May 22 03:57:43 2013 +0000
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
45d601e
net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF case
by Fabio Estevam
· Fri Jul 19 10:01:34 2013 -0300
2ac8d30
phy: fix 10/100Mbps operation on 1Gbps-capable links
by Sascha Silbe
· Fri Jul 19 12:25:10 2013 +0200
1d021a8
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Fri Jul 12 10:36:48 2013 -0400
68f07cb
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Fri Jul 12 13:20:35 2013 +0200
d521b3c
net: fec: Avoid MX28 bus sync issue
by Marek Vasut
· Fri Jul 12 01:03:04 2013 +0200
0302310
net: fec: Remove bogus flush_dcache_range() call
by Marek Vasut
· Thu Jul 11 17:23:26 2013 +0200
93ac9b8
phylib: add atheros ar803x phy
by Heiko Schocher
· Tue Jun 04 10:58:00 2013 +0200
b2ccbf0
phylib: add natsemi dp83630 phy
by Heiko Schocher
· Tue Jun 04 10:58:09 2013 +0200
cd19bd3
net: update FTGMAC100 for MMU/D-cache support
by Kuo-Jung Su
· Tue May 07 14:33:51 2013 +0800
d169a70
net: add Faraday FTMAC110 10/100Mbps ethernet support
by Kuo-Jung Su
· Tue May 07 14:33:31 2013 +0800
eaf68ac
net: phy: supplement support for Micrel's KSZ9031
by SARTRE Leo
· Tue Apr 30 16:57:25 2013 +0200
6f7d7d9
net: macb: add support for gigabit MAC
by Bo Shen
· Wed Apr 24 15:59:28 2013 +0800
7d91deb
net: macb: using phylib to configure phy device
by Bo Shen
· Wed Apr 24 15:59:27 2013 +0800
cc29ce5
net: macb: using AT91FAMILY replace #ifdeferry
by Bo Shen
· Wed Apr 24 15:59:26 2013 +0800
b1eee65
net: ks8851_mll: add ethernet support
by Roberto Cerati
· Wed Apr 24 10:46:17 2013 +0800
dcc307e
phylib: Add Atheros AR8035 GETH PHY support
by Xie Xiaobo
· Wed Apr 10 16:23:39 2013 +0800
2332941
add support for Xilinx 1000BASE-X phy (GTX)
by Charles Coldwell
· Thu Feb 21 08:25:52 2013 -0500
f0d83c4
PHY: micrel.c: add support for KSZ9031
by David Andrey
· Wed Feb 06 22:18:37 2013 +0100
9e5742b
net: Fix build regression in macb.c
by Joe Hershberger
· Mon Jun 24 19:06:38 2013 -0500
77cdf0f
net/macb: Add arch specific routine to get mdio control
by Shiraz Hashim
· Thu Dec 13 17:22:52 2012 +0530
f567e41
net/designware: Do not select MIIPORT for RGMII interface
by Vipin Kumar
· Thu Dec 13 17:22:51 2012 +0530
Next »