summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/uli526x.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* tulip: Add missing parens.David S. Miller2010-03-281-1/+1
* tulip: Fix null dereference in uli526x_rx_packet()Kyle McMartin2010-03-261-3/+5
* tulip: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-2/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-5/+7
* tulip/uli526x.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-19/+27
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* tulip: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* tulip: get rid of warning for non-const string literalStephen Hemminger2009-02-261-1/+1
* uli526x: convert devices to new APIStephen Hemminger2009-01-071-36/+27
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-1/+1
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* uli526x: add support for netpollAnton Vorontsov2008-05-221-1/+15
* uli526x: fix endianness issues in the setup frameAnton Vorontsov2008-05-061-12/+18
* uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov2008-05-061-4/+4
* uli526x partially recognizing interfaceGrant Grundler2008-02-231-1/+11
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...Micah Gruber2007-10-101-5/+0
* Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang2007-10-101-1/+0
* tulip: endianness annotationsAl Viro2007-10-101-3/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+4
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki2007-10-101-6/+102
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-3/+11
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-4/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* [PATCH] initialisation cleanup for ULI526x-net-driverHenrik Kretzschmar2006-07-291-8/+4
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik2006-05-261-40/+40
* [PATCH] uli526x warning fixAndrew Morton2006-02-071-1/+1
* [PATCH] replace MODULE_PARM in tulip/uli526x.cEric Sesterhenn / snakebyte2006-01-121-3/+3
* [PATCH] (4/7) missing include (uli526x)viro@ftp.linux.org.uk2005-09-051-1/+1
* [netdrvr uli526x] fix problems found in reviewPeer Chen2005-08-201-114/+93
* [netdrvr] add 'uli526x' driver (a tulip clone)Peer Chen2005-07-291-0/+1770