summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/farsync.c
Commit message (Expand)AuthorAgeFilesLines
* net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2022-12-121-0/+2
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-50/+42
* wan: use ndo_siocdevprivateArnd Bergmann2021-07-271-10/+29
* net: farsync: replace comparison to NULL with "fst_card_array[i]"Peng Li2021-06-081-2/+2
* net: farsync: remove redundant returnPeng Li2021-06-081-1/+0
* net: farsync: fix the alignment issuePeng Li2021-06-081-1/+1
* net: farsync: remove redundant parenthesesPeng Li2021-06-081-8/+8
* net: farsync: remove redundant spacesPeng Li2021-06-081-9/+9
* net: farsync: remove redundant braces {}Peng Li2021-06-081-51/+35
* net: farsync: add some required spacesPeng Li2021-06-081-6/+6
* net: farsync: fix the code style issue about macrosPeng Li2021-06-081-6/+6
* net: farsync: code indent use tabs where possiblePeng Li2021-06-081-18/+18
* net: farsync: remove trailing whitespacesPeng Li2021-06-081-15/+15
* net: farsync: fix the comments style issuePeng Li2021-06-081-152/+83
* net: farsync: remove redundant initialization for staticsPeng Li2021-06-081-2/+2
* net: farsync: move out assignment in if conditionPeng Li2021-06-081-8/+16
* net: farsync: fix the code style issue about "foo* bar"Peng Li2021-06-081-1/+1
* net: farsync: add blank line after declarationsPeng Li2021-06-081-0/+2
* net: farsync: remove redundant blank linesPeng Li2021-06-081-3/+0
* farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian2021-03-261-2/+1
* net: wan: farsync: use new tasklet APIEmil Renner Berthing2021-02-061-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-20/+17
|\
| * farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-041-13/+12
| * farsync: use generic power managementVaibhav Gupta2020-07-281-6/+4
| * wan: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-2/+2
|/
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* farsync: remove redundant variable txq_lengthColin Ian King2018-07-071-2/+0
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-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-3/+3
* farsync: fix off-by-one bug in fst_add_oneArnd Bergmann2016-03-141-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov2014-07-111-54/+58
* farsync: Fix confusion about DMA address and buffer offset typesBen Hutchings2014-06-111-13/+8
* wan: Use usleep_range()Manuel Schölling2014-06-021-7/+3
* farsync: fix info leak in ioctlSalva Peiró2013-10-111-0/+1
* wan: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-4/+2
* farsync: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* farsync: fix support for over 30 cardsDan Carpenter2012-10-091-1/+1
* drivers/net/wan/farsync.c: add missing iounmapJulia Lawall2012-04-171-0/+1
* farsync: Update to current logging formsJoe Perches2011-06-271-4/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-1/+3
|\
| * farsync: add module_put to error path in fst_open()Pavel Shved2011-06-171-1/+3
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
|/
* farsync: Fix compile warnings.David S. Miller2010-08-101-7/+8
* drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches2010-08-021-58/+53
* drivers/net/wan: Use memdup_userJulia Lawall2010-05-311-10/+4