| Commit message (Expand) | Author | Age |
* | gianfar: Remove superfluous kernel_dropped local counter | Claudiu Manoil | 2013-03-21 |
* | gianfar: Cleanup dead code and minor formatting | Claudiu Manoil | 2013-03-21 |
* | gianfar: Remove 'maybe-uninitialized' compile warning | Claudiu Manoil | 2013-03-21 |
* | gianfar: Refactor config coalescing calls for all queues | Claudiu Manoil | 2013-03-20 |
* | gianfar: Remove redundant programming of [rt]xic registers | Claudiu Manoil | 2013-03-20 |
* | gianfar: Poll only active Rx queues | Claudiu Manoil | 2013-03-20 |
* | gianfar: Fix tx napi polling | Claudiu Manoil | 2013-03-20 |
* | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches | 2013-03-15 |
* | gianfar: fix compile fail for NET_POLL=y due to struct packing | Paul Gortmaker | 2013-02-24 |
* | gianfar: Fix and cleanup Rx FCB indication | Claudiu Manoil | 2013-02-14 |
* | gianfar: Remove wrong buffer size conditioning to VLAN h/w offload | Claudiu Manoil | 2013-02-14 |
* | gianfar: gfar_process_frame returns void | Claudiu Manoil | 2013-02-14 |
* | gianfar: GRO_DROP is unlikely | Claudiu Manoil | 2013-02-14 |
* | gianfar: Add device ref (dev) in gfar_private | Claudiu Manoil | 2013-02-14 |
* | gianfar: Remove unused device_node ref in gfar_private | Claudiu Manoil | 2013-02-14 |
* | gianfar: convert u64 status counters to atomic64_t | Paul Gortmaker | 2013-02-12 |
* | drivers: net: Remove remaining alloc/OOM messages | Joe Perches | 2013-02-08 |
* | gianfar: dont conditionally alloc Rx/Err irq structs | Paul Gortmaker | 2013-02-04 |
* | gianfar: Pack struct gfar_priv_grp into three cachelines | Claudiu Manoil | 2013-01-29 |
* | gianfar: Cleanup gfar_parse_group() code | Claudiu Manoil | 2013-01-29 |
* | gianfar: Restore promisc mode on gfar_init_mac() | Claudiu Manoil | 2013-01-23 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 |
|\ |
|
| * | gianfar: ethernet vanishes after restoring from hibernation | Wang Dongsheng | 2012-11-09 |
* | | gianfar: Fix alloc_skb_resources on -ENOMEM cleanup path | Claudiu Manoil | 2012-11-09 |
|/ |
|
* | net: remove skb recycling | Eric Dumazet | 2012-10-07 |
* | gianfar: Change default HW Tx queue scheduling mode | Claudiu Manoil | 2012-09-24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-31 |
|\ |
|
| * | gianfar: fix default tx vlan offload feature flag | Claudiu Manoil | 2012-08-30 |
* | | net/freescale: do not export any functions from fsl_pq_mdio.c | Timur Tabi | 2012-08-30 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-07-11 |
|\ |
|
| * | gianfar: fix potential sk_wmem_alloc imbalance | Eric Dumazet | 2012-07-09 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-28 |
|\| |
|
| * | gianfar: Fix RXICr/TXICr programming for multi-queue mode | Claudiu Manoil | 2012-06-28 |
* | | gianfar: Remove superfluous initialisations | Jan Ceuleers | 2012-06-05 |
* | | gianfar: various coding style and whitespace cleanups | Jan Ceuleers | 2012-06-05 |
* | | gianfar: comment cleanup | Jan Ceuleers | 2012-06-05 |
* | | gianfar: whitespace cleanup - pointers and multiplications | Jan Ceuleers | 2012-06-05 |
|/ |
|
* | gianfar:don't add FCB length to hard_header_len | Wu Jiajun-B06378 | 2012-05-22 |
* | gianfar: add GRO support | Wu Jiajun-B06378 | 2012-04-21 |
* | gianfar: Fix possible overrun and simplify interrupt name field creation | Joe Perches | 2012-03-25 |
* | gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stopped | Paul Gortmaker | 2012-03-18 |
* | gianfar: delete orphaned version strings and dead macros | Paul Gortmaker | 2012-03-15 |
* | gianfar: Add support for byte queue limits. | Paul Gortmaker | 2012-03-15 |
* | drivers/net: fix up stale paths from driver reorg | Paul Gortmaker | 2012-01-30 |
* | gianfar: Fix invalid TX frames returned on error queue when time stamping | Manfred Rudigier | 2012-01-12 |
* | gianfar: Fix missing sock reference when processing TX time stamps | Manfred Rudigier | 2012-01-12 |
* | net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() | Axel Lin | 2011-11-29 |
* | ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN | Joe Perches | 2011-11-16 |
* | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 2011-11-16 |
* | gianfar: convert to SKB paged frag API. | Ian Campbell | 2011-08-30 |