aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/lance.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-2/+4
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-2/+2
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [PATCH] trivial missing __init in drivers/net/*Al Viro2006-12-041-1/+1
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2006-10-061-5/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+2
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-17/+17
* [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+1
* [PATCH] lance section fixAndrew Morton2006-08-191-1/+1
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-2/+1
* [PATCH] remove ISA legacy functions: drivers/net/lance.cAl Viro2006-03-241-2/+7
* [PATCH] fix a few "warning: 'cleanup_card' defined but not used"Denis Vlasenko2006-01-091-11/+11
* [PATCH] gfp_t: drivers/netAl Viro2005-10-281-2/+2
* [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-281-1/+1
* [netdrvr] Fix register_netdev() races in older ISA net drivers2005-05-121-10/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1308