aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/cosa.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-120/+106
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: Wan/cosa.c: Convert "mutex" to semaphoreThomas Gleixner2010-10-121-1/+1
* net: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-121-5/+5
* Coding style correction of some wan driversRudy Matela2010-02-041-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-0/+1
|\
| * wan: cosa: drop chan->wsem on error pathDan Carpenter2009-11-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\ \ | |/
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | cosa: Kill off the use of the old ioctl pathAlan Cox2009-10-181-7/+13
|/
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-3/+4
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-2/+2
|\
| * Rationalize fasync return valuesJonathan Corbet2009-03-161-2/+2
* | wan: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* | WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-4/+10
|/
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-071-165/+128
|\
| * WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa2008-07-231-165/+128
* | device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+3
|/
* cosa: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-6/+16
* syncppp: Fix crashes.David S. Miller2008-05-121-7/+7
* COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke2008-03-051-6/+8
* cosa: Convert from class_device to device for cosa sync driverTony Jones2008-01-241-3/+2
* long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-141-2/+2
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-3/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [WAN] cosa.c: Build fix.David S. Miller2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* net: remove a collection of unneeded #undef REALLY_SLOW_IO stuffAlan2007-02-271-1/+0
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert cosaJosef Sipek2006-12-081-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+1
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* Merge ../bleed-2.6Greg KH2005-10-281-4/+2
|\
| * [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-4/+2
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
|/
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-201-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2100