| Commit message (Expand) | Author | Age | Files | Lines |
* | de2104x: force correct order when writing to rx ring | Risto Suominen | 2009-02-09 | 1 | -1/+2 |
* | net: variables reach -1, but 0 tested | Roel Kluin | 2009-02-03 | 1 | -1/+1 |
* | de2104x: convert to net_device_ops | Stephen Hemminger | 2009-01-08 | 1 | -6/+13 |
* | drivers/net/tulip: fix sparse warnings: make do-while a compound statement | Hannes Eder | 2008-12-26 | 1 | -2/+2 |
* | netdevice: safe convert to netdev_priv() #part-3 | Wang Chen | 2008-11-13 | 1 | -22/+22 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -3/+2 |
* | de2104x: wrong MAC address fix | Martin Langer | 2008-10-14 | 1 | -0/+1 |
* | tulip: Fix dead 21041 ethernet after ifconfig down | Thomas Bogendoerfer | 2008-09-25 | 1 | -1/+0 |
* | tulip: remove wrapper around get_unaligned | Harvey Harrison | 2008-06-28 | 1 | -6/+4 |
* | 2.6.25-rc4 de_stop_rxtx polling wrong | Grant Grundler | 2008-03-17 | 1 | -3/+7 |
* | de2104x: remove BUG_ON() when changing media type | Ondrej Zary | 2008-03-05 | 1 | -1/+2 |
* | tulip: endianness annotations | Al Viro | 2007-10-11 | 1 | -6/+6 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-11 | 1 | -6/+3 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-11 | 1 | -2/+0 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | drivers/net: fix comparisons of unsigned < 0 | Bill Nottingham | 2007-07-09 | 1 | -1/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-04-27 | 1 | -1/+1 |
|\ |
|
| * | [TULIP]: Use CONFIG_SPARC consistently in ifdef tests. | David S. Miller | 2007-04-26 | 1 | -1/+1 |
* | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -2/+2 |
* | | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+0 |
|/ |
|
* | __devinit & __devexit cleanups for de2104x driver | Prarit Bhargava | 2007-03-06 | 1 | -3/+3 |
* | [netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/ | Jeff Garzik | 2007-03-03 | 1 | -1/+1 |
* | [PATCH] kmemdup() cleanup in drivers/net | Eric Sesterhenn | 2006-12-02 | 1 | -3/+1 |
* | [PATCH] Fix section mismatch in de2104x.c | Helge Deller | 2006-10-11 | 1 | -4/+4 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
* | [PATCH] Handle pci_enable_device() errors in resume | Valerie Henson | 2006-09-11 | 1 | -6/+10 |
* | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 2006-08-19 | 1 | -1/+1 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] 64bit resource: fix up printks for resources in networks drivers | Greg Kroah-Hartman | 2006-06-27 | 1 | -4/+5 |
* | [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* | Jeff Garzik | 2006-05-27 | 1 | -29/+29 |
* | [PATCH] Use after free in net/tulip/de2104x.c | Eric Sesterhenn | 2006-03-23 | 1 | -1/+1 |
* | Merge branch 'upstream-fixes' | Jeff Garzik | 2006-03-11 | 1 | -13/+13 |
|\ |
|
| * | de2104x: fix the TX watchdog | Francois Romieu | 2006-03-09 | 1 | -0/+2 |
| * | de2104x: prevent interrupt before the interrupt handler is registered | Francois Romieu | 2006-03-09 | 1 | -13/+11 |
* | | [PATCH] BUG_ON() Conversion in net/tulip/de2104x.c | Eric Sesterhenn / snakebyte | 2006-01-27 | 1 | -12/+6 |
|/ |
|
* | drivers/net: Remove pointless checks for NULL prior to calling kfree() | Jesper Juhl | 2005-10-28 | 1 | -4/+2 |
* | [PATCH] de2104x: Resurrect Cobalt support for 2.6. | Ralf Baechle | 2005-10-19 | 1 | -0/+5 |
* | [netdrvr de2104x] store PCI bus addresses in unsigned long | Jeff Garzik | 2005-08-31 | 1 | -1/+1 |
* | [NET]: Remove gratuitous use of skb->tail in network drivers. | David S. Miller | 2005-06-29 | 1 | -3/+3 |
* | [PATCH] u32 vs. pm_message_t fixes for drivers/net | Pavel Machek | 2005-04-17 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+2187 |