summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: fix race in bt_procfs_init()Al Viro2013-04-091-7/+1Star
* bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-098-9/+9
* bluetooth: don't bother with ->owner for procfs fopsAl Viro2013-04-091-7/+8
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
|\
| * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-283-27/+15Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2013-01-2924-612/+3211
| |\ \
| * | | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-13/+9Star
|\ \ \ \
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
| * | | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-11/+5Star
| * | | | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-2/+3
* | | | | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* | | | | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-092-3/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bluetooth: Fix hci_conn timeout routineAndre Guedes2013-01-311-3/+3
| * | | | Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-01-311-0/+13
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-089-220/+476
|\ \ \ \
| * | | | Bluetooth: Refactor mgmt_pending_foreachAndre Guedes2013-02-011-6/+2Star
| * | | | Bluetooth: Remove unneeded lockingAndre Guedes2013-02-011-4/+0Star
| * | | | Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes2013-02-011-8/+10
| * | | | Bluetooth: Increment Management interface revisionJohan Hedberg2013-02-011-1/+1
| * | | | Bluetooth: Fix link security setting when powering onJohan Hedberg2013-02-011-0/+7
| * | | | Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg2013-02-011-0/+34
| * | | | Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg2013-02-011-0/+34
| * | | | Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg2013-02-011-35/+43
| * | | | Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg2013-02-011-7/+1Star
| * | | | Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg2013-02-011-31/+15Star
| * | | | Bluetooth: Simplify UUID removal codeJohan Hedberg2013-02-011-4/+2Star
| * | | | Bluetooth: Keep track of UUID type upon additionJohan Hedberg2013-02-011-25/+23Star
| * | | | Bluetooth: Simplify UUIDs clearing codeJohan Hedberg2013-02-011-7/+3Star
| * | | | Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg2013-02-011-1/+1
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-308-118/+327
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bluetooth: Add support for reading LE supported statesJohan Hedberg2013-01-231-0/+20
| | * | | Bluetooth: Add support for reading LE White List SizeJohan Hedberg2013-01-231-0/+20
| | * | | Bluetooth: Add LE Local Features reading supportJohan Hedberg2013-01-231-0/+20
| | * | | Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockJohan Hedberg2013-01-231-4/+6
| | * | | Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectJohan Hedberg2013-01-231-8/+14
| | * | | Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceJohan Hedberg2013-01-231-0/+5
| | * | | Bluetooth: Fix checking for valid address type values in mgmt commandsJohan Hedberg2013-01-231-2/+34
| | * | | Bluetooth: Check for valid key->authenticated value for LTKsJohan Hedberg2013-01-231-0/+2
| | * | | Bluetooth: Refactor valid LTK data testing into its own functionJohan Hedberg2013-01-231-1/+8
| | * | | Bluetooth: Fix checking for proper key->master value in Load LTKsJohan Hedberg2013-01-231-0/+9
| | * | | Bluetooth: Fix returning proper mgmt status for Load LTKsJohan Hedberg2013-01-231-1/+1
| | * | | Bluetooth: Fix checking for correct mgmt_load_link_keys parametersJohan Hedberg2013-01-231-0/+4
| | * | | Bluetooth: Fix pair device command reply if adapter is powered offSzymon Janc2013-01-231-6/+6
| | * | | Bluetooth: Fix Class of Device indication when powering offJohan Hedberg2013-01-231-0/+6
| | * | | Bluetooth: Fix using system-global workqueue when not necessaryJohan Hedberg2013-01-182-3/+4