index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
gianfar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-23
net: Fix some __vlan_hwaccel_put_tag() callers.
David S. Miller
1
-1
/
+1
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-7
/
+8
2013-03-21
gianfar: Remove superfluous kernel_dropped local counter
Claudiu Manoil
1
-5
/
+1
2013-03-21
gianfar: Cleanup dead code and minor formatting
Claudiu Manoil
1
-4
/
+3
2013-03-21
gianfar: Remove 'maybe-uninitialized' compile warning
Claudiu Manoil
1
-1
/
+1
2013-03-20
gianfar: Refactor config coalescing calls for all queues
Claudiu Manoil
1
-3
/
+8
2013-03-20
gianfar: Remove redundant programming of [rt]xic registers
Claudiu Manoil
1
-12
/
+12
2013-03-20
gianfar: Poll only active Rx queues
Claudiu Manoil
1
-9
/
+19
2013-03-20
gianfar: Fix tx napi polling
Claudiu Manoil
1
-37
/
+45
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-7
/
+6
2013-02-24
gianfar: fix compile fail for NET_POLL=y due to struct packing
Paul Gortmaker
1
-12
/
+14
2013-02-14
gianfar: Fix and cleanup Rx FCB indication
Claudiu Manoil
1
-21
/
+20
2013-02-14
gianfar: Remove wrong buffer size conditioning to VLAN h/w offload
Claudiu Manoil
1
-3
/
+0
2013-02-14
gianfar: gfar_process_frame returns void
Claudiu Manoil
1
-6
/
+4
2013-02-14
gianfar: GRO_DROP is unlikely
Claudiu Manoil
1
-1
/
+1
2013-02-14
gianfar: Add device ref (dev) in gfar_private
Claudiu Manoil
1
-12
/
+13
2013-02-14
gianfar: Remove unused device_node ref in gfar_private
Claudiu Manoil
1
-4
/
+0
2013-02-13
gianfar: convert u64 status counters to atomic64_t
Paul Gortmaker
1
-13
/
+13
2013-02-09
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
1
-15
/
+10
2013-02-05
gianfar: dont conditionally alloc Rx/Err irq structs
Paul Gortmaker
1
-12
/
+4
2013-01-30
gianfar: Pack struct gfar_priv_grp into three cachelines
Claudiu Manoil
1
-33
/
+65
2013-01-30
gianfar: Cleanup gfar_parse_group() code
Claudiu Manoil
1
-18
/
+16
2013-01-23
gianfar: Restore promisc mode on gfar_init_mac()
Claudiu Manoil
1
-0
/
+4
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2012-11-10
gianfar: ethernet vanishes after restoring from hibernation
Wang Dongsheng
1
-1
/
+4
2012-11-10
gianfar: Fix alloc_skb_resources on -ENOMEM cleanup path
Claudiu Manoil
1
-6
/
+8
2012-10-07
net: remove skb recycling
Eric Dumazet
1
-23
/
+4
2012-09-25
gianfar: Change default HW Tx queue scheduling mode
Claudiu Manoil
1
-1
/
+10
2012-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-08-30
net/freescale: do not export any functions from fsl_pq_mdio.c
Timur Tabi
1
-1
/
+0
2012-08-30
gianfar: fix default tx vlan offload feature flag
Claudiu Manoil
1
-1
/
+1
2012-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2012-07-10
gianfar: fix potential sk_wmem_alloc imbalance
Eric Dumazet
1
-4
/
+3
2012-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+4
2012-06-29
gianfar: Fix RXICr/TXICr programming for multi-queue mode
Claudiu Manoil
1
-6
/
+4
2012-06-06
gianfar: Remove superfluous initialisations
Jan Ceuleers
1
-16
/
+14
2012-06-06
gianfar: various coding style and whitespace cleanups
Jan Ceuleers
1
-144
/
+154
2012-06-06
gianfar: comment cleanup
Jan Ceuleers
1
-72
/
+83
2012-06-06
gianfar: whitespace cleanup - pointers and multiplications
Jan Ceuleers
1
-8
/
+8
2012-05-22
gianfar:don't add FCB length to hard_header_len
Wu Jiajun-B06378
1
-1
/
+1
2012-04-22
gianfar: add GRO support
Wu Jiajun-B06378
1
-6
/
+7
2012-03-25
gianfar: Fix possible overrun and simplify interrupt name field creation
Joe Perches
1
-32
/
+7
2012-03-19
gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stopped
Paul Gortmaker
1
-1
/
+1
2012-03-15
gianfar: delete orphaned version strings and dead macros
Paul Gortmaker
1
-3
/
+0
2012-03-15
gianfar: Add support for byte queue limits.
Paul Gortmaker
1
-3
/
+16
2012-01-30
drivers/net: fix up stale paths from driver reorg
Paul Gortmaker
1
-1
/
+1
2012-01-13
gianfar: Fix invalid TX frames returned on error queue when time stamping
Manfred Rudigier
1
-10
/
+20
2012-01-13
gianfar: Fix missing sock reference when processing TX time stamps
Manfred Rudigier
1
-0
/
+4
2011-11-29
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
1
-13
/
+1
2011-11-17
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
Joe Perches
1
-6
/
+6
[next]