aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wan/cosa.c
AgeCommit message (Expand)Author
2022-04-27net: wan: remove support for COSA and SRP synchronous serial boardsJakub Kicinski
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann
2021-06-16net: cosa: remove redundant spacesPeng Li
2021-06-16net: cosa: remove trailing whitespacesPeng Li
2021-06-16net: cosa: add some required spacesPeng Li
2021-06-16net: cosa: fix the code style issue about trailing statementsPeng Li
2021-06-16net: cosa: fix the alignment issuePeng Li
2021-06-16net: cosa: use BIT macroPeng Li
2021-06-16net: cosa: add necessary () to macro argumentPeng Li
2021-06-16net: cosa: remove redundant braces {}Peng Li
2021-06-16net: cosa: add braces {} to all arms of the statementPeng Li
2021-06-16net: cosa: fix the comments style issuePeng Li
2021-06-16net: cosa: move out assignment in if conditionPeng Li
2021-06-16net: cosa: replace comparison to NULL with "!chan->rx_skb"Peng Li
2021-06-16net: cosa: fix the code style issue about "foo* bar"Peng Li
2021-06-16net: cosa: add blank line after declarationsPeng Li
2021-06-16net: cosa: remove redundant blank linesPeng Li
2020-11-11cosa: Add missing kfree in error path of cosa_writeWang Hai
2020-07-13net: wan: cosa: Replace HTTP links with HTTPS onesAlexander A. Klimov
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-02-25net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-04-20Annotate hardware config module parameters in drivers/net/wan/David Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-08-12cosa: missing error code on failure in probe()Dan Carpenter
2015-06-07cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire
2015-04-07cosa: fix error return codeJulia Lawall
2015-02-22wan: cosa: replace current->state by set_current_state()Fabian Frederick
2014-04-15driver/net: cosa driver uses udelay incorrectlyLi, Zhen-Hua
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches
2011-06-27cosa: Update to current logging formsJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-12net: Wan/cosa.c: Convert "mutex" to semaphoreThomas Gleixner
2010-07-12net: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-02-04Coding style correction of some wan driversRudy Matela
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-30wan: cosa: drop chan->wsem on error pathDan Carpenter
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-18cosa: Kill off the use of the old ioctl pathAlan Cox
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-16Rationalize fasync return valuesJonathan Corbet
2009-02-26wan: remove some pointless conditionals before kfree_skb()Wei Yongjun