summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/wanxl.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-251-1/+1
* wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-3/+2Star
* wan: wanxl: remove redundant assignment to statColin Ian King2017-11-021-1/+0Star
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0Star
* wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar2015-12-141-0/+1
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | wan: wanxl: Remove typedefs from struct namesHimangi Saraogi2014-08-111-31/+32
|/
* wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-101-1/+0Star
* wanxl: fix info leak in ioctlSalva Peiró2013-10-181-0/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* net/hdlc: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-1/+0Star
* wanxl: remove a stray irq enableDan Carpenter2011-07-011-1/+1
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-48/+42Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0Star
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-4/+10
* drivers/net/wan: fix sparse warnings: make do-while a compound statementHannes Eder2008-12-261-4/+4
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-14/+12Star
* annotate the rest of drivers/net/wanAl Viro2008-01-291-1/+1
* drivers/net/wan: Add missing "space"Joe Perches2008-01-291-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa2006-07-121-1/+4
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] WAN: ioremap() failure checks in driversKrzysztof Halasa2006-06-231-0/+12
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-2/+2
* [PATCH] bogus asm/delay.h includesAl Viro2006-02-081-1/+1
* drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer2005-06-271-2/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+839