aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wan/lmc
AgeCommit message (Expand)AuthorFilesLines
2017-11-28lmc: Use memdup_user() as a cleanupGravatar Vasyl Gomonovych 1-10/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+5
2017-09-21drivers: net: lmc: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-17WAN: use designated initializersGravatar Kees Cook 1-48/+49
2016-10-20net: use core MTU range checking in WAN driversGravatar Jarod Wilson 1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2016-03-02wan: lmc: Switch to using managed resourcesGravatar Amitoj Kaur Chawla 1-20/+7
2015-04-07wan: lmc: fix error return codeGravatar Julia Lawall 1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-07treewide: fix comments and printk msgsGravatar Masanari Iida 1-1/+1
2013-12-09wan: lmc: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGravatar Greg Kroah-Hartman 1-2/+1
2012-12-03net/lmc: remove __dev* attributesGravatar Bill Pemberton 1-3/+3
2012-04-14net: Fix spelling typo in netGravatar Masanari Iida 1-1/+1
2012-04-14net/wan: use module_pci_driverGravatar Axel Lin 1-12/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesGravatar Joe Perches 1-1/+0
2011-06-24treewide: Fix recieve/receive typosGravatar Joe Perches 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-4/+4
2011-03-17net: change to new flag variableGravatar matt mooney 1-1/+1
2010-09-26drivers/net: return operator cleanupGravatar Eric Dumazet 1-2/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersGravatar Joe Perches 1-1/+1
2010-05-10net: trans_start cleanupsGravatar Eric Dumazet 1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-2/+0
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Gravatar Alexey Dobriyan 1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argGravatar Joe Perches 1-1/+1
2009-09-01wan: convert drivers to netdev_tx_tGravatar Stephen Hemminger 1-4/+5
2009-08-29WAN/LMC: Fix type_trans().Gravatar Krzysztof Halasa 1-1/+1
2009-08-13lmc: Read outside array boundsGravatar roel kluin 1-3/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsGravatar Patrick McHardy 1-1/+1
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Gravatar Krzysztof Hałasa 2-24/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 2-2/+0
2008-10-16lmc: copy_*_user under spinlockGravatar Alan Cox 1-7/+24
2008-07-23WAN: Use u32 type instead of u_int32_t in LMC driver.Gravatar Krzysztof Hałasa 6-143/+139
2008-07-23WAN: Port LMC driver to generic HDLCGravatar Krzysztof Hałasa 6-648/+362
2008-07-23WAN: Remove unneeded "#include <net/syncppp.h>"Gravatar Krzysztof Hałasa 1-2/+0
2008-05-12syncppp: Fix crashes.Gravatar David S. Miller 1-0/+1
2008-01-28annotate the rest of drivers/net/wanGravatar Al Viro 2-2/+2
2008-01-28NULL noise in drivers/netGravatar Al Viro 2-9/+5
2008-01-18wan/lmc bitfields fixesGravatar Al Viro 1-10/+2
2007-10-30[WAN]: fix drivers/net/wan/lmc/ compilationGravatar Adrian Bunk 1-1/+1
2007-10-30[WAN]: lmc_ioctl: don't return with locks heldGravatar Roel Kluin 1-21/+34
2007-10-10[NET]: Move hardware header operations out of netdevice.Gravatar Stephen Hemminger 1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 1-1/+0