mac80211: FIF_PSPOLL filter flag
[safe/jmp/linux-2.6] / net / mac80211 /
2009-08-04 Igor Perminovmac80211: FIF_PSPOLL filter flag
2009-08-04 Maxim Levitskymac80211: Increase timeouts for station polling
2009-08-04 Maxim Levitskymac80211: Retry probe request few times
2009-08-04 Luis R. Rodriguezcfg80211: enable country IE support to all cfg80211...
2009-08-04 Johannes Bergmac80211: fix powersave
2009-08-04 Luis R. Rodriguezmac80211: redefine usage of the mac80211 workqueue
2009-08-04 Johannes Bergmac80211: fix sparse warnings/errors
2009-08-04 Bob Copelandmac80211: disable beacons before removing the associate...
2009-08-04 Johannes Bergmac80211: disable software retry for now
2009-07-31 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-07-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-29 Johannes Bergcfg80211: self-contained wext handling where possible
2009-07-29 Johannes Bergcfg80211: combine IWESSID handlers
2009-07-29 Johannes Bergcfg80211: combine IWAP handlers
2009-07-29 Johannes Bergcfg80211: combine iwfreq implementations
2009-07-29 Johannes Bergmac80211: verify info->control.vif is not NULL
2009-07-29 Helmut Schaamac80211: fix an oops in ieee80211_scan_state_set_channel
2009-07-29 Johannes Bergmac80211: fix receiving deauth
2009-07-29 Johannes Bergmac80211: fix suspend
2009-07-27 Luis R. Rodriguezmac80211: fix oops due to missing private data
2009-07-27 Johannes Bergmac80211: fix PS-poll response, race
2009-07-27 Luis R. Rodriguezmac80211: fix MLME issuing of probe requests while...
2009-07-27 Johannes Bergmac80211: fix mlme timeouts
2009-07-27 Helmut Schaamac80211: rename scan_state to next_scan_state
2009-07-27 Helmut Schaamac80211: implement basic background scanning
2009-07-27 Helmut Schaamac80211: Replace {sw, hw}_scanning variables with...
2009-07-27 Helmut Schaamac80211: introduce a new scan state "decision"
2009-07-27 Helmut Schaamac80211: advance the state machine immediately if...
2009-07-27 Helmut Schaamac80211: refactor the scan code
2009-07-27 Johannes Bergmac80211: allow using network namespaces
2009-07-27 Johannes Bergcfg80211: make aware of net namespaces
2009-07-27 Johannes Bergmac80211: cooperate more with network namespaces
2009-07-27 Luis R. Rodriguezmac80211: do not queue work after suspend in the dynami...
2009-07-24 Javier Cardonamac80211: Fix regression in mesh forwarding path.
2009-07-24 Johannes Bergmac80211: fix ieee80211_xmit call context
2009-07-24 Johannes Bergmac80211: remove master netdev
2009-07-24 Christian Lampartermac80211: fix spare warnings in driver-trace.h
2009-07-24 Christian Lampartermac80211: do not monitor the connection while scanning
2009-07-24 Luis R. Rodriguezmac80211: add helper for management / no-ack frame...
2009-07-24 Luis R. Rodriguezmac80211: make minstrel/pid RC use ieee80211_is_data(fc)
2009-07-24 Luis R. Rodriguezmac80211: drop frames for sta with no valid rate
2009-07-24 Johannes Bergmac80211: cancel the connection monitor timers/work
2009-07-24 Johannes Bergmac80211: mesh: fix two small problems
2009-07-24 Johannes Bergmac80211: monitor the connection
2009-07-24 Johannes Bergmac80211: fix multi-use timer
2009-07-24 Johannes Bergcfg80211: rework key operation
2009-07-24 Javier Cardonamac80211: Assign next hop address to pending mesh frames
2009-07-24 Johannes Bergmac80211: driver operation debugging
2009-07-24 Johannes Bergmac80211: fix sparse warning
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-21 Javier Cardonamac80211: use correct address for mesh Path Error
2009-07-21 Pavel Roskinmac80211: fix injection in monitor mode
2009-07-21 Johannes Bergmac80211: disable mesh
2009-07-10 Johannes Bergcfg80211: fix locking
2009-07-10 Johannes Bergcfg80211: mlme API must be able to sleep
2009-07-10 Johannes Bergmac80211: refactor the WEP code to be directly usable
2009-07-10 Johannes Bergmac80211: rework MLME for multiple authentications
2009-07-10 Johannes Bergmac80211: remove dead code from mlme
2009-07-10 Johannes Bergcfg80211: let SME control reassociation vs. association
2009-07-10 Helmut Schaamac80211: shorten the passive dwell time for sw scans
2009-07-10 Johannes Bergcfg80211: keep track of BSSes
2009-07-10 Johannes Bergcfg80211: assimilate and export ieee80211_bss_get_ie
2009-07-10 Johannes Bergmac80211: remove dead code, clean up
2009-07-10 Johannes Bergmac80211: remove auth algorithm retry
2009-07-10 Johannes Bergmac80211: re-add HT disabling
2009-07-10 Johannes Bergcfg80211: implement get_wireless_stats
2009-07-10 Johannes Bergcfg80211: implement IWRATE
2009-07-10 Johannes Bergcfg80211: implement IWAP for WDS
2009-07-10 Johannes Bergcfg80211: implement iwpower
2009-07-10 Johannes Bergcfg80211: managed mode wext compatibility
2009-07-10 Samuel Ortizcfg80211: connect/disconnect API
2009-07-10 Johannes Bergmac80211: remove an unused function declaration
2009-07-10 Johannes Bergcfg80211: introduce nl80211 testmode command
2009-07-10 Johannes Bergmac80211: tell SME about real auth state
2009-07-10 Johannes Bergcfg80211: use proper allocation flags
2009-07-10 Johannes Bergmac80211: fix todo lock
2009-07-10 Johannes Bergcfg80211: send wext MLME-MICHAELMICFAILURE.indication
2009-07-10 Johannes Bergmac80211: improve per-sta debugfs
2009-07-10 Johannes Bergmac80211: push rx status into skb->cb
2009-07-10 Johannes Bergcfg80211: pass netdev to change_virtual_intf
2009-07-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-07 Luciano Coelhomac80211: minstrel: avoid accessing negative indices...
2009-07-07 Andrey Yurovskymac80211: fix allocation in mesh_queue_preq
2009-07-06 Patrick McHardynet: convert remaining non-symbolic return values in...
2009-06-26 Jesper Dangaard... mac80211: Use rcu_barrier() on unload.
2009-06-15 Johannes Bergmac80211: fix wext bssid/ssid setting
2009-06-15 Johannes Bergmac80211: disconnect when user changes channel
2009-06-15 Johannes Bergmac80211: add queue debugfs file
2009-06-15 Jouni Malinenmac80211: Do not try to associate with an empty SSID
2009-06-13 Patrick McHardynet: use symbolic values for ndo_start_xmit() return...
2009-06-10 Johannes Bergmac80211: disable PS while probing AP
2009-06-10 Luis R. Rodriguezmac80211: disable moving between PS modes during scan
2009-06-10 Johannes Bergmac80211: clean up return value of __ieee80211_parse_tx...
2009-06-10 Johannes Bergmac80211: don't use master netdev name
2009-06-10 Vasanthakumar Thia... mac80211: Fix the way ADDBA request count being modified
2009-06-10 Johannes Bergmac80211: do not pass PS frames out of mac80211 again
2009-06-10 matthieu castetmac80211 : fix unaligned rx skb
2009-06-10 Bob Copelandmac80211: fix minstrel single-rate memory corruption
2009-06-03 Johannes Bergcfg80211: fix Kconfig for users of cfg80211
2009-06-03 Luis R. Rodriguezmac80211: removed unused variable in ieee80211_tx()
next