index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
farsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
net: farsync: Fix kmemleak when rmmods farsync
Li Zetao
1
-0
/
+2
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
1
-50
/
+42
2021-07-27
wan: use ndo_siocdevprivate
Arnd Bergmann
1
-10
/
+29
2021-06-08
net: farsync: replace comparison to NULL with "fst_card_array[i]"
Peng Li
1
-2
/
+2
2021-06-08
net: farsync: remove redundant return
Peng Li
1
-1
/
+0
2021-06-08
net: farsync: fix the alignment issue
Peng Li
1
-1
/
+1
2021-06-08
net: farsync: remove redundant parentheses
Peng Li
1
-8
/
+8
2021-06-08
net: farsync: remove redundant spaces
Peng Li
1
-9
/
+9
2021-06-08
net: farsync: remove redundant braces {}
Peng Li
1
-51
/
+35
2021-06-08
net: farsync: add some required spaces
Peng Li
1
-6
/
+6
2021-06-08
net: farsync: fix the code style issue about macros
Peng Li
1
-6
/
+6
2021-06-08
net: farsync: code indent use tabs where possible
Peng Li
1
-18
/
+18
2021-06-08
net: farsync: remove trailing whitespaces
Peng Li
1
-15
/
+15
2021-06-08
net: farsync: fix the comments style issue
Peng Li
1
-152
/
+83
2021-06-08
net: farsync: remove redundant initialization for statics
Peng Li
1
-2
/
+2
2021-06-08
net: farsync: move out assignment in if condition
Peng Li
1
-8
/
+16
2021-06-08
net: farsync: fix the code style issue about "foo* bar"
Peng Li
1
-1
/
+1
2021-06-08
net: farsync: add blank line after declarations
Peng Li
1
-0
/
+2
2021-06-08
net: farsync: remove redundant blank lines
Peng Li
1
-3
/
+0
2021-03-27
farsync: use DEFINE_SPINLOCK() for spinlock
Liu Jian
1
-2
/
+1
2021-02-06
net: wan: farsync: use new tasklet API
Emil Renner Berthing
1
-6
/
+6
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-20
/
+17
2020-08-05
farsync: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-13
/
+12
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-2
/
+2
2020-07-28
farsync: use generic power management
Vaibhav Gupta
1
-6
/
+4
2020-07-14
wan: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-07-07
farsync: remove redundant variable txq_length
Colin Ian King
1
-2
/
+0
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-20
net: use core MTU range checking in WAN drivers
Jarod Wilson
1
-1
/
+0
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-3
/
+3
2016-03-14
farsync: fix off-by-one bug in fst_add_one
Arnd Bergmann
1
-1
/
+1
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-07-12
farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()
Alexey Khoroshilov
1
-54
/
+58
2014-06-11
farsync: Fix confusion about DMA address and buffer offset types
Ben Hutchings
1
-13
/
+8
2014-06-03
wan: Use usleep_range()
Manuel Schölling
1
-7
/
+3
2013-10-12
farsync: fix info leak in ioctl
Salva Peiró
1
-0
/
+1
2013-02-04
wan: Remove unnecessary alloc/OOM messages
Joe Perches
1
-4
/
+2
2012-12-03
farsync: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-10-09
farsync: fix support for over 30 cards
Dan Carpenter
1
-1
/
+1
2012-04-18
drivers/net/wan/farsync.c: add missing iounmap
Julia Lawall
1
-0
/
+1
2011-06-27
farsync: Update to current logging forms
Joe Perches
1
-4
/
+3
2011-06-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2011-06-17
farsync: add module_put to error path in fst_open()
Pavel Shved
1
-1
/
+3
2011-06-07
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2010-08-10
farsync: Fix compile warnings.
David S. Miller
1
-7
/
+8
2010-08-03
drivers/net/wan/farsync.c: Use standard pr_<level>
Joe Perches
1
-58
/
+53
2010-05-31
drivers/net/wan: Use memdup_user
Julia Lawall
1
-10
/
+4
[next]