aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+8
2013-03-21gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil1-5/+1
2013-03-21gianfar: Cleanup dead code and minor formattingClaudiu Manoil1-4/+3
2013-03-21gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil1-1/+1
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil1-3/+8
2013-03-20gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil1-12/+12
2013-03-20gianfar: Poll only active Rx queuesClaudiu Manoil1-9/+19
2013-03-20gianfar: Fix tx napi pollingClaudiu Manoil1-37/+45
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-7/+6
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker1-12/+14
2013-02-14gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil1-21/+20
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil1-3/+0
2013-02-14gianfar: gfar_process_frame returns voidClaudiu Manoil1-6/+4
2013-02-14gianfar: GRO_DROP is unlikelyClaudiu Manoil1-1/+1
2013-02-14gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil1-12/+13
2013-02-14gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil1-4/+0
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker1-13/+13
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-15/+10
2013-02-04gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker1-12/+4
2013-01-29gianfar: Pack struct gfar_priv_grp into three cachelinesClaudiu Manoil1-33/+65
2013-01-29gianfar: Cleanup gfar_parse_group() codeClaudiu Manoil1-18/+16
2013-01-23gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil1-0/+4
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-11-09gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng1-1/+4
2012-11-09gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil1-6/+8
2012-10-07net: remove skb recyclingEric Dumazet1-23/+4
2012-09-24gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil1-1/+10
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-08-30net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi1-1/+0
2012-08-30gianfar: fix default tx vlan offload feature flagClaudiu Manoil1-1/+1
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2012-07-09gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet1-4/+3
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2012-06-28gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil1-6/+4
2012-06-05gianfar: Remove superfluous initialisationsJan Ceuleers1-16/+14
2012-06-05gianfar: various coding style and whitespace cleanupsJan Ceuleers1-144/+154
2012-06-05gianfar: comment cleanupJan Ceuleers1-72/+83
2012-06-05gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers1-8/+8
2012-05-22gianfar:don't add FCB length to hard_header_lenWu Jiajun-B063781-1/+1
2012-04-21gianfar: add GRO supportWu Jiajun-B063781-6/+7
2012-03-25gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches1-32/+7
2012-03-18gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker1-1/+1
2012-03-15gianfar: delete orphaned version strings and dead macrosPaul Gortmaker1-3/+0
2012-03-15gianfar: Add support for byte queue limits.Paul Gortmaker1-3/+16
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker1-1/+1
2012-01-12gianfar: Fix invalid TX frames returned on error queue when time stampingManfred Rudigier1-10/+20
2012-01-12gianfar: Fix missing sock reference when processing TX time stampsManfred Rudigier1-0/+4
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-13/+1
2011-11-16ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches1-6/+6
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+1