Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
826aa4a05669a46e435f65db901186e42bb43d8d
/
drivers
/
net
/
gianfar.c
826aa4a
gianfar: Split allocation and initialization steps out of startup_gfar()
by Anton Vorontsov
· 15 years ago
1423117
gianfar: Don't needlessly set the wrap bit for the last RX BD
by Anton Vorontsov
· 15 years ago
e69edd2
gianfar: Simplify skb resources freeing code
by Anton Vorontsov
· 15 years ago
ccc05c6
gianfar: Some cleanups for startup_gfar()
by Anton Vorontsov
· 15 years ago
d7e9660
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
d9d8e04
gianfar: Fix build.
by David S. Miller
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
38bddf0
gianfar: gfar_remove needs to call unregister_netdev()
by Toru UCHIYAMA
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
75c4885
gianfar: keep vlan related state when restart
by Yong Zhang
· 15 years ago
74d1541
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1db780f
gianfar: Revive fixed link support
by Anton Vorontsov
· 15 years ago
da81203
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
c86ae82
gianfar: remove unused DECLARE_MAC_BUF
by Johannes Berg
· 15 years ago
240c102
netdev: restore MAC address set and validate operations
by Ben Hutchings
· 15 years ago
c649c0e3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4e2fd55
gianfar: fix BUG under load after introduction of skb recycling
by Lennert Buytenhek
· 15 years ago
6c31d55
gianfar: Use memset instead of cacheable_memzero
by Kumar Gala
· 16 years ago
fe192a4
net: Rework gianfar driver to use of_mdio infrastructure.
by Grant Likely
· 16 years ago
cbea2707
gianfar: stop send queue before resetting gianfar
by Markus Brunner
· 16 years ago
ee76db5
gianfar: Fix use-after-of_node_put() in gfar_of_init().
by David S. Miller
· 16 years ago
5b28bea
gianfar: only check headroom when FCB is needed
by Li Yang
· 16 years ago
bd14ba8
gianfar: Fix kfree(skb)
by David S. Miller
· 16 years ago
54dc79f
gianfar: fix headroom expansion code
by Stephen Hemminger
· 16 years ago
93c1285
gianfar: reallocate skb when headroom is not enough for fcb
by Li Yang
· 16 years ago
29ded5f
gianfar: Fix build with CONFIG_PM enabled
by Anton Vorontsov
· 16 years ago
4826857
gianfar: pass the proper dev to DMA ops
by Kumar Gala
· 16 years ago
26ccfc3
gianfar: Convert to use netdev_ops
by Andy Fleming
· 16 years ago
aa4abc9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7958a45
gianfar: Do right check on num_txbdfree
by Rini van Zetten
· 16 years ago
0ecc103
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
8707bdd
gianfar: Fix boot hangs while bringing up gianfar ethernet
by Jarek Poplawski
· 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
4d7902f
gianfar: Fix stashing support
by Andy Fleming
· 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
b98ac70
gianfar: Fix potential soft reset race
by Andy Fleming
· 16 years ago
b2f66d1
gianfar: Fix sparse warnings
by Anton Vorontsov
· 16 years ago
2884e5c
gianfar: Implement proper, per netdevice wakeup management
by Anton Vorontsov
· 16 years ago
3eacdf5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
cd1f55a
gianfar: Revive VLAN support
by Anton Vorontsov
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
a6d0b91
gianfar: Fix soft lockup with multi-interrupt TSECs
by Anton Vorontsov
· 16 years ago
0faac9f
netdev: gianfar: add MII ioctl handler
by Clifford Wolf
· 16 years ago
a1d8f60
gianfar: Fixup use of BUS_ID_SIZE
by Kumar Gala
· 16 years ago
f430e49
gianfar: ensure ECNTRL[R100] is cleared on link state change
by Li Yang
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
4219988
gianfar: Continue polling until both tx and rx are empty
by Andy Fleming
· 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
8882d9a
gianfar: Fix packet drop when out of memory
by Andy Fleming
· 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
a22823e
gianfar: Remove unused gfar_add_fcb() function parameter
by Dai Haruki
· 16 years ago
2c2db48
gianfar: Enable padding and Optimize the frame prepended bytes handling
by Dai Haruki
· 16 years ago
77ecaf2
gianfar: Fix VLAN HW feature related frame/buffer size calculation.
by Dai Haruki
· 16 years ago
12dea57
gianfar: Fix eTSEC configuration procedure
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
257d938
gianfar: Use gfar_halt to stop DMA in gfar_probe
by Andy Fleming
· 16 years ago
198d6ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
8118305
gianfar: Fix DMA unmap invocations
by Andy Fleming
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
bdb59f9
gianfar: Don't reset TBI<->SerDes link if it's already up
by Trent Piepho
· 16 years ago
c132419
gianfar: Fix race in TBI/SerDes configuration
by Trent Piepho
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
d51894f
gianfar: fix handle errors returned by platform_get_irq*()
by roel kluin
· 16 years ago
d3eab82
gianfar: Create net device with carrier down
by Trent Piepho
· 16 years ago
ab93990
net: don't grab a mutex within a timer context in gianfar
by Sebastian Siewior
· 16 years ago
2a54adc
gianfar: Call gfar_halt_nodisable() from gfar_halt().
by Scott Wood
· 16 years ago
4ad7a01
remove bogus CONFIG_GFAR_NAPI's
by Adrian Bunk
· 16 years ago
8725f25
Merge commit 'origin/master'
by Benjamin Herrenschmidt
· 16 years ago
afc0794
gianfar: do not touch net queue in adjust_link phylib callback
by Anton Vorontsov
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 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
63fe46d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
7d2e3cb
[netdrvr] Trim trailing whitespace for several drivers
by Jeff Garzik
· 17 years ago
ad5da7a
gianfar: Fix a bug where the pointer never moves for dma_unmap...
by Andy Fleming
· 17 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
815b97c
gianfar: Fix skb allocation strategy
by Andy Fleming
· 17 years ago
72abb46
net drivers: fix platform driver hotplug/coldplug
by Kay Sievers
· 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
faa8957
gianfar: Fix frame size calculation when hardware VLAN acceleration is on
by Dai Haruki
· 17 years ago
cf78229
gianfar: don't pass NULL dev ptr to DMA ops
by Becky Bruce
· 17 years ago
fdb2662
gianfar iomem misannotations
by Al Viro
· 17 years ago
f9663ae
gianfar: fix compile warning
by Grant Likely
· 17 years ago
db0e8e3
gianfar: fix obviously wrong #ifdef CONFIG_GFAR_NAPI placement
by Anton Vorontsov
· 17 years ago
298e1a9
gianfar: Fix compile regression caused by 09f75cd7
by Li Yang
· 17 years ago
293c851
gianfar: Fix regression caused by new napi interface
by Li Yang
· 17 years ago
20ef2bb
gianfar: Cleanup compile warning caused by 0795af57
by Li Yang
· 17 years ago
94e8cc3
gianfar: Fix compile regression caused by bea3348e
by Li Yang
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
Next »