aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/cosa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches1-5/+4
2011-06-27cosa: Update to current logging formsJoe Perches1-120/+106
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-12net: Wan/cosa.c: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-07-12net: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+5
2010-02-04Coding style correction of some wan driversRudy Matela1-5/+5
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-30wan: cosa: drop chan->wsem on error pathDan Carpenter1-0/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-18cosa: Kill off the use of the old ioctl pathAlan Cox1-7/+13
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-3/+4
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-2/+2
2009-03-16Rationalize fasync return valuesJonathan Corbet1-2/+2
2009-02-26wan: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-4/+10
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-16device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmpJeff Garzik1-165/+128
2008-07-23WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa1-165/+128
2008-07-21device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+3
2008-05-18cosa: cdev lock_kernel() pushdownJonathan Corbet1-6/+16
2008-05-12syncppp: Fix crashes.David S. Miller1-7/+7
2008-03-05COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke1-6/+8
2008-01-24cosa: Convert from class_device to device for cosa sync driverTony Jones1-3/+2
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro1-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-3/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[WAN] cosa.c: Build fix.David S. Miller1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-27net: remove a collection of unneeded #undef REALLY_SLOW_IO stuffAlan1-1/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert cosaJosef Sipek1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-4/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-7/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2005-10-28Merge ../bleed-2.6Greg KH1-4/+2
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_simplegregkh@suse.de1-6/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2100