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/+15
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-2/+2
|\
| * Rationalize fasync return valuesJonathan Corbet2009-03-161-2/+2
* | sbni: convert to net_device_opsStephen Hemminger2009-03-211-6/+14
* | sbni: use internal net_device_statsStephen Hemminger2009-03-211-42/+26
* | labether: convert to net_device_opsStephen Hemminger2009-03-211-4/+8
* | lapbether: convert to internal net_device_statsStephen Hemminger2009-03-211-16/+4
* | cycx: convert to net_device_opsStephen Hemminger2009-03-211-20/+21
* | dlci: convert to net_device_opsStephen Hemminger2009-03-211-10/+12
* | dlci: convert to internal net_device_statsStephen Hemminger2009-03-211-21/+11
* | x25_asy: convert to net_device_opsStephen Hemminger2009-03-211-5/+9
* | x25_asy: convert to internal net_device_statsStephen Hemminger2009-03-212-23/+11
* | 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-261-2/+1
* | lapb: get rid of non-const printk warningStephen Hemminger2009-02-261-1/+1
* | drivers/net/wan: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-171-8/+9
* | drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder2009-02-172-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/+1
* | 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-121-3/+3
* net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal2008-12-291-1/+1
* drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbolsHannes Eder2008-12-261-8/+2
* 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-254-5/+1339
|\
| * drivers/net/wan: Remove redundant testJulia Lawall2008-12-221-3/+2
| * 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/+11
| * WAN: Add IXP4xx HSS HDLC driver.Krzysztof Hałasa2008-12-223-0/+1365
* | drivers/net/wan: Remove redundant testJulia Lawall2008-12-251-3/+2
* | net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-2/+2
|/
* tty: driverdata and discdata are void *Alan Cox2008-12-051-5/+5
* tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-051-4/+4
* z85230: fix warning in drivers/net/wan/z85230.cIngo Molnar2008-11-251-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/+0
* 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/+31
* 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/+3
* WAN: Simplify HD64572 drivers.Krzysztof Hałasa2008-11-223-135/+110
* WAN: don't print HD64572 driver versions anymore.Krzysztof Hałasa2008-11-222-26/+2
* WAN: Simplify HD64572 status handling.Krzysztof Hałasa2008-11-221-29/+8