summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko1-2/+2
2012-02-13Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko1-2/+2
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg1-0/+51
2012-02-13Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta1-1/+2
2012-02-13Bluetooth: Send correct response to IO Capability RequestHemant Gupta1-1/+4
2012-02-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley1-0/+4
2012-02-13Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes1-3/+6
2012-02-13Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-13Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes1-1/+1
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes1-9/+9
2012-02-13Bluetooth: Fix possible use after free in delete pathUlisses Furquim1-2/+2
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim1-3/+3
2012-02-13Bluetooth: Remove unneeded lockingAndre Guedes1-5/+0
2012-02-13Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes1-1/+1
2012-02-13Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes1-1/+1
2012-02-13Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc1-3/+1
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2-8/+24
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila3-7/+9
2012-02-13Bluetooth: trivial: space correctionAndrei Emeltchenko1-1/+1
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2-14/+6
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg3-10/+17
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2-14/+22
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2-37/+97
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2-6/+6
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg4-39/+38
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg1-7/+13
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg1-25/+0
2012-02-13Bluetooth: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg1-4/+5
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg1-13/+15
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg2-8/+10
2012-02-13Bluetooth: Fix clearing persistent flagsJohan Hedberg1-2/+2
2012-02-13Bluetooth: Report LE devicesAndre Guedes1-0/+5
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes2-6/+11
2012-02-13Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko1-5/+6
2012-02-13Bluetooth: Use chan instead of skAndrei Emeltchenko1-4/+3
2012-02-13Bluetooth: Drop L2CAP chan reference if ERTM ack_timer firedSzymon Janc1-0/+2
2012-02-13Bluetooth: Don't send RNR immediately when entering local busySzymon Janc1-10/+5
2012-02-13Bluetooth: Clear ack_timer when sending ackSzymon Janc1-2/+8
2012-02-13Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ackSzymon Janc1-3/+3
2012-02-13Bluetooth: Fix 'enable_hs' typeFabio Estevam1-1/+1
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg2-2/+28
2012-02-13Bluetooth: Fix resetting HCI_MGMT flagJohan Hedberg1-1/+2
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg4-53/+53
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg1-1/+1
2012-02-13Bluetooth: Remove __hci_dev_put/holdDavid Herrmann1-2/+2
2012-02-13Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann1-1/+1
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-2/+1
2012-02-13Bluetooth: Correctly acquire module refDavid Herrmann1-0/+2
2012-02-13Bluetooth: Make hci-destruct callback optionalDavid Herrmann1-1/+1
2012-02-13Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko1-1/+2