index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
seg6_hmac.c
Age
Commit message (
Expand
)
Author
2025-08-26
ipv6: sr: Prepare HMAC key ahead of time
Eric Biggers
2025-08-26
ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
2025-08-20
ipv6: sr: Fix MAC comparison to be constant-time
Eric Biggers
2025-08-18
ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add
Minhong He
2025-05-15
ipv6: sr: Use nested-BH locking for hmac_storage
Sebastian Andrzej Siewior
2024-05-21
ipv6: sr: fix memleak in seg6_hmac_init_algo
Hangbin Liu
2024-03-01
ipv6/addrconf: annotate data-races around devconf fields (II)
Eric Dumazet
2022-06-28
net: ipv6: unexport __init-annotated seg6_hmac_net_init()
YueHaibing
2022-06-08
net: ipv6: unexport __init-annotated seg6_hmac_init()
Masahiro Yamada
2021-09-28
net: ipv6: check return value of rhashtable_init
MichelleJin
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-05-08
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
Eric Biggers
2018-06-22
rhashtable: split rhashtable.h
NeilBrown
2017-09-01
ipv6: sr: Use ARRAY_SIZE macro
Thomas Meyer
2017-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-03
ipv6: sr: remove cleanup flag and fix HMAC computation
David Lebrun
2017-01-22
ipv6: add NUMA awareness to seg6_hmac_init_algo()
Eric Dumazet
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-13
ipv6: sr: fix several BUGs when preemption is enabled
David Lebrun
2017-01-12
ipv6: sr: static percpu allocation for hmac_ring
Eric Dumazet
2016-11-09
ipv6: sr: add core files for SR HMAC support
David Lebrun