summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-11-29mac80211: fix RX aggregation lockingJohannes Berg4-38/+45
2010-11-29mac80211: implement off-channel mgmt TXJohannes Berg4-6/+129
2010-11-29nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg4-14/+63
2010-11-25mac80211: implement packet loss notificationJohannes Berg2-0/+25
2010-11-25cfg80211: allow using CQM event to notify packet lossJohannes Berg3-0/+61
2010-11-25mac80211: avoid aggregation for VO trafficLuis R. Rodriguez1-0/+3
2010-11-25mac80211: reduce the number of retries for nullfunc probingFelix Fietkau1-1/+8
2010-11-25mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau3-26/+72
2010-11-25cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau3-17/+47
2010-11-25mac80211: probe the AP when resumingFelix Fietkau1-0/+1
2010-11-25mac80211: calculate beacon loss time accuratelyFelix Fietkau2-4/+13
2010-11-25mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau1-0/+1
2010-11-25net/wireless: Use pr_<level> and netdev_<level>Joe Perches6-56/+44
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-13/+80
2010-11-25Revert "nl80211/mac80211: Report signal average"John W. Linville6-12/+1
2010-11-22mac80211: Disable hw crypto for GTKs on AP VLAN interfacesHelmut Schaa1-1/+8
2010-11-22cfg80211: Fix regulatory bug with multiple cards and delaysLuis R. Rodriguez1-9/+43
2010-11-22cfg80211: move mutex locking to reg_process_pending_hints()Luis R. Rodriguez1-8/+8
2010-11-22cfg80211: move reg_work and reg_todo aboveLuis R. Rodriguez1-2/+3
2010-11-22cfg80211: put core regulatory request into queueLuis R. Rodriguez1-6/+1
2010-11-18nl80211/mac80211: Report signal averageBruno Randolf6-1/+12
2010-11-18cfg80211: fix can_beacon_sec_chan, reenable HT40Mark Mentovai1-0/+2
2010-11-18mac80211: fix powersaving clients racesJohannes Berg4-7/+29
2010-11-18mac80211: defines for AC numbersJohannes Berg1-1/+10
2010-11-17mac80211: add support for setting the ad-hoc multicast rateFelix Fietkau3-6/+19
2010-11-17cfg80211: add support for setting the ad-hoc multicast rateFelix Fietkau1-0/+5
2010-11-17mac80211: Add function to get probe request template for current APJuuso Oikarinen3-5/+46
2010-11-17mac80211: Add antenna configurationBruno Randolf3-0/+92
2010-11-17cfg80211: Add nl80211 antenna configurationBruno Randolf1-1/+30
2010-11-17mac80211: support hardware TX fragmentation offloadArik Nemtsov5-2/+54
2010-11-16cfg80211: fix extension channel checks to initiate communicationLuis R. Rodriguez1-0/+52
2010-11-15mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()Jesper Juhl2-4/+2
2010-11-15mac80211: refactor debugfs function generation codeEliad Peller4-55/+52
2010-11-15mac80211: minstrel_ht - reduce the overhead of rate samplingFelix Fietkau1-6/+10
2010-11-15cfg80211: prefix REG_DBG_PRINT() with cfg80211Luis R. Rodriguez1-16/+15
2010-11-15cfg80211: add debug print when processing a channelLuis R. Rodriguez1-0/+39
2010-11-15cfg80211: add debug print when disabling a channel on a custom regdLuis R. Rodriguez1-0/+5
2010-11-15cfg80211: add debug prints for when we ignore regulatory hintsLuis R. Rodriguez1-3/+39
2010-11-15cfg80211: fix disabling channels based on hintsLuis R. Rodriguez1-1/+19
2010-11-15cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORYLuis R. Rodriguez1-0/+1
2010-11-15cfg80211: pass the reg hint initiator to helpersLuis R. Rodriguez1-4/+8
2010-11-15rfkill: remove dead codeStephen Hemminger1-14/+0
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz1-3/+10
2010-11-09Bluetooth: fix endianness conversion in L2CAPGustavo F. Padovan1-2/+2
2010-11-09Bluetooth: fix unaligned access to l2cap conf datasteven miao1-4/+4
2010-11-09Bluetooth: Fix non-SSP auth request for HIGH security level socketsJohan Hedberg1-0/+6
2010-11-09Bluetooth: fix hidp kconfig dependency warningRandy Dunlap1-1/+1
2010-11-09mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scanBrian Cavagnolo1-3/+3
2010-11-09cfg80211: fix a crash in dev lookup on dump commandsFelix Fietkau1-2/+2
2010-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-45/+104