Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
62c35b3bd2c782eac7b89c34b0c2175dc9643dd8
/
drivers
/
net
/
ethernet
/
freescale
/
gianfar.c
c65d753
gianfar: Fix P1010 config regression (SQ polling)
by Claudiu Manoil
· 11 years ago
c9974ad
gianfar: Carefully free skbs in functions called by netpoll.
by Eric W. Biederman
· 11 years ago
b338ce2
gianfar: Fix multi-queue support checks @probe()
by Claudiu Manoil
· 11 years ago
71ff9e3
gianfar: Use Single-Queue polling for "fsl,etsec2"
by Claudiu Manoil
· 11 years ago
aeb12c5
gianfar: Separate out the Tx interrupt handling (Tx NAPI)
by Claudiu Manoil
· 11 years ago
f19015b
gianfar: Fix Tx int miss, dont write IC on-the-fly
by Claudiu Manoil
· 11 years ago
0851133
gianfar: Fix device reset races (oops) for Tx
by Claudiu Manoil
· 11 years ago
80ec396
gianfar: Don't free/request irqs on device reset
by Claudiu Manoil
· 11 years ago
8830264
gianfar: Fix on-the-fly vlan and mtu updates
by Claudiu Manoil
· 11 years ago
a328ac9
gianfar: Implement MAC reset and reconfig procedure
by Claudiu Manoil
· 11 years ago
c10650b
gianfar: Add missing graceful reset steps and fixes
by Claudiu Manoil
· 11 years ago
efeddce
gianfar: Factor out enabling/disabling of hw interrupts
by Claudiu Manoil
· 11 years ago
532c37b
gianfar: Remove useless HAS_PADDING device flag
by Claudiu Manoil
· 11 years ago
34018fd
gianfar: Remove sysfs stubs for FIFOCFG and stashing
by Claudiu Manoil
· 11 years ago
2086278
gianfar: Cleanup/Fix gfar_probe and the hw init code
by Claudiu Manoil
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
ca0c88c
gianfar: Implement the SIOCGHWTSTAMP ioctl
by Ben Hutchings
· 11 years ago
42a2d92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3ba405d
gianfar: Simplify MQ polling to avoid soft lockup
by Claudiu Manoil
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
53fad77
gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1
by Claudiu Manoil
· 11 years ago
2969b1f
gianfar: Use mpc85xx support for errata detection
by Claudiu Manoil
· 11 years ago
ad3660c
gianfar: Enable eTSEC-A002 erratum w/a for all parts
by Claudiu Manoil
· 11 years ago
50ad076
gianfar: Fix reported number of sent bytes to BQL
by Claudiu Manoil
· 11 years ago
23402bd
gianfar: Add flow control support
by Claudiu Manoil
· 11 years ago
0d0cffd
gianfar: Cleanup TxFCB insertion on xmit
by Claudiu Manoil
· 11 years ago
02d88fb
gianfar: Fix Tx csum generation errata handling
by Claudiu Manoil
· 11 years ago
84915c6
gianfar: Remove unused field grp_id from gfar_priv_grp
by Claudiu Manoil
· 11 years ago
5eaedf3
gianfar: Add backwards compatible Single Queue mode polling
by Claudiu Manoil
· 11 years ago
8513fbd
net: ethernet: use platform_{get,set}_drvdata()
by Jingoo Han
· 12 years ago
e5905c8
net: Fix some __vlan_hwaccel_put_tag() callers.
by David S. Miller
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
953d276
gianfar: Remove superfluous kernel_dropped local counter
by Claudiu Manoil
· 12 years ago
c6e1160
gianfar: Cleanup dead code and minor formatting
by Claudiu Manoil
· 12 years ago
39c0a0d
gianfar: Remove 'maybe-uninitialized' compile warning
by Claudiu Manoil
· 12 years ago
800c644
gianfar: Refactor config coalescing calls for all queues
by Claudiu Manoil
· 12 years ago
5d9657d
gianfar: Remove redundant programming of [rt]xic registers
by Claudiu Manoil
· 12 years ago
6be5ed3
gianfar: Poll only active Rx queues
by Claudiu Manoil
· 12 years ago
c233cf40
gianfar: Fix tx napi polling
by Claudiu Manoil
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
62ed839
gianfar: fix compile fail for NET_POLL=y due to struct packing
by Paul Gortmaker
· 12 years ago
ba77971
gianfar: Fix and cleanup Rx FCB indication
by Claudiu Manoil
· 12 years ago
13f228d
gianfar: Remove wrong buffer size conditioning to VLAN h/w offload
by Claudiu Manoil
· 12 years ago
61db26c
gianfar: gfar_process_frame returns void
by Claudiu Manoil
· 12 years ago
bd9e89f
gianfar: GRO_DROP is unlikely
by Claudiu Manoil
· 12 years ago
369ec16
gianfar: Add device ref (dev) in gfar_private
by Claudiu Manoil
· 12 years ago
41a2060
gianfar: Remove unused device_node ref in gfar_private
by Claudiu Manoil
· 12 years ago
212079d
gianfar: convert u64 status counters to atomic64_t
by Paul Gortmaker
· 12 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 12 years ago
7c1e7e9
gianfar: dont conditionally alloc Rx/Err irq structs
by Paul Gortmaker
· 12 years ago
ee873fd
gianfar: Pack struct gfar_priv_grp into three cachelines
by Claudiu Manoil
· 12 years ago
5fedcc1
gianfar: Cleanup gfar_parse_group() code
by Claudiu Manoil
· 12 years ago
f5ae627
gianfar: Restore promisc mode on gfar_init_mac()
by Claudiu Manoil
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
103cdd1
gianfar: ethernet vanishes after restoring from hibernation
by Wang Dongsheng
· 12 years ago
1eb8f7a
gianfar: Fix alloc_skb_resources on -ENOMEM cleanup path
by Claudiu Manoil
· 12 years ago
acb600d
net: remove skb recycling
by Eric Dumazet
· 12 years ago
b98b8ba
gianfar: Change default HW Tx queue scheduling mode
by Claudiu Manoil
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
19bcd6c
net/freescale: do not export any functions from fsl_pq_mdio.c
by Timur Tabi
· 12 years ago
e2c53be
gianfar: fix default tx vlan offload feature flag
by Claudiu Manoil
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
313b037
gianfar: fix potential sk_wmem_alloc imbalance
by Eric Dumazet
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9740e00
gianfar: Fix RXICr/TXICr programming for multi-queue mode
by Claudiu Manoil
· 12 years ago
3a2e16c
gianfar: Remove superfluous initialisations
by Jan Ceuleers
· 12 years ago
bc4598b
gianfar: various coding style and whitespace cleanups
by Jan Ceuleers
· 12 years ago
0977f81
gianfar: comment cleanup
by Jan Ceuleers
· 12 years ago
2281a0f
gianfar: whitespace cleanup - pointers and multiplications
by Jan Ceuleers
· 12 years ago
bee9e58
gianfar:don't add FCB length to hard_header_len
by Wu Jiajun-B06378
· 13 years ago
cd754a5
gianfar: add GRO support
by Wu Jiajun-B06378
· 13 years ago
0015e55
gianfar: Fix possible overrun and simplify interrupt name field creation
by Joe Perches
· 13 years ago
5407b14c
gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stopped
by Paul Gortmaker
· 13 years ago
1571df8
gianfar: delete orphaned version strings and dead macros
by Paul Gortmaker
· 13 years ago
d8a0f1b
gianfar: Add support for byte queue limits.
by Paul Gortmaker
· 13 years ago
3396c78
drivers/net: fix up stale paths from driver reorg
by Paul Gortmaker
· 13 years ago
9c4886e
gianfar: Fix invalid TX frames returned on error queue when time stamping
by Manfred Rudigier
· 13 years ago
db83d13
gianfar: Fix missing sock reference when processing TX time stamps
by Manfred Rudigier
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
6a3c910
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
by Joe Perches
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
2234a72
gianfar: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
ec21e2e
freescale: Move the Freescale drivers
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/gianfar.c]
b852b72
gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e
by Sebastian Pöhn
· 13 years ago
87c288c
gianfar: do vlan cleanup
by Jiri Pirko
· 13 years ago
033b114
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
f3dc158
gianfar: rx parser
by Sebastian Pöhn
· 13 years ago
43d620c
drivers/net: Remove casts of void *
by Joe Perches
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
4aa3a71
gianfar v5: implement nfc
by Sebastian Poehn
· 13 years ago
59deab2
gianfar: Use pr_<level>, netdev_<level> and netif_<level>
by Joe Perches
· 13 years ago
6c43e04
gianfar:localized filer table
by Wu Jiajun-B06378
· 13 years ago
8b3afe9
net: gianfar: convert to hw_features
by Michał Mirosław
· 14 years ago
4363c2f
gianfar: Fall back to software tcp/udp checksum on older controllers
by Alex Dubov
· 14 years ago
7488876
dt/net: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
1268afe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
Next »