index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-13
Bluetooth: Introduce to_hci_dev()
David Herrmann
1
-17
/
+16
2012-02-13
Bluetooth: Add Device Unpaired mgmt event
Johan Hedberg
1
-6
/
+21
2012-02-13
Bluetooth: Fix mgmt_unpair_device command status
Johan Hedberg
1
-1
/
+0
2012-02-13
Bluetooth: Add address type to mgmt_ev_auth_failed
Johan Hedberg
3
-5
/
+12
2012-02-13
Bluetooth: Add address type to mgmt blacklist messages
Johan Hedberg
3
-12
/
+14
2012-02-13
Bluetooth: Add address type to Out Of Band mgmt messages
Johan Hedberg
1
-2
/
+2
2012-02-13
Bluetooth: Add address type to user_confirm and user_passkey messages
Johan Hedberg
3
-55
/
+61
2012-02-13
Bluetooth: Update mgmt_disconnect to match latest API
Johan Hedberg
2
-18
/
+38
2012-02-13
Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device
Johan Hedberg
1
-26
/
+34
2012-02-13
Bluetooth: Fix double acking I-Frames when sending pending I-Frames
Szymon Janc
1
-1
/
+3
2012-02-13
Bluetooth: Fix possible missing I-Frame acknowledgement
Szymon Janc
1
-3
/
+3
2012-02-13
Bluetooth: Remove unneeded sk variable
Andrei Emeltchenko
1
-6
/
+3
2012-02-13
Bluetooth: Clean up l2cap_chan_add
Andrei Emeltchenko
1
-3
/
+8
2012-02-13
Bluetooth: Change chan_ready param from sk to chan
Andrei Emeltchenko
1
-6
/
+6
2012-02-13
Bluetooth: Add BT_DBG to mgmt_discovering()
Andre Guedes
1
-0
/
+2
2012-02-13
Bluetooth: Fix device_found event length for remote name resolving
Johan Hedberg
1
-1
/
+2
2012-02-13
Bluetooth: Fix indentation
Andre Guedes
1
-1
/
+1
2012-02-13
Bluetooth: MGMT start discovery LE-Only support
Andre Guedes
2
-2
/
+31
2012-02-13
Bluetooth: Add hci_le_scan()
Andre Guedes
1
-0
/
+35
2012-02-13
Bluetooth: Add hci_do_le_scan()
Andre Guedes
2
-3
/
+84
2012-02-13
Bluetooth: Minor code refactoring
Andre Guedes
1
-4
/
+7
2012-02-13
Bluetooth: LE scan should send Discovering events
Andre Guedes
2
-0
/
+7
2012-02-13
Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close
Johan Hedberg
1
-1
/
+2
2012-02-13
Bluetooth: Helper removes duplicated code
Andrei Emeltchenko
1
-18
/
+13
2012-02-13
Bluetooth: Recalculate sched HCI blk/pkt flow ctrl
Andrei Emeltchenko
1
-6
/
+79
2012-02-13
Bluetooth: Add support for notifying userspace of new LTK's
Vinicius Costa Gomes
1
-0
/
+3
2012-02-13
Bluetooth: Add support for removing LTK's when pairing is removed
Vinicius Costa Gomes
1
-0
/
+6
2012-02-13
Bluetooth: Add MGMT handlers for dealing with SMP LTK's
Vinicius Costa Gomes
1
-0
/
+80
2012-02-13
Bluetooth: Use the updated key structures for handling LTKs
Vinicius Costa Gomes
3
-60
/
+65
2012-02-13
Bluetooth: Add new structures for handling SMP Long Term Keys
Vinicius Costa Gomes
1
-0
/
+31
2012-02-13
Bluetooth: Fix doing some useless casts when receiving MGMT commands
Vinicius Costa Gomes
1
-122
/
+83
2012-02-13
Bluetooth: Use list _safe deleting from conn chan_list
Andrei Emeltchenko
1
-2
/
+2
2012-02-13
Bluetooth: Use list _safe deleting from conn_hash_list
Andrei Emeltchenko
1
-2
/
+2
2012-02-13
Bluetooth: mgmt: Implement Cancel Pair Device command
Johan Hedberg
1
-0
/
+51
2012-02-13
Bluetooth: Fix clearing of debug and linkkey flags
Hemant Gupta
1
-1
/
+2
2012-02-13
Bluetooth: Send correct response to IO Capability Request
Hemant Gupta
1
-1
/
+4
2012-02-13
Bluetooth: Fix l2cap conn failures for ssp devices
Peter Hurley
1
-0
/
+4
2012-02-13
Bluetooth: Fix invalid memory access when there's no SMP channel
Vinicius Costa Gomes
1
-3
/
+6
2012-02-13
Bluetooth: Fix RFCOMM session reference counting issue
Octavian Purdila
1
-6
/
+12
2012-02-13
Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()
Andre Guedes
1
-1
/
+1
2012-02-13
Bluetooth: Rename smp_key_size to enc_key_size
Vinicius Costa Gomes
1
-9
/
+9
2012-02-13
Bluetooth: Fix possible use after free in delete path
Ulisses Furquim
1
-2
/
+2
2012-02-13
Bluetooth: Remove usage of __cancel_delayed_work()
Ulisses Furquim
1
-3
/
+3
2012-02-13
Bluetooth: Remove unneeded locking
Andre Guedes
1
-5
/
+0
2012-02-13
Bluetooth: Use GFP_KERNEL in hci_chan_create()
Andre Guedes
1
-1
/
+1
2012-02-13
Bluetooth: Use GFP_KERNEL in hci_conn_add()
Andre Guedes
1
-1
/
+1
2012-02-13
Bluetooth: Make l2cap_ertm_data_rcv static
Szymon Janc
1
-3
/
+1
2012-02-13
Bluetooth: Add alloc_skb chan operator
Andrei Emeltchenko
2
-8
/
+24
2012-02-13
Bluetooth: silence lockdep warning
Octavian Purdila
3
-7
/
+9
2012-02-13
Bluetooth: trivial: space correction
Andrei Emeltchenko
1
-1
/
+1
[next]