index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
farsync.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
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-02
wan: Use usleep_range()
Manuel Schölling
1
-7
/
+3
2013-10-11
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-17
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-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
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-06
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-02
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
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-6
/
+6
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-01
wan: convert drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-07-05
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
1
-4
/
+4
2009-07-05
net: remove NET_RX_BAD and NET_RX_CN* defines
Florian Westphal
1
-19
/
+0
2009-03-30
trivial: fix typo "varaible" -> "variable"
Uwe Kleine-Koenig
1
-1
/
+1
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
1
-6
/
+12
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-2
/
+0
2008-07-23
WAN: farsync driver no longer uses syncppp.c directly
Krzysztof Hałasa
1
-4
/
+1
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
1
-40
/
+30
2008-03-17
wan/farsync: copy_from_user() to iomem is wrong
Al Viro
1
-5
/
+12
2008-01-28
[netdrvr] irq handler minor cleanups in several drivers
Jeff Garzik
1
-8
/
+3
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-08-19
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2005-09-14
[PATCH] drivers/net/wan/: possible cleanups
Adrian Bunk
1
-12
/
+12
2005-09-14
[PATCH] drivers/net: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-2
/
+1
2005-07-12
[NET]: __be'ify *_type_trans()
Alexey Dobriyan
1
-2
/
+1
2005-06-26
[PATCH] net/farsync: add set_current_state() before schedule_timeout()
Nishanth Aravamudan
1
-0
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2712