index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mv643xx_eth.c
Age
Commit message (
Expand
)
Author
2013-08-30
net: mv643xx_eth: use dev_get_platdata()
Jingoo Han
2013-07-09
net: mv643xx_eth: do not use port number as platform device id
Jonas Gorski
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-20
mv643xx_eth: Allocate receive queue initialized to zero
Lubomir Rintel
2013-06-18
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
Isaku Yamahata
2013-06-05
net: mv643xx_eth: add missing semicolon
Arnd Bergmann
2013-05-31
net: mv643xx_eth: add DT parsing support
Sebastian Hesselbarth
2013-05-31
net: mv643xx_eth: proper initialization for Kirkwood SoCs
Sebastian Hesselbarth
2013-05-31
net: mv643xx_eth: use of_phy_connect if phy_node present
Sebastian Hesselbarth
2013-05-31
net: mv643xx_eth: use managed devm_ioremap for port registers
Sebastian Hesselbarth
2013-05-31
net: mv643xx_eth: use phy_disconnect instead of phy_detach
Sebastian Hesselbarth
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
NET: mv643xx_eth: avoid lockdep dump on interface down
Russell King
2013-05-14
mv643xx_eth: fix NAPI weight being > 64
Andrew Lunn
2013-04-12
net: mv643xx_eth: remove deprecated inet_lro support
Sebastian Hesselbarth
2013-04-11
net: mv643xx_eth: Add GRO support
Sebastian Hesselbarth
2013-04-11
net: mv643xx_eth: use managed devm_kzalloc
Sebastian Hesselbarth
2013-04-11
net: mv643xx_eth: add shared clk and cleanup existing clk handling
Sebastian Hesselbarth
2013-03-24
mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded
Simon Baatz
2013-03-22
mv643xx_eth: convert to use the Marvell Orion MDIO driver
Florian Fainelli
2013-03-12
mv643xx_eth with 88E1318S: support Wake on LAN
Michael Stapelberg
2013-03-07
mv643xx_eth: fix for disabled autoneg
Phil Sutter
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2012-10-07
net: remove skb recycling
Eric Dumazet
2012-07-25
Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes
Arnd Bergmann
2012-07-25
ARM: Orion: fix driver probe error handling with respect to clk
Simon Baatz
2012-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-06
mv643xx_eth: Fix compile error for architectures without clk.
Andrew Lunn
2012-06-06
ethernet: Remove casts to same type
Joe Perches
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-05-08
ARM: Orion: Eth: Add clk/clkdev support.
Andrew Lunn
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-04
mv643xx_eth: Support the get_ts_info ethtool method.
Richard Cochran
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-02-23
ethernet: unify return value of .ndo_set_mac_address if address is invalid
Danny Kukawka
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
2012-01-23
mv643xx_eth: Add Rx Discard and Rx Overrun statistics
Paulius Zaleckas
2012-01-11
mv643xx-eth: use an unique MDIO bus name.
Florian Fainelli
2012-01-09
Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2011-12-13
ARM: Orion: Get address map from plat-orion instead of via platform_data
Andrew Lunn
2011-11-24
net: mv643xx_eth: fix build error
Axel Lin
2011-11-17
net: drivers: use bool type instead of double negation
Michał Mirosław
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-08
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-09-15
mv643xx: convert to SKB paged frag API.
Ian Campbell
2011-08-18
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
2011-08-12
skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers
Jeff Kirsher