Age | Commit message (Expand) | Author |
2015-07-10 | net: mvneta: disable IP checksum with jumbo frames for Armada 370 | Simon Guinot |
2015-07-10 | net: mvneta: introduce compatible string "marvell, armada-xp-neta" | Simon Guinot |
2015-07-10 | mvneta: add forgotten initialization of autonegotiation bits | Stas Sergeev |
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 |
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-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-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman |
2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong |
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 |