summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller2013-04-221-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+8
* gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil2013-03-211-5/+1
* gianfar: Cleanup dead code and minor formattingClaudiu Manoil2013-03-211-4/+3
* gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil2013-03-211-1/+1
* gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil2013-03-201-3/+8
* gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil2013-03-201-12/+12
* gianfar: Poll only active Rx queuesClaudiu Manoil2013-03-201-9/+19
* gianfar: Fix tx napi pollingClaudiu Manoil2013-03-201-37/+45
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-7/+6
* gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker2013-02-241-12/+14
* gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2013-02-141-21/+20
* gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil2013-02-141-3/+0
* gianfar: gfar_process_frame returns voidClaudiu Manoil2013-02-141-6/+4
* gianfar: GRO_DROP is unlikelyClaudiu Manoil2013-02-141-1/+1
* gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2013-02-141-12/+13
* gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2013-02-141-4/+0
* gianfar: convert u64 status counters to atomic64_tPaul Gortmaker2013-02-121-13/+13
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-15/+10
* gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker2013-02-041-12/+4
* gianfar: Pack struct gfar_priv_grp into three cachelinesClaudiu Manoil2013-01-291-33/+65
* gianfar: Cleanup gfar_parse_group() codeClaudiu Manoil2013-01-291-18/+16
* gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil2013-01-231-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+4
|\
| * gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-091-1/+4
* | gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil2012-11-091-6/+8
|/
* net: remove skb recyclingEric Dumazet2012-10-071-23/+4
* gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2012-09-241-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-1/+1
|\
| * gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
* | net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi2012-08-301-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-4/+3
|\
| * gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-091-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-6/+4
|\|
| * gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-281-6/+4
* | gianfar: Remove superfluous initialisationsJan Ceuleers2012-06-051-16/+14
* | gianfar: various coding style and whitespace cleanupsJan Ceuleers2012-06-051-144/+154
* | gianfar: comment cleanupJan Ceuleers2012-06-051-72/+83
* | gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers2012-06-051-8/+8
|/
* gianfar:don't add FCB length to hard_header_lenWu Jiajun-B063782012-05-221-1/+1
* gianfar: add GRO supportWu Jiajun-B063782012-04-211-6/+7
* gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-251-32/+7
* gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker2012-03-181-1/+1
* gianfar: delete orphaned version strings and dead macrosPaul Gortmaker2012-03-151-3/+0
* gianfar: Add support for byte queue limits.Paul Gortmaker2012-03-151-3/+16
* drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-301-1/+1
* gianfar: Fix invalid TX frames returned on error queue when time stampingManfred Rudigier2012-01-121-10/+20
* gianfar: Fix missing sock reference when processing TX time stampsManfred Rudigier2012-01-121-0/+4
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-291-13/+1
* ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches2011-11-161-6/+6