summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lmc/lmc_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-271-2/+2
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-261-1/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-4/+2Star
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-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-191-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-141-3/+4
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-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-041-1/+0Star
* 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/+286Star
* syncppp: Fix crashes.David S. Miller2008-05-121-0/+1
* NULL noise in drivers/netAl Viro2008-01-291-3/+3
* [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-311-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-111-1/+0Star
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [LMC]: lmc_main wants to use skb_tailroomArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-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
* [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-131-6/+2Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2201