aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lmc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-12syncppp: Fix crashes.David S. Miller1-0/+1
2008-01-28annotate the rest of drivers/net/wanAl Viro2-2/+2
2008-01-28NULL noise in drivers/netAl Viro2-9/+5
2008-01-18wan/lmc bitfields fixesAl Viro1-10/+2
2007-10-30[WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk1-1/+1
2007-10-30[WAN]: lmc_ioctl: don't return with locks heldRoel Kluin1-21/+34
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[LMC]: lmc_main wants to use skb_tailroomArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-03-25[NET]: remove unused header file: drivers/net/wan/lmc/lmc_media.hRobert P. J. Day1-65/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-15Fix "stuct", "strut", "struc" typosAlexey Dobriyan1-1/+1
2005-11-16[PATCH] Remove drivers/net/wan/lmc/lmc_prot.hTobias Klauser1-15/+0
2005-09-14[PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk2-14/+4
2005-05-12[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING1-6/+2