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
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-31
net: pxa168_eth: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-31
net: mv643xx_eth: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-08-30
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-10
/
+9
2013-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+53
2013-08-14
skge: dma_sync the whole receive buffer
stephen hemminger
1
-2
/
+4
2013-08-05
skge: fix build on 32 bit
Stephen Hemminger
1
-7
/
+7
2013-08-05
skge: add dma_mapping check
stephen hemminger
1
-6
/
+42
2013-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+17
2013-07-31
mvneta: Try to fix mvneta when compiled as module
Arnaud Patard \(Rtp\)
1
-10
/
+14
2013-07-31
mvneta: Fix hang when loading the mvneta driver
Arnaud Patard \(Rtp\)
1
-10
/
+9
2013-07-31
net: mvneta: support big endian
Thomas Petazzoni
1
-3
/
+32
2013-07-31
net: mvneta: move the RX and TX desc macros outside of the structs
Thomas Petazzoni
1
-11
/
+15
2013-07-09
net: mv643xx_eth: do not use port number as platform device id
Jonas Gorski
1
-2
/
+11
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+3
2013-06-20
mv643xx_eth: Allocate receive queue initialized to zero
Lubomir Rintel
1
-1
/
+1
2013-06-20
pxa168_eth: Allocate receive queue initialized to zero
Lubomir Rintel
1
-2
/
+2
2013-06-18
pxa168_eth: convert skb->end into skb_end_pointer(skb)
Isaku Yamahata
1
-1
/
+1
2013-06-18
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
Isaku Yamahata
1
-1
/
+1
2013-06-05
net: mvneta: read MAC address from hardware when available
Thomas Petazzoni
1
-9
/
+35
2013-06-05
net: mv643xx_eth: add missing semicolon
Arnd Bergmann
1
-3
/
+5
2013-05-31
net: mv643xx_eth: add DT parsing support
Sebastian Hesselbarth
1
-4
/
+149
2013-05-31
net: mv643xx_eth: proper initialization for Kirkwood SoCs
Sebastian Hesselbarth
1
-0
/
+11
2013-05-31
net: mv643xx_eth: use of_phy_connect if phy_node present
Sebastian Hesselbarth
1
-7
/
+18
2013-05-31
net: mv643xx_eth: use managed devm_ioremap for port registers
Sebastian Hesselbarth
1
-2
/
+1
2013-05-31
net: mv643xx_eth: use phy_disconnect instead of phy_detach
Sebastian Hesselbarth
1
-1
/
+1
2013-05-29
net: pass info struct via netdevice notifier
Jiri Pirko
2
-2
/
+2
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
3
-5
/
+0
2013-05-17
NET: mv643xx_eth: avoid lockdep dump on interface down
Russell King
1
-2
/
+2
2013-05-14
mv643xx_eth: fix NAPI weight being > 64
Andrew Lunn
1
-1
/
+1
2013-05-04
sky2: Fix crash on receiving VLAN frames
Kirill Smelkov
1
-0
/
+2
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-10
/
+10
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-4
/
+5
2013-04-15
net: mvneta: fix improper tx queue usage in mvneta_tx()
Willy Tarreau
1
-5
/
+4
2013-04-14
net: mvmdio: add select PHYLIB
Thomas Petazzoni
1
-1
/
+1
2013-04-12
net: mv643xx_eth: remove deprecated inet_lro support
Sebastian Hesselbarth
2
-95
/
+3
2013-04-12
net: mv643xx_eth: Add GRO support
Sebastian Hesselbarth
1
-1
/
+1
2013-04-12
net: mv643xx_eth: use managed devm_kzalloc
Sebastian Hesselbarth
1
-13
/
+4
2013-04-12
net: mv643xx_eth: add shared clk and cleanup existing clk handling
Sebastian Hesselbarth
1
-16
/
+11
2013-04-09
net: mvmdio: get and enable optional clock
Sebastian Hesselbarth
1
-0
/
+11
2013-04-08
net: mvneta: enable features before registering the driver
willy tarreau
1
-4
/
+5
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2013-03-29
sky2: Threshold for Pause Packet is set wrong
Mirko Lindner
1
-1
/
+1
2013-03-29
sky2: Receive Overflows not counted
Mirko Lindner
1
-1
/
+1
2013-03-25
mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded
Simon Baatz
1
-3
/
+9
2013-03-25
net: mvmdio: define module alias for platform device
Simon Baatz
1
-0
/
+1
2013-03-22
mv643xx_eth: convert to use the Marvell Orion MDIO driver
Florian Fainelli
3
-183
/
+19
2013-03-22
net: mvmdio: enhance driver to support SMI error/done interrupts
Florian Fainelli
1
-18
/
+80
2013-03-22
net: mvmdio: rename base register cookie from smireg to regs
Florian Fainelli
1
-7
/
+7
2013-03-22
net: mvmdio: allow platform device style registration
Florian Fainelli
1
-7
/
+15
[next]