aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/dscc4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03dscc4: remove __dev* attributesBill Pemberton1-3/+3
2012-08-20drivers/net/wan/dscc4.c: fix error return codeJulia Lawall1-2/+3
2012-04-14net/wan: use module_pci_driverAxel Lin1-12/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-6/+2
2011-06-27dscc4: Update to current logging formsJoe Perches1-42/+38
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches1-3/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+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
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18drivers/net/wan: remove exceptional & on function nameJulia Lawall1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-03WAN: dscc4: Fix warning pointing out a bug.David S. Miller1-1/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-08-30WAN: bit and/or confusionroel kluin1-4/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-7/+11
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-2/+1
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-07-23WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa1-1/+0
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-12/+10
2008-01-18dscc4 endian fixesAl Viro1-45/+49
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman1-6/+6
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-3/+4
2006-02-07[PATCH] dscc4: fix dscc4_init_dummy_skb checkAlexey Dobriyan1-1/+1
2005-09-14[PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk1-6/+8
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2074