summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-323/+308
2013-06-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville20-223/+371
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen1-0/+1
2013-06-24mac80211: allow self-protected frame tx without staThomas Pedersen1-1/+2
2013-06-24cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel1-1/+1
2013-06-24wireless: check for dangling wdev->current_bss pointerBen Greear1-0/+6
2013-06-24wireless: add comments about bss refcountingBen Greear2-0/+7
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssBen Greear1-1/+4
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan1-1/+9
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang1-10/+4
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-2/+0
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko1-2/+2
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes1-0/+3
2013-06-23Bluetooth: Remove empty event handlerAndre Guedes1-12/+0
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-30/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-113/+0
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes1-6/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-16/+16
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes1-14/+2
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes1-7/+40
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes3-28/+64
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-18/+6
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-21/+21
2013-06-23Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes1-23/+1
2013-06-23Bluetooth: Update start_discovery to use HCI requestAndre Guedes1-9/+85
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes1-5/+5
2013-06-23Bluetooth: Fix multiple LE socket handlingJohan Hedberg1-4/+8
2013-06-23Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg1-2/+0
2013-06-23Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg1-3/+5
2013-06-23Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg1-4/+1
2013-06-23Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg1-5/+3
2013-06-23Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg1-2/+0
2013-06-23Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg1-0/+3
2013-06-23Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg1-2/+6
2013-06-23Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg1-10/+4
2013-06-23Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg1-1/+1
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2-9/+9
2013-06-23Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg1-5/+48
2013-06-19cfg80211: hold BSS over association processJohannes Berg2-5/+14
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg2-11/+12
2013-06-19nl80211: use small state buffer for wiphy_dumpJohannes Berg1-94/+116
2013-06-19Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg7-21/+122
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg1-2/+9
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+105
2013-06-18Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli3-46/+7
2013-06-18mac80211: change IBSS channel state to chandefSimon Wunderlich2-13/+12
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich5-3/+31
2013-06-18nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagSimon Wunderlich2-12/+66
2013-06-18mac80211: update mesh beacon on workqueueThomas Pedersen3-12/+44
2013-06-18nl80211: use attributes to parse beaconsSimon Wunderlich1-28/+25