aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Bluetooth: Improve handling of HCI control channel in bindGravatar Gustavo F. Padovan 1-1/+4
2010-12-07Bluetooth: Make hci_send_to_sock usable for management control socketsGravatar Johan Hedberg 1-1/+9
2010-12-07Bluetooth: Add initial Bluetooth Management interface callbacksGravatar Johan Hedberg 1-6/+33
2010-12-01Bluetooth: clean up hci codeGravatar Andrei Emeltchenko 1-6/+11
2010-07-31Bluetooth: Use list_head for HCI blacklist headGravatar David Miller 1-5/+3
2010-07-21Bluetooth: Add blacklist support for incoming connectionsGravatar Johan Hedberg 1-0/+90
2010-02-28Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Gravatar Johann Felix Soden 1-1/+3
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageGravatar Marcel Holtmann 1-3/+3
2009-12-03Bluetooth: Return ENETDOWN when interface is downGravatar Marcel Holtmann 1-0/+5
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-07-14[Bluetooth] Export details about authentication requirementsGravatar Marcel Holtmann 1-13/+5
2008-05-02bluetooth: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-1/+1
2008-03-28bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosGravatar Robert P. J. Day 1-1/+1
2008-03-05bluetooth: Make hci_sock_cleanup() return voidGravatar Tobias Klauser 1-3/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesGravatar Marcel Holtmann 1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-2/+2
2007-09-12[BLUETOOTH]: Fix non-COMPAT build of hci_sock.cGravatar David S. Miller 1-3/+4
2007-09-09[Bluetooth] Update security filter for Bluetooth 2.1Gravatar Marcel Holtmann 1-5/+5
2007-09-09[Bluetooth] Add compat handling for timestamp structureGravatar Marcel Holtmann 1-1/+16
2007-05-17[BLUETOOTH]: Fix locking in hci_sock_dev_event().Gravatar Satyam Sharma 1-2/+4
2007-05-05[Bluetooth] Fix L2CAP and HCI setsockopt() information leaksGravatar Marcel Holtmann 1-0/+9
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-03-08[PATCH] bluetooth: fix socket locking in hci_sock_dev_event()Gravatar Jiri Kosina 1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-14/+14
2006-12-13[PATCH] hci endianness annotationsGravatar Al Viro 1-2/+2
2006-11-21[BLUETOOTH]: Fix unaligned access in hci_send_to_sock.Gravatar David S. Miller 1-4/+7
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationGravatar Marcel Holtmann 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-02-13[Bluetooth] Fix NULL pointer dereferences of the HCI socketGravatar Marcel Holtmann 1-2/+8
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-03[NET]: move struct proto_ops to constGravatar Eric Dumazet 1-1/+1
2005-11-08[Bluetooth]: Add endian annotations to the coreGravatar Marcel Holtmann 1-1/+1
2005-10-28[Bluetooth] Update security filter for Extended Inquiry ResponseGravatar Marcel Holtmann 1-6/+6
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 1-2/+6
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferGravatar Marcel Holtmann 1-8/+10
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Gravatar Al Viro 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+707