summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* [Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann2006-07-131-9/+9
* [Bluetooth] Let BT_HIDP depend on INPUTMarcel Holtmann2006-07-131-2/+1Star
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-137-25/+16Star
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-041-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-041-5/+13
* [Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann2006-07-041-180/+177Star
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-046-97/+75Star
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-042-8/+51
* [Bluetooth] Add automatic sniff mode supportMarcel Holtmann2006-07-045-48/+368
* [Bluetooth] Correct SCO buffer size on requestMarcel Holtmann2006-07-041-3/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3020-20/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+1Star
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2Star
|/
* [BLUETOOTH] sco: Possible double free.Eric Sesterhenn2006-04-101-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-4/+4
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+3
* [BLUETOOTH]: Return negative error constantTobias Klauser2006-03-221-2/+2
* [NET] sem2mutex: net/Arjan van de Ven2006-03-211-3/+5
* [Bluetooth] Fix NULL pointer dereferences of the HCI socketMarcel Holtmann2006-02-131-2/+8
* [Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann2006-02-131-4/+9
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-126-0/+6
* [NET]: Remove unneeded kmalloc() return value castsJesper Juhl2006-01-101-1/+1
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-3/+3
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-7/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-051-2/+2
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-2/+2
* | [NET]: move struct proto_ops to constEric Dumazet2006-01-037-10/+10
* | [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-033-7/+8
|/
* [Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann2005-11-086-357/+63Star
* [Bluetooth]: Add endian annotations to the coreMarcel Holtmann2005-11-083-5/+5
* [NET]: kfree cleanupJesper Juhl2005-11-081-3/+1Star
* [PATCH] bluetooth hidp is broken on s390Al Viro2005-10-291-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-10-281-5/+8
|\
| * [PATCH] Input: convert net/bluetooth to dynamic input_dev allocationDmitry Torokhov2005-10-281-5/+8
* | [Bluetooth] Update security filter for Extended Inquiry ResponseMarcel Holtmann2005-10-281-6/+6
* | [Bluetooth] Make more functions staticMarcel Holtmann2005-10-282-8/+2Star
* | [Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann2005-10-283-72/+44Star
|/
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-095-5/+5
* [Bluetooth] Prevent RFCOMM connections through the RAW socketMarcel Holtmann2005-09-131-5/+25
* [Bluetooth] Add support for extended inquiry responsesMarcel Holtmann2005-09-131-0/+33
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-303-4/+8
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-303-17/+19
* [Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2005-08-305-5/+5
* [Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter2005-08-302-72/+196
* [Bluetooth]: Call tty_hangup() when DCD is de-assertedTimo Teräs2005-08-301-1/+6
* [Bluetooth]: Track page scan repetition mode changesMarcel Holtmann2005-08-301-0/+22
* [Bluetooth]: Workaround for inquiry results with RSSI and page scan modeMarcel Holtmann2005-08-301-13/+42
* [Bluetooth] Add direction and timestamp to stack internal eventsMarcel Holtmann2005-08-061-0/+3