index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvneta.c
Age
Commit message (
Expand
)
Author
2015-12-02
net: mvneta: enable setting custom TX IP checksum limit
Marcin Wojtas
2015-12-02
net: mvneta: fix error path for building skb
Marcin Wojtas
2015-12-02
net: mvneta: fix bit assignment for RX packet irq enable
Marcin Wojtas
2015-12-02
net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG
Marcin Wojtas
2015-12-02
net: mvneta: add configuration for MBUS windows access protection
Marcin Wojtas
2015-11-09
net: mvneta: Fix memory use after free.
Justin Maggard
2015-10-25
net: mvneta: Fix clearing of MIB statistics
Andrew Lunn
2015-10-25
net: mvneta: add ethtool statistics
Russell King
2015-09-29
net: mvneta: Statically assign queues to CPUs
Maxime Ripard
2015-09-29
net: mvneta: Allow different queues
Maxime Ripard
2015-09-29
net: mvneta: Handle per-cpu interrupts
Maxime Ripard
2015-09-29
net: mvneta: Fix CPU_MAP registers initialisation
Maxime Ripard
2015-09-24
net: fix phy refcounting in a bunch of drivers
Russell King
2015-09-15
net: mvneta: fix DMA buffer unmapping in mvneta_rx()
Simon Guinot
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-21
mvneta: use inband status only when explicitly enabled
Stas Sergeev
2015-07-21
net: mvneta: fix refilling for Rx DMA buffers
Simon Guinot
2015-06-30
net: mvneta: disable IP checksum with jumbo frames for Armada 370
Simon Guinot
2015-06-30
net: mvneta: introduce compatible string "marvell, armada-xp-neta"
Simon Guinot
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-23
mvneta: add forgotten initialization of autonegotiation bits
Stas Sergeev
2015-05-12
mvneta: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag
Alexander Duyck
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-06
mvneta: dont call mvneta_adjust_link() manually
Stas Sergeev
2015-04-03
mvneta: implement SGMII-based in-band link state signaling
Stas Sergeev
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-08
net: mvneta: fix race condition in mvneta_tx()
Eric Dumazet
2014-12-08
net: mvneta: fix Tx interrupt delay
willy tarreau
2014-10-31
ethernet: mvneta: Use PHY status standard message
Ezequiel Garcia
2014-08-25
mvneta: Add missing if_vlan.h include.
David S. Miller
2014-08-25
mvneta: Fix TSO and checksum for non-acceleration vlan traffic
Vlad Yasevich
2014-08-07
net: mvneta: Fix reference counting for phy_node
Uwe Kleine-König
2014-07-08
net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()
Thomas Fitzsimmons
2014-07-08
net: mvneta: fix operation in 10 Mbit/s mode
Thomas Petazzoni
2014-06-02
net: mvneta: Avoid unmapping the TSO header buffers
Ezequiel Garcia
2014-06-02
net: mvneta: Fix missing DMA region unmap
Ezequiel Garcia
2014-06-02
net: mvneta: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
2014-06-02
net: mvneta: Use default NAPI weight instead of a custom one
Ezequiel Garcia
2014-05-23
net: mvneta: Remove unneeded 'weigth' field
Ezequiel Garcia
2014-05-23
net: mvneta: Change the number of default rx queues to one
Ezequiel Garcia
2014-05-23
net: mvneta: Use prepare/commit API to simplify MAC address setting
Ezequiel Garcia
2014-05-23
net: mvneta: Clean-up mvneta_init()
Ezequiel Garcia
2014-05-23
net: mvneta: Check tx queue setup error in mvneta_change_mtu()
Ezequiel Garcia
2014-05-23
net: mvneta: Clean-up mvneta_tx_frag_process()
Ezequiel Garcia
2014-05-22
net: mvneta: Implement software TSO
Ezequiel Garcia
2014-05-22
net: mvneta: Clean mvneta_tx() sk_buff handling
Ezequiel Garcia
2014-05-22
net: mvneta: Factorize feature setting
Ezequiel Garcia
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-04-16
net: mvneta: properly configure the MAC <-> PHY connection in all situations
Thomas Petazzoni
[prev]
[next]