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
/
dscc4.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-06
net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-17
wan: dscc4: fix various indentation issues
Colin Ian King
1
-25
/
+25
2017-10-27
drivers/net: wan/dscc4: Remove unused timer
Kees Cook
1
-20
/
+0
2017-09-21
drivers: net: dscc: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-08-11
wan: dscc4: convert to plain DMA API
Alexey Khoroshilov
1
-45
/
+51
2017-08-11
wan: dscc4: add checks for dma mapping errors
Alexey Khoroshilov
1
-16
/
+37
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-02-13
dscc4: Undefined signed int shift
Michael McConville
1
-1
/
+1
2015-06-07
wan: dscc4: use msecs_to_jiffies for conversions
Nicholas Mc Guire
1
-3
/
+3
2015-06-07
wan: dscc4: fix build warning Wunused-but-set-variable
Nicholas Mc Guire
1
-3
/
+0
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2013-12-09
wan: dscc4: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-2
/
+1
2012-12-03
dscc4: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-08-20
drivers/net/wan/dscc4.c: fix error return code
Julia Lawall
1
-2
/
+3
2012-04-14
net/wan: use module_pci_driver
Axel Lin
1
-12
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-6
/
+2
2011-06-27
dscc4: Update to current logging forms
Joe Perches
1
-42
/
+38
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-4
/
+4
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-1
/
+1
2010-12-21
drivers/net/*/: Use static const
Joe Perches
1
-3
/
+3
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+0
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-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
1
-0
/
+1
2009-11-18
drivers/net/wan: remove exceptional & on function name
Julia Lawall
1
-1
/
+1
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-03
WAN: dscc4: Fix warning pointing out a bug.
David S. Miller
1
-1
/
+1
2009-09-01
wan: convert drivers to netdev_tx_t
Stephen Hemminger
1
-2
/
+4
2009-08-30
WAN: bit and/or confusion
roel kluin
1
-4
/
+4
2009-07-05
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
1
-7
/
+11
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-31
pci: use pci_ioremap_bar() in drivers/net
Arjan van de Ven
1
-2
/
+1
2008-09-24
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-07-23
WAN: Remove unneeded "#include <net/syncppp.h>"
Krzysztof Hałasa
1
-1
/
+0
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
1
-12
/
+10
2008-01-18
dscc4 endian fixes
Al Viro
1
-45
/
+49
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-4
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
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
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in networks drivers
Greg Kroah-Hartman
1
-6
/
+6
[next]