An error occurred fetching the project authors.
- 07 Feb, 2004 1 commit
-
-
Marcel Holtmann authored
This patch adds the missing fput() call for the BNEP and CMTP protocol layers in case the user submits a not connected socket. Noticed by Andi Kleen <ak@suse.de>
-
- 13 Jan, 2004 1 commit
-
-
Marcel Holtmann authored
This patch fixes the module reference counting which was done wrong while porting this driver to the 2.6 kernel series.
-
- 22 Dec, 2003 1 commit
-
-
Marcel Holtmann authored
This adds support for the CAPI message transport protocol (CMTP) to the Bluetooth subsystem.
-
- 15 Sep, 2003 1 commit
-
-
David Woodhouse authored
-
- 11 Sep, 2003 1 commit
-
-
David Woodhouse authored
-
- 04 Jun, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
With this the data dependency is reduced to just making sure that the first member of both struct sock and struct tcp_tw_bucket are a struct sock_common. Also makes it easier to grep for struct sock and struct tcp_tw_bucket usage in the tree as all the members in those structs are prefixed, respectively, with sk_ and tw_, like struct inode (i_), struct block_device (bd_), etc. Checked namespace with make tags/ctags, just one colision with the macros for the struct sock members, with a wanrouter struct, fixed that s/sk_state/state_sk/g in the wanrouter struct. Checked as well if the names of the members in both structs collided with some macro, none found.
-
- 08 May, 2003 1 commit
-
-
Maksim Krasnyanskiy authored
Initialize ->owner fields in Bluetooth protocols and drivers.
-
- 03 May, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
Using THIS_MODULE in the struct proto_ops registered with the core.
-
- 22 Feb, 2003 1 commit
-
-
David S. Miller authored
-
- 19 Feb, 2003 1 commit
-
-
Maksim Krasnyanskiy authored
Cleanup and fix __init and __exit functions. /proc/bluetooth initialization fixes.
-
- 26 Dec, 2002 1 commit
-
-
Maksim Krasnyanskiy authored
-
- 15 Dec, 2002 1 commit
-
-
Marcel Holtmann authored
This patch adds the needed COMPATIBLE_IOCTL for SPARC64 to let the HCIUART, RFCOMM and BNEP part of the Bluetooth subsystem work correctly on this architecture.
-
- 15 Oct, 2002 1 commit
-
-
David S. Miller authored
-
- 13 Oct, 2002 1 commit
-
-
Maksim Krasnyanskiy authored
Some of them were named like BT_XXX and bt_xxx others BLUEZ_XXX and bluez_xxx. From now on use BT_XXX and bt_xxx throughout Bluetooth code, including CONFIG_ defines. Clean up small typos and misspelling along the way.
-
- 06 Oct, 2002 1 commit
-
-
Marcel Holtmann authored
This removes the obsolete O_TARGET and cleans up the Config.* and *.c files to have a unique CONFIG_BLUEZ prefix. Additional two missing help entries are added.
-
- 04 Oct, 2002 1 commit
-
-
Maksim Krasnyanskiy authored
-