aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/farsync.c
AgeCommit message (Expand)Author
2022-12-12net: farsync: Fix kmemleak when rmmods farsyncLi Zetao
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann
2021-06-08net: farsync: replace comparison to NULL with "fst_card_array[i]"Peng Li
2021-06-08net: farsync: remove redundant returnPeng Li
2021-06-08net: farsync: fix the alignment issuePeng Li
2021-06-08net: farsync: remove redundant parenthesesPeng Li
2021-06-08net: farsync: remove redundant spacesPeng Li
2021-06-08net: farsync: remove redundant braces {}Peng Li
2021-06-08net: farsync: add some required spacesPeng Li
2021-06-08net: farsync: fix the code style issue about macrosPeng Li
2021-06-08net: farsync: code indent use tabs where possiblePeng Li
2021-06-08net: farsync: remove trailing whitespacesPeng Li
2021-06-08net: farsync: fix the comments style issuePeng Li
2021-06-08net: farsync: remove redundant initialization for staticsPeng Li
2021-06-08net: farsync: move out assignment in if conditionPeng Li
2021-06-08net: farsync: fix the code style issue about "foo* bar"Peng Li
2021-06-08net: farsync: add blank line after declarationsPeng Li
2021-06-08net: farsync: remove redundant blank linesPeng Li
2021-03-26farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-28farsync: use generic power managementVaibhav Gupta
2020-07-13wan: Replace HTTP links with HTTPS onesAlexander A. Klimov
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-14farsync: fix off-by-one bug in fst_add_oneArnd Bergmann
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-11farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov
2014-06-11farsync: Fix confusion about DMA address and buffer offset typesBen Hutchings
2014-06-02wan: Use usleep_range()Manuel Schölling
2013-10-11farsync: fix info leak in ioctlSalva Peiró
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches
2012-12-03farsync: remove __dev* attributesBill Pemberton
2012-10-09farsync: fix support for over 30 cardsDan Carpenter
2012-04-17drivers/net/wan/farsync.c: add missing iounmapJulia Lawall
2011-06-27farsync: Update to current logging formsJoe Perches
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2010-08-10farsync: Fix compile warnings.David S. Miller
2010-08-02drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches
2010-05-31drivers/net/wan: Use memdup_userJulia Lawall