summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Add disconnect managment commandJohan Hedberg2011-02-082-2/+126
* Bluetooth: Add connected/disconnected management eventsJohan Hedberg2011-02-082-5/+31
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-083-0/+252
* Bluetooth: Add class of device control to the management interfaceJohan Hedberg2011-02-081-3/+118
* Bluetooth: Implement a more complete adapter initialization sequenceJohan Hedberg2011-02-081-1/+193
* Bluetooth: Remove page timeout setting from HCI init sequenceJohan Hedberg2011-02-081-4/+0Star
* Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg2011-02-082-0/+19
* Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg2011-02-081-8/+9
* Bluetooth: Reject pairing requests when in non-pairable modeJohan Hedberg2011-02-081-2/+53
* Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg2011-02-081-0/+52
* Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2011-02-082-0/+139
* Bluetooth: Implement set_pairable managment commandJohan Hedberg2011-02-082-23/+75
* Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg2011-02-081-21/+29
* Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg2011-02-081-0/+4
* Bluetooth: Unify mode related management messages to a single structJohan Hedberg2011-02-081-109/+28Star
* Bluetooth: Add set_connectable management commandJohan Hedberg2011-02-082-7/+131
* Bluetooth: Add support for set_discoverable management commandJohan Hedberg2011-02-082-6/+141
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-084-9/+203
* Bluetooth: Add support for management powered eventJohan Hedberg2011-02-082-0/+14
* Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2011-02-082-2/+70
* Bluetooth: Fix setting of MTU for ERTM and Streaming ModeGustavo F. Padovan2011-02-081-3/+3
* Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko2011-02-082-6/+60
* Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl2011-02-081-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-02-081-0/+1
|\
| * Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang2011-02-021-0/+1
* | mac80211: remove unneeded checkDan Carpenter2011-02-071-1/+1
* | mac80211: Update comments on radiotap MCS indexMohammed Shafi Shajakhan2011-02-071-5/+2Star
* | mac80211: as a 4-addr station, do not receive packets for other stationsFelix Fietkau2011-02-071-1/+2
* | mac80211: Make some mlme timers module paramaters.Ben Greear2011-02-071-11/+23
* | mac80211: Optimize scans on current operating channel.Ben Greear2011-02-047-89/+214
* | mac80211: do not send duplicate data frames to the cooked monitor interfaceFelix Fietkau2011-02-041-1/+1
* | mac80211: do not restart ps timer during scan or offchannelRajkumar Manoharan2011-02-041-1/+4
* | mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bcChristian Lamparter2011-02-042-1/+4
* | mac80211: Add testing functionality for TKIPJouni Malinen2011-02-032-1/+108
* | mac80211: Remove obsolete TKIP flexibilityJouni Malinen2011-02-031-25/+7Star
* | mac80211: allow GO to scan like APJohannes Berg2011-02-031-2/+5
* | mac80211: pass up beacons from external BSS when operating as APArik Nemtsov2011-02-031-1/+2
* | mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov2011-02-033-3/+31
* | mac80211: do not calc frame duration when using HW rate-controlArik Nemtsov2011-02-031-1/+2
* | mac80211: Recalculate channel-type on iface removal.Ben Greear2011-02-031-1/+8
* | cfg80211: Fix power save state after interface type changeJuuso Oikarinen2011-02-031-7/+13
* | mac80211: Warn users if HT fails because of freq mismatch.Ben Greear2011-02-031-4/+22
* | mac80211: Show configured channel-type in netdev debugfs.Ben Greear2011-02-031-0/+6
* | mac80211: Be more careful when changing channels.Ben Greear2011-02-031-3/+16
* | mac80211: disable power save if an infra AP vif existsRajkumar Manoharan2011-01-311-0/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-288-74/+68Star
|\ \
| * | mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau2011-01-251-0/+3
| |/
| * Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2011-01-192-6/+11
| * Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg2011-01-191-1/+2
| * Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg2011-01-191-49/+28Star