summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-191-1/+2
| | * | | vxlan: Inline vxlan_gso_check().Joe Stringer2014-11-181-19/+0
| | |/ /
| | * | qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G ModemMartin Hauke2014-11-161-0/+1
| | * | ieee802154: fix error handling in ieee802154fake_probe()Alexey Khoroshilov2014-11-161-5/+8
| | * | drivers: net: cpsw: Fix TX_IN_SEL offsetJohn Ogness2014-11-161-3/+3
| | * | qlcnic: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
| | * | net/mlx4_en: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
| | * | be2net: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
| | * | net: Add vxlan_gso_check() helperJoe Stringer2014-11-141-0/+13
| | * | Merge tag 'master-2014-11-11' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-1411-75/+78
| | |\|
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-11-224-10/+10
| |\ \ \
| | * \ \ Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-11-212-1/+4
| | |\ \ \
| | | * | | drm/radeon: fix endian swapping in vbios fetch for tdp tableAlex Deucher2014-11-201-1/+1
| | | * | | drm/radeon: disable native backlight control on pre-r6xx asics (v2)Alex Deucher2014-11-201-0/+3
| | * | | | drm/i915: Kick fbdev before vgaconDaniel Vetter2014-11-171-4/+6
| | * | | | drm/i915: drop WaSetupGtModeTdRowDispatch:snbDaniel Vetter2014-11-171-5/+0
| * | | | | Merge tag 'pm+acpi-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-221-1/+1
| |\ \ \ \ \
| | * | | | | ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake upRafael J. Wysocki2014-11-201-1/+1
| | |/ / / /
| * | | | | Merge tag 'devicetree-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-11-224-8/+26
| |\ \ \ \ \
| | * | | | | of/selftest: Fix testing when /aliases is missingGrant Likely2014-11-201-1/+7
| | * | | | | of/selftest: Fix off-by-one error in removal pathGrant Likely2014-11-191-2/+1
| | * | | | | of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt2014-11-181-3/+16
| | * | | | | of: Fix crash if an earlycon driver is not foundKevin Cernekee2014-11-181-1/+1
| | * | | | | of: Spelling s/stucture/structure/Geert Uytterhoeven2014-11-181-1/+1
| | |/ / / /
| * | | | | Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-11-224-15/+26
| |\ \ \ \ \
| | * | | | | PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu2014-11-191-12/+16
| | * | | | | PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu2014-11-133-2/+4
| | * | | | | PCI: xgene: Assign resources to bus before adding new devicesDuc Dang2014-11-131-1/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-11-226-20/+69
| |\ \ \ \ \ \
| | * | | | | | IB/isert: Adjust CQ size to HW limitsChris Moore2014-11-201-2/+6
| | * | | | | | target: return CONFLICT only when SA key unmatchedSteven Allen2014-11-031-4/+5
| | * | | | | | iser-target: Handle DEVICE_REMOVAL event on network portal listener correctlySagi Grimberg2014-11-031-10/+19
| | * | | | | | ib_isert: Add max_send_sge=2 minimum for control PDU responsesOr Gerlitz2014-11-031-2/+5
| | * | | | | | srp-target: Retry when QP creation fails with ENOMEMBart Van Assche2014-10-281-0/+8
| | * | | | | | iscsi-target: return the correct port in SendTargetsSteven Allen2014-10-281-1/+1
| | * | | | | | vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINTNicholas Bellinger2014-10-281-0/+24
| | * | | | | | target: Don't call TFO->write_pending if data_length == 0Roland Dreier2014-10-281-1/+1
| * | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-11-222-38/+46
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau2014-11-171-2/+2
| | * | | | | | dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst2014-11-171-1/+1
| | * | | | | | dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst2014-11-171-4/+13
| | * | | | | | dmaengine: sun6i: Fix memcpy operationMaxime Ripard2014-11-121-31/+30
| * | | | | | | Merge tag 'md/3.18-fix' of git://neil.brown.name/mdLinus Torvalds2014-11-171-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown2014-11-161-0/+4
| * | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-11-167-37/+46
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bnx2fc: fix tgt spinlock lockingMaurizio Lombardi2014-11-102-11/+10
| | * | | | | | | | megaraid_sas: fix bug in handling return value of pci_enable_msix_range()Jiang Liu2014-11-101-1/+1
| | * | | | | | | | cxgb4i: send abort_rpl correctlyAnish Bhatt2014-11-102-16/+17
| | * | | | | | | | scsi: TUR path is down after adapter gets reset with multipathwenxiong@linux.vnet.ibm.com2014-11-101-0/+7
| | * | | | | | | | scsi: call device handler for failed TUR commandChristoph Hellwig2014-11-101-8/+8