aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/cosa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27net: wan: remove support for COSA and SRP synchronous serial boardsJakub Kicinski1-2052/+0
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-1/+1
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann1-14/+1
2021-06-16net: cosa: remove redundant spacesPeng Li1-5/+5
2021-06-16net: cosa: remove trailing whitespacesPeng Li1-13/+13
2021-06-16net: cosa: add some required spacesPeng Li1-68/+69
2021-06-16net: cosa: fix the code style issue about trailing statementsPeng Li1-42/+79
2021-06-16net: cosa: fix the alignment issuePeng Li1-10/+12
2021-06-16net: cosa: use BIT macroPeng Li1-3/+3
2021-06-16net: cosa: add necessary () to macro argumentPeng Li1-8/+8
2021-06-16net: cosa: remove redundant braces {}Peng Li1-3/+3
2021-06-16net: cosa: add braces {} to all arms of the statementPeng Li1-3/+3
2021-06-16net: cosa: fix the comments style issuePeng Li1-56/+33
2021-06-16net: cosa: move out assignment in if conditionPeng Li1-10/+15
2021-06-16net: cosa: replace comparison to NULL with "!chan->rx_skb"Peng Li1-3/+3
2021-06-16net: cosa: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-06-16net: cosa: add blank line after declarationsPeng Li1-0/+15
2021-06-16net: cosa: remove redundant blank linesPeng Li1-10/+0
2020-11-11cosa: Add missing kfree in error path of cosa_writeWang Hai1-0/+1
2020-07-13net: wan: cosa: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-02-25net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/net/wan/David Howells1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-08-12cosa: missing error code on failure in probe()Dan Carpenter1-1/+2
2015-06-07cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-04-07cosa: fix error return codeJulia Lawall1-0/+1
2015-02-22wan: cosa: replace current->state by set_current_state()Fabian Frederick1-6/+6
2014-04-15driver/net: cosa driver uses udelay incorrectlyLi, Zhen-Hua1-4/+0
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