summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-17mac80211: Start monitor work on restartPaul Stewart1-0/+1
2011-06-10networking: fix warning about unused label wake_upVincent Zweije1-0/+2
2011-06-10cfg80211: Ignore downstream DEAUTH for authtry_bssesPaul Stewart1-1/+3
2011-06-10mac80211: add ieee80211_get_operstate() functionEliad Peller1-0/+7
2011-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-13/+8
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan4-10/+26
2011-06-09Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg()David Miller1-2/+1
2011-06-09Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo1-8/+10
2011-06-09Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-1/+12
2011-06-09Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+2
2011-06-09Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2-0/+2
2011-06-08Bluetooth: Fix check for the ERTM local busy stateMat Martineau1-1/+1
2011-06-08Bluetooth: Restore accidentally-deleted lineMat Martineau1-0/+1
2011-06-08Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz1-3/+1
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh4-5/+49
2011-06-08Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz1-12/+41
2011-06-08Bluetooth: Remove a magic numberWaldemar Rymarkiewicz1-1/+1
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg2-4/+4
2011-06-08Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes1-0/+1
2011-06-08Bluetooth: Check advertising cache in hci_connect()Andre Guedes1-0/+9
2011-06-08Bluetooth: Remove useless check in hci_connect()Andre Guedes1-2/+2
2011-06-08Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes1-2/+6
2011-06-08Bluetooth: Refactor hci_auth_complete_evt functionWaldemar Rymarkiewicz1-42/+41
2011-06-08Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz2-2/+12
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes2-1/+19
2011-06-08Bluetooth: Clear advertising cache before scanningAndre Guedes1-0/+27
2011-06-08Bluetooth: Add Advertising Report Meta Event handlerAndre Guedes1-0/+25
2011-06-08Bluetooth: LE advertising cacheAndre Guedes1-0/+64
2011-06-08Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan2-18/+13
2011-06-08Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan2-2/+2
2011-06-08Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan2-74/+76
2011-06-08Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan2-26/+33
2011-06-08Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan2-80/+83
2011-06-08Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan2-89/+93
2011-06-08Bluetooth: Remove unnecessary use of hci_dev_list_lockJohan Hedberg1-4/+0
2011-06-08Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...David Miller1-3/+0
2011-06-08Bluetooth: fix set but not used warningGustavo F. Padovan1-2/+0
2011-06-08Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang1-5/+1
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg1-2/+4
2011-06-07mac80211: Stop BA session event from deviceShahar Levi3-0/+24
2011-06-07nl80211: fix overflow in ssid_lenLuciano Coelho1-5/+4
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-43/+37
2011-06-07Revert "mac80211: stop queues before rate control updation"John W. Linville1-6/+0
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville3-23/+8
2011-06-03mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo1-0/+4
2011-06-01cfg80211: skip disabled channels on channel surveyLuis R. Rodriguez1-4/+15
2011-06-01minstrel_ht: fixed rate mode through debugfsZefir Kurtisi3-0/+28
2011-06-01nl80211: add testmode dump supportWey-Yi Guy2-0/+102
2011-06-01bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg1-1/+1
2011-06-01cfg80211: don't drop p2p probe responsesEliad Peller1-19/+24