summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lmc/lmc_main.c
Commit message (Expand)AuthorAgeFilesLines
* lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3
* drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+5
* drivers: net: lmc: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* wan: lmc: Switch to using managed resourcesAmitoj Kaur Chawla2016-03-021-20/+7
* wan: lmc: fix error return codeJulia Lawall2015-04-071-0/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-3/+0
|\
| * drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
| * wan: lmc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* net/lmc: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* net: Fix spelling typo in netMasanari Iida2012-04-141-1/+1
* net/wan: use module_pci_driverAxel Lin2012-04-141-12/+1
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-261-2/+2
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-4/+2
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
|/
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+5
* WAN/LMC: Fix type_trans().Krzysztof Halasa2009-08-291-1/+1
* lmc: Read outside array boundsroel kluin2009-08-131-3/+4
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-8/+11
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* lmc: copy_*_user under spinlockAlan Cox2008-10-161-7/+24
* WAN: Use u32 type instead of u_int32_t in LMC driver.Krzysztof Hałasa2008-07-231-7/+8
* WAN: Port LMC driver to generic HDLCKrzysztof Hałasa2008-07-231-371/+286
* syncppp: Fix crashes.David S. Miller2008-05-121-0/+1
* NULL noise in drivers/netAl Viro2008-01-281-3/+3
* [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-301-1/+1
* [WAN]: lmc_ioctl: don't return with locks heldRoel Kluin2007-10-301-21/+34
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [LMC]: lmc_main wants to use skb_tailroomArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Fix "stuct", "strut", "struc" typosAlexey Dobriyan2006-01-151-1/+1
OpenPOWER on IntegriCloud