summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net sysfs: Print link speed as signed integerAlexander Stein2015-09-291-2/+1
| * | | | | | bna: fix error handlingAndrzej Hajda2015-09-291-6/+7
| * | | | | | Merge branch 'af_unix_MSG_PEEK'David S. Miller2015-09-292-2/+19
| |\ \ \ \ \ \
| | * | | | | | af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-09-291-1/+14
| | * | | | | | af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-09-291-1/+5
| |/ / / / / /
| * | | | | | net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-291-9/+11
| * | | | | | l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-09-291-2/+9
| * | | | | | net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov2015-09-291-3/+3
| * | | | | | Merge branch 'sctp-accept-deadlock'David S. Miller2015-09-291-20/+24
| |\ \ \ \ \ \
| | * | | | | | sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-291-19/+23
| | * | | | | | sctp: Whitespace fixKarl Heiss2015-09-291-2/+2
| |/ / / / / /
| * | | | | | i40e/i40evf: check for stopped admin queueMitch Williams2015-09-292-0/+18
| * | | | | | i40e: fix VLAN inside VXLANJesse Brandeburg2015-09-291-1/+2
| * | | | | | r8169: fix handling rtl_readphy resultAndrzej Hajda2015-09-271-1/+1
| * | | | | | net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda2015-09-271-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-10-015-121/+24
|\ \ \ \ \ \ \
| * | | | | | | Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-011-1/+1
| * | | | | | | Update KVM homepage UrlDirk Müller2015-10-011-2/+2
| * | | | | | | Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini2015-10-011-96/+5
| * | | | | | | Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini2015-10-011-8/+7
| * | | | | | | Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini2015-10-011-10/+0
| * | | | | | | Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2015-10-012-5/+13
| * | | | | | | Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...Radim Krčmář2015-09-282-4/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-0118-167/+70
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | IB/ipoib: increase the max mcast backlog queueDoug Ledford2015-09-261-1/+1
| * | | | | | IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford2015-09-251-10/+12
| * | | | | | IB/ipoib: Expire sendonly multicast joinsChristoph Lameter2015-09-253-2/+22
| * | | | | | IB/mlx5: Remove pa_lkey usagesSagi Grimberg2015-09-253-62/+1
| * | | | | | IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-254-43/+1
| * | | | | | IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-254-14/+31
| * | | | | | xprtrdma: Replace global lkey with lkey local to PDChuck Lever2015-09-255-35/+2
| * | | | | | Merge tag 'v4.3-rc2' into k.o/for-4.3-v1Doug Ledford2015-09-259555-244971/+487373
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'upstream-4.3-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-10-014-3/+7
|\ \ \ \ \ \ \
| * | | | | | | UBI: return ENOSPC if no enough space availableshengyong2015-09-292-0/+2
| * | | | | | | UBI: Validate data_sizeRichard Weinberger2015-09-291-0/+5
| * | | | | | | UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger2015-09-291-3/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-10-015-30/+82
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'keys-fixes-20150925' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2015-09-295-30/+82
| |\ \ \ \ \ \ \
| | * | | | | | | MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too oldDavid Howells2015-09-252-18/+78
| | * | | | | | | X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells2015-09-251-4/+0
| | * | | | | | | KEYS: Remove unnecessary header #inclusions from extract-cert.cDavid Howells2015-09-251-4/+0
| | * | | | | | | KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells2015-09-251-4/+4
* | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-09-305-3/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | watchdog: iTCO: Fix dependencies on I2CGuenter Roeck2015-09-281-1/+2
| * | | | | | | | | watchdog: bcm2835: Fix poweroff behaviourNoralf Trønnes2015-09-281-2/+8
| * | | | | | | | | watchdog: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-283-0/+3
* | | | | | | | | | Merge tag 'hwmon-for-linus-v4.3-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-303-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hwmon: (pwm-fan) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
| * | | | | | | | | | hwmon: (gpio-fan) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
| * | | | | | | | | | hwmon: (abx500) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | |