aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11net: lmc: fix spelling mistake "runnin" -> "running"Colin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 426Thomas Gleixner5-16/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-25net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-2/+1
2019-01-26net: lmc: remove -I. header search pathMasahiro Yamada1-1/+1
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-08-02drivers: net: lmc: fix case value for target abort errorColin Ian King1-1/+1
2018-07-07drivers: net: lmc: remove redundant variable next_rxColin Ian King1-2/+0
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych1-10/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-21drivers: net: lmc: use setup_timer() helper.Allen Pais1-3/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-17WAN: use designated initializersKees Cook1-48/+49
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-02wan: lmc: Switch to using managed resourcesAmitoj Kaur Chawla1-20/+7
2015-04-07wan: lmc: fix error return codeJulia Lawall1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-12-09wan: lmc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/lmc: remove __dev* attributesBill Pemberton1-3/+3
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-04-14net/wan: use module_pci_driverAxel Lin1-12/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-1/+0
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2011-03-17net: change to new flag variablematt mooney1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+0
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-4/+5
2009-08-29WAN/LMC: Fix type_trans().Krzysztof Halasa1-1/+1
2009-08-13lmc: Read outside array boundsroel kluin1-3/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2-24/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2-2/+0
2008-10-16lmc: copy_*_user under spinlockAlan Cox1-7/+24
2008-07-23WAN: Use u32 type instead of u_int32_t in LMC driver.Krzysztof Hałasa6-143/+139
2008-07-23WAN: Port LMC driver to generic HDLCKrzysztof Hałasa6-648/+362
2008-07-23WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa1-2/+0