summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-02-13Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko
2012-02-13Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg
2012-02-13Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta
2012-02-13Bluetooth: Send correct response to IO Capability RequestHemant Gupta
2012-02-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley
2012-02-13Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes
2012-02-13Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila
2012-02-13Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes
2012-02-13Bluetooth: Fix possible use after free in delete pathUlisses Furquim
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim
2012-02-13Bluetooth: Remove unneeded lockingAndre Guedes
2012-02-13Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes
2012-02-13Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes
2012-02-13Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila
2012-02-13Bluetooth: trivial: space correctionAndrei Emeltchenko
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg
2012-02-13Bluetooth: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg
2012-02-13Bluetooth: Fix clearing persistent flagsJohan Hedberg
2012-02-13Bluetooth: Report LE devicesAndre Guedes
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes
2012-02-13Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko
2012-02-13Bluetooth: Use chan instead of skAndrei Emeltchenko
2012-02-13Bluetooth: Drop L2CAP chan reference if ERTM ack_timer firedSzymon Janc
2012-02-13Bluetooth: Don't send RNR immediately when entering local busySzymon Janc
2012-02-13Bluetooth: Clear ack_timer when sending ackSzymon Janc
2012-02-13Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ackSzymon Janc
2012-02-13Bluetooth: Fix 'enable_hs' typeFabio Estevam
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg
2012-02-13Bluetooth: Fix resetting HCI_MGMT flagJohan Hedberg
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg
2012-02-13Bluetooth: Remove __hci_dev_put/holdDavid Herrmann
2012-02-13Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann
2012-02-13Bluetooth: Correctly acquire module refDavid Herrmann
2012-02-13Bluetooth: Make hci-destruct callback optionalDavid Herrmann
2012-02-13Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko