Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
26ef1f17d4741756763d1a399968ce17f236e2fb
/
drivers
/
net
/
forcedeth.c
88d7d8b
forcedeth: add clock gating feature <resend>
by Ayaz Abdulla
· 16 years ago
8f955d7
forcedeth: tx timeout fix
by Ayaz Abdulla
· 16 years ago
6c2da9c
forcedeth: Use napi_complete() not __napi_complete().
by David S. Miller
· 16 years ago
6afd142
dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)
by Yang Hongyang
· 16 years ago
35a7433
forcedeth: Fix resume from hibernation regression.
by Ed Swierk
· 16 years ago
3e1a3ce
forcedeth: version bump to 64
by Ayaz Abdulla
· 16 years ago
1b2bb76
forcedeth: fix irq clearing and napi spin lock changes
by Ayaz Abdulla
· 16 years ago
6cef67a
forcedeth: performance changes
by Ayaz Abdulla
· 16 years ago
4145ade
forcedeth: add interrupt moderation logic
by Ayaz Abdulla
· 16 years ago
b67874a
forcedeth: remove isr processing loop
by Ayaz Abdulla
· 16 years ago
9e18476
forcedeth: add new optimization mode
by Ayaz Abdulla
· 16 years ago
f27e6f3
forcedeth: napi - handle all processing
by Ayaz Abdulla
· 16 years ago
33912e7
forcedeth: add/modify tx done with limit
by Ayaz Abdulla
· 16 years ago
2daac3e
forcedeth: remove overhead
by Ayaz Abdulla
· 16 years ago
582806b
forcedeth: save irq events for napi processing
by Ayaz Abdulla
· 16 years ago
d41c628
forcedeth: remove msix + napi
by Ayaz Abdulla
· 16 years ago
08d9357
forcedeth: fix missing napi enable/disable calls
by Ayaz Abdulla
· 16 years ago
8ed1454
forcedeth: fix stats version feature
by Ayaz Abdulla
· 16 years ago
6a64cd6
forcedeth: fix non-constant printk warnings
by Stephen Hemminger
· 16 years ago
e70049b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
34edaa8
net: forcedeth: Fix wake-on-lan regression
by Tobias Diedrich
· 16 years ago
2813ddd
forcedeth: bump version to 63
by Ayaz Abdulla
· 16 years ago
daa91a9
forcedeth: recover error support
by Ayaz Abdulla
· 16 years ago
c1086cd
forcedeth: ethtool tx csum fix
by Ayaz Abdulla
· 16 years ago
b6e4405
forcedeth: msi interrupt fix
by Ayaz Abdulla
· 16 years ago
cac1c52
forcedeth: mgmt unit interface
by Ayaz Abdulla
· 16 years ago
3948279
forcedeth: enable msix to default
by Yinghai Lu
· 16 years ago
033e97b
forcedeth: ck804 and mcp55 doesn't need timerirq
by Yinghai Lu
· 16 years ago
0335ef5
forcedeth: disable irq at first before schedule rx
by Yinghai Lu
· 16 years ago
79d30a5
forcedeth: don't clear nic_poll_irq too early
by Yinghai Lu
· 16 years ago
ddb213f
forcedeth: make msi-x different name for rx-tx
by Yinghai Lu
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
eb10a78
forcedeth: napi schedule lock fix
by Ayaz Abdulla
· 16 years ago
a7ee2f7
forcedeth: remove mgmt unit for mcp79 chipset
by Ayaz Abdulla
· 16 years ago
f1405d32
forcedeth: version bump and copyright
by Ayaz Abdulla
· 16 years ago
001eb84
forcedeth: xmit lock fix
by Ayaz Abdulla
· 16 years ago
36994a0
forcedeth: don't poll NV event 36
by Johannes Berg
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
b74ca3a
netdevice: Kill netdev->priv
by Wang Chen
· 16 years ago
cb52deb
forcedeth: power down phy when interface is down
by Ed Swierk
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
b94426b
forcedeth: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
dccd547
forcdeth: increase max_interrupt_work
by Joe Korty
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
b262e60
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1545e20
forcedeth fix: take phy out of reset during power up
by Ayaz Abdulla
· 16 years ago
f55c21f
forcedeth: call restore mac addr in nv_shutdown path
by Yinghai Lu
· 16 years ago
3cb5599
forcedeth: fix kexec regression
by Rafael J. Wysocki
· 16 years ago
edcfe5f
forcedeth: fix checksum flag
by Ayaz Abdulla
· 16 years ago
9a33e88
forcedeth: add tx pause limit
by Ayaz Abdulla
· 16 years ago
0694193
forcedeth: add jumbo frame support for mcp79
by Ayaz Abdulla
· 16 years ago
9c66243
forcedeth: add new tx stat counters
by Ayaz Abdulla
· 16 years ago
1ef6841
forcedeth: fix rx error policy
by Ayaz Abdulla
· 16 years ago
22ae03a
forcedeth bug fix: realtek phy 8211c errata
by Ayaz Abdulla
· 16 years ago
e308a5d
netdev: Add netdev->addr_list_lock protection.
by David S. Miller
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
97bff09
forcedeth: fix lockdep warning on ethtool -s
by Tobias Diedrich
· 16 years ago
9a60a82
Fix forcedeth hibernate/wake-on-lan problems
by Tobias Diedrich
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4db0ee17
forcedeth: msi interrupts
by Ayaz Abdulla
· 16 years ago
25d9081
[netdrvr] forcedeth: reorder suspend/resume code
by Tobias Diedrich
· 16 years ago
1a1ca86
[netdrvr] forcedeth: save/restore device configuration space
by Tobias Diedrich
· 16 years ago
f735a2a
[netdrvr] forcedeth: setup wake-on-lan before shutting down
by Tobias Diedrich
· 16 years ago
40ba182
[netdrvr] forcedeth: Restore multicast settings on resume
by Tobias Diedrich
· 16 years ago
9f3f791
forcedeth: realtek phy crossover detection
by Ayaz Abdulla
· 17 years ago
a433686
forcedeth: new backoff implementation
by Ayaz Abdulla
· 17 years ago
36b30ea
[netdrvr] forcedeth: internal simplifications; changelog removal
by Jeff Garzik
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
a376e79
forcedeth: mac address fix
by Ayaz Abdulla
· 17 years ago
30ecce9
fix endian lossage in forcedeth
by Al Viro
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
bd6ca63
forcedeth: fix locking bug with netconsole
by Ingo Molnar
· 17 years ago
bfebbb8
forcedeth: Use round_jiffies for stats timer
by Daniel Drake
· 17 years ago
3b446c3
forcedeth: limit tx to 16
by Ayaz Abdulla
· 17 years ago
5289b4c
forcedeth: tx pause watermarks
by Ayaz Abdulla
· 17 years ago
fd9b558
forcedeth: tx collision fix
by Ayaz Abdulla
· 17 years ago
4e84f9b
forcedeth: preserve registers
by Ayaz Abdulla
· 17 years ago
eb79842
forcedeth: phy status fix
by Ayaz Abdulla
· 17 years ago
b2976d2
forcedeth: restart tx/rx
by Ayaz Abdulla
· 17 years ago
2b91213
forcedeth: mac address mcp77/79
by Ayaz Abdulla
· 17 years ago
bb9a4fd
forcedeth: multicast fix
by Ayaz Abdulla
· 17 years ago
32fa8b2
forcedeth: tx pause fix
by Ayaz Abdulla
· 17 years ago
f648d12
forcedeth: updated copyright section
by Ayaz Abdulla
· 17 years ago
bfaffe8
forcedeth: checksum fix
by Ayaz Abdulla
· 17 years ago
0a62677
forcedeth: reset register fix
by Ayaz Abdulla
· 17 years ago
5bb7ea2
forcedeth endianness bugs
by Al Viro
· 17 years ago
2e3884b
[FORCEDETH]: Fix reversing the MAC address on suspend.
by Björn Steinbrink
· 17 years ago
9e55593
forcedeth boot delay fix
by Ayaz Abdulla
· 17 years ago
490dde8
forcedeth: new mcp79 pci ids
by Ayaz Abdulla
· 17 years ago
96fd4cd
[netdrvr] forcedeth: add MCP77 device IDs
by Ayaz Abdulla
· 17 years ago
a747590
forcedeth msi bugfix
by Manfred Spraul
· 17 years ago
c1b7151
forcedeth: fix rx-work condition in nv_rx_process_optimized() too
by Ingo Molnar
· 17 years ago
8148ff4
[netdrvr] forcedeth: remove in-driver copy of net_device_stats
by Jeff Garzik
· 17 years ago
3f88ce4
[netdrvr] forcedeth: improved probe info; dev_printk() cleanups
by Jeff Garzik
· 17 years ago
bcb5feb
forcedeth: fix NAPI rx poll function
by Ingo Molnar
· 17 years ago
f7ab697
forcedeth: "no link" is informational
by Ed Swierk
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
Next »