summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-301-1/+1
* wan: convert sdla driver to net_device_opsStephen Hemminger2009-03-271-21/+15Star
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-271-2/+2
|\
| * Rationalize fasync return valuesJonathan Corbet2009-03-161-2/+2
* | sbni: convert to net_device_opsStephen Hemminger2009-03-221-6/+14
* | sbni: use internal net_device_statsStephen Hemminger2009-03-221-42/+26Star
* | labether: convert to net_device_opsStephen Hemminger2009-03-221-4/+8
* | lapbether: convert to internal net_device_statsStephen Hemminger2009-03-221-16/+4Star
* | cycx: convert to net_device_opsStephen Hemminger2009-03-221-20/+21
* | dlci: convert to net_device_opsStephen Hemminger2009-03-221-10/+12
* | dlci: convert to internal net_device_statsStephen Hemminger2009-03-221-21/+11Star
* | x25_asy: convert to net_device_opsStephen Hemminger2009-03-221-5/+9
* | x25_asy: convert to internal net_device_statsStephen Hemminger2009-03-222-23/+11Star
* | net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-102-2/+2
* | wan: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1Star
* | lapb: get rid of non-const printk warningStephen Hemminger2009-02-271-1/+1
* | drivers/net/wan: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-8/+9
* | drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder2009-02-182-2/+4
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-016-21/+21
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-212-8/+8
* | WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-2120-105/+137
* | WAN: Allow hw HDLC drivers to override dev->get_stats.Krzysztof Hałasa2009-01-211-11/+1Star
* | WAN: Generic HDLC now uses IFF_WAN_HDLC private flag.Krzysztof Hałasa2009-01-211-1/+2
|/
* WAN: Fix NAPI interface in IXP4xx HSS driver.Krzysztof Hałasa2009-01-131-3/+3
* net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal2008-12-301-1/+1
* drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbolsHannes Eder2008-12-261-8/+2Star
* drivers/net/wan: fix sparse warning: make symbol staticHannes Eder2008-12-261-1/+1
* drivers/net/wan: fix sparse warnings: make do-while a compound statementHannes Eder2008-12-261-4/+4
* Merge branch 'for-david' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...David S. Miller2008-12-264-5/+1339
|\
| * drivers/net/wan: Remove redundant testJulia Lawall2008-12-221-3/+2Star
| * HDLC_PPP: Fix Configure-Ack to return original options as required by the sta...Krzysztof Hałasa2008-12-221-5/+6
| * IXP4xx: move common debugging from network drivers to QMGR module.Krzysztof Hałasa2008-12-221-43/+11Star
| * WAN: Add IXP4xx HSS HDLC driver.Krzysztof Hałasa2008-12-223-0/+1365
* | drivers/net/wan: Remove redundant testJulia Lawall2008-12-261-3/+2Star
* | net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-2/+2
|/
* tty: driverdata and discdata are void *Alan Cox2008-12-061-5/+5
* tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-061-4/+4
* z85230: fix warning in drivers/net/wan/z85230.cIngo Molnar2008-11-261-1/+1
* netdevice sbni: Convert directly reference of netdev->privWang Chen2008-11-241-47/+52
* WAN pc300too.c: Fix PC300-X.21 detectionKrzysztof Hałasa2008-11-221-24/+24
* WAN: syncppp.c is no longer used by any kernel code. Remove it.Krzysztof Hałasa2008-11-221-1476/+0Star
* WAN: new synchronous PPP implementation for generic HDLC.Krzysztof Hałasa2008-11-222-48/+602
* WAN: Simplify sca_init_port() in HD64572 driver.Krzysztof Hałasa2008-11-221-36/+31Star
* WAN: Correct comments in hd6457[02].cKrzysztof Hałasa2008-11-222-2/+2
* WAN: HD64572 drivers don't use next_desc() anymore.Krzysztof Hałasa2008-11-221-10/+3Star
* WAN: Simplify HD64572 drivers.Krzysztof Hałasa2008-11-223-135/+110Star
* WAN: don't print HD64572 driver versions anymore.Krzysztof Hałasa2008-11-222-26/+2Star
* WAN: Simplify HD64572 status handling.Krzysztof Hałasa2008-11-221-29/+8Star