summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-12-08wireless: disable wext sysfs by defaultJohannes Berg1-3/+4
2011-12-07mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear1-1/+3
2011-12-07mac80211: accept public action frames with mismatched BSSIDJohannes Berg1-3/+10
2011-12-07mac80211: fix retransmitJohannes Berg1-1/+4
2011-12-07mac80211: Add HT operation modes for IBSSAlexander Simon7-12/+87
2011-12-07mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich3-0/+44
2011-12-07nl80211: Parse channel type attribute in an ibss join requestAlexander Simon2-7/+37
2011-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville9-261/+746
2011-12-03Bluetooth: trivial: correct check for LMP versionAndrei Emeltchenko1-1/+1
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2-4/+4
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan3-8/+7
2011-12-03Bluetooth: Correct version check in hci_setupAndrei Emeltchenko1-1/+1
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-30/+98
2011-12-02Bluetooth: remove old codeAndrei Emeltchenko1-12/+0
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes1-0/+10
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes2-0/+7
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko1-0/+19
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville1-1/+0
2011-12-01Bluetooth: Centralize SMP pairing failure handlingBrian Gix1-6/+16
2011-12-01Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix1-1/+9
2011-12-01Bluetooth: Add HCI User Passkey Req Evt handlingBrian Gix1-0/+58
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix1-1/+73
2011-12-01nfc: Remove function tracer like entry messagesJoe Perches5-63/+19
2011-12-01nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2-26/+0
2011-12-01nfc: Convert nfc_dbg to pr_debugJoe Perches7-158/+160
2011-12-01nfc: Use standard logging stylesJoe Perches6-26/+38
2011-12-01mac80211: remove unused function declarationMohammed Shafi Shajakhan1-1/+0
2011-12-01mac80211: revert on-channel work optimisationsJohannes Berg5-142/+13
2011-12-01net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2-23/+2
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich1-0/+6
2011-11-30cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-11-30cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-11-28mac80211: remove tracing config symbolJohannes Berg3-25/+2
2011-11-28mac80211: clean up rx_h_mesh_fwdingThomas Pedersen1-49/+39
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen5-77/+79
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen7-1/+24
2011-11-28mac80211: fix forwarded mesh frame queue mappingThomas Pedersen4-21/+36
2011-11-28mac80211: fix switched HWMP frame addressesThomas Pedersen1-19/+11
2011-11-28mac80211: failed forwarded mesh frame addressingThomas Pedersen3-11/+8
2011-11-28{nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh3-0/+12
2011-11-28mac80211: Make __check_htcap_disable static.Ben Greear1-3/+3
2011-11-28mac80211: call skb_put() before copying the data (trivial)Eliad Peller1-1/+1
2011-11-28mac80211: fix TX warningJohannes Berg1-3/+4
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau4-7/+17
2011-11-28mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov1-2/+5
2011-11-28mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov1-1/+1
2011-11-28mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov3-1/+44
2011-11-28mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov1-2/+5
2011-11-28mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov1-1/+1
2011-11-28mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich1-5/+9