index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
2020-01-09
1
-8
/
+3
*
crypto: ahash - make struct ahash_instance be the full size
Eric Biggers
2020-01-09
1
-3
/
+9
*
crypto: shash - make struct shash_instance be the full size
Eric Biggers
2020-01-09
1
-4
/
+9
*
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
2020-01-09
1
-2
/
+0
*
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
Eric Biggers
2020-01-09
3
-22
/
+5
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
5
-16
/
+6
*
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
Eric Biggers
2020-01-09
1
-1
/
+0
*
crypto: remove unused tfm result flags
Eric Biggers
2020-01-09
1
-2
/
+0
*
crypto: skcipher - remove skcipher_walk_aead()
Eric Biggers
2020-01-09
1
-2
/
+0
*
tee: amdtee: check TEE status during driver initialization
Rijo Thomas
2020-01-04
1
-0
/
+18
*
tee: add AMD-TEE driver
Rijo Thomas
2020-01-04
1
-0
/
+1
*
crypto: skcipher - Add skcipher_ialg_simple helper
Herbert Xu
2019-12-27
1
-3
/
+11
*
crypto: api - Retain alg refcount in crypto_grab_spawn
Herbert Xu
2019-12-27
1
-2
/
+15
*
crypto: api - remove unneeded semicolon
Chen Zhou
2019-12-27
1
-1
/
+1
*
crypto: algapi - make unregistration functions return void
Eric Biggers
2019-12-20
5
-12
/
+8
*
crypto: ccp - provide in-kernel API to submit TEE commands
Rijo Thomas
2019-12-20
1
-0
/
+73
*
crypto: hmac - Use init_tfm/exit_tfm interface
Herbert Xu
2019-12-11
1
-0
/
+6
*
crypto: shash - Add init_tfm/exit_tfm and verify descsize
Herbert Xu
2019-12-11
1
-0
/
+13
*
crypto: api - Do not zap spawn->alg
Herbert Xu
2019-12-11
1
-0
/
+1
*
crypto: chacha - fix warning message in header file
Valdis Klētnieks
2019-12-11
1
-1
/
+1
*
padata: update documentation
Daniel Jordan
2019-12-11
1
-9
/
+6
*
padata: remove reorder_objects
Daniel Jordan
2019-12-11
1
-2
/
+0
*
padata: remove cpumask change notifier
Daniel Jordan
2019-12-11
1
-11
/
+0
*
padata: validate cpumask without removed CPU during offline
Daniel Jordan
2019-12-11
1
-0
/
+1
*
crypto: cipher - remove crt_u.cipher (struct cipher_tfm)
Eric Biggers
2019-12-11
1
-42
/
+6
*
crypto: compress - remove crt_u.compress (struct compress_tfm)
Eric Biggers
2019-12-11
1
-37
/
+6
*
crypto: skcipher - add crypto_skcipher_min_keysize()
Eric Biggers
2019-12-11
1
-0
/
+6
*
crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>
Eric Biggers
2019-12-11
2
-10
/
+10
*
crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms
Eric Biggers
2019-12-11
1
-0
/
+6
*
crypto: skcipher - remove crypto_skcipher::decrypt
Eric Biggers
2019-12-11
1
-2
/
+0
*
crypto: skcipher - remove crypto_skcipher::encrypt
Eric Biggers
2019-12-11
1
-1
/
+0
*
crypto: skcipher - remove crypto_skcipher::setkey
Eric Biggers
2019-12-11
1
-7
/
+2
*
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
2019-12-11
1
-3
/
+2
*
crypto: skcipher - remove crypto_skcipher::ivsize
Eric Biggers
2019-12-11
1
-2
/
+1
*
crypto: x86 - Regularize glue function prototypes
Kees Cook
2019-12-11
3
-6
/
+4
*
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
Herbert Xu
2019-12-11
1
-5
/
+29
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-08
10
-23
/
+64
|
\
|
*
inet: protect against too small mtu values.
Eric Dumazet
2019-12-07
2
-0
/
+10
|
*
tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()
Guillaume Nault
2019-12-07
1
-3
/
+3
|
*
tcp: tighten acceptance of ACKs not matching a child socket
Guillaume Nault
2019-12-07
1
-3
/
+13
|
*
tcp: fix rejected syncookies due to stale timestamps
Guillaume Nault
2019-12-07
2
-2
/
+16
|
*
net: core: rename indirect block ingress cb function
John Hurley
2019-12-07
1
-8
/
+7
|
*
net: Fixed updating of ethertype in skb_mpls_push()
Martin Varghese
2019-12-05
1
-1
/
+1
|
*
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
2019-12-04
1
-2
/
+4
|
*
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
2019-12-04
1
-1
/
+1
|
*
cls_flower: Fix the behavior using port ranges with hw-offload
Yoshiki Komachi
2019-12-03
1
-0
/
+1
|
*
Fixed updating of ethertype in function skb_mpls_pop
Martin Varghese
2019-12-02
1
-1
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-12-02
1
-2
/
+6
|
|
\
|
|
*
bpf: Avoid setting bpf insns pages read-only when prog is jited
Daniel Borkmann
2019-12-01
1
-2
/
+6
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-12-08
1
-0
/
+2
|
\
\
\
[next]