summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/wanxl.c
Commit message (Expand)AuthorAgeFilesLines
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-12/+9
* net: wan: add braces {} to all arms of the statementPeng Li2021-05-241-4/+4
* net: wan: fix the comments style issuePeng Li2021-05-241-6/+9
* net: wan: replace comparison to NULL with "!card"Peng Li2021-05-241-2/+2
* net: wan: move out assignment in if conditionPeng Li2021-05-241-2/+5
* net: wan: add some required spacesPeng Li2021-05-241-5/+5
* net: wan: fix the code style issue about trailing statementsPeng Li2021-05-241-15/+44
* net: wan: code indent use tabs where possiblePeng Li2021-05-241-17/+17
* net: wan: add blank line after declarationsPeng Li2021-05-241-0/+5
* net: wan: fix an code style issue about "foo* bar"Peng Li2021-05-241-3/+3
* net: wan: remove redundant blank linesPeng Li2021-05-241-38/+0
* net: wan: remove leading spaces before tabsHui Tang2021-05-201-2/+2
* wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-041-27/+27
* WAN: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-271-1/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* 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-081-3/+2
* wan: wanxl: remove redundant assignment to statColin Ian King2017-11-021-1/+0
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
* 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-141-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-091-1/+0
* 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/+0
* wanxl: remove a stray irq enableDan Carpenter2011-06-301-1/+1
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-48/+42
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-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-051-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-031-1/+0
* WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-14/+12
* annotate the rest of drivers/net/wanAl Viro2008-01-281-1/+1
* drivers/net/wan: Add missing "space"Joe Perches2008-01-281-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* 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