aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/farsync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-50/+42
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann1-10/+29
2021-06-08net: farsync: replace comparison to NULL with "fst_card_array[i]"Peng Li1-2/+2
2021-06-08net: farsync: remove redundant returnPeng Li1-1/+0
2021-06-08net: farsync: fix the alignment issuePeng Li1-1/+1
2021-06-08net: farsync: remove redundant parenthesesPeng Li1-8/+8
2021-06-08net: farsync: remove redundant spacesPeng Li1-9/+9
2021-06-08net: farsync: remove redundant braces {}Peng Li1-51/+35
2021-06-08net: farsync: add some required spacesPeng Li1-6/+6
2021-06-08net: farsync: fix the code style issue about macrosPeng Li1-6/+6
2021-06-08net: farsync: code indent use tabs where possiblePeng Li1-18/+18
2021-06-08net: farsync: remove trailing whitespacesPeng Li1-15/+15
2021-06-08net: farsync: fix the comments style issuePeng Li1-152/+83
2021-06-08net: farsync: remove redundant initialization for staticsPeng Li1-2/+2
2021-06-08net: farsync: move out assignment in if conditionPeng Li1-8/+16
2021-06-08net: farsync: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-06-08net: farsync: add blank line after declarationsPeng Li1-0/+2
2021-06-08net: farsync: remove redundant blank linesPeng Li1-3/+0
2021-03-26farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian1-2/+1
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing1-6/+6
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-20/+17
2020-08-04farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-13/+12
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-2/+2
2020-07-28farsync: use generic power managementVaibhav Gupta1-6/+4
2020-07-13wan: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King1-2/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-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-3/+3
2016-03-14farsync: fix off-by-one bug in fst_add_oneArnd Bergmann1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-11farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov1-54/+58
2014-06-11farsync: Fix confusion about DMA address and buffer offset typesBen Hutchings1-13/+8
2014-06-02wan: Use usleep_range()Manuel Schölling1-7/+3
2013-10-11farsync: fix info leak in ioctlSalva Peiró1-0/+1
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches1-4/+2
2012-12-03farsync: remove __dev* attributesBill Pemberton1-5/+5
2012-10-09farsync: fix support for over 30 cardsDan Carpenter1-1/+1
2012-04-17drivers/net/wan/farsync.c: add missing iounmapJulia Lawall1-0/+1
2011-06-27farsync: Update to current logging formsJoe Perches1-4/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved1-1/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-08-10farsync: Fix compile warnings.David S. Miller1-7/+8
2010-08-02drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches1-58/+53
2010-05-31drivers/net/wan: Use memdup_userJulia Lawall1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1