aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c
Commit message (Expand)AuthorAge
* gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil2013-03-21
* gianfar: Cleanup dead code and minor formattingClaudiu Manoil2013-03-21
* gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil2013-03-21
* gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil2013-03-20
* gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil2013-03-20
* gianfar: Poll only active Rx queuesClaudiu Manoil2013-03-20
* gianfar: Fix tx napi pollingClaudiu Manoil2013-03-20
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-15
* gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker2013-02-24
* gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2013-02-14
* gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil2013-02-14
* gianfar: gfar_process_frame returns voidClaudiu Manoil2013-02-14
* gianfar: GRO_DROP is unlikelyClaudiu Manoil2013-02-14
* gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2013-02-14
* gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2013-02-14
* gianfar: convert u64 status counters to atomic64_tPaul Gortmaker2013-02-12
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-08
* gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker2013-02-04
* gianfar: Pack struct gfar_priv_grp into three cachelinesClaudiu Manoil2013-01-29
* gianfar: Cleanup gfar_parse_group() codeClaudiu Manoil2013-01-29
* gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil2013-01-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-10
|\
| * gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-09
* | gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil2012-11-09
|/
* net: remove skb recyclingEric Dumazet2012-10-07
* gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2012-09-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-31
|\
| * gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-30
* | net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi2012-08-30
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-11
|\
| * gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-28
|\|
| * gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-28
* | gianfar: Remove superfluous initialisationsJan Ceuleers2012-06-05
* | gianfar: various coding style and whitespace cleanupsJan Ceuleers2012-06-05
* | gianfar: comment cleanupJan Ceuleers2012-06-05
* | gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers2012-06-05
|/
* gianfar:don't add FCB length to hard_header_lenWu Jiajun-B063782012-05-22
* gianfar: add GRO supportWu Jiajun-B063782012-04-21
* gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-25
* gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker2012-03-18
* gianfar: delete orphaned version strings and dead macrosPaul Gortmaker2012-03-15
* gianfar: Add support for byte queue limits.Paul Gortmaker2012-03-15
* drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-30
* gianfar: Fix invalid TX frames returned on error queue when time stampingManfred Rudigier2012-01-12
* gianfar: Fix missing sock reference when processing TX time stampsManfred Rudigier2012-01-12
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-29
* ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches2011-11-16
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* gianfar: convert to SKB paged frag API.Ian Campbell2011-08-30