index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
farsync.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: farsync: Fix kmemleak when rmmods farsync
Li Zetao
2022-12-12
1
-0
/
+2
*
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
1
-50
/
+42
*
wan: use ndo_siocdevprivate
Arnd Bergmann
2021-07-27
1
-10
/
+29
*
net: farsync: replace comparison to NULL with "fst_card_array[i]"
Peng Li
2021-06-08
1
-2
/
+2
*
net: farsync: remove redundant return
Peng Li
2021-06-08
1
-1
/
+0
*
net: farsync: fix the alignment issue
Peng Li
2021-06-08
1
-1
/
+1
*
net: farsync: remove redundant parentheses
Peng Li
2021-06-08
1
-8
/
+8
*
net: farsync: remove redundant spaces
Peng Li
2021-06-08
1
-9
/
+9
*
net: farsync: remove redundant braces {}
Peng Li
2021-06-08
1
-51
/
+35
*
net: farsync: add some required spaces
Peng Li
2021-06-08
1
-6
/
+6
*
net: farsync: fix the code style issue about macros
Peng Li
2021-06-08
1
-6
/
+6
*
net: farsync: code indent use tabs where possible
Peng Li
2021-06-08
1
-18
/
+18
*
net: farsync: remove trailing whitespaces
Peng Li
2021-06-08
1
-15
/
+15
*
net: farsync: fix the comments style issue
Peng Li
2021-06-08
1
-152
/
+83
*
net: farsync: remove redundant initialization for statics
Peng Li
2021-06-08
1
-2
/
+2
*
net: farsync: move out assignment in if condition
Peng Li
2021-06-08
1
-8
/
+16
*
net: farsync: fix the code style issue about "foo* bar"
Peng Li
2021-06-08
1
-1
/
+1
*
net: farsync: add blank line after declarations
Peng Li
2021-06-08
1
-0
/
+2
*
net: farsync: remove redundant blank lines
Peng Li
2021-06-08
1
-3
/
+0
*
farsync: use DEFINE_SPINLOCK() for spinlock
Liu Jian
2021-03-26
1
-2
/
+1
*
net: wan: farsync: use new tasklet API
Emil Renner Berthing
2021-02-06
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
1
-20
/
+17
|
\
|
*
farsync: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-08-05
1
-13
/
+12
|
*
farsync: use generic power management
Vaibhav Gupta
2020-07-28
1
-6
/
+4
|
*
wan: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-14
1
-1
/
+1
*
|
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
2020-07-30
1
-2
/
+2
|
/
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
farsync: remove redundant variable txq_length
Colin Ian King
2018-07-07
1
-2
/
+0
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
net: use core MTU range checking in WAN drivers
Jarod Wilson
2016-10-20
1
-1
/
+0
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-3
/
+3
*
farsync: fix off-by-one bug in fst_add_one
Arnd Bergmann
2016-03-14
1
-1
/
+1
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()
Alexey Khoroshilov
2014-07-11
1
-54
/
+58
*
farsync: Fix confusion about DMA address and buffer offset types
Ben Hutchings
2014-06-11
1
-13
/
+8
*
wan: Use usleep_range()
Manuel Schölling
2014-06-03
1
-7
/
+3
*
farsync: fix info leak in ioctl
Salva Peiró
2013-10-11
1
-0
/
+1
*
wan: Remove unnecessary alloc/OOM messages
Joe Perches
2013-02-04
1
-4
/
+2
*
farsync: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-5
/
+5
*
farsync: fix support for over 30 cards
Dan Carpenter
2012-10-09
1
-1
/
+1
*
drivers/net/wan/farsync.c: add missing iounmap
Julia Lawall
2012-04-18
1
-0
/
+1
*
farsync: Update to current logging forms
Joe Perches
2011-06-27
1
-4
/
+3
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-06-21
1
-1
/
+3
|
\
|
*
farsync: add module_put to error path in fst_open()
Pavel Shved
2011-06-17
1
-1
/
+3
*
|
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-07
1
-0
/
+1
|
/
*
farsync: Fix compile warnings.
David S. Miller
2010-08-10
1
-7
/
+8
*
drivers/net/wan/farsync.c: Use standard pr_<level>
Joe Perches
2010-08-03
1
-58
/
+53
*
drivers/net/wan: Use memdup_user
Julia Lawall
2010-05-31
1
-10
/
+4
[next]