aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lmc
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-312-4/+4
* net: change to new flag variablematt mooney2011-03-171-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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0
* 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-212-24/+12
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-032-2/+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-236-143/+139
* WAN: Port LMC driver to generic HDLCKrzysztof Hałasa2008-07-236-648/+362
* WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa2008-07-231-2/+0
* syncppp: Fix crashes.David S. Miller2008-05-121-0/+1
* annotate the rest of drivers/net/wanAl Viro2008-01-282-2/+2
* NULL noise in drivers/netAl Viro2008-01-282-9/+5
* wan/lmc bitfields fixesAl Viro2008-01-181-10/+2
* [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]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-022-2/+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
* [NET]: remove unused header file: drivers/net/wan/lmc/lmc_media.hRobert P. J. Day2007-03-251-65/+0
* 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
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Fix "stuct", "strut", "struc" typosAlexey Dobriyan2006-01-151-1/+1
* [PATCH] Remove drivers/net/wan/lmc/lmc_prot.hTobias Klauser2005-11-161-15/+0
* [PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk2005-09-142-14/+4
* [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-121-6/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-1612-0/+4806