aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvneta.c
Commit message (Expand)AuthorAge
* net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot2015-07-10
* net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot2015-07-10
* mvneta: add forgotten initialization of autonegotiation bitsStas Sergeev2015-07-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-06
|\
| * mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev2015-04-06
* | mvneta: implement SGMII-based in-band link state signalingStas Sergeev2015-04-03
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * net: mvneta: fix race condition in mvneta_tx()Eric Dumazet2014-12-08
| * net: mvneta: fix Tx interrupt delaywilly tarreau2014-12-08
* | ethernet: mvneta: Use PHY status standard messageEzequiel Garcia2014-10-31
|/
* mvneta: Add missing if_vlan.h include.David S. Miller2014-08-25
* mvneta: Fix TSO and checksum for non-acceleration vlan trafficVlad Yasevich2014-08-25
* net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-07
* net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons2014-07-08
* net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni2014-07-08
* net: mvneta: Avoid unmapping the TSO header buffersEzequiel Garcia2014-06-02
* net: mvneta: Fix missing DMA region unmapEzequiel Garcia2014-06-02
* net: mvneta: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia2014-06-02
* net: mvneta: Use default NAPI weight instead of a custom oneEzequiel Garcia2014-06-02
* net: mvneta: Remove unneeded 'weigth' fieldEzequiel Garcia2014-05-23
* net: mvneta: Change the number of default rx queues to oneEzequiel Garcia2014-05-23
* net: mvneta: Use prepare/commit API to simplify MAC address settingEzequiel Garcia2014-05-23
* net: mvneta: Clean-up mvneta_init()Ezequiel Garcia2014-05-23
* net: mvneta: Check tx queue setup error in mvneta_change_mtu()Ezequiel Garcia2014-05-23
* net: mvneta: Clean-up mvneta_tx_frag_process()Ezequiel Garcia2014-05-23
* net: mvneta: Implement software TSOEzequiel Garcia2014-05-22
* net: mvneta: Clean mvneta_tx() sk_buff handlingEzequiel Garcia2014-05-22
* net: mvneta: Factorize feature settingEzequiel Garcia2014-05-22
* net: mvneta: add support for fixed linksThomas Petazzoni2014-05-16
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* net: mvneta: properly configure the MAC <-> PHY connection in all situationsThomas Petazzoni2014-04-16
* Revert "net: mvneta: fix usage as a module on RGMII configurations"Thomas Petazzoni2014-04-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-29
|\
| * net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni2014-03-26
| * net: mvneta: fix usage as a module on RGMII configurationsThomas Petazzoni2014-03-26
| * net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLEThomas Petazzoni2014-03-26
* | net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni2014-03-29
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-14
|/
* net: mvneta: make mvneta_txq_done() return voidArnaud Ebalard2014-01-16
* net: mvneta: mvneta_tx_done_gbe() cleanupsArnaud Ebalard2014-01-16
* net: mvneta: implement rx_copybreakwilly tarreau2014-01-16
* net: mvneta: convert to build_skb()willy tarreau2014-01-16
* net: mvneta: prefetch next rx descriptor instead of current onewilly tarreau2014-01-16
* net: mvneta: simplify access to the rx descriptor statuswilly tarreau2014-01-16
* net: mvneta: factor rx refilling codewilly tarreau2014-01-16
* net: mvneta: remove tests for impossible cases in the tx_done pathwilly tarreau2014-01-16
* net: mvneta: replace Tx timer with a real interruptwilly tarreau2014-01-16
* net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau2014-01-16
* net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau2014-01-16