aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Bluetooth: mgmt: Add address type parameter to Stop Discovery commandJohan Hedberg1-11/+22
2012-02-20Bluetooth: Always enable management interfaceMarcel Holtmann1-6/+1
2012-02-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann3-12/+16
2012-02-20Bluetooth: Restrict access to management interfaceMarcel Holtmann1-0/+5
2012-02-20Bluetooth: Add support for HCI monitor channelMarcel Holtmann2-3/+217
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann4-89/+62
2012-02-20Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann1-4/+14
2012-02-20Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann1-16/+31
2012-02-20Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann1-1/+5
2012-02-20Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann1-6/+17
2012-02-20Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann1-0/+6
2012-02-20Bluetooth: Remove unneeded bt_cb(skb)->channel variableMarcel Holtmann1-2/+0
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann4-16/+43
2012-02-19Bluetooth: Fix hci_connect error return valuesJohan Hedberg1-2/+2
2012-02-19Bluetooth: mgmt: Bump mgmt versionJohan Hedberg1-2/+2
2012-02-19Bluetooth: mgmt: Fix OOB command response parametersJohan Hedberg1-12/+18
2012-02-19Bluetooth: mgmt: Fix (Un)Block Device return parametersJohan Hedberg1-13/+18
2012-02-19Bluetooth: mgmt: Fix Start Discovery return parametersJohan Hedberg1-2/+13
2012-02-19Bluetooth: mgmt: Fix Pair Device response status valuesJohan Hedberg1-8/+6
2012-02-19Bluetooth: mgmt: Move status parameters into the cmd_complete headerJohan Hedberg1-52/+55
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes2-5/+55
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes3-8/+6
2012-02-19Bluetooth: Track discovery typeAndre Guedes2-1/+5
2012-02-19Bluetooth: Prepare start_discoveryAndre Guedes1-5/+10
2012-02-17Bluetooth: Add Intel copyright to mgmt filesJohan Hedberg1-0/+2
2012-02-17Bluetooth: mgmt: Add address type to confirm name commandJohan Hedberg1-1/+1
2012-02-17Bluetooth: mgmt: Add address type to PIN code messagesJohan Hedberg1-9/+13
2012-02-17Bluetooth: mgmt: Add address type to link key messagesJohan Hedberg1-3/+4
2012-02-17Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2-2/+2
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko3-4/+5
2012-02-17Bluetooth: Move scope of state_to_stringAndrei Emeltchenko1-26/+0
2012-02-17Bluetooth: Add logging functions bt_info and bt_errJoe Perches1-3/+24
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg2-1/+90
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg2-0/+90
2012-02-17Bluetooth: mgmt: Use more consistent error variable namesJohan Hedberg1-9/+9
2012-02-17Bluetooth: Remove unused member from cmd_lookup structJohan Hedberg1-4/+3
2012-02-16Bluetooth: Do not dereference zero skAndrei Emeltchenko1-1/+3
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg41-205/+229
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville48-231/+272
2012-02-15mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-15mac80211: call rate control only after initJohannes Berg4-3/+6
2012-02-15Bluetooth: Fix event sending with DISCOVERY_STOPPED stateAndre Guedes1-1/+2
2012-02-15Bluetooth: Fix discovery state machineAndre Guedes1-0/+2
2012-02-15Bluetooth: Implement Read Supported Commands commands for mgmtJohan Hedberg1-0/+99
2012-02-15Bluetooth: Fix possible use after free in delete pathUlisses Furquim1-2/+2
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim1-3/+3
2012-02-15Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg1-1/+2
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila3-7/+9
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-4/+8