summaryrefslogtreecommitdiff
path: root/curve.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15curve: curve25519_tfm_alloc/curve25519_tfm_free helpersDaniel Borkmann1-2/+5
2013-06-15curve: minor: fix typo in variableDaniel Borkmann1-2/+2
2013-06-15curve: minor: fix up formattingDaniel Borkmann1-6/+12
2013-06-15curve: fix crypto_box_beforenmbytes lengthDaniel Borkmann1-1/+1
2013-06-15curve: simplify curve25519_proto_init and othersDaniel Borkmann1-2/+2
2013-06-15curve: rename encode/decode buffersDaniel Borkmann1-2/+2
2013-06-04curve: also really remove taia functions from hereDaniel Borkmann1-43/+3
2013-06-04curve: move taia related functions into own headerDaniel Borkmann1-139/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-7/+1
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann1-1/+1
2013-06-04rnd: break out prng from xutilsDaniel Borkmann1-0/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+218
WP, booting with "intel_pstate=disable" will run in acpi-cpufreq/ondemand legacy p-state mode. Or second, the "performance" governor can be used with intel_pstate, which will modify HWP.EPP to 0. Or third, starting in 4.10, the /sys/devices/system/cpu/cpufreq/policy*/energy_performance_preference attribute in can be updated from "balance_power" to "performance". Or fourth, apply this patch, which fixes the erroneous setting of MSR_IA32_POWER_CTL BIT_EE on this model, allowing the default configuration to function as designed. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reviewed-by: Len Brown <len.brown@intel.com> Cc: 4.6+ <stable@vger.kernel.org> # 4.6+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'net/switchdev/switchdev.c')