aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-7/+7
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-9/+9
2011-04-27Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan1-5/+7
2011-04-27Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan1-1/+1
2011-04-27Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan1-2/+1
2011-04-27Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan1-1/+2
2011-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-68/+62
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-2/+0
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan1-2/+2
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan1-7/+6
2011-04-07Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan1-1/+1
2011-04-07Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan1-4/+2
2011-04-07Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan1-7/+8
2011-04-07Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-07Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan1-4/+4
2011-04-07Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-07Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan1-10/+10
2011-04-07Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan1-2/+3
2011-04-07Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan1-2/+1
2011-04-07Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan1-5/+6
2011-04-07Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan1-2/+2
2011-04-07Bluetooth: Remove struct del_listGustavo F. Padovan1-5/+0
2011-04-07Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan1-9/+3
2011-04-07Bluetooth: Create struct l2cap_chanGustavo F. Padovan1-6/+12
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg2-0/+7
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg2-0/+10
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-0/+2
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan1-0/+2
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg2-0/+9
2011-03-31Bluetooth: Remove unused struct l2cap_conn itemGustavo F. Padovan1-1/+0
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc3-0/+45
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc3-0/+15
2011-03-31Bluetooth: Remove unused struct itemGustavo F. Padovan1-1/+0
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2-0/+11
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg1-0/+5
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2-4/+6
2011-02-27Bluetooth: Move index to common header in management interfaceSzymon Janc1-40/+3
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2-0/+8
2011-02-21Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg1-0/+5
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg3-0/+41
2011-02-21Bluetooth: Add mgmt_pair_device commandJohan Hedberg2-0/+28
2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc1-28/+28
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi2-0/+13
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo2-1/+4
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-0/+15
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi1-0/+2
2011-02-16Bluetooth: Add SMP command structuresVille Tervo1-0/+76
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo1-0/+1
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo1-0/+3