Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireles...
[linux-2.6] / drivers / net / wireless / libertas / main.c
2008-02-29  David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-02-29  Holger Schuriglibertas: make lbs_sync_channel() static
2008-02-28  David S. MillerMerge branch 'pending' of /linux/kernel/git/vxy/lksctp-dev
2008-02-28  David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-02-28  Roland Dreierlibertas: Remove unused exports
2008-02-07  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-07  Len BrownMerge branches 'release', 'misc' and 'misc-2.6.25'...
2008-02-07  Len BrownMerge branches 'release' and 'ppc-workaround' into...
2008-02-07  Len BrownMerge branches 'release' and 'hp-cid' into release
2008-02-07  Len BrownMerge branches 'release' and 'gpe-ack' into release
2008-02-07  Len BrownMerge branches 'release', 'cpuidle-2.6.25' and 'idle...
2008-02-07  Len BrownMerge branches 'release', 'bugzilla-6217', 'bugzilla...
2008-02-07  Len BrownMerge branches 'release' and 'autoload' into release
2008-02-07  Len BrownMerge branches 'release', 'asus', 'sony-laptop' and...
2008-02-07  Len BrownMerge branches 'release', 'acpi_pm_device_sleep_state...
2008-02-06  Linus TorvaldsMerge branch 'dmapool' of git://git./linux/kernel/git...
2008-02-03  David WoodhouseMerge git://git.infradead.org/~dedekind/ubi-2.6
2008-02-03  David WoodhouseMerge git://git.infradead.org/~kmpark/onenand-mtd-2.6
2008-02-03  David WoodhouseMerge git://git./linux/kernel/git/torvalds/linux-2...
2008-02-01  Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-31  Paul MackerrasMerge branch 'linux-2.6'
2008-01-30  Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-29  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6.25
2008-01-28  Holger Schuriglibertas: pepper main with debug statement
2008-01-28  Holger Schuriglibertas: don't blindly try mesh
2008-01-28  David Woodhouselibertas: remove check for driver_lock in lbs_interrupt()
2008-01-28  David Woodhouselibertas: submit RSSI command on tx timeout, to check...
2008-01-28  David Woodhouselibertas: handle command timeout in main thread instead...
2008-01-28  David Woodhouselibertas: store command result in cmdnode instead of...
2008-01-28  David Woodhouselibertas: kill whitespace at end of lines
2008-01-28  David Woodhouselibertas: don't exit worker thread until kthread_stop...
2008-01-28  David Woodhouselibertas: use spin_is_locked() instead of spin_trylock...
2008-01-28  David Woodhouselibertas: pass channel argument directly to lbs_mesh_co...
2008-01-28  David Woodhouselibertas: cope with both old and new mesh TLV values
2008-01-28  David Woodhouselibertas: add ethtool support for wake-on-lan configuration
2008-01-28  David Woodhouselibertas: implement suspend and resume core methods
2008-01-28  David Woodhouselibertas: make worker thread not freezable
2008-01-28  David Woodhouselibertas: slight cleanup of netif queue stop/wake
2008-01-28  David Woodhouselibertas: be more careful about command responses match...
2008-01-28  David Woodhouselibertas: kill references to mesh autostart
2008-01-28  David Woodhouselibertas: add lbs_mesh sysfs attribute for enabling...
2008-01-28  David Woodhouselibertas: make some more functions static
2008-01-28  Dan Williamslibertas: convert DATA_RATE to a direct command
2008-01-28  David Woodhouselibertas: convert CMD_MESH_ACCESS to a direct command
2008-01-28  Dan Williamslibertas: rename and re-type bufvirtualaddr to cmdbuf
2008-01-28  David Woodhouselibertas: move removal of lbs_rtap file to lbs_stop_card()
2008-01-28  Dan Williamslibertas: convert GET_HW_SPEC to a direct command
2008-01-28  David Woodhouselibertas: don't run thread while firmware not yet ready
2008-01-28  David Woodhouselibertas: make rtap and normal modes mutually exclusive...
2008-01-28  David Woodhouselibertas: remove pre_open_check()
2008-01-28  David Woodhouselibertas: clean up lbs_interrupt()
2008-01-28  David Woodhouselibertas: Move actual transmission to main thread
2008-01-28  David Woodhouselibertas: refactor the 'should I sleep?' decision in...
2008-01-28  David Woodhouselibertas: set dev_addr on rtap device
2008-01-28  David Woodhouselibertas: stop using ieee80211 for radiotap device
2008-01-28  David Woodhouselibertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start...
2008-01-28  David Woodhouselibertas: move lbs_hard_start_xmit() into tx.c
2008-01-28  David Woodhouselibertas: kill internal tx queue for PS mode
2008-01-28  David Woodhouselibertas: use lbs_host_to_card_done() in lbs_tx_timeout()
2008-01-28  David Woodhouselibertas: kill struct lbs_adapter
2008-01-28  David Woodhouselibertas: kill TxLockFlag
2008-01-28  David Woodhouselibertas: fix lbs_rtap attribute in sysfs
2008-01-28  David Woodhouselibertas: clean up lbs_thread() to make it slightly...
2008-01-28  David Woodhouselibertas: kill adapter->nr_cmd_pending
2008-01-28  David Woodhouselibertas: Move SET_BOOT2_VER command to if_usb where...
2008-01-28  David Woodhouselibertas: Consolidate lbs_host_to_card_done() function.
2008-01-28  Holger Schuriglibertas: tweak tx path debugging
2008-01-28  Holger Schuriglibertas: remove arbitrary typedefs
2008-01-28  Brajesh Davelibertas: separate mesh connectivity from that of the...
2008-01-28  Andres Salomonlibertas: mark module_init/exit functions as __init...
2008-01-28  Holger Schuriglibertas: move to uniform lbs_/LBS_ namespace
2008-01-25  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-17  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-14  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-11  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2007-12-28  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2007-12-17  Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2007-12-14  Len BrownPull hotplug into release branch
2007-12-10  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-12-10  Paul MackerrasMerge branch 'linux-2.6'
2007-12-08  Russell KingMerge branch 'pxa-fixes'
2007-12-06  Len BrownPull bugzilla-9345 into release branch
2007-12-06  Len BrownPull apm-freeze-fix into release branch
2007-12-03  Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6.24
2007-12-03  Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2007-12-03  Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2007-12-03  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-12-03  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-12-03  Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2007-12-03  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/net-2.6
2007-12-03  Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2007-12-01  Jeff GarzikMerge branch 'fixes-jgarzik' of git://git./linux/kernel...
2007-11-30  David Woodhouselibertas: Don't set NETIF_F_IPV6_CSUM in dev->features
2007-11-20  Len BrownPull cpuidle into release branch
2007-10-29  Len BrownPull cpuidle into release branch
2007-10-23  Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2007-10-19  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-19  Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-15  Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
next