aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wan/wanxl.c
AgeCommit message (Expand)Author
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-05-24net: wan: add braces {} to all arms of the statementPeng Li
2021-05-24net: wan: fix the comments style issuePeng Li
2021-05-24net: wan: replace comparison to NULL with "!card"Peng Li
2021-05-24net: wan: move out assignment in if conditionPeng Li
2021-05-24net: wan: add some required spacesPeng Li
2021-05-24net: wan: fix the code style issue about trailing statementsPeng Li
2021-05-24net: wan: code indent use tabs where possiblePeng Li
2021-05-24net: wan: add blank line after declarationsPeng Li
2021-05-24net: wan: fix an code style issue about "foo* bar"Peng Li
2021-05-24net: wan: remove redundant blank linesPeng Li
2021-05-20net: wan: remove leading spaces before tabsHui Tang
2020-08-04wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-02-27WAN: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-02-25net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei
2019-02-08wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva
2017-11-02wan: wanxl: remove redundant assignment to statColin Ian King
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2015-12-14wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-11wan: wanxl: Remove typedefs from struct namesHimangi Saraogi
2013-12-09wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-18wanxl: fix info leak in ioctlSalva Peiró
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/hdlc: remove __dev* attributesBill Pemberton
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-06-30wanxl: remove a stray irq enableDan Carpenter
2011-06-27generic_hdlc: Update to current logging formsJoe Perches
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2010-05-10net: trans_start cleanupsEric Dumazet
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa
2008-12-26drivers/net/wan: fix sparse warnings: make do-while a compound statementHannes Eder
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa
2008-01-28annotate the rest of drivers/net/wanAl Viro
2008-01-28drivers/net/wan: Add missing "space"Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-12[WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa