aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-3/+3
* mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho2011-01-131-9/+2
* mac80211: fix lockdep warningJohannes Berg2011-01-131-1/+11
* mac80211: remove stray externJohannes Berg2011-01-051-2/+2
* mac80211: implement off-channel TX using hw r-o-c offloadJohannes Berg2011-01-053-10/+81
* mac80211: implement hardware offload for remain-on-channelJohannes Berg2011-01-057-3/+287
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-056-108/+96
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-052-0/+9
| |\
| | * mac80211: add missing synchronize_rcuJohannes Berg2011-01-041-0/+6
| | * mac80211: fix mesh forwarding when ratelimited tooMilton Miller2011-01-041-2/+2
| * | mac80211: fix some key comments and codeJohannes Berg2011-01-041-21/+17
| * | Revert "mac80211: temporarily disable reorder release timer"Christian Lamparter2011-01-041-24/+0
| * | mac80211: serialize rx path workersChristian Lamparter2011-01-043-43/+49
| * | mac80211: Fix mesh portal communication with other mesh nodes.Joel A Fernandes2011-01-041-4/+10
| * | mac80211: ignore PSM bit of reordered framesChristian Lamparter2011-01-042-0/+6
| * | mac80211: cleanup select_queueJohannes Berg2010-12-221-14/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-262-2/+5
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-263-2/+12
| |\ \ \ | | | |/ | | |/|
| | * | mac80211: fix mesh forwardingJohannes Berg2010-12-221-1/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-142-4/+30
| |\ \ \
| * | | | leds: fix up dependenciesJohannes Berg2010-12-021-1/+1
* | | | | mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declarationLuciano Coelho2010-12-221-0/+2
* | | | | mac80211: selective throughput LED trigger activeJohannes Berg2010-12-225-15/+59
* | | | | mac80211: add throughput based LED blink triggerJohannes Berg2010-12-227-9/+178
* | | | | mac80211: make LED trigger names available earlyJohannes Berg2010-12-223-20/+22
| |_|_|/ |/| | |
* | | | mac80211: fix potentially redundant skb data copyingFelix Fietkau2010-12-201-1/+1
* | | | mac80211: skip unnecessary pskb_expand_head callsFelix Fietkau2010-12-201-1/+3
* | | | mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmitFelix Fietkau2010-12-201-1/+2
* | | | mac80211: Remove unused third address from mesh address extension header.Javier Cardona2010-12-203-24/+16
* | | | mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona2010-12-205-11/+19
* | | | mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona2010-12-205-8/+48
* | | | mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2010-12-201-4/+4
* | | | nl80211: Add notification for dropped Deauth/DisassocJouni Malinen2010-12-161-2/+20
* | | | wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.hShan Wei2010-12-151-11/+0
* | | | mac80211: Add timeout to BA session start APISujith Manoharan2010-12-154-4/+9
* | | | nl80211: advertise maximum remain-on-channel durationJohannes Berg2010-12-151-0/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-152-1/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski2010-12-131-1/+4
| * | | mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey2010-12-131-0/+4
| | |/ | |/|
* | | mac80211: support IBSS RSN with SW cryptoJohannes Berg2010-12-131-1/+5
* | | mac80211 default tx_last_beacon false (congestion)Tim Harvey2010-12-131-1/+1
* | | mac80211: support separate default keysJohannes Berg2010-12-138-47/+62
* | | cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg2010-12-131-1/+2
* | | mac80211: clean up RX key checksJohannes Berg2010-12-131-2/+21
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-3/+18
|\ \ \ | |/ /
| * | mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa2010-12-081-3/+18
* | | mac80211: Show max number of probe tries in debug message.Ben Greear2010-12-081-2/+3
* | | mac80211: Apply ht_opmode changes in ieee80211_change_bssHelmut Schaa2010-12-081-0/+6
* | | mac80211: Fix compilation error when mesh is disabledJavier Cardona2010-12-071-0/+2
* | | mac80211: fix a compiler warningFelix Fietkau2010-12-071-2/+1