aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tulip/uli526x.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-28tulip: Add missing parens.David S. Miller
2010-03-26tulip: Fix null dereference in uli526x_rx_packet()Kyle McMartin
2010-02-18tulip: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-31tulip/uli526x.c: Use dev_<level> and pr_<level>Joe Perches
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-02-26tulip: get rid of warning for non-const string literalStephen Hemminger
2009-01-07uli526x: convert devices to new APIStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-05-22uli526x: add support for netpollAnton Vorontsov
2008-05-06uli526x: fix endianness issues in the setup frameAnton Vorontsov
2008-05-06uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov
2008-02-23uli526x partially recognizing interfaceGrant Grundler
2007-10-19remove asm/bitops.h includesJiri Slaby
2007-10-10Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...Micah Gruber
2007-10-10Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang
2007-10-10tulip: endianness annotationsAl Viro
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-07-29[PATCH] initialisation cleanup for ULI526x-net-driverHenrik Kretzschmar
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-05-26[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik
2006-02-07[PATCH] uli526x warning fixAndrew Morton
2006-01-12[PATCH] replace MODULE_PARM in tulip/uli526x.cEric Sesterhenn / snakebyte
2005-09-05[PATCH] (4/7) missing include (uli526x)viro@ftp.linux.org.uk
2005-08-20[netdrvr uli526x] fix problems found in reviewPeer Chen
2005-07-29[netdrvr] add 'uli526x' driver (a tulip clone)Peer Chen