summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-13/+13
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-15/+10
* gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker2013-02-051-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-111-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-111-4/+3
|\
| * gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-101-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-6/+4
|\|
| * gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-291-6/+4
* | gianfar: Remove superfluous initialisationsJan Ceuleers2012-06-061-16/+14
* | gianfar: various coding style and whitespace cleanupsJan Ceuleers2012-06-061-144/+154
* | gianfar: comment cleanupJan Ceuleers2012-06-061-72/+83
* | gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers2012-06-061-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-131-10/+20
* gianfar: Fix missing sock reference when processing TX time stampsManfred Rudigier2012-01-131-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-171-6/+6
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+1
* gianfar: convert to SKB paged frag API.Ian Campbell2011-08-301-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-2/+7
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* freescale: Move the Freescale driversJeff Kirsher2011-08-121-0/+3291