summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg2010-12-073-7/+133
* Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-12-071-1/+1
* Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan2010-12-061-1/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-022-1/+12
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-021-3/+3
| |\
| * | mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian2010-11-301-0/+2
| * | mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter2010-11-301-0/+4
| * | mac80211: Fix frame injection using non-AP vifJouni Malinen2010-11-291-1/+6
* | | Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-014-41/+73
* | | Bluetooth: clean up l2cap codeAndrei Emeltchenko2010-12-011-4/+3
* | | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-013-18/+23
* | | Bluetooth: clean up sco codeAndrei Emeltchenko2010-12-011-9/+13
* | | Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo2010-12-011-2/+5
* | | Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan2010-12-011-12/+7
* | | Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gustavo F. Padovan2010-12-011-13/+9
* | | Bluetooth: do not use assignment in if conditionAndrei Emeltchenko2010-12-011-6/+12
* | | Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko2010-12-011-12/+20
* | | Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko2010-12-011-0/+26
* | | Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov2010-12-011-1/+1
* | | Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
* | | Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
* | | Bluetooth: Automate remote name requestsJohan Hedberg2010-12-011-18/+54
* | | Bluetooth: Create a unified authentication request functionJohan Hedberg2010-12-011-14/+40
* | | Bluetooth: Simplify remote features callback function logicJohan Hedberg2010-12-011-44/+47
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 int...Gustavo F. Padovan2010-12-011-3/+3
|\ \ \ | | |/ | |/|
| * | Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan2010-11-221-3/+3
* | | mac80211: Minor optimization in ieee80211_rx_h_dataHelmut Schaa2010-11-301-3/+2
* | | mac80211: fix RX aggregation lockingJohannes Berg2010-11-294-38/+45
* | | mac80211: implement off-channel mgmt TXJohannes Berg2010-11-294-6/+129
* | | nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg2010-11-294-14/+63
* | | mac80211: implement packet loss notificationJohannes Berg2010-11-242-0/+25
* | | cfg80211: allow using CQM event to notify packet lossJohannes Berg2010-11-243-0/+61
* | | mac80211: avoid aggregation for VO trafficLuis R. Rodriguez2010-11-241-0/+3
* | | mac80211: reduce the number of retries for nullfunc probingFelix Fietkau2010-11-241-1/+8
* | | mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau2010-11-243-26/+72
* | | cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-243-17/+47
* | | mac80211: probe the AP when resumingFelix Fietkau2010-11-241-0/+1
* | | mac80211: calculate beacon loss time accuratelyFelix Fietkau2010-11-242-4/+13
* | | mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau2010-11-241-0/+1
* | | net/wireless: Use pr_<level> and netdev_<level>Joe Perches2010-11-246-56/+44
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-247-13/+80
|\ \ \ | | |/ | |/|
| * | cfg80211: fix can_beacon_sec_chan, reenable HT40Mark Mentovai2010-11-181-0/+2
| * | cfg80211: fix extension channel checks to initiate communicationLuis R. Rodriguez2010-11-161-0/+52
| |/
| * Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz2010-11-091-3/+10
| * Bluetooth: fix endianness conversion in L2CAPGustavo F. Padovan2010-11-091-2/+2
| * Bluetooth: fix unaligned access to l2cap conf datasteven miao2010-11-091-4/+4
| * Bluetooth: Fix non-SSP auth request for HIGH security level socketsJohan Hedberg2010-11-091-0/+6
| * Bluetooth: fix hidp kconfig dependency warningRandy Dunlap2010-11-091-1/+1
| * mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scanBrian Cavagnolo2010-11-081-3/+3
| * cfg80211: fix a crash in dev lookup on dump commandsFelix Fietkau2010-11-081-2/+2