summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/uli526x.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-271-1/+1
* uli526x: convert devices to new APIStephen Hemminger2009-01-081-36/+27Star
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-131-1/+1
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* 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-241-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-111-5/+0Star
* Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang2007-10-111-1/+0Star
* tulip: endianness annotationsAl Viro2007-10-111-3/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+4Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki2007-10-111-6/+102
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-3/+11
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-4/+2Star
* 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/+4Star
* [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-271-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/+93Star
* [netdrvr] add 'uli526x' driver (a tulip clone)Peer Chen2005-07-291-0/+1770