Age | Commit message (Expand) | Author | Files | Lines |
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-13 | cosa: missing error code on failure in probe() | Dan Carpenter | 1 | -1/+2 |
2015-06-08 | 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-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2013-02-23 | 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-13 | 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-02 | 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-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2009-10-19 | 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-27 | 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-27 | wan: remove some pointless conditionals before kfree_skb() | Wei Yongjun | 1 | -2/+1 |
2009-01-22 | WAN: Convert generic HDLC drivers to netdev_ops. | Krzysztof Hałasa | 1 | -4/+10 |
2008-11-04 | 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-24 | WAN: Port COSA driver to generic HDLC. | Krzysztof Hałasa | 1 | -165/+128 |
2008-07-22 | device create: net: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -3/+3 |
2008-05-19 | cosa: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -6/+16 |
2008-05-12 | syncppp: Fix crashes. | David S. Miller | 1 | -7/+7 |
2008-03-06 | COSA/SRP: convert channel_data.rsem to mutex | Matthias Kaehlcke | 1 | -6/+8 |
2008-01-25 | 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-26 | [WAN] cosa.c: Build fix. | David S. Miller | 1 | -1/+1 |
2007-04-26 | [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 |
2006-06-26 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 1 | -4/+1 |
2006-06-26 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Greg Kroah-Hartman | 1 | -7/+0 |