summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4
* Bluetooth: Remove unneeded flagAndrei Emeltchenko2013-06-231-2/+0
* Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko2013-06-231-2/+2
* Bluetooth: Mgmt Device Found EventAndre Guedes2013-06-231-0/+3
* Bluetooth: Remove empty event handlerAndre Guedes2013-06-231-12/+0
* Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-30/+0
* Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-113/+0
* Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes2013-06-231-6/+3
* Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes2013-06-231-16/+16
* Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes2013-06-231-14/+2
* Bluetooth: Update stop_discovery to use HCI requestAndre Guedes2013-06-231-7/+40
* Bluetooth: Use HCI request in interleaved discoveryAndre Guedes2013-06-233-28/+64
* Bluetooth: Move discovery macros to hci_core.hAndre Guedes2013-06-231-18/+6
* Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes2013-06-231-21/+21
* Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes2013-06-231-23/+1
* Bluetooth: Update start_discovery to use HCI requestAndre Guedes2013-06-231-9/+85
* Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes2013-06-231-5/+5
* Bluetooth: Fix multiple LE socket handlingJohan Hedberg2013-06-231-4/+8
* Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg2013-06-231-2/+0
* Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg2013-06-231-3/+5
* Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg2013-06-231-4/+1
* Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg2013-06-231-5/+3
* Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg2013-06-231-2/+0
* Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg2013-06-231-0/+3
* Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg2013-06-231-2/+6
* Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg2013-06-231-10/+4
* Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg2013-06-231-1/+1
* Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2013-06-232-9/+9
* Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg2013-06-231-5/+48
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-187-17/+105
|\
| * Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg2013-06-131-5/+10
| * Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-06-131-0/+3
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-125-12/+92
| |\
| | * mac80211: Fix rate control mask matching callSimon Wunderlich2013-06-121-1/+1
| | * mac80211: abort CAC in stop_ap()Simon Wunderlich2013-06-121-0/+6
| | * mac80211: work around broken APs not including HT infoJohannes Berg2013-06-123-11/+85
* | | NFC: llcp: Fix the well known services endiannessSamuel Ortiz2013-06-141-2/+2
* | | NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz2013-06-141-0/+1
* | | NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz2013-06-141-0/+3
* | | NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2013-06-142-3/+6
* | | NFC: Fix a potential memory leakThierry Escande2013-06-141-0/+1
* | | NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande2013-06-143-0/+15
* | | NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande2013-06-143-24/+3
* | | NFC: Add secure element enablement netlink APISamuel Ortiz2013-06-141-0/+56
* | | NFC: Add secure element enablement internal APISamuel Ortiz2013-06-142-4/+109
* | | NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz2013-06-141-0/+8
* | | NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz2013-06-143-0/+80
* | | NFC: Add secure elements addition and removal APISamuel Ortiz2013-06-141-1/+44
* | | NFC: Extend and fix the internal secure element APISamuel Ortiz2013-06-143-0/+58
* | | NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-145-9/+2
OpenPOWER on IntegriCloud