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