index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
af_bluetooth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
Bluetooth: Create flags for bt_sk()
Gustavo Padovan
1
-4
/
+4
2012-05-14
Bluetooth: notify userspace of security level change
Gustavo Padovan
1
-1
/
+1
2012-02-15
Bluetooth: silence lockdep warning
Octavian Purdila
1
-7
/
+5
2012-01-02
Bluetooth: Remove *_bh from socket list lock.
Gustavo F. Padovan
1
-4
/
+4
2011-12-22
Bluetooth: fix bt_accept_dequeue() to work in process context
Gustavo F. Padovan
1
-7
/
+4
2011-09-27
Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
Mat Martineau
1
-2
/
+28
2011-08-11
Bluetooth: Fix lost wakeups waiting for sock state change
Peter Hurley
1
-3
/
+3
2011-02-25
Bluetooth: remove unnecessary call to hci_sock_cleanup
Anand Gadiyar
1
-3
/
+1
2011-02-17
Bluetooth: fix checkpatch errors in af_bluetooth.c
Gustavo F. Padovan
1
-1
/
+1
2011-02-14
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
Gustavo F. Padovan
1
-2
/
+30
2011-02-08
Bluetooth: fix crash by disabling tasklet in sock accept
Andrei Emeltchenko
1
-4
/
+9
2011-02-08
Bluetooth: Do not use assignments in IF conditions
Andrei Emeltchenko
1
-2
/
+4
2010-10-12
Bluetooth: Add common code for stream-oriented recvmsg()
Mat Martineau
1
-0
/
+109
2010-09-06
net: poll() optimizations
Eric Dumazet
1
-3
/
+2
2010-04-20
net: sk_sleep() helper
Eric Dumazet
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-11-05
net: pass kern to net_proto_family create function
Eric Paris
1
-2
/
+3
2009-10-12
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
1
-1
/
+1
2009-10-07
net: mark net_proto_ops as const
Stephen Hemminger
1
-2
/
+2
2009-08-05
net: mark read-only arrays as const
Jan Engelhardt
1
-2
/
+2
2009-06-18
net: correct off-by-one write allocations reports
Eric Dumazet
1
-1
/
+1
2009-02-27
Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP
Marcel Holtmann
1
-4
/
+3
2009-02-27
Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs
Dave Young
1
-6
/
+0
2009-02-27
Bluetooth: Update version numbers
Marcel Holtmann
1
-1
/
+1
2009-02-27
Bluetooth: Add global deferred socket parameter
Marcel Holtmann
1
-2
/
+6
2008-11-30
Bluetooth: Enable per-module dynamic debug messages
Marcel Holtmann
1
-6
/
+1
2008-11-30
Bluetooth: Send HCI Reset command by default on device initialization
Marcel Holtmann
1
-1
/
+1
2008-11-30
Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings
Marcel Holtmann
1
-18
/
+23
2008-10-16
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
1
-7
/
+1
2008-09-09
[Bluetooth] Reject L2CAP connections on an insecure ACL link
Marcel Holtmann
1
-1
/
+1
2008-08-18
[Bluetooth] Consolidate maintainers information
Marcel Holtmann
1
-1
/
+1
2008-07-14
[Bluetooth] Update Bluetooth core version number
Marcel Holtmann
1
-1
/
+1
2008-07-14
[Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctls
Marcel Holtmann
1
-0
/
+23
2008-07-14
[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO
Marcel Holtmann
1
-0
/
+28
2008-04-01
bluetooth : use lockdep sub-classes for diffrent bluetooth protocol
Dave Young
1
-0
/
+40
2007-10-10
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-2
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-10
[NET] BLUETOOTH: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-8
/
+8
2006-10-15
[Bluetooth] Add locking for bt_proto array manipulation
Marcel Holtmann
1
-7
/
+29
2006-10-15
[Bluetooth] Support concurrent connect requests
Marcel Holtmann
1
-1
/
+1
2006-09-28
[Bluetooth] Return EINPROGRESS for non-blocking socket calls
Marcel Holtmann
1
-1
/
+1
2006-07-03
[Bluetooth] Add platform device for virtual and serial devices
Marcel Holtmann
1
-6
/
+14
2006-07-03
[Bluetooth] Add automatic sniff mode support
Marcel Holtmann
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-25
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
Davide Libenzi
1
-0
/
+3
2006-01-03
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
1
-3
/
+2
2005-11-08
[Bluetooth]: Remove the usage of /proc completely
Marcel Holtmann
1
-11
/
+1
2005-10-28
[Bluetooth] Make more functions static
Marcel Holtmann
1
-6
/
+0
2005-04-25
[PATCH] kill gratitious includes of major.h under net/*
Al Viro
1
-1
/
+0
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+355