Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
648695c74811f09a8ad80d7c3be72b8169589a64
/
drivers
/
net
/
ethernet
/
freescale
/
gianfar.h
45b679c9
gianfar: Implement PAUSE frame generation support
by Matei Pavaluca
· 10 years ago
cf987af
Add flow control support flags to gianfar's capabilities
by Pavaluca Matei-B46610
· 10 years ago
d55398b
gianfar: Replace eieio with wmb for non-PPC archs
by Claudiu Manoil
· 10 years ago
a4feee8
gianfar: Replace spin_event_timeout() with arch independent
by Claudiu Manoil
· 10 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
0851133
gianfar: Fix device reset races (oops) for Tx
by Claudiu Manoil
· 11 years ago
8830264
gianfar: Fix on-the-fly vlan and mtu updates
by Claudiu Manoil
· 11 years ago
c10650b
gianfar: Add missing graceful reset steps and fixes
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
bddb2d9
gianfar: Remove extern from function prototypes
by Joe Perches
· 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
84915c6
gianfar: Remove unused field grp_id from gfar_priv_grp
by Claudiu Manoil
· 11 years ago
953d276
gianfar: Remove superfluous kernel_dropped local counter
by Claudiu Manoil
· 12 years ago
800c644
gianfar: Refactor config coalescing calls for all queues
by Claudiu Manoil
· 12 years ago
6be5ed3
gianfar: Poll only active Rx queues
by Claudiu Manoil
· 12 years ago
ba77971
gianfar: Fix and cleanup Rx FCB indication
by Claudiu Manoil
· 12 years ago
b597d20
gianfar: Cleanup and optimize struct gfar_private
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
6871978
gianfar: remove largely unused gfar_stats struct
by Paul Gortmaker
· 12 years ago
ee873fd
gianfar: Pack struct gfar_priv_grp into three cachelines
by Claudiu Manoil
· 12 years ago
0cd3fde
gianfar: Optimize struct gfar_priv_tx_q for two cache lines
by Claudiu Manoil
· 12 years ago
fb01747
gianfar: use more portable i/o accessors
by Kim Phillips
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 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
6663628
gianfar: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
0015e55
gianfar: Fix possible overrun and simplify interrupt name field creation
by Joe Perches
· 13 years ago
1571df8
gianfar: delete orphaned version strings and dead macros
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
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
ec21e2e
freescale: Move the Freescale drivers
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/gianfar.h]
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
380b153
gianfar v2: code cleanups
by Sebastian Poehn
· 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
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
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
bde3528
gianfar: Clean up implementation of RX network flow classification
by Ben Hutchings
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
4363c2f
gianfar: Fall back to software tcp/udp checksum on older controllers
by Alex Dubov
· 14 years ago
1ac9ad1
net: remove dev_txq_stats_fold()
by Eric Dumazet
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
511d934
gianfar: Implement workaround for eTSEC-A002 erratum
by Anton Vorontsov
· 14 years ago
deb90ea
gianfar: Implement workaround for eTSEC76 erratum
by Anton Vorontsov
· 14 years ago
7d35097
gianfar: Implement workaround for eTSEC74 erratum
by Anton Vorontsov
· 14 years ago
f0ee7ac
gianfar: Add hardware TX timestamping support
by Manfred Rudigier
· 15 years ago
cc772ab
gianfar: Add hardware RX timestamping support
by Manfred Rudigier
· 15 years ago
a6d36d5
gianfar: fix undo of reserve()
by Ben Menchaca
· 15 years ago
7c65ec7
gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSC
by Sandeep Gopalpet
· 15 years ago
a7f3804
gianfar: Fix stats support
by Sandeep Gopalpet
· 15 years ago
1ccb838
gianfar: Fix a filer bug
by Sandeep Gopalpet
· 15 years ago
18294ad
gianfar: Fix compiler and sparse warnings
by Anton Vorontsov
· 15 years ago
7a8b337
gianfar: Basic Support for programming hash rules
by Sandeep Gopalpet
· 15 years ago
46ceb60
gianfar: Add Multiple group Support
by Sandeep Gopalpet
· 15 years ago
2e0246c
gianfar: Add support etsec2.0 registers.
by Sandeep Gopalpet
· 15 years ago
fba4ed0
gianfar: Add Multiple Queue Support
by Sandeep Gopalpet
· 15 years ago
f498370
gianfar: Introduce logical group support.
by Sandeep Gopalpet
· 15 years ago
a12f801
gianfar: Add per queue structure support
by Sandeep Gopalpet
· 15 years ago
32c513b
gianfar: Move tbase/rbase initialization to gfar_init_mac()
by Anton Vorontsov
· 15 years ago
b2f8f75
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
18a36c1
gianfar: fix babbling rx error event bug
by Xiaotian Feng
· 15 years ago
fe192a4
net: Rework gianfar driver to use of_mdio infrastructure.
by Grant Likely
· 16 years ago
53ea219
gianfar: Remove unused header
by Kumar Gala
· 16 years ago
4826857
gianfar: pass the proper dev to DMA ops
by Kumar Gala
· 16 years ago
7870389
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0fd56bb
gianfar: Add support for skb recycling
by Andy Fleming
· 16 years ago
1577ece
netdev: Merge UCC and gianfar MDIO bus drivers
by Andy Fleming
· 16 years ago
1fbe493
gianfar: Fix BD_LENGTH_MASK definition
by Andy Fleming
· 16 years ago
b2f66d1
gianfar: Fix sparse warnings
by Anton Vorontsov
· 16 years ago
8c7396a
gianfar: Merge Tx and Rx interrupt for scheduling clean up ring
by Dai Haruki
· 16 years ago
c50a5d9
gianfar: Use interface name in interrupt name to distinguish the source.
by Dai Haruki
· 16 years ago
4669bc9
gianfar: Add Scatter Gather support
by Dai Haruki
· 16 years ago
5a5efed
gianfar: Make all BD status writes 32-bit
by Dai Haruki
· 16 years ago
31de198
gianfar: Add macros for stepping through BDs
by Andy Fleming
· 16 years ago
77ecaf2
gianfar: Fix VLAN HW feature related frame/buffer size calculation.
by Dai Haruki
· 16 years ago
b46a845
gianfar: Optimize interrupt coalescing configuration
by Dai Haruki
· 16 years ago
b31a1d8
gianfar: Convert gianfar to an of_platform_driver
by Andy Fleming
· 16 years ago
ab93990
net: don't grab a mutex within a timer context in gianfar
by Sebastian Siewior
· 16 years ago
8725f25
Merge commit 'origin/master'
by Benjamin Herrenschmidt
· 16 years ago
d87eb12
gianfar: Add magic packet and suspend/resume support.
by Scott Wood
· 16 years ago
0aa1538
gianfar: delete non NAPI code from the driver.
by Francois Romieu
· 16 years ago
f162b9d
gianfar: Fix a locking bug in gianfar's sysfs code
by Andy Fleming
· 17 years ago
d031358
[netdrvr] gianfar: Determine TBIPA value dynamically
by Paul Gortmaker
· 17 years ago
d080cd6
gianfar: Support NAPI for TX Frames
by Dai Haruki
· 17 years ago
2f44891
gianfar: Fix Rx/Tx HW interrupt coalescing counter reset procedure.
by Andy Fleming
· 17 years ago
99da500
gianfar: Only process completed frames
by Andy Fleming
· 17 years ago
a3cb96a
gianfar: Fix the data buffer stashing amount
by Dai Haruki
· 17 years ago
6880e7c
gianfar: remove orphan struct.
by Sebastian Siewior
· 17 years ago
Next »