aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+2
|\
| * Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
| * Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-10-021-0/+1
* | samsung update 1codeworkx2012-06-021-64/+6
|/
* Bluetooth: fix build break on hci_sock.cAnand Gadiyar2011-02-221-1/+1
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-081-1/+5
* Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan2010-12-221-1/+4
* Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg2010-12-071-1/+9
* Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg2010-12-071-6/+33
* Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-011-6/+11
* Bluetooth: Use list_head for HCI blacklist headDavid Miller2010-07-311-5/+3
* Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2010-07-211-0/+90
* Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden2010-02-281-1/+3
* Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-031-3/+3
* Bluetooth: Return ENETDOWN when interface is downMarcel Holtmann2009-12-031-0/+5
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* [Bluetooth] Export details about authentication requirementsMarcel Holtmann2008-07-141-13/+5
* bluetooth: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-1/+1
* bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-281-1/+1
* bluetooth: Make hci_sock_cleanup() return voidTobias Klauser2008-03-051-3/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2007-10-221-1/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+2
* [BLUETOOTH]: Fix non-COMPAT build of hci_sock.cDavid S. Miller2007-09-121-3/+4
* [Bluetooth] Update security filter for Bluetooth 2.1Marcel Holtmann2007-09-091-5/+5
* [Bluetooth] Add compat handling for timestamp structureMarcel Holtmann2007-09-091-1/+16
* [BLUETOOTH]: Fix locking in hci_sock_dev_event().Satyam Sharma2007-05-171-2/+4
* [Bluetooth] Fix L2CAP and HCI setsockopt() information leaksMarcel Holtmann2007-05-051-0/+9
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] bluetooth: fix socket locking in hci_sock_dev_event()Jiri Kosina2007-03-081-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-14/+14
* [PATCH] hci endianness annotationsAl Viro2006-12-131-2/+2
* [BLUETOOTH]: Fix unaligned access in hci_send_to_sock.David S. Miller2006-11-211-4/+7
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-151-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [Bluetooth] Fix NULL pointer dereferences of the HCI socketMarcel Holtmann2006-02-131-2/+8
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-1/+1
* [Bluetooth]: Add endian annotations to the coreMarcel Holtmann2005-11-081-1/+1
* [Bluetooth] Update security filter for Extended Inquiry ResponseMarcel Holtmann2005-10-281-6/+6
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-2/+6
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-291-8/+10
* [PATCH] kill gratitious includes of major.h under net/*Al Viro2005-04-251-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+707