summaryrefslogtreecommitdiffstats
path: root/drivers/net/plip.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: ip_ptr cleanupsEric Dumazet2010-09-151-2/+6
* plip: remove superflous returnDan Carpenter2010-08-251-1/+0
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-7/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-0/+3
|\
| * netdev: restore MTU change operationBen Hutchings2009-07-121-0/+1
| * netdev: restore MAC address set and validate operationsBen Hutchings2009-07-121-0/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-3/+3
* plip: update to net_device_opsStephen Hemminger2009-01-071-5/+8
* drivers/net: fix sparse warnings: make symbols staticHannes Eder2008-12-251-2/+2
* drivers/net: fix sparse warnings: make do-while a compound statementHannes Eder2008-12-251-8/+8
* netdev: remove pathetic compile-command linesAlexey Dobriyan2008-12-031-6/+0
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-121-4/+4
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* plip: replace spin_lock_irq with spin_lock_irqsave in irq contextMikulas Patocka2008-04-011-3/+4
* PLIP driver: convert the semaphore killed_timer_sem to completionMatthias Kaehlcke2008-01-281-5/+5
* plip: fix parport_register_device name parameterMikulas Patocka2007-11-261-1/+1
* plip: use netif_rx_ni() for packet receiveMikulas Patocka2007-11-261-1/+1
* [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-231-3/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-28/+22
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-22/+10
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-17/+21
* 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/+3
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-21/+21
* Massive net driver const-ification.Arjan van de Ven2006-03-031-2/+2
* [PATCH] parport: include fixesMarko Kohtala2006-01-061-2/+0
* [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-271-15/+14
* [NET]: __be'ify *_type_trans()Alexey Dobriyan2005-07-121-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1427
OpenPOWER on IntegriCloud