PM/Suspend: Introduce two new platform callbacks to avoid breakage
[safe/jmp/linux-2.6] / drivers / net / wan /
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_28BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-03-30 Uwe Kleine-Koenigtrivial: fix typo "varaible" -> "variable"
2009-03-27 Stephen Hemmingerwan: convert sdla driver to net_device_ops
2009-03-26 Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2009-03-22 Stephen Hemmingersbni: convert to net_device_ops
2009-03-22 Stephen Hemmingersbni: use internal net_device_stats
2009-03-22 Stephen Hemmingerlabether: convert to net_device_ops
2009-03-22 Stephen Hemmingerlapbether: convert to internal net_device_stats
2009-03-22 Stephen Hemmingercycx: convert to net_device_ops
2009-03-22 Stephen Hemmingerdlci: convert to net_device_ops
2009-03-22 Stephen Hemmingerdlci: convert to internal net_device_stats
2009-03-22 Stephen Hemmingerx25_asy: convert to net_device_ops
2009-03-22 Stephen Hemmingerx25_asy: convert to internal net_device_stats
2009-03-16 Jonathan CorbetRationalize fasync return values
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-02-27 Wei Yongjunwan: remove some pointless conditionals before kfree_skb()
2009-02-27 Stephen Hemmingerlapb: get rid of non-const printk warning
2009-02-18 Hannes Ederdrivers/net/wan: fix sparse warning: symbol shadows...
2009-02-18 Hannes Ederdrivers/net/wan: fix warning: format not a string liter...
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-21 Krzysztof HałasaWAN: Convert generic HDLC drivers to netdev_ops.
2009-01-21 Krzysztof HałasaWAN: Allow hw HDLC drivers to override dev->get_stats.
2009-01-21 Krzysztof HałasaWAN: Generic HDLC now uses IFF_WAN_HDLC private flag.
2009-01-13 Krzysztof HałasaWAN: Fix NAPI interface in IXP4xx HSS driver.
2008-12-30 Kamalesh Babulalnet: Fix more NAPI interface netdev argument drop fallout.
2008-12-26 Hannes Ederdrivers/net/wan/z85230.c: fix sparse warnings: un-EXPOR...
2008-12-26 Hannes Ederdrivers/net/wan: fix sparse warning: make symbol static
2008-12-26 Hannes Ederdrivers/net/wan: fix sparse warnings: make do-while...
2008-12-26 David S. MillerMerge branch 'for-david' of git://git./linux/kernel...
2008-12-26 Julia Lawalldrivers/net/wan: Remove redundant test
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-22 Julia Lawalldrivers/net/wan: Remove redundant test
2008-12-22 Krzysztof HałasaHDLC_PPP: Fix Configure-Ack to return original options...
2008-12-21 Krzysztof HałasaIXP4xx: move common debugging from network drivers...
2008-12-21 Krzysztof HałasaWAN: Add IXP4xx HSS HDLC driver.
2008-12-06 Alan Coxtty: driverdata and discdata are void *
2008-12-06 Alan Coxtty: Flags should be accessed via the foo_bit interfaces
2008-11-26 Ingo Molnarz85230: fix warning in drivers/net/wan/z85230.c
2008-11-24 Wang Chennetdevice sbni: Convert directly reference of netdev...
2008-11-22 Krzysztof HałasaWAN pc300too.c: Fix PC300-X.21 detection
2008-11-22 Krzysztof HałasaWAN: syncppp.c is no longer used by any kernel code...
2008-11-22 Krzysztof HałasaWAN: new synchronous PPP implementation for generic...
2008-11-22 Krzysztof HałasaWAN: Simplify sca_init_port() in HD64572 driver.
2008-11-22 Krzysztof HałasaWAN: Correct comments in hd6457[02].c
2008-11-22 Krzysztof HałasaWAN: HD64572 drivers don't use next_desc() anymore.
2008-11-22 Krzysztof HałasaWAN: Simplify HD64572 drivers.
2008-11-22 Krzysztof HałasaWAN: don't print HD64572 driver versions anymore.
2008-11-22 Krzysztof HałasaWAN: Simplify HD64572 status handling.
2008-11-22 Krzysztof HałasaWAN: rework HD64572 interrupts a bit.
2008-11-22 Krzysztof HałasaWAN: HD64572 already handles TX underruns with DMAC.
2008-11-22 Krzysztof HałasaWAN: TX-done handler now uses the ownership bit in...
2008-11-22 Krzysztof HałasaWAN: convert HD64572-based drivers to NAPI.
2008-11-22 Krzysztof HałasaWAN: remove SCA support from SCA-II drivers
2008-11-22 Krzysztof HałasaWAN: remove SCA II support from SCA drivers
2008-11-22 Krzysztof HałasaWAN: split hd6457x.c into hd64570.c and hd64572.c
2008-11-22 Wang Chennetdevice pc300: Add the reason about PC300 BROKEN...
2008-11-22 Wang Chennetdevice pc300: Convert directly reference of netdev...
2008-11-22 Wang Chennetdevice hdlc: Convert directly reference of netdev...
2008-11-20 Wang Chennetdevice wanrouter: Convert directly reference of...
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-3
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-31 Randy Dunlapnet: delete excess kernel-doc notation
2008-10-31 Arjan van de Venpci: use pci_ioremap_bar() in drivers/net
2008-10-27 Jeff Garzikdrivers/net/wan/syncppp: Fix unused-var warnings
2008-10-20 Linus TorvaldsMerge branch 'genirq-v28-for-linus' of git://git./linux...
2008-10-17 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-10-16 Greg Kroah-Hartmandevice create: net: convert device_create_drvdata to...
2008-10-16 Yinghai Ludrivers/net: use nr_irqs
2008-10-16 Alan Coxlmc: copy_*_user under spinlock
2008-10-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-10-13 Alan Coxtty: kref the tty driver object
2008-09-24 Harvey Harrisondrivers/net: replace __FUNCTION__ with __func__
2008-09-24 Krzysztof Halasawan/hdlc_x25.c: fix a NULL dereference
2008-09-23 Julia Lawalldrivers/net/wan: Use DIV_ROUND_UP
2008-08-27 Eugene Teowan: Missing capability checks in sbni_ioctl()
2008-08-07 Jeff GarzikMerge branch 'for-jeff' of git://git./linux/kernel...
2008-08-07 Krzysztof HalasaWAN: remove extra help text from HDLC_PPP config option
2008-07-23 Krzysztof HałasaWAN: Use u32 type instead of u_int32_t in LMC driver.
2008-07-23 Krzysztof HałasaWAN: Port LMC driver to generic HDLC
2008-07-23 Krzysztof HałasaWAN: Convert Zilog-based drivers to generic HDLC
2008-07-23 Krzysztof HałasaWAN: Port COSA driver to generic HDLC.
2008-07-23 Krzysztof HałasaWAN: farsync driver no longer uses syncppp.c directly
2008-07-23 Krzysztof HałasaWAN: Convert PC300 driver to use normal u8/u16/u32...
2008-07-23 Krzysztof HałasaWAN: Remove dead code from PC300 driver, part #2
2008-07-23 Krzysztof HałasaWAN: Remove dead code from PC300 driver, part #1
2008-07-23 Krzysztof HałasaWAN: Remove unneeded "#include <net/syncppp.h>"
2008-07-23 Krzysztof HałasaRemove bogus variables from syncppp.[ch]
2008-07-23 Krzysztof HałasaWAN: cosmetic changes to generic HDLC
2008-07-22 Greg Kroah-Hartmandevice create: net: convert device_create to device_cre...
2008-07-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-21 Alan Coxtty: Ldisc revamp
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-15 Johann Felix Sodennet: Remove references to wan-router.txt in Kconfigs
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-04 Krzysztof HalasaWAN: Remove no longer needed pvc_desc in FR code.
next