summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-06-22Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes
2013-06-22Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes
2013-06-22Bluetooth: Update stop_discovery to use HCI requestAndre Guedes
2013-06-22Bluetooth: Use HCI request in interleaved discoveryAndre Guedes
2013-06-22Bluetooth: Move discovery macros to hci_core.hAndre Guedes
2013-06-22Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes
2013-06-22Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes
2013-06-22Bluetooth: Update start_discovery to use HCI requestAndre Guedes
2013-06-22Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes
2013-06-22Bluetooth: Fix multiple LE socket handlingJohan Hedberg
2013-06-22Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg
2013-06-22Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg
2013-06-22Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg
2013-06-22Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg
2013-06-22Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg
2013-06-22Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg
2013-06-22Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg
2013-06-22Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg
2013-06-22Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg
2013-06-22Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg
2013-06-22Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz
2013-06-14NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz
2013-06-14NFC: Fix a potential memory leakThierry Escande
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande
2013-06-14NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande
2013-06-14NFC: Add secure element enablement netlink APISamuel Ortiz
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis
2013-06-14NFC: Add NCI over SPI sendFrederic Danis
2013-06-14NFC: Add basic NCI over SPIFrederic Danis
2013-06-13NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz
2013-06-13NFC: HCI: Implement fw_upload opsEric Lapuyade
2013-06-13NFC: Add firmware upload netlink commandEric Lapuyade
2013-06-13NFC: NCI: Fix skb->dev usageFrederic Danis
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg
2013-06-13Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg
2013-06-12Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg