aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[Bluetooth] Lock initializer cleanupMarcel Holtmann2-4/+4
2004-12-26[Bluetooth] Add HIDP message parsingMarcel Holtmann2-17/+198
2004-12-26[Bluetooth] Update socket option handlingMarcel Holtmann4-13/+62
2004-12-26[Bluetooth] Make more code staticMarcel Holtmann2-9/+32
2004-12-26[Bluetooth] Make another function staticMarcel Holtmann2-16/+13
2004-12-26[Bluetooth] Make some code of the core staticMarcel Holtmann4-9/+9
2004-12-06[Bluetooth] Track the class of device valueMarcel Holtmann2-0/+2
2004-12-06[Bluetooth] Use separate inquiry data structureMarcel Holtmann4-26/+45
2004-11-17Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-3/+30
2004-11-17[Bluetooth] Check for L2CAP reliabilityMarcel Holtmann1-0/+21
2004-11-17[Bluetooth] Add support for L2CAP secure modeMarcel Holtmann1-3/+8
2004-11-17[Bluetooth] Correct locking for zero SCID responsesMarcel Holtmann1-0/+1
2004-11-09[BLUETOOTH]: Lock initializer unifyingAndrew Morton1-1/+1
2004-11-08[Bluetooth] Some trivial s/int/unsigned int/Marcel Holtmann2-4/+5
2004-11-06[Bluetooth] Support responses with zero SCIDMarcel Holtmann1-69/+96
2004-11-06[Bluetooth] Add function for triggering a link key changeMarcel Holtmann2-0/+23
2004-10-30[Bluetooth] Add security callback to the coreMarcel Holtmann3-4/+32
2004-10-28[Bluetooth] Allow vendor specific packet typesMarcel Holtmann1-1/+2
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds1-10/+4
2004-10-09[Bluetooth] Stop TX task before notifying the driverMarcel Holtmann1-2/+8
2004-10-08[Bluetooth] Add security manager flags and optionsMarcel Holtmann2-7/+44
2004-10-08[Bluetooth] Let the CAPI free the SKB in the error caseMarcel Holtmann1-1/+0
2004-10-06[Bluetooth] Fix race when unlinking incoming connectionsMarcel Holtmann3-7/+21
2004-10-06[Bluetooth] Improve connection hash handlingMarcel Holtmann1-4/+6
2004-09-08[Bluetooth] Check checksums for BNEPMarcel Holtmann1-1/+1
2004-09-04[Bluetooth] Don't send L2CAP reject command for bad responsesMarcel Holtmann1-9/+10
2004-07-31Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-13/+23
2004-07-31[Bluetooth] Fix resetting to default filtersMarcel Holtmann1-13/+23
2004-07-26[PATCH] bluetooth annotationsAlexander Viro5-57/+28
2004-07-21Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-0/+1
2004-07-16[Bluetooth] Add missing entry for the HIDP supportMarcel Holtmann1-0/+1
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro2-2/+2
2004-07-10[Bluetooth] Respond to L2CAP info requestsMarcel Holtmann1-12/+46
2004-07-04[Bluetooth] Allocate protocol number for AVDTP supportMarcel Holtmann1-2/+2
2004-07-04[Bluetooth] Add HID protocol supportMarcel Holtmann7-0/+1005
2004-07-04[Bluetooth] Change inquiry_cache to hci_inquiry_cacheMarcel Holtmann3-8/+8
2004-06-20[Bluetooth] Fix connection creation error handlingMarcel Holtmann1-1/+1
2004-06-09[NET] Introduce sk_reset_timer and sk_stop_timerArnaldo Carvalho de Melo2-12/+4
2004-06-03[PATCH] sparse: bluetooth annotationAlexander Viro8-51/+54
2004-05-31Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller17-387/+343
2004-06-01[Bluetooth] Add dynamic channel allocation for RFCOMM server socketsMarcel Holtmann2-1/+22
2004-06-01[Bluetooth] Add dynamic PSM allocation for L2CAP server socketsMarcel Holtmann1-2/+21
2004-06-01[Bluetooth] Allocate protocol number for HIDP supportMarcel Holtmann1-2/+2
2004-06-01[Bluetooth] Update Kconfig help entriesMarcel Holtmann4-20/+14
2004-06-01[Bluetooth] Remove CVS tags and cleanup the codeMarcel Holtmann9-279/+250
2004-06-01[Bluetooth] Move function exports out of syms.cMarcel Holtmann7-85/+36
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro4-12/+12
2004-05-23[Bluetooth] Use try_module_get() for RFCOMM sessionsMarcel Holtmann1-12/+13
2004-05-11[Bluetooth] Use type of the parent socketMarcel Holtmann1-4/+3
2004-05-08[NET]: Add sock_create_lite()James Morris1-4/+2
2004-05-08[NET]: Add sock_create_kern()James Morris1-1/+2
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton3-3/+3
2004-04-11Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-5/+1
2004-04-09[Bluetooth] Allow normal users to release the previous created TTYMarcel Holtmann1-4/+6
2004-04-05[Bluetooth] Fix broken HCI security filterMarcel Holtmann1-4/+9
2004-04-05[NET]: Update networking config menu (v3)Randy Dunlap1-5/+1
2004-03-20[Bluetooth] Fix display for class of deviceMarcel Holtmann1-1/+1
2004-03-15[Bluetooth] Declare more functions staticMarcel Holtmann6-32/+32
2004-03-15[Bluetooth] Fix compile errors with enabled debuggingMarcel Holtmann1-2/+2
2004-03-14[Bluetooth] Make use of the MODULE_VERSION macroMarcel Holtmann8-4/+10
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-2/+2
2004-03-04Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller5-6/+27
2004-03-05[Bluetooth] Dynamic allocation of the RFCOMM TTY devicesMarcel Holtmann2-6/+11
2004-03-05[Bluetooth] Add notify callback for host driversMarcel Holtmann2-0/+12
2004-03-05[Bluetooth] Send HCI_Reset for some Broadcom donglesMarcel Holtmann1-0/+4
2004-02-25Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller3-0/+26
2004-02-26[Bluetooth] Dynamic allocation of HCI deviceMarcel Holtmann3-0/+26
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton2-4/+0
2004-02-22[Bluetooth] Initial sysfs and device class supportMarcel Holtmann5-229/+161
2004-02-22[Bluetooth] Copy all L2CAP signal frames to the raw socketsMarcel Holtmann1-3/+3
2004-02-21Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller6-232/+164
2004-02-17[BLUETOOTH]: Use min_t to avoid warning in rfcomm sock.cDavid S. Miller1-1/+1
2004-02-17Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik8-46/+125
2004-02-15[Bluetooth] Revert reference counting fixesMarcel Holtmann1-10/+27
2004-02-11[Bluetooth] Fix non-blocking socket race conditionsMarcel Holtmann1-5/+22
2004-02-11[Bluetooth] Fix several copy_to_user() and reference counting glitchesMarcel Holtmann3-33/+34
2004-02-07[Bluetooth] Fix error handling for not connected socketMarcel Holtmann2-2/+6
2004-02-05[Bluetooth] Fix race for incoming connectionsMarcel Holtmann1-2/+3
2004-02-05[Bluetooth] Support for tracking the voice settingMarcel Holtmann2-1/+40
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik1-2/+2
2004-01-13MergeDavid S. Miller17-41/+1563
2004-01-14[Bluetooth] Start inquiry if cache is emptyMarcel Holtmann1-0/+1
2004-01-14[Bluetooth] Fix reference counting for incoming connectionsMarcel Holtmann1-1/+3
2004-01-13[Bluetooth] Use R2 for default value of pscan_rep_modeMarcel Holtmann1-1/+1
2004-01-13[Bluetooth] Fix CMTP reference countingMarcel Holtmann1-4/+5
2004-01-10[all over] more kfree -> free_netdevAlexander Viro1-2/+2
2004-01-08[BLUETOOTH]: Use size_t for size in {send,recv}msg.Stephen Hemminger5-13/+19
2003-12-22[Bluetooth] Add CAPI message transport protocol supportMarcel Holtmann9-1/+1494
2003-12-19[Bluetooth] Add module aliases for the Bluetooth protocolsMarcel Holtmann4-0/+4
2003-12-19[Bluetooth] Correct the module alias for the network familyMarcel Holtmann2-1/+1
2003-12-18[Bluetooth] Support inquiry results with RSSIMarcel Holtmann1-0/+27
2003-12-18[Bluetooth] Update HCI security filterMarcel Holtmann1-6/+6
2003-12-18[Bluetooth] Disable credit based flow control by defaultMarcel Holtmann1-32/+26
2003-12-09[BLUETOOTH]: Put MODULE_ALIAS_NETPROTO for PF_BLUETOOTH in af_bluetooth.cStephen Hemminger2-1/+1
2003-10-21[PATCH] fix bluetooth broken compilation when PROC_FS=n.Andrew Morton1-2/+0
2003-10-06[NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@ma...Randy Dunlap1-1/+0
2003-09-26[PATCH] select CRC32Brian Gerst2-1/+1
2003-09-25[BLUETOOTH]: Remove unneeded verify_area call (from domen@coderock.org)Randy Dunlap1-4/+4
2003-09-21Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds2-2/+2
2003-09-21[PATCH] use CLONE_KERNELAlbert Cahalan2-2/+2
2003-09-15[BLUETOOTH]: Add missing owner to bnep_sock_family_ops.David Woodhouse1-0/+1
2003-09-11Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy13-178/+300
2003-09-11[Bluetooth] Convert BNEP protocol to dynamic allocation of network devices.Maksim Krasnyanskiy3-27/+20
2003-09-11[BLUETOOTH]: Fix bug in set_sk_owner() changes.David Woodhouse3-1/+5
2003-09-03[NET]: remove duplicate #includes in net/Randy Dunlap3-3/+0
2003-09-03[NET]: Use list_for_each() where applicable.Maximilian Attems1-1/+1
2003-09-01[BLUETOOTH]: Fix typo in module alias changes.David S. Miller1-1/+1
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-31MergeDavid S. Miller1-0/+1
2003-08-31[PATCH] Fix bluetooth compile warningsAndrew Morton2-3/+3
2003-08-30[BLUETOOTH]: Missing sk_set_owner().Stephen Hemminger1-0/+1
2003-08-20[Bluetooth] L2CAP qualification spec mandates sending additional config request Maksim Krasnyanskiy1-9/+26
2003-08-06Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy2-56/+116
2003-07-23[Bluetooth] Add support for FCon and FCoff flow control commandsMarcel Holtmann1-0/+61
2003-07-19[Bluetooth] Add tiocmget() and tiocmset() routines to RFCOMM TTYMarcel Holtmann1-56/+55
2003-07-14Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy3-4/+20
2003-07-14Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy6-82/+118
2003-07-14[Bluetooth] Handle command complete event for inquiry cancelMarcel Holtmann1-0/+13
2003-07-04[PATCH] fix rfcomm oopsAndrew Morton2-0/+2
2003-07-03[Bluetooth] Support for inquiry with unlimited responsesMarcel Holtmann1-3/+6
2003-06-27[Bluetooth] Make READ_TRANSMIT_POWER_LEVEL available for normal usersMarcel Holtmann1-1/+1
2003-06-22Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy6-82/+118
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-3/+1
2003-06-16[Bluetooth] Add support for SO_LINGER to L2CAP, RFCOMM and SCO sockets.Maksim Krasnyanskiy6-71/+90
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo5-41/+49
2003-06-14[BLUETOOTH]: Remove unused local var in rfcomm/tty.cDavid S. Miller1-2/+0
2003-06-13Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-13/+28
2003-06-11[Bluetooth] Fix RFCOMM C/R and Direction bits handling.Maksim Krasnyanskiy1-6/+8
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-22/+23
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-11/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-3/+0
2003-06-11Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy1-7/+18
2003-06-12Merge http://linux-bt.bkbits.net/bt-2.5Marcel Holtmann1-7/+18
2003-06-10Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-0/+2
2003-06-10Bluetooth: RFCOMM must send MSC when DLC was opened by SABM Maksim Krasnyanskiy1-0/+2
2003-06-06Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds10-280/+280
2003-06-05[PATCH] Fix tty devfs messAndrew Morton1-4/+1
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo10-280/+280
2003-05-30[Bluetooth] Handle bit rate in remote port negotiationMarcel Holtmann1-0/+8
2003-05-30[Bluetooth] Set EA bit for V.24 signals parameterMarcel Holtmann1-1/+1
2003-05-29[Bluetooth] Send correct RPN response for accepted valuesMarcel Holtmann1-6/+9
2003-05-28[NET}: Fix typo in sock_set_flag changes.David S. Miller1-1/+1
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo3-3/+3
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-3/+1
2003-05-11Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy8-73/+94
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji5-0/+5
2003-05-09[Bluetooth] RFCOMM must wait for MSC exchange to complete before sending data.Maksim Krasnyanskiy1-5/+11
2003-05-09Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy1-14/+15
2003-05-09[Bluetooth] Handle priority bits in parameter negotiationMarcel Holtmann1-11/+12
2003-05-09[Bluetooth] Send the correct values in RPN responseMarcel Holtmann1-3/+3
2003-05-09[Bluetooth] Detect and log error condition when first L2CAP fragment is too l...Maksim Krasnyanskiy1-4/+10
2003-05-08[Bluetooth] L2CAP config req/rsp fixes. Maksim Krasnyanskiy1-8/+11
2003-05-08[Bluetooth] Add required infrastructure for socket module refcounting.Maksim Krasnyanskiy8-42/+47
2003-05-02o bluetooth: use revised net module infrastructureArnaldo Carvalho de Melo5-0/+7
2003-04-28Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller5-7/+7
2003-04-28[NET]: Spelling fixes for net/Steven Cole5-7/+7
2003-04-27[Bluetooth] Initialize ->owner field of the RFCOMM tty driver. Maksim Krasnyanskiy1-0/+2
2003-04-27[Bluetooth] Initialize net_proto_family->owner field. This covers only HCI so...Maksim Krasnyanskiy2-4/+1
2003-04-27[Bluetooth] Fix race condition in RFCOMM session and dcl scheduler. Maksim Krasnyanskiy1-3/+4
2003-04-27[Bluetooth] Improved RFCOMM TTY TX buffer management. Maksim Krasnyanskiy1-6/+13
2003-04-26Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy3-1/+53
2003-04-23[PATCH] tty cleanups (7/12)Alexander Viro1-1/+1
2003-04-23[PATCH] tty cleanups (6/12)Alexander Viro1-1/+1
2003-04-23[PATCH] tty cleanups (2/12)Alexander Viro1-1/+1
2003-04-22Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy1-1/+1
2003-04-23[Bluetooth] Fix L2CAP binding to local addressMarcel Holtmann1-1/+1
2003-04-16Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy1-0/+51
2003-04-07Merge bk://linux.bkbits.net/linux-2.5Marcel Holtmann1-0/+1
2003-04-03o net: CodyngStyle reformatting, no code changesArnaldo Carvalho de Melo4-6/+6
2003-03-31[Bluetooth] Respond correctly to RLS packetsMarcel Holtmann1-0/+51
2003-03-21[Bluetooth] Use R1 for default value of pscan_rep_modeMarcel Holtmann1-0/+1
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise7-64/+12
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris3-3/+3
2003-02-22[BLUETOOTH]: net/bluetooth/bnep/sock.c needs linux/init.hDavid S. Miller1-0/+1
2003-02-19Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy4-54/+36
2003-02-19[Bluetooth] Maksim Krasnyanskiy9-34/+41
2003-02-18Merge bk://linux.bkbits.net/linux-2.5Marcel Holtmann14-178/+183
2003-02-16[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelperRusty Russell1-1/+1
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds2-10/+2
2003-02-10Merge bk://linux.bkbits.net/linux-2.5Marcel Holtmann1-1/+1
2003-02-10[PATCH] checker bounds/limits fixesRandy Dunlap1-1/+1
2003-02-09[Bluetooth] Get rid of hci_send_raw()Marcel Holtmann3-55/+34
2003-02-09MergeMaksim Krasnyanskiy14-178/+183
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell3-5/+5
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-23[Bluetooth] Disable HCI flow control for vendor commandsMarcel Holtmann1-1/+4
2003-01-17[Bluetooth] Remove wrong check for size value in rfcomm_wmalloc()Marcel Holtmann1-1/+1
2002-12-25Merge bk://linux-bt@linux-bt.bkbits.net/bt-2.5Maksim Krasnyanskiy2-17/+13
2002-12-26Kill old BNEP ioctls.Maksim Krasnyanskiy2-10/+0
2002-12-17Convert Bluetooth HCI devices to new module refcounting.Maksim Krasnyanskiy2-17/+13
2002-12-17[Bluetooth] Replace info message about SCO MTU with BT_DBGMarcel Holtmann1-1/+1
2002-12-17[Bluetooth] Make READ_VOICE_SETTING available for normal usersMarcel Holtmann1-1/+1
2002-12-16Merge qualcomm.com:/usr/src/bt-2.5 into qualcomm.com:/usr/src/linux-2.5Maksim Krasnyanskiy3-16/+17
2002-12-16Merge hostme.bitkeeper.com:/ua/repos/l/linux-bt/bt-2.5Marcel Holtmann6-37/+48
2002-12-15Merge bk://linux.bkbits.net/linux-2.5Marcel Holtmann10-113/+121
2002-12-15[Bluetooth] Add some COMPATIBLE_IOCTL for SPARC64Marcel Holtmann3-21/+31
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst3-6/+0
2002-12-11[Bluetooth] Convert dlci and channel variables to u8Marcel Holtmann2-15/+16
2002-12-11Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy3-16/+17
2002-12-04Merge hostme.bitkeeper.com:/ua/repos/l/linux-bt/bt-2.5Marcel Holtmann1-1/+1