index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
af_bluetooth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Increase minor version of core module
Marcel Holtmann
2014-02-21
1
-1
/
+1
*
Bluetooth: Increase minor version of core module
Marcel Holtmann
2013-12-07
1
-1
/
+1
*
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2013-11-20
1
-7
/
+2
*
Bluetooth: Create root debugfs directory during module init
Marcel Holtmann
2013-10-18
1
-1
/
+8
*
Bluetooth: Adjust header for proc socket information
Marcel Holtmann
2013-10-14
1
-1
/
+1
*
Bluetooth: Increase minor version of core module
Marcel Holtmann
2013-10-13
1
-1
/
+1
*
Bluetooth: Add support for per socket msg_name callback
Marcel Holtmann
2013-10-13
1
-4
/
+11
*
Bluetooth: Remove src and dst fields from bt_sock structure
Marcel Holtmann
2013-10-13
1
-3
/
+1
*
Bluetooth: Add clarifying comment to bt_sock_wait_state()
Johan Hedberg
2013-09-25
1
-0
/
+1
*
Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag
Johan Hedberg
2013-09-18
1
-0
/
+40
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-16
/
+11
|
\
|
*
bluetooth: fix race in bt_procfs_init()
Al Viro
2013-04-09
1
-7
/
+1
|
*
bluetooth: kill unused 'module' argument of bt_procfs_init()
Al Viro
2013-04-09
1
-2
/
+2
|
*
bluetooth: don't bother with ->owner for procfs fops
Al Viro
2013-04-09
1
-7
/
+8
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-04-10
1
-12
/
+3
|
\
\
|
*
|
Bluetooth: change bt_sock_unregister() to return void
David Herrmann
2013-03-08
1
-12
/
+3
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-07
1
-2
/
+2
|
\
\
|
*
|
Bluetooth: fix possible info leak in bt_sock_recvmsg()
Mathias Krause
2013-04-07
1
-2
/
+2
|
|
/
*
|
net: fix smatch warnings inside datagram_poll
Jacob Keller
2013-04-02
1
-1
/
+1
*
|
net: add option to enable error queue packets waking select
Keller, Jacob E
2013-03-31
1
-1
/
+2
|
/
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-1
/
+1
*
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
2012-10-19
1
-6
/
+4
|
\
|
*
Bluetooth: Use %pMR instead of baswap in seq_show
Andrei Emeltchenko
2012-09-27
1
-6
/
+4
*
|
userns: Properly print bluetooth socket uids
Eric W. Biederman
2012-10-12
1
-1
/
+1
|
/
*
Bluetooth: trivial: Use preferred method for NULL check
Andrei Emeltchenko
2012-08-21
1
-2
/
+2
*
Bluetooth: trivial: Shorten variable scope
Andrei Emeltchenko
2012-08-15
1
-4
/
+2
*
Bluetooth: /proc/net/ entries for bluetooth protocols
Masatake YAMATO
2012-08-06
1
-0
/
+141
*
Bluetooth: Fix checking the wrong flag when accepting a socket
Vinicius Costa Gomes
2012-06-05
1
-1
/
+1
*
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
2012-06-05
1
-11
/
+0
*
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
2012-06-05
1
-1
/
+2
*
Bluetooth: Create flags for bt_sk()
Gustavo Padovan
2012-05-16
1
-4
/
+4
*
Bluetooth: notify userspace of security level change
Gustavo Padovan
2012-05-14
1
-1
/
+1
*
Bluetooth: silence lockdep warning
Octavian Purdila
2012-02-15
1
-7
/
+5
*
Bluetooth: Remove *_bh from socket list lock.
Gustavo F. Padovan
2012-01-02
1
-4
/
+4
*
Bluetooth: fix bt_accept_dequeue() to work in process context
Gustavo F. Padovan
2011-12-22
1
-7
/
+4
*
Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
Mat Martineau
2011-09-27
1
-2
/
+28
*
Bluetooth: Fix lost wakeups waiting for sock state change
Peter Hurley
2011-08-11
1
-3
/
+3
*
Bluetooth: remove unnecessary call to hci_sock_cleanup
Anand Gadiyar
2011-02-25
1
-3
/
+1
*
Bluetooth: fix checkpatch errors in af_bluetooth.c
Gustavo F. Padovan
2011-02-17
1
-1
/
+1
*
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
Gustavo F. Padovan
2011-02-14
1
-2
/
+30
*
Bluetooth: fix crash by disabling tasklet in sock accept
Andrei Emeltchenko
2011-02-08
1
-4
/
+9
*
Bluetooth: Do not use assignments in IF conditions
Andrei Emeltchenko
2011-02-08
1
-2
/
+4
*
Bluetooth: Add common code for stream-oriented recvmsg()
Mat Martineau
2010-10-12
1
-0
/
+109
*
net: poll() optimizations
Eric Dumazet
2010-09-06
1
-3
/
+2
*
net: sk_sleep() helper
Eric Dumazet
2010-04-20
1
-3
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
net: pass kern to net_proto_family create function
Eric Paris
2009-11-05
1
-2
/
+3
*
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
2009-10-12
1
-1
/
+1
[next]