summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/cosa.c
Commit message (Expand)AuthorAgeFilesLines
* net: wan: remove support for COSA and SRP synchronous serial boardsJakub Kicinski2022-04-271-2052/+0
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-1/+1
* wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann2021-07-271-14/+1
* net: cosa: remove redundant spacesPeng Li2021-06-161-5/+5
* net: cosa: remove trailing whitespacesPeng Li2021-06-161-13/+13
* net: cosa: add some required spacesPeng Li2021-06-161-68/+69
* net: cosa: fix the code style issue about trailing statementsPeng Li2021-06-161-42/+79
* net: cosa: fix the alignment issuePeng Li2021-06-161-10/+12
* net: cosa: use BIT macroPeng Li2021-06-161-3/+3
* net: cosa: add necessary () to macro argumentPeng Li2021-06-161-8/+8
* net: cosa: remove redundant braces {}Peng Li2021-06-161-3/+3
* net: cosa: add braces {} to all arms of the statementPeng Li2021-06-161-3/+3
* net: cosa: fix the comments style issuePeng Li2021-06-161-56/+33
* net: cosa: move out assignment in if conditionPeng Li2021-06-161-10/+15
* net: cosa: replace comparison to NULL with "!chan->rx_skb"Peng Li2021-06-161-3/+3
* net: cosa: fix the code style issue about "foo* bar"Peng Li2021-06-161-1/+1
* net: cosa: add blank line after declarationsPeng Li2021-06-161-0/+15
* net: cosa: remove redundant blank linesPeng Li2021-06-161-10/+0
* cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-111-0/+1
* net: wan: cosa: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-2/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Annotate hardware config module parameters in drivers/net/wan/David Howells2017-04-201-3/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* cosa: missing error code on failure in probe()Dan Carpenter2015-08-121-1/+2
* cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-06-071-1/+1
* cosa: fix error return codeJulia Lawall2015-04-071-0/+1
* wan: cosa: replace current->state by set_current_state()Fabian Frederick2015-02-221-6/+6
* driver/net: cosa driver uses udelay incorrectlyLi, Zhen-Hua2014-04-151-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | wan: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-5/+4
|/
* cosa: Update to current logging formsJoe Perches2011-06-271-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