index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-31
net: fec: use pinctrl PM helpers
Nimrod Andy
1
-0
/
+8
2014-05-22
ucc_geth: use the new fixed PHY helpers
Florian Fainelli
1
-3
/
+11
2014-05-22
gianfar: use the new fixed PHY helpers
Florian Fainelli
1
-3
/
+11
2014-05-22
fs_enet: use the new fixed PHY helpers
Florian Fainelli
1
-7
/
+10
2014-05-22
net: fec: correct the MDIO clock source
Nimrod Andy
1
-1
/
+1
2014-05-22
net: fec: optimize the clock management to save power
Nimrod Andy
1
-64
/
+56
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-05-01
gianfar: Avoid unnecessary reg accesses in adjust_link()
Claudiu Manoil
1
-110
/
+113
2014-04-24
gianfar: Check if phydev present on ethtool -A
Claudiu Manoil
1
-0
/
+3
2014-04-01
net: fec: make sure to init MAC address
Lucas Stach
1
-4
/
+7
2014-03-28
fs_enet: remove empty MDIO bus function
Florian Fainelli
1
-7
/
+0
2014-03-28
fec: remove empty MDIO bus function
Florian Fainelli
1
-6
/
+0
2014-03-25
ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-25
fec: Call dev_kfree_skb_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-24
gianfar: Fix P1010 config regression (SQ polling)
Claudiu Manoil
1
-2
/
+12
2014-03-21
ptp: drivers: set the number of programmable pins.
Richard Cochran
2
-0
/
+2
2014-03-15
fs_enet: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+7
2014-03-13
eth: fec: Fix lost promiscuous mode after reconnecting cable
Stefan Wahren
1
-7
/
+7
2014-03-13
gianfar: Carefully free skbs in functions called by netpoll.
Eric W. Biederman
1
-2
/
+2
2014-03-12
gianfar: Fix multi-queue support checks @probe()
Claudiu Manoil
1
-10
/
+18
2014-03-10
gianfar: Use Single-Queue polling for "fsl,etsec2"
Claudiu Manoil
2
-32
/
+79
2014-03-10
gianfar: Separate out the Tx interrupt handling (Tx NAPI)
Claudiu Manoil
2
-69
/
+160
2014-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+7
2014-02-25
gianfar: Fix Tx int miss, dont write IC on-the-fly
Claudiu Manoil
2
-88
/
+77
2014-02-25
gianfar: Fix device reset races (oops) for Tx
Claudiu Manoil
3
-84
/
+76
2014-02-25
gianfar: Don't free/request irqs on device reset
Claudiu Manoil
1
-32
/
+45
2014-02-25
gianfar: Fix on-the-fly vlan and mtu updates
Claudiu Manoil
3
-127
/
+51
2014-02-25
gianfar: Implement MAC reset and reconfig procedure
Claudiu Manoil
1
-82
/
+90
2014-02-20
net: fec: fix potential issue to avoid fec interrupt lost and crc error
Duan Fugang-B38611
1
-6
/
+7
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-02-19
NET: fec: only enable napi if we are successful
Russell King
1
-2
/
+2
2014-02-19
gianfar: Remove clean_rx_ring race from gfar_ethtool
Claudiu Manoil
1
-55
/
+8
2014-02-19
gianfar: Add missing graceful reset steps and fixes
Claudiu Manoil
3
-30
/
+31
2014-02-19
gianfar: Factor out enabling/disabling of hw interrupts
Claudiu Manoil
1
-30
/
+30
2014-02-19
gianfar: Remove useless HAS_PADDING device flag
Claudiu Manoil
2
-13
/
+3
2014-02-19
gianfar: Remove sysfs stubs for FIFOCFG and stashing
Claudiu Manoil
4
-378
/
+28
2014-02-19
gianfar: Cleanup/Fix gfar_probe and the hw init code
Claudiu Manoil
2
-177
/
+188
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
15
-15
/
+0
2014-01-16
gianfar: Fix portabilty issues for ethtool and ptp
Claudiu Manoil
2
-28
/
+72
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-01-06
fec: Revert "fec: Do not assume that PHY reset is active low"
Fabio Estevam
1
-10
/
+4
2013-12-30
fec: Do not assume that PHY reset is active low
Fabio Estevam
1
-4
/
+10
2013-12-26
net: freescale: remove unused compare_addr()
dingtianhong
1
-5
/
+0
2013-12-20
net: fec: fix potential use after free
Eric Dumazet
1
-2
/
+2
2013-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2013-12-12
net:fec: remove duplicate lines in comment about errata ERR006358
Philippe De Muyter
1
-4
/
+0
2013-12-06
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
4
-8
/
+41
2013-12-03
net: fec_main: dma_map() only the length of the skb
Sebastian Siewior
1
-5
/
+4
2013-11-21
gianfar: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
1
-4
/
+18
[next]