Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e86c62066e7be8b9f5284842ca8347991dd02edf
/
net
/
bluetooth
/
af_bluetooth.c
6d785aa3
Bluetooth: Convert mgmt to use HCI chan registration API
by Johan Hedberg
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
b4772ef
net: use common macro for assering skb->cb[] available size in protocol families
by Eyal Birger
· 10 years ago
ee48529
Bluetooth: Add support for self testing framework
by Marcel Holtmann
· 10 years ago
b5f185f
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
8ab9731
Bluetooth: Increase minor version of core module
by Marcel Holtmann
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
7cb9d20
Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size
by Marcel Holtmann
· 10 years ago
26b0f4e
Bluetooth: constify seq_operations
by Fabian Frederick
· 10 years ago
a747439
Bluetooth: Increase minor version of core module
by Marcel Holtmann
· 11 years ago
c6d1649
Bluetooth: Increase minor version of core module
by Marcel Holtmann
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
ffcecac
Bluetooth: Create root debugfs directory during module init
by Marcel Holtmann
· 11 years ago
c560575
Bluetooth: Adjust header for proc socket information
by Marcel Holtmann
· 11 years ago
dcbc729
Bluetooth: Increase minor version of core module
by Marcel Holtmann
· 11 years ago
d976369
Bluetooth: Add support for per socket msg_name callback
by Marcel Holtmann
· 11 years ago
5f6cd79
Bluetooth: Remove src and dst fields from bt_sock structure
by Marcel Holtmann
· 11 years ago
0fba96f
Bluetooth: Add clarifying comment to bt_sock_wait_state()
by Johan Hedberg
· 11 years ago
e793dcf
Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag
by Johan Hedberg
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d364140
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
4d00626
bluetooth: fix race in bt_procfs_init()
by Al Viro
· 12 years ago
b031661
bluetooth: kill unused 'module' argument of bt_procfs_init()
by Al Viro
· 12 years ago
1480535
bluetooth: don't bother with ->owner for procfs fops
by Al Viro
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
d978a63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
4683f42
Bluetooth: fix possible info leak in bt_sock_recvmsg()
by Mathias Krause
· 12 years ago
8facd5f
net: fix smatch warnings inside datagram_poll
by Jacob Keller
· 12 years ago
7d4c04f
net: add option to enable error queue packets waking select
by Keller, Jacob E
· 12 years ago
be9f97f
Bluetooth: change bt_sock_unregister() to return void
by David Herrmann
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
bc27d5f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 12 years ago
1bbb309
userns: Properly print bluetooth socket uids
by Eric W. Biederman
· 12 years ago
7028a88
Bluetooth: Use %pMR instead of baswap in seq_show
by Andrei Emeltchenko
· 12 years ago
31f4707
Bluetooth: trivial: Use preferred method for NULL check
by Andrei Emeltchenko
· 12 years ago
09d5d4a
Bluetooth: trivial: Shorten variable scope
by Andrei Emeltchenko
· 12 years ago
256a06c
Bluetooth: /proc/net/ entries for bluetooth protocols
by Masatake YAMATO
· 12 years ago
d060991
Bluetooth: Fix checking the wrong flag when accepting a socket
by Vinicius Costa Gomes
· 12 years ago
8c520a5
Bluetooth: Remove unnecessary headers include
by Gustavo Padovan
· 12 years ago
8fc9ced
Bluetooth: Fix coding style in the subsystem
by Gustavo Padovan
· 12 years ago
c5daa68
Bluetooth: Create flags for bt_sk()
by Gustavo Padovan
· 12 years ago
a7d7723
Bluetooth: notify userspace of security level change
by Gustavo Padovan
· 12 years ago
b5a30dd
Bluetooth: silence lockdep warning
by Octavian Purdila
· 13 years ago
94f5bfb
Bluetooth: Remove *_bh from socket list lock.
by Gustavo F. Padovan
· 13 years ago
8a154a8
Bluetooth: fix bt_accept_dequeue() to work in process context
by Gustavo F. Padovan
· 13 years ago
5b668eb
Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
by Mat Martineau
· 13 years ago
9be4e3f
Bluetooth: Fix lost wakeups waiting for sock state change
by Peter Hurley
· 13 years ago
0ed54da
Bluetooth: remove unnecessary call to hci_sock_cleanup
by Anand Gadiyar
· 14 years ago
8ffd878
Bluetooth: fix checkpatch errors in af_bluetooth.c
by Gustavo F. Padovan
· 14 years ago
6427451
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
by Gustavo F. Padovan
· 14 years ago
d37f50e
Bluetooth: fix crash by disabling tasklet in sock accept
by Andrei Emeltchenko
· 14 years ago
5a08ecc
Bluetooth: Do not use assignments in IF conditions
by Andrei Emeltchenko
· 14 years ago
796c86e
Bluetooth: Add common code for stream-oriented recvmsg()
by Mat Martineau
· 14 years ago
db40980
net: poll() optimizations
by Eric Dumazet
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
d5f2d2b
Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP
by Marcel Holtmann
· 16 years ago
dd2efd0
Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs
by Dave Young
· 16 years ago
5f9018a
Bluetooth: Update version numbers
by Marcel Holtmann
· 16 years ago
c4f912e
Bluetooth: Add global deferred socket parameter
by Marcel Holtmann
· 16 years ago
a418b89
Bluetooth: Enable per-module dynamic debug messages
by Marcel Holtmann
· 16 years ago
7a9d402
Bluetooth: Send HCI Reset command by default on device initialization
by Marcel Holtmann
· 16 years ago
db7aa1c
Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings
by Marcel Holtmann
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
e7c29cb
[Bluetooth] Reject L2CAP connections on an insecure ACL link
by Marcel Holtmann
· 16 years ago
63fbd24
[Bluetooth] Consolidate maintainers information
by Marcel Holtmann
· 16 years ago
78c6a17
[Bluetooth] Update Bluetooth core version number
by Marcel Holtmann
· 16 years ago
43cbeee
[Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctls
by Marcel Holtmann
· 16 years ago
3241ad8
[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO
by Marcel Holtmann
· 16 years ago
68845cb
bluetooth : use lockdep sub-classes for diffrent bluetooth protocol
by Dave Young
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
8e87d14
[NET] BLUETOOTH: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
74da626
[Bluetooth] Add locking for bt_proto array manipulation
by Marcel Holtmann
· 18 years ago
4c67bc7
[Bluetooth] Support concurrent connect requests
by Marcel Holtmann
· 18 years ago
b4c612a
[Bluetooth] Return EINPROGRESS for non-blocking socket calls
by Marcel Holtmann
· 18 years ago
27d3528
[Bluetooth] Add platform device for virtual and serial devices
by Marcel Holtmann
· 18 years ago
04837f6
[Bluetooth] Add automatic sniff mode support
by Marcel Holtmann
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f348d70
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
by Davide Libenzi
· 19 years ago
c1cbe4b
[NET]: Avoid atomic xchg() for non-error case
by Benjamin LaHaise
· 19 years ago
be9d122
[Bluetooth]: Remove the usage of /proc completely
by Marcel Holtmann
· 19 years ago
6516455
[Bluetooth] Make more functions static
by Marcel Holtmann
· 19 years ago
b453257
[PATCH] kill gratitious includes of major.h under net/*
by Al Viro
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago