aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/wanxl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-12/+9
2021-05-24net: wan: add braces {} to all arms of the statementPeng Li1-4/+4
2021-05-24net: wan: fix the comments style issuePeng Li1-6/+9
2021-05-24net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-24net: wan: move out assignment in if conditionPeng Li1-2/+5
2021-05-24net: wan: add some required spacesPeng Li1-5/+5
2021-05-24net: wan: fix the code style issue about trailing statementsPeng Li1-15/+44
2021-05-24net: wan: code indent use tabs where possiblePeng Li1-17/+17
2021-05-24net: wan: add blank line after declarationsPeng Li1-0/+5
2021-05-24net: wan: fix an code style issue about "foo* bar"Peng Li1-3/+3
2021-05-24net: wan: remove redundant blank linesPeng Li1-38/+0
2021-05-20net: wan: remove leading spaces before tabsHui Tang1-2/+2
2020-08-04wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+27
2020-02-27WAN: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-02-25net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-08wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2017-11-02wan: wanxl: remove redundant assignment to statColin Ian King1-1/+0
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+0
2015-12-14wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar1-0/+1
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-11wan: wanxl: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2013-12-09wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-18wanxl: fix info leak in ioctlSalva Peiró1-0/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03net/hdlc: remove __dev* attributesBill Pemberton1-1/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-1/+0
2011-06-30wanxl: remove a stray irq enableDan Carpenter1-1/+1
2011-06-27generic_hdlc: Update to current logging formsJoe Perches1-48/+42
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-4/+10
2008-12-26drivers/net/wan: fix sparse warnings: make do-while a compound statementHannes Eder1-4/+4
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-14/+12
2008-01-28annotate the rest of drivers/net/wanAl Viro1-1/+1
2008-01-28drivers/net/wan: Add missing "space"Joe Perches1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-12[WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa1-1/+4