index
:
kernel
0x221E-v0.0.1-v6.19
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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
Age
Commit message (
Expand
)
Author
2014-05-16
net: mvneta: add support for fixed links
Thomas Petazzoni
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-02
net: mvmdio: Check for a valid interrupt instead of an error
Ezequiel Garcia
2014-04-16
net: mvneta: properly configure the MAC <-> PHY connection in all situations
Thomas Petazzoni
2014-04-13
Revert "net: mvneta: fix usage as a module on RGMII configurations"
Thomas Petazzoni
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-29
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
Thomas Petazzoni
2014-03-28
net: mvmdio: remove empty MDIO bus reset function
Florian Fainelli
2014-03-26
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
Thomas Petazzoni
2014-03-26
net: mvneta: fix usage as a module on RGMII configurations
Thomas Petazzoni
2014-03-26
net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE
Thomas Petazzoni
2014-03-24
sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-14
sky2: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2014-03-10
sky2: allow mac to come from dt
Tim Harvey
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-02-18
net: ethernet: update dependency and help text of mvneta
Thomas Petazzoni
2014-02-14
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2014-01-27
sky2: initialize napi before registering device
Stanislaw Gruszka
2014-01-16
net: mvneta: make mvneta_txq_done() return void
Arnaud Ebalard
2014-01-16
net: mvneta: mvneta_tx_done_gbe() cleanups
Arnaud Ebalard
2014-01-16
net: mvneta: implement rx_copybreak
willy tarreau
2014-01-16
net: mvneta: convert to build_skb()
willy tarreau
2014-01-16
net: mvneta: prefetch next rx descriptor instead of current one
willy tarreau
2014-01-16
net: mvneta: simplify access to the rx descriptor status
willy tarreau
2014-01-16
net: mvneta: factor rx refilling code
willy tarreau
2014-01-16
net: mvneta: remove tests for impossible cases in the tx_done path
willy tarreau
2014-01-16
net: mvneta: replace Tx timer with a real interrupt
willy tarreau
2014-01-16
net: mvneta: add missing bit descriptions for interrupt masks and causes
willy tarreau
2014-01-16
net: mvneta: do not schedule in mvneta_tx_timeout
willy tarreau
2014-01-16
net: mvneta: use per_cpu stats to fix an SMP lock up
willy tarreau
2014-01-16
net: mvneta: increase the 64-bit rx/tx stats out of the hot path
willy tarreau
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-15
net,marvell: Add dependency on HAS_IOMEM
Richard Weinberger
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-19
net: mvmdio: fix interrupt timeout handling
Leigh Brown
2013-12-18
net: sky2 calls skb_set_hash
Tom Herbert
2013-12-17
net: mv643xx_eth: properly start/stop phy device
Sebastian Hesselbarth
2013-12-09
net: pxa168_eth: use phy_init_hw for PHY reset
Florian Fainelli
2013-12-09
net: mv643xx_eth: use phy_init_hw to reset PHY
Florian Fainelli
2013-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-06
net: mvneta: Fix incorrect DMA unmapping size
Ezequiel Garcia
2013-12-06
ethernet: Fix FSF address in file headers
Jeff Kirsher
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-11-14
net: mv643xx_eth: potential NULL dereference in probe()
Dan Carpenter
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-05
net: mv643xx_eth: Add missing phy_addr_set in DT mode
Jason Gunthorpe
[prev]
[next]