summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/dscc4.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-1/+1
|\
| * net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
* | wan: dscc4: fix various indentation issuesColin Ian King2019-01-181-25/+25
|/
* drivers/net: wan/dscc4: Remove unused timerKees Cook2017-10-271-20/+0Star
* drivers: net: dscc: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* wan: dscc4: convert to plain DMA APIAlexey Khoroshilov2017-08-111-45/+51
* wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov2017-08-111-16/+37
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0Star
* dscc4: Undefined signed int shiftMichael McConville2016-02-131-1/+1
* wan: dscc4: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-06-081-3/+3
* wan: dscc4: fix build warning Wunused-but-set-variableNicholas Mc Guire2015-06-071-3/+0Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* wan: dscc4: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-101-2/+0Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* dscc4: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* drivers/net/wan/dscc4.c: fix error return codeJulia Lawall2012-08-201-2/+3
* net/wan: use module_pci_driverAxel Lin2012-04-141-12/+1Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-6/+2Star
* dscc4: Update to current logging formsJoe Perches2011-06-271-42/+38Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | drivers/net/*/: Use static constJoe Perches2010-12-211-3/+3
|/
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | drivers/net/wan: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
|/
* WAN: dscc4: Fix warning pointing out a bug.David S. Miller2009-09-041-1/+1
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* WAN: bit and/or confusionroel kluin2009-08-311-4/+4
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-7/+11
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-2/+1Star
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-1/+1
* WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa2008-07-231-1/+0Star
* WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-12/+10Star
* dscc4 endian fixesAl Viro2008-01-181-45/+49
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-4/+2Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman2006-06-271-6/+6