index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-24
Bluetooth: include scatterlist.h where needed
Stephen Rothwell
1
-0
/
+1
2011-06-22
nl80211: use netlink consistent dump feature for BSS dumps
Johannes Berg
1
-4
/
+8
2011-06-22
netlink: advertise incomplete dumps
Johannes Berg
1
-0
/
+2
2011-06-22
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...
John W. Linville
10
-425
/
+1295
2011-06-21
Bluetooth: Fix not setting the chan state
Vinicius Costa Gomes
1
-1
/
+1
2011-06-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
Gustavo F. Padovan
2
-10
/
+19
2011-06-20
mac80211: quiesce vif before suspending
Eliad Peller
1
-16
/
+27
2011-06-20
Bluetooth: Remove useless access to the socket
Vinicius Costa Gomes
1
-2
/
+2
2011-06-20
Bluetooth: Fix crash when setting a LE socket to ready
Vinicius Costa Gomes
1
-2
/
+2
2011-06-17
Bluetooth: Fix locking in blacklist code
Gustavo F. Padovan
1
-13
/
+25
2011-06-17
mac80211: add cancel_hw_scan() callback
Eliad Peller
3
-16
/
+37
2011-06-17
mac80211: Start monitor work on restart
Paul Stewart
1
-0
/
+1
2011-06-16
Bluetooth: Use bit operations on conn_state
Gustavo F. Padovan
1
-87
/
+74
2011-06-16
Bluetooth: use bit operation on conf_state
Gustavo F. Padovan
2
-44
/
+37
2011-06-16
Bluetooth: Add blacklisting support for mgmt interface
Antti Julku
1
-0
/
+70
2011-06-16
Bluetooth: Move blacklisting functions to hci_core
Antti Julku
2
-64
/
+85
2011-06-15
Bluetooth: Fix L2CAP connection establishment
Ilia Kolomisnky
1
-1
/
+1
2011-06-14
Bluetooth: Add key size checks for SMP
Vinicius Costa Gomes
1
-13
/
+41
2011-06-14
Bluetooth: Add support for SMP timeout
Vinicius Costa Gomes
2
-30
/
+58
2011-06-14
Bluetooth: Fix accepting connect requests for defer_setup
Johan Hedberg
1
-6
/
+15
2011-06-13
Bluetooth: fix missing parameter for HCI_OP_DISCONNECT
Anderson Lizardo
1
-1
/
+1
2011-06-13
Bluetooth: Add support for Pairing features exchange
Vinicius Costa Gomes
2
-53
/
+54
2011-06-13
Bluetooth: Add support for building pairing commands
Vinicius Costa Gomes
1
-0
/
+11
2011-06-13
Bluetooth: Fix initial security level of LE links
Vinicius Costa Gomes
2
-0
/
+2
2011-06-13
Bluetooth: Add support for resuming socket when SMP is finished
Vinicius Costa Gomes
3
-42
/
+75
2011-06-13
Bluetooth: Remove debug statements
Vinicius Costa Gomes
1
-5
/
+1
2011-06-13
Bluetooth: Add support for LE Start Encryption
Vinicius Costa Gomes
3
-4
/
+128
2011-06-13
Bluetooth: Add SMP confirmation checks methods
Anderson Briglia
1
-14
/
+83
2011-06-13
Bluetooth: Add SMP confirmation structs
Anderson Briglia
1
-0
/
+17
2011-06-13
Bluetooth: Add LE SMP Cryptoolbox functions
Anderson Briglia
1
-0
/
+117
2011-06-13
Bluetooth: Add support for using the crypto subsystem
Vinicius Costa Gomes
3
-4
/
+48
2011-06-13
Bluetooth: Add simple SMP pairing negotiation
Anderson Briglia
1
-5
/
+102
2011-06-13
Bluetooth: Start SMP procedure
Anderson Briglia
1
-0
/
+9
2011-06-13
Bluetooth: Implement the first SMP commands
Anderson Briglia
2
-1
/
+147
2011-06-13
Bluetooth: Don't forget to check for LE_LINK
Gustavo F. Padovan
1
-1
/
+1
2011-06-13
Bluetooth: keep reference if any ERTM timer is enabled
Gustavo F. Padovan
1
-22
/
+22
2011-06-13
Bluetooth: Make timer functions generic
Gustavo F. Padovan
1
-29
/
+29
2011-06-13
Bluetooth: Add refcnt to struct l2cap_chan
Gustavo F. Padovan
1
-9
/
+21
2011-06-13
Bluetooth: Add state tracking to struct l2cap_chan
Gustavo F. Padovan
2
-54
/
+71
2011-06-13
Bluetooth: add close() callback to l2cap_chan_ops
Gustavo F. Padovan
2
-9
/
+18
2011-06-13
Bluetooth: add recv() callback to l2cap_chan_ops
Gustavo F. Padovan
2
-8
/
+16
2011-06-13
Bluetooth: Add l2cap_chan_ops abstraction
Gustavo F. Padovan
2
-12
/
+34
2011-06-13
Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()
Gustavo F. Padovan
2
-24
/
+12
2011-06-13
Bluetooth: Fix L2CAP security check
Luiz Augusto von Dentz
1
-2
/
+2
2011-06-10
networking: fix warning about unused label wake_up
Vincent Zweije
1
-0
/
+2
2011-06-10
cfg80211: Ignore downstream DEAUTH for authtry_bsses
Paul Stewart
1
-1
/
+3
2011-06-10
mac80211: add ieee80211_get_operstate() function
Eliad Peller
1
-0
/
+7
2011-06-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-13
/
+8
2011-06-10
Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices
Ville Tervo
1
-8
/
+10
2011-06-10
Bluetooth: fix shutdown on SCO sockets
Luiz Augusto von Dentz
1
-1
/
+12
[next]