aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/plip.c
AgeCommit message (Expand)Author
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet
2010-08-25plip: remove superflous returnDan Carpenter
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-12netdev: restore MTU change operationBen Hutchings
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-01-07plip: update to net_device_opsStephen Hemminger
2008-12-25drivers/net: fix sparse warnings: make symbols staticHannes Eder
2008-12-25drivers/net: fix sparse warnings: make do-while a compound statementHannes Eder
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-04-01plip: replace spin_lock_irq with spin_lock_irqsave in irq contextMikulas Patocka
2008-01-28PLIP driver: convert the semaphore killed_timer_sem to completionMatthias Kaehlcke
2007-11-26plip: fix parport_register_device name parameterMikulas Patocka
2007-11-26plip: use netif_rx_ni() for packet receiveMikulas Patocka
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-03-03Massive net driver const-ification.Arjan van de Ven
2006-01-06[PATCH] parport: include fixesMarko Kohtala
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds