aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-25perf vendor events intel: Update Goldmont events to V12Andi Kleen5-360/+1590
2018-01-25perf vendor events intel: Update BroadwellX events to V13Andi Kleen7-969/+1026
2018-01-25perf vendor events intel: Update Broadwell events to V22Andi Kleen7-966/+1371
2018-01-25x86: Remove unused IOMMU_STRESS KconfigCorentin Labbe1-8/+0
2018-01-25x86/hyperv: Stop suppressing X86_FEATURE_PCIDVitaly Kuznetsov1-2/+10
2018-01-25Bluetooth: btintel: Create common function for firmware downloadTedd Ho-Jeong An4-154/+99
2018-01-25mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal1-1/+7
2018-01-25mtd: nand: gpmi: Fix subpage readsBoris Brezillon1-5/+13
2018-01-25wcn36xx: release DMA memory in case of errorRamon Fried1-6/+40
2018-01-25ath9k: Display calibration data piers in debugfsWojciech Dubowik1-1/+63
2018-01-25ath9k: Use calibrated noise floor value when availableWojciech Dubowik1-14/+24
2018-01-25ath9k: Read noise floor calibration data from eepromWojciech Dubowik3-8/+67
2018-01-25ath9k: Alternative EEPROM size for AR9003Wojciech Dubowik1-0/+6
2018-01-25wil6210: support parsing brd file address from fw fileMaya Erez4-11/+184
2018-01-25wil6210: enlarge FW mac_rgf_ext section for Sparrow D0Lior David3-3/+18
2018-01-25wil6210: fix random failure to bring network interface upLior David5-2/+138
2018-01-25wil6210: configure OTP HW vectors in SW reset flowMaya Erez2-0/+26
2018-01-25wil6210: support flashless deviceDedy Lansky3-29/+87
2018-01-25wil6210: add support for Talyn AHB address mapMaya Erez4-17/+92
2018-01-25wil6210: recognize Talyn JTAG IDMaya Erez2-0/+7
2018-01-25wil6210: add Talyn PCIe device IDMaya Erez1-0/+2
2018-01-25ath9k: discard undersized packetsFelix Fietkau1-2/+2
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller12-399/+173
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-123/+274
2018-01-25Merge tag 'drm-misc-fixes-2018-01-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-6/+27
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King1-1/+1
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann1-9/+6
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot1-1/+1
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li2-0/+13
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li1-0/+66
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registrationLong Li2-3/+59
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li4-7/+30
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registrationLong Li3-2/+71
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li2-0/+474
2018-01-24CIFS: SMBD: Upper layer sends data via RDMA sendLong Li1-2/+6
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li2-0/+251
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li1-2/+4
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2-0/+235
2018-01-24CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li1-1/+11
2018-01-24CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li1-1/+4
2018-01-24CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2-0/+19
2018-01-24CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li1-1/+4
2018-01-24CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2-0/+40
2018-01-24CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li1-3/+19
2018-01-24cifs: fix build errors for SMB_DIRECTRandy Dunlap1-1/+1
2018-01-24cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox1-14/+12
2018-01-24CIFS: SMBD: export protocol initial valuesLong Li1-0/+79
2018-01-24CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2-0/+23
2018-01-24CIFS: SMBD: Establish SMB Direct connectionLong Li3-0/+1803