index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
cosa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2019-02-25
net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...
Yang Wei
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-04-20
Annotate hardware config module parameters in drivers/net/wan/
David Howells
1
-3
/
+3
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-10-20
net: use core MTU range checking in WAN drivers
Jarod Wilson
1
-1
/
+0
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2015-08-12
cosa: missing error code on failure in probe()
Dan Carpenter
1
-1
/
+2
2015-06-07
cosa: use msecs_to_jiffies for conversions
Nicholas Mc Guire
1
-1
/
+1
2015-04-07
cosa: fix error return code
Julia Lawall
1
-0
/
+1
2015-02-22
wan: cosa: replace current->state by set_current_state()
Fabian Frederick
1
-6
/
+6
2014-04-15
driver/net: cosa driver uses udelay incorrectly
Li, Zhen-Hua
1
-4
/
+0
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2013-02-22
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2013-02-04
wan: Remove unnecessary alloc/OOM messages
Joe Perches
1
-5
/
+4
2011-06-27
cosa: Update to current logging forms
Joe Perches
1
-120
/
+106
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-12
net: Wan/cosa.c: Convert "mutex" to semaphore
Thomas Gleixner
1
-1
/
+1
2010-07-12
net: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-5
/
+5
2010-02-04
Coding style correction of some wan drivers
Rudy Matela
1
-5
/
+5
2009-12-01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-11-30
wan: cosa: drop chan->wsem on error path
Dan Carpenter
1
-0
/
+1
2009-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-10-18
cosa: Kill off the use of the old ioctl path
Alan Cox
1
-7
/
+13
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-01
wan: convert drivers to netdev_tx_t
Stephen Hemminger
1
-3
/
+4
2009-03-26
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-2
/
+2
2009-03-16
Rationalize fasync return values
Jonathan Corbet
1
-2
/
+2
2009-02-26
wan: remove some pointless conditionals before kfree_skb()
Wei Yongjun
1
-2
/
+1
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
1
-4
/
+10
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-16
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+2
2008-08-07
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...
Jeff Garzik
1
-165
/
+128
2008-07-23
WAN: Port COSA driver to generic HDLC.
Krzysztof Hałasa
1
-165
/
+128
2008-07-21
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+3
2008-05-18
cosa: cdev lock_kernel() pushdown
Jonathan Corbet
1
-6
/
+16
2008-05-12
syncppp: Fix crashes.
David S. Miller
1
-7
/
+7
2008-03-05
COSA/SRP: convert channel_data.rsem to mutex
Matthias Kaehlcke
1
-6
/
+8
2008-01-24
cosa: Convert from class_device to device for cosa sync driver
Tony Jones
1
-3
/
+2
2007-10-14
long vs. unsigned long - low-hanging fruits in drivers
Al Viro
1
-2
/
+2
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-3
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-25
[WAN] cosa.c: Build fix.
David S. Miller
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-27
net: remove a collection of unneeded #undef REALLY_SLOW_IO stuff
Alan
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert cosa
Josef Sipek
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
[next]