summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-14ieee802154: change wpan-phy name to phyAlexander Aring1-1/+4
2015-03-14ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPANAlexander Aring1-1/+1
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann8-25/+20
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann4-17/+18
2015-03-13Bluetooth: btusb: Add helper for READ_LOCAL_VERSION commandDaniel Drake1-32/+28
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann4-31/+26
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann5-48/+44
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann2-1/+3
2015-03-13Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann2-5/+6
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann6-52/+51
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann6-41/+41
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann10-278/+278
2015-03-13Bluetooth: Add support connectable advertising settingMarcel Holtmann2-9/+31
2015-03-12Bluetooth: Remove two else branches that are not neededMarcel Holtmann1-4/+4
2015-03-11Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg1-0/+7
2015-03-11Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg1-1/+3
2015-03-11Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2015-03-11Bluetooth: btusb: Fix incorrect type in qca_device_infoKim, Ben Young Tae1-13/+21
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg4-0/+37
2015-03-10Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2-19/+13
2015-03-07Bluetooth: fix sco_exit compile warningAlexander Aring1-1/+1
2015-03-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg1-3/+11
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg1-87/+89
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg1-213/+229
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg1-229/+230
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2-83/+93
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg5-30/+39
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2-3/+99
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2-2/+27
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2-4/+5
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski1-70/+19
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski1-62/+79
2015-03-03at86rf230: restore trx len when neededAlexander Aring1-4/+8
2015-03-03at86rf230: remove multiple dereferencing for ctxAlexander Aring1-13/+12
2015-03-03at86rf230: remove multiple dereferencing for irqAlexander Aring1-11/+14
2015-03-03at86rf230: refactor receive handlingAlexander Aring1-20/+14
2015-03-03at86rf230: cleanup and squash stack variableAlexander Aring1-2/+1
2015-03-03at86rf230: add transmit retry supportAlexander Aring1-3/+21
2015-03-03Bluetooth: btusb: Add support for QCA ROME chipset familyKim, Ben Young Tae1-0/+254
2015-03-03Bluetooth: btusb: Add setup callback for chip init on USBKim, Ben Young Tae1-0/+11
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann1-38/+33
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller38-489/+1283
2015-03-02Merge branch 'sendmsg_recvmsg_iocb_removal'David S. Miller75-480/+346
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue1-38/+44
2015-03-02Merge branch 'dropcount'David S. Miller18-48/+79
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger3-6/+18
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger3-2/+8
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger9-14/+13
2015-03-02net: packet: use sockaddr_ll fields as storage for skb original length in rec...Eyal Birger1-6/+24