summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: split link outqueueJon Paul Maloy2015-03-147-167/+150
* tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy2015-03-142-1/+5
* tipc: extract bundled buffers by cloning instead of copyingJon Paul Maloy2015-03-142-47/+28
* tipc: eliminate unnecessary linearization of incoming buffersJon Paul Maloy2015-03-142-9/+10
* tipc: move message validation function to msg.cJon Paul Maloy2015-03-143-60/+47
* tipc: add framework for node capabilities exchangeJon Paul Maloy2015-03-143-2/+16
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-1423-1386/+1888
|\
| * ieee802154: don't export static symbolJulia Lawall2015-03-141-1/+0
| * at86rf230: fix volatile regmap registersAlexander Aring2015-03-141-0/+2
| * at86rf230: add support for calibration timeoutAlexander Aring2015-03-141-14/+58
| * at86rf230: replace state change sleeps with hrtimerAlexander Aring2015-03-141-10/+29
| * at86rf230: init xtal_trim with zeroAlexander Aring2015-03-141-1/+1
| * mac802154: correct max sifs size handlingAlexander Aring2015-03-142-1/+14
| * ieee802154: remove deprecated sysfs entriesAlexander Aring2015-03-141-49/+0
| * ieee802154: change wpan-phy name to phyAlexander Aring2015-03-141-1/+4
| * ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPANAlexander Aring2015-03-141-1/+1
| * Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-138-25/+20
| * Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2015-03-134-17/+18
| * Bluetooth: btusb: Add helper for READ_LOCAL_VERSION commandDaniel Drake2015-03-131-32/+28
| * Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann2015-03-134-31/+26
| * Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-135-48/+44
| * Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann2015-03-132-1/+3
| * Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann2015-03-132-5/+6
| * Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-136-52/+51
| * Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-136-41/+41
| * Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-1310-278/+278
| * Bluetooth: Add support connectable advertising settingMarcel Holtmann2015-03-132-9/+31
| * Bluetooth: Remove two else branches that are not neededMarcel Holtmann2015-03-121-4/+4
| * Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg2015-03-111-0/+7
| * Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg2015-03-111-1/+3
| * Bluetooth: Increment management interface revisionMarcel Holtmann2015-03-111-1/+1
| * Bluetooth: btusb: Fix incorrect type in qca_device_infoKim, Ben Young Tae2015-03-111-13/+21
| * Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2015-03-104-0/+37
| * Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2015-03-102-19/+13
| * Bluetooth: fix sco_exit compile warningAlexander Aring2015-03-071-1/+1
| * Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg2015-03-061-3/+11
| * Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg2015-03-061-87/+89
| * Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg2015-03-061-213/+229
| * Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg2015-03-061-229/+230
| * Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2015-03-062-83/+93
| * Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-065-30/+39
| * Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2015-03-062-3/+99
| * Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2015-03-062-2/+27
| * Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2015-03-052-4/+5
| * Bluetooth: Refactor service discovery filter logicJakub Pawlowski2015-03-051-70/+19
| * Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski2015-03-051-62/+79
| * at86rf230: restore trx len when neededAlexander Aring2015-03-031-4/+8
| * at86rf230: remove multiple dereferencing for ctxAlexander Aring2015-03-031-13/+12
| * at86rf230: remove multiple dereferencing for irqAlexander Aring2015-03-031-11/+14
| * at86rf230: refactor receive handlingAlexander Aring2015-03-031-20/+14