index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
af_alg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
crypto: af_alg - use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-04-22
crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c
Randy Dunlap
1
-41
/
+53
2020-11-06
crypto: af_alg - avoid undefined behavior accessing salg_name
Eric Biggers
1
-3
/
+7
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+13
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
1
-1
/
+13
2020-08-27
crypto: af_alg - Work around empty control messages without MSG_MORE
Herbert Xu
1
-3
/
+10
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-5
/
+3
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-4
/
+3
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-1
/
+0
2020-07-09
crypto: af_alg - Fix regression on empty requests
Herbert Xu
1
-1
/
+1
2020-06-18
crypto: algif_aead - Only wake up when ctx->more is zero
Herbert Xu
1
-3
/
+8
2020-06-18
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
1
-15
/
+11
2020-03-30
crypto: af_alg - bool type cosmetics
Lothar Rubusch
1
-5
/
+5
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
1
-1
/
+1
2019-12-11
crypto: af_alg - Use bh_lock_sock in sk_destruct
Herbert Xu
1
-2
/
+4
2019-10-10
crypto: af_alg - cast ki_complete ternary op to int
Ayush Sawal
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-23
/
+13
2019-02-28
crypto: af_alg - use struct_size() in sock_kfree_s()
Gustavo A. R. Silva
1
-2
/
+1
2019-02-18
net: crypto set sk to NULL when af_alg_release.
Mao Wenan
1
-1
/
+3
2019-01-18
crypto: af_alg - remove redundant initializations of sk_family
Eric Biggers
1
-3
/
+0
2019-01-18
crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()
Eric Biggers
1
-5
/
+5
2019-01-18
crypto: af_alg - make some functions static
Eric Biggers
1
-13
/
+7
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-07-19
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+3
2018-07-13
crypto: af_alg - Initialize sg_num_bytes in error code path
Stephan Mueller
1
-1
/
+3
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-3
/
+10
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
1
-2
/
+2
2018-05-26
crypto: af_alg: convert to ->poll_mask
Christoph Hellwig
1
-10
/
+3
2018-05-26
net: remove sock_no_poll
Christoph Hellwig
1
-1
/
+0
2018-04-07
crypto: af_alg - fix possible uninit-value in alg_bind()
Eric Dumazet
1
-4
/
+4
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-8
/
+8
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+6
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-12
crypto: af_alg - whitelist mask and type
Stephan Mueller
1
-4
/
+6
2018-01-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+2
2017-12-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-6
/
+0
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-15
/
+16
2017-12-22
crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t
Jonathan Cameron
1
-2
/
+2
2017-12-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-6
/
+7
2017-12-11
crypto: af_alg - wait for data at beginning of recvmsg
Stephan Mueller
1
-6
/
+0
2017-11-29
crypto: af_alg - fix NULL pointer dereference in
Eric Biggers
1
-6
/
+7
2017-11-27
crypto: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-24
crypto: af_alg - remove locking in async callback
Stephan Mueller
1
-7
/
+14
2017-11-03
crypto: algif - move to generic async completion
Gilad Ben-Yossef
1
-27
/
+0
2017-09-20
crypto: af_alg - update correct dst SGL entry
Stephan Mueller
1
-2
/
+2
2017-08-22
crypto: af_alg - get_page upon reassignment to TX SGL
Stephan Mueller
1
-4
/
+2
2017-08-09
crypto: af_alg - consolidation of duplicate code
Stephan Mueller
1
-0
/
+693
[next]