summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mac80211: removed useless code in IBSS managementBenoit Papillault2010-01-191-7/+9
| * | | mac80211: re-enable re-transmission of filtered framesJohannes Berg2010-01-192-28/+11
| * | | mac80211: move control.hw_key assignmentJohannes Berg2010-01-194-49/+46
| * | | mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPTJohannes Berg2010-01-191-3/+0
| * | | mac80211: clear TX control on filtered framesJohannes Berg2010-01-191-0/+8
| * | | mac80211: move and rename misc tx handlerJohannes Berg2010-01-191-12/+12
| * | | mac80211: pid: replace open-coded msecs_to_jiffiesBob Copeland2010-01-191-6/+2
| * | | mac80211: fix WMM AC default for non-QoS data framesFelix Fietkau2010-01-191-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-195-5/+18
| |\ \ \
* | \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-281-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-281-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | mac80211: fix NULL pointer dereference when ftrace is enabledZhu Yi2010-01-261-1/+1
| | | |/ | | |/|
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-235-5/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-192-1/+4
| |\ \ \ | | |/ /
| | * | mac80211: fix sign error in pid controllerBob Copeland2010-01-181-1/+1
| | * | mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault2010-01-151-0/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-128-42/+152
| |\ \ \ | | |/ /
| | * | mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau2010-01-111-2/+5
| | * | mac80211: fix endian errorJohannes Berg2010-01-081-2/+2
| | * | mac80211: add missing sanity checks for action framesFelix Fietkau2010-01-082-1/+7
| | * | mac80211: fix queue selection for packets injected via monitor interfaceLennert Buytenhek2010-01-081-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-293-0/+20
| |\ \ \
* | \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-1922-241/+834
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mac80211: fix memory leak in ieee80211_send_probe_reqMing Lei2010-01-151-0/+1
| * | | | mac80211: force use_short_slot=true for 5GHzFelix Fietkau2010-01-152-0/+9
| * | | | mac80211: Fixed netif_tx_wake_all_queues in IBSS modeBenoit Papillault2010-01-151-1/+3
| * | | | mac80211: check uapsd state for dynamic power saveKalle Valo2010-01-121-0/+25
| * | | | mac80211: create tx handler for dynamic psKalle Valo2010-01-121-40/+41
| * | | | mac80211: add debugfs interface for U-APSD queue configurationKalle Valo2010-01-125-3/+113
| * | | | mac80211: add U-APSD client supportKalle Valo2010-01-127-6/+81
| * | | | mac80211: remove unused type argumentJohannes Berg2010-01-121-19/+19
| * | | | mac80211: flush workqueue before calling driver ->stop() methodLennert Buytenhek2010-01-121-1/+1
| * | | | net/mac80211/mlme.c: Remove unnecessary semicolonsJoe Perches2010-01-121-1/+1
| * | | | mac80211: fix return from ieee80211_assoc_successJohannes Berg2010-01-121-1/+1
| * | | | mac80211: do not transmit frames on unconfigured 4-addr vlan interfacesFelix Fietkau2010-01-121-1/+4
| * | | | mac80211: allow station updates on ap interfaces for vlan stationsFelix Fietkau2010-01-123-6/+30
| * | | | mac80211: use nullfunc frames for 4-addr sta detectionFelix Fietkau2010-01-122-0/+51
| * | | | mac80211: fix a few work bugsJohannes Berg2010-01-122-0/+5
| * | | | mac80211: use Probe Request template when sending a direct scanKalle Valo2010-01-121-24/+16
| * | | | mac80211: create Probe Request templateKalle Valo2010-01-121-0/+50
| * | | | mac80211: use PS Poll and Nullfunc templates when sending such framesKalle Valo2010-01-121-39/+9
| * | | | mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo2010-01-121-0/+78
| * | | | cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen2010-01-127-60/+86
| * | | | mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2010-01-122-11/+38
| * | | | mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi2010-01-121-1/+2
| * | | | mac80211: Add new callback set_coverage_classLukáš Turek2010-01-123-0/+45
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-063-7/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville2010-01-063-9/+9
| | * | | mac80211: fix-up build breakage in 2.6.33John W. Linville2010-01-061-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-056-32/+132
| |\ \ \ \ | | |/ / /
OpenPOWER on IntegriCloud