summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ieee802154: 6lowpan: use correct ESC value for dispatchStefan Schmidt2015-09-171-1/+1
| * | | ieee802154: 6lowpan: fix drop return valueAlexander Aring2015-09-171-1/+1
| * | | ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring2015-09-172-120/+11
| * | | ieee802154: 6lowpan: remove packet type to hostAlexander Aring2015-09-171-1/+0
| * | | ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring2015-09-173-0/+48
| * | | ieee802154: 6lowpan: add check for reserved dispatchAlexander Aring2015-09-171-1/+15
| * | | ieee802154: 6lowpan: add handler for all dispatch valuesAlexander Aring2015-09-171-0/+90
| * | | ieee802154: 6lowpan: add generic lowpan header checkAlexander Aring2015-09-171-1/+27
| * | | ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring2015-09-176-111/+288
| * | | ieee802154: 6lowpan: earlier skb->dev switchAlexander Aring2015-09-171-1/+2
| * | | ieee802154: 6lowpan: trivial checks at firstAlexander Aring2015-09-171-4/+2
| * | | ieee802154: 6lowpan: cleanup pull of iphc bytesAlexander Aring2015-09-171-7/+2
| * | | ieee802154: 6lowpan: change if lowpan dev is runningAlexander Aring2015-09-171-5/+6
| * | | ieee802154: 6lowpan: remove EXPORT_SYMBOLAlexander Aring2015-09-171-1/+0
| * | | ieee802154: 6lowpan: remove set to zeroAlexander Aring2015-09-171-1/+0
| * | | ieee802154: 6lowpan: remove check on nullAlexander Aring2015-09-171-1/+1
| * | | ieee802154: 6lowpan: register packet layer while openAlexander Aring2015-09-171-10/+18
| * | | ieee802154: 6lowpan: change dev vars to wdev and ldevAlexander Aring2015-09-175-84/+82
| * | | Bluetooth: btmrvl: skb resource leak, and double free.Kieran Bingham2015-09-171-14/+0
| * | | Bluetooth: close HCI device when user channel socket gets closedSimon Fels2015-09-173-2/+12
| * | | Bluetooth: hci_intel: Show error in case of invalid LPM packet sizeLoic Poulain2015-09-171-2/+5
| * | | Bluetooth: hci_intel: Add runtime PM supportLoic Poulain2015-09-171-3/+69
| * | | Bluetooth: hci_intel: Add PM supportLoic Poulain2015-09-171-0/+53
| * | | Bluetooth: hci_intel: Implement LPM suspend/resumeLoic Poulain2015-09-171-0/+158
| * | | Bluetooth: hci_bcm: Use bt_dev logging helpersFrederic Danis2015-09-171-18/+18
| * | | Bluetooth: hci_bcm: Replace spinlock by mutexFrederic Danis2015-09-171-13/+13
| * | | Bluetooth: hci_qca: Fix a few tab vs spaces issuesMarcel Holtmann2015-09-171-3/+3
| * | | Bluetooth: hci_intel: Replace spinlock with mutexLoic Poulain2015-09-171-9/+9
| * | | Bluetooth: hci_intel: Use bt_dev logging helpersLoic Poulain2015-09-171-62/+59
| * | | Bluetooth: hci_intel: Introduce LPM supportLoic Poulain2015-09-171-3/+90
| * | | Bluetooth: hci_intel: Retrieve host-wake IRQLoic Poulain2015-09-171-1/+61
| * | | Bluetooth: Add bt_dev logging macrosLoic Poulain2015-09-171-0/+7
| * | | Bluetooth: btusb: Detect new kind of counterfeit CSR controllersJohan Hedberg2015-09-171-2/+4
| * | | Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_KeyJohan Hedberg2015-09-171-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-209-85/+354
|\ \ \ \
| * | | | i40e/i40evf: Bump i40e to 1.3.21 and i40evf to 1.3.13Catherine Sullivan2015-09-172-2/+2
| * | | | i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson2015-09-173-0/+81
| * | | | i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson2015-09-175-0/+93
| * | | | i40e/i40evf: add wait states to NVM state machineShannon Nelson2015-09-174-14/+55
| * | | | i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson2015-09-173-11/+35
| * | | | i40e/i40evf: add handling of writeback descriptorShannon Nelson2015-09-173-4/+24
| * | | | i40e/i40evf: save aq writeback for future inspectionShannon Nelson2015-09-174-0/+10
| * | | | i40e: rename variable to prevent clash of understandingShannon Nelson2015-09-171-57/+57
* | | | | Merge tag 'linux-can-next-for-4.4-20150917' of git://git.kernel.org/pub/scm/l...David S. Miller2015-09-204-0/+904
|\ \ \ \ \
| * | | | | can: Allwinner A10/A20 CAN Controller support - Kernel moduleGerhard Bertelsmann2015-09-173-0/+868
| * | | | | can: Allwinner A10/A20 CAN Controller support - Devicetree bindingsGerhard Bertelsmann2015-09-171-0/+36
| | |/ / / | |/| | |
* | | | | rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic2015-09-203-6/+6
* | | | | Merge branch 'hsilicon-net-subsys'David S. Miller2015-09-2031-189/+14716
|\ \ \ \ \
| * | | | | net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode2015-09-205-0/+2971
| * | | | | net: add Hisilicon Network Subsystem DSAF supporthuangdaode2015-09-2018-0/+9798