Age | Commit message (Expand) | Author | Files | Lines |
2011-08-12 | ewrk3/tulip: Move the DEC - Tulip drivers | Jeff Kirsher | 1 | -1850/+0 |
2011-05-09 | tulip: Use pr_<level> where appropriate | Joe Perches | 1 | -19/+4 |
2011-05-09 | tulip: Convert printks to netdev_<level> | Joe Perches | 1 | -24/+18 |
2011-04-29 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 1 | -3/+3 |
2010-09-26 | drivers/net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-08-25 | drivers/net: Remove address use from assignments of function pointers | Joe Perches | 1 | -1/+1 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -2/+2 |
2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2010-04-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+5 |
2010-04-03 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-03-28 | tulip: Add missing parens. | David S. Miller | 1 | -1/+1 |
2010-03-26 | tulip: Fix null dereference in uli526x_rx_packet() | Kyle McMartin | 1 | -3/+5 |
2010-02-18 | tulip: convert to use netdev_for_each_mc_addr | Jiri Pirko | 1 | -2/+2 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -5/+7 |
2010-01-31 | tulip/uli526x.c: Use dev_<level> and pr_<level> | Joe Perches | 1 | -19/+27 |
2010-01-07 | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 1 | -1/+1 |
2009-11-18 | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 1 | -1/+1 |
2009-09-01 | tulip: convert drivers to netdev_tx_t | Stephen Hemminger | 1 | -2/+4 |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -2/+2 |
2009-06-13 | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
2009-02-26 | tulip: get rid of warning for non-const string literal | Stephen Hemminger | 1 | -1/+1 |
2009-01-07 | uli526x: convert devices to new API | Stephen Hemminger | 1 | -36/+27 |
2008-11-12 | netdevice: safe convert to netdev_priv() #part-3 | Wang Chen | 1 | -1/+1 |
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-05-22 | uli526x: add support for netpoll | Anton Vorontsov | 1 | -1/+15 |
2008-05-06 | uli526x: fix endianness issues in the setup frame | Anton Vorontsov | 1 | -12/+18 |
2008-05-06 | uli526x: initialize the hardware prior to requesting interrupts | Anton Vorontsov | 1 | -4/+4 |
2008-02-23 | uli526x partially recognizing interface | Grant Grundler | 1 | -1/+11 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 1 | -1/+1 |
2007-10-10 | Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne... | Micah Gruber | 1 | -5/+0 |
2007-10-10 | Clean up redundant PHY write line for ULi526x Ethernet driver | Roy Zang | 1 | -1/+0 |
2007-10-10 | tulip: endianness annotations | Al Viro | 1 | -3/+3 |
2007-10-10 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 1 | -5/+4 |
2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -1/+0 |
2007-10-10 | uli526x: Add suspend and resume routines (updated) | Rafael J. Wysocki | 1 | -6/+102 |
2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -3/+11 |
2007-04-25 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -4/+2 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
2006-09-13 | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 1 | -2/+2 |
2006-07-29 | [PATCH] initialisation cleanup for ULI526x-net-driver | Henrik Kretzschmar | 1 | -8/+4 |
2006-07-02 | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-05-26 | [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* | Jeff Garzik | 1 | -40/+40 |
2006-02-07 | [PATCH] uli526x warning fix | Andrew Morton | 1 | -1/+1 |
2006-01-12 | [PATCH] replace MODULE_PARM in tulip/uli526x.c | Eric Sesterhenn / snakebyte | 1 | -3/+3 |
2005-09-05 | [PATCH] (4/7) missing include (uli526x) | viro@ftp.linux.org.uk | 1 | -1/+1 |
2005-08-20 | [netdrvr uli526x] fix problems found in review | Peer Chen | 1 | -114/+93 |