aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/plip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-7/+6
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-3/+3
2009-01-07plip: update to net_device_opsStephen Hemminger1-5/+8
2008-12-25drivers/net: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2008-12-25drivers/net: fix sparse warnings: make do-while a compound statementHannes Eder1-8/+8
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan1-6/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-4/+4
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-04-01plip: replace spin_lock_irq with spin_lock_irqsave in irq contextMikulas Patocka1-3/+4
2008-01-28PLIP driver: convert the semaphore killed_timer_sem to completionMatthias Kaehlcke1-5/+5
2007-11-26plip: fix parport_register_device name parameterMikulas Patocka1-1/+1
2007-11-26plip: use netif_rx_ni() for packet receiveMikulas Patocka1-1/+1
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-3/+3
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-28/+22
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-22/+10
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-17/+21
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-5/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-21/+21
2006-03-03Massive net driver const-ification.Arjan van de Ven1-2/+2
2006-01-06[PATCH] parport: include fixesMarko Kohtala1-2/+0
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-15/+14
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1427