aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz2-27/+111
2017-12-22lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan1-1/+17
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers6-21/+11
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers2-3/+2
2017-12-22crypto: exynos - Icrease the priority of the driverŁukasz Stelmach1-1/+1
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta1-1/+1
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge3-3/+0
2017-12-22crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2017-12-22crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron4-6/+7
2017-12-22crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann1-0/+1
2017-12-11MAINTAINERS: Add myself as co-maintainer for s5p-sss.cKamil Konieczny1-0/+1
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King1-1/+1
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King1-7/+1
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King1-9/+13
2017-12-11crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King1-1/+1
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE1-1/+1
2017-12-11crypto: caam/qi - use correct print specifier for size_tHoria Geantă1-3/+3
2017-12-11crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl1-6/+4
2017-12-11crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2017-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller2-10/+10
2017-12-11crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2-13/+11
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller3-6/+12
2017-12-11crypto: skcipher - set walk.iv for zero-length inputsEric Biggers1-6/+4
2017-12-10Linux 4.15-rc3Linus Torvalds1-1/+1
2017-12-10hpfs: don't bother with the i_version counter or f_versionJeff Layton3-4/+0
2017-12-10futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby1-2/+2
2017-12-08kmemcheck: rip it out for realMichal Hocko13-13/+0
2017-12-08net: mvpp2: fix the RSS table entry offsetAntoine Tenart1-1/+1
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng1-0/+1
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng1-1/+2
2017-12-08bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens1-2/+2
2017-12-08ARM64: dts: meson-gx: fix UART pclk clock nameNeil Armstrong2-5/+5
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2017-12-08sfc: pass valid pointers from efx_enqueue_unwindBert Kenward1-1/+4
2017-12-08gianfar: Disable EEE autoneg by defaultClaudiu Manoil1-0/+5
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven1-10/+11
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven1-3/+4
2017-12-08X.509: fix comparisons of ->pkey_algoEric Biggers2-2/+2
2017-12-08KEYS: reject NULL restriction string when type is specifiedEric Biggers1-14/+10
2017-12-08security: keys: remove redundant assignment to key_refColin Ian King1-1/+0
2017-12-08X.509: use crypto_shash_digest()Eric Biggers1-5/+1
2017-12-08KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers1-2/+5
2017-12-08pkcs7: use crypto_shash_digest()Eric Biggers1-5/+2
2017-12-08pkcs7: fix check for self-signed certificateEric Biggers1-1/+1