| Commit message (Expand) | Author | Age | Files | Lines |
* | forcedeth: fix lockdep warning on ethtool -s | Tobias Diedrich | 2008-07-04 | 1 | -2/+13 |
* | forcedeth: msi interrupts | Ayaz Abdulla | 2008-06-10 | 1 | -0/+20 |
* | [netdrvr] forcedeth: Restore multicast settings on resume | Tobias Diedrich | 2008-05-22 | 1 | -0/+1 |
* | forcedeth: realtek phy crossover detection | Ayaz Abdulla | 2008-04-25 | 1 | -42/+178 |
* | forcedeth: new backoff implementation | Ayaz Abdulla | 2008-04-25 | 1 | -34/+178 |
* | [netdrvr] forcedeth: internal simplifications; changelog removal | Jeff Garzik | 2008-04-17 | 1 | -160/+74 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -5/+26 |
|\ |
|
| * | forcedeth: mac address fix | Ayaz Abdulla | 2008-04-12 | 1 | -2/+24 |
| * | fix endian lossage in forcedeth | Al Viro | 2008-04-04 | 1 | -3/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 1 | -8/+10 |
|\ \
| |/ |
|
| * | forcedeth: fix locking bug with netconsole | Ingo Molnar | 2008-03-28 | 1 | -8/+10 |
* | | forcedeth: Use round_jiffies for stats timer | Daniel Drake | 2008-03-26 | 1 | -2/+4 |
|/ |
|
* | forcedeth: limit tx to 16 | Ayaz Abdulla | 2008-03-17 | 1 | -18/+100 |
* | forcedeth: tx pause watermarks | Ayaz Abdulla | 2008-02-11 | 1 | -46/+57 |
* | forcedeth: tx collision fix | Ayaz Abdulla | 2008-02-11 | 1 | -19/+36 |
* | forcedeth: preserve registers | Ayaz Abdulla | 2008-02-06 | 1 | -0/+14 |
* | forcedeth: phy status fix | Ayaz Abdulla | 2008-02-06 | 1 | -8/+8 |
* | forcedeth: restart tx/rx | Ayaz Abdulla | 2008-02-06 | 1 | -0/+19 |
* | forcedeth: mac address mcp77/79 | Ayaz Abdulla | 2008-02-03 | 1 | -8/+8 |
* | forcedeth: multicast fix | Ayaz Abdulla | 2008-02-03 | 1 | -4/+9 |
* | forcedeth: tx pause fix | Ayaz Abdulla | 2008-02-03 | 1 | -2/+2 |
* | forcedeth: updated copyright section | Ayaz Abdulla | 2008-02-03 | 1 | -1/+1 |
* | forcedeth: checksum fix | Ayaz Abdulla | 2008-02-03 | 1 | -17/+7 |
* | forcedeth: reset register fix | Ayaz Abdulla | 2008-02-03 | 1 | -1/+1 |
* | forcedeth endianness bugs | Al Viro | 2008-01-28 | 1 | -18/+28 |
* | [FORCEDETH]: Fix reversing the MAC address on suspend. | Bj�rn Steinbrink | 2008-01-08 | 1 | -4/+2 |
* | forcedeth boot delay fix | Ayaz Abdulla | 2007-11-23 | 1 | -13/+9 |
* | forcedeth: new mcp79 pci ids | Ayaz Abdulla | 2007-11-23 | 1 | -0/+16 |
* | [netdrvr] forcedeth: add MCP77 device IDs | Ayaz Abdulla | 2007-10-25 | 1 | -0/+16 |
* | forcedeth msi bugfix | Manfred Spraul | 2007-10-17 | 1 | -8/+11 |
* | forcedeth: fix rx-work condition in nv_rx_process_optimized() too | Ingo Molnar | 2007-10-17 | 1 | -3/+5 |
* | [netdrvr] forcedeth: remove in-driver copy of net_device_stats | Jeff Garzik | 2007-10-16 | 1 | -36/+36 |
* | [netdrvr] forcedeth: improved probe info; dev_printk() cleanups | Jeff Garzik | 2007-10-16 | 1 | -31/+57 |
* | forcedeth: fix NAPI rx poll function | Ingo Molnar | 2007-10-16 | 1 | -3/+5 |
* | forcedeth: "no link" is informational | Ed Swierk | 2007-10-10 | 1 | -1/+1 |
* | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 2007-10-10 | 1 | -23/+22 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -7/+5 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -3/+0 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -1/+0 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -31/+38 |
* | fix realtek phy id in forcedeth | Willy Tarreau | 2007-08-25 | 1 | -1/+1 |
* | fix random hang in forcedeth driver when using netconsole | Timo Jantunen | 2007-08-18 | 1 | -5/+5 |
* | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 1 | -1/+0 |
* | forcedeth: mac address correct | Ayaz Abdulla | 2007-07-30 | 1 | -17/+19 |
* | forcedeth: mcp73 device addition | Ayaz Abdulla | 2007-07-24 | 1 | -0/+16 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -4/+2 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-07-16 | 1 | -10/+152 |
|\ |
|
| * | forcedeth bug fix: realtek phy | Ayaz Abdulla | 2007-07-16 | 1 | -0/+54 |
| * | forcedeth bug fix: vitesse phy | Ayaz Abdulla | 2007-07-16 | 1 | -0/+88 |
| * | forcedeth bug fix: cicada phy | Ayaz Abdulla | 2007-07-16 | 1 | -10/+10 |