index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
af_alg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-31
1
-0
/
+1
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-13
1
-5
/
+6
*
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-29
1
-2
/
+2
*
crypto: af_alg - Disallow multiple in-flight AIO requests
Herbert Xu
2023-12-08
1
-1
/
+13
*
Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-08-29
1
-0
/
+4
|
\
|
*
crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()
Frederick Lawler
2023-08-11
1
-0
/
+3
|
*
crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390
David Howells
2023-08-04
1
-0
/
+1
*
|
crypto: fix uninit-value in af_alg_free_resources
Pavel Skripkin
2023-08-18
1
-2
/
+2
|
/
*
crypto: af_alg - Fix merging of written data into spliced pages
David Howells
2023-07-05
1
-3
/
+4
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-28
/
+0
*
crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
David Howells
2023-06-18
1
-1
/
+1
*
crypto: af_alg/hash: Support MSG_SPLICE_PAGES
David Howells
2023-06-08
1
-3
/
+8
*
crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
David Howells
2023-06-08
1
-44
/
+8
*
crypto: af_alg: Support MSG_SPLICE_PAGES
David Howells
2023-06-08
1
-2
/
+22
*
crypto: af_alg: Indent the loop in af_alg_sendmsg()
David Howells
2023-06-08
1
-24
/
+27
*
crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
David Howells
2023-06-08
1
-42
/
+15
*
crypto: af_alg: Pin pages rather than ref'ing if appropriate
David Howells
2023-06-08
1
-3
/
+7
*
crypto: api - Use data directly in completion function
Herbert Xu
2023-02-13
1
-3
/
+3
*
crypto: af_alg - Support symmetric encryption via keyring keys
Frederick Lawler
2022-10-28
1
-1
/
+134
*
af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()
Al Viro
2022-08-08
1
-2
/
+1
*
crypto: af_alg - get rid of alg_memory_allocated
Eric Dumazet
2022-02-15
1
-3
/
+0
*
crypto: af_alg - rewrite NULL pointer check
Jiasheng Jiang
2022-01-07
1
-2
/
+5
*
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
1
-1
/
+1
*
crypto: af_alg - use DIV_ROUND_UP helper macro for calculations
Wu Bo
2021-06-03
1
-1
/
+1
*
crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c
Randy Dunlap
2021-04-22
1
-41
/
+53
*
crypto: af_alg - avoid undefined behavior accessing salg_name
Eric Biggers
2020-11-06
1
-3
/
+7
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-10-13
1
-1
/
+13
|
\
|
*
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
2020-09-25
1
-1
/
+13
*
|
crypto: af_alg - Work around empty control messages without MSG_MORE
Herbert Xu
2020-08-27
1
-3
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
1
-5
/
+3
|
\
|
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-4
/
+3
|
*
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
2020-07-19
1
-1
/
+0
*
|
crypto: af_alg - Fix regression on empty requests
Herbert Xu
2020-07-09
1
-1
/
+1
*
|
crypto: algif_aead - Only wake up when ctx->more is zero
Herbert Xu
2020-06-18
1
-3
/
+8
|
/
*
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
2020-06-18
1
-15
/
+11
*
crypto: af_alg - bool type cosmetics
Lothar Rubusch
2020-03-30
1
-5
/
+5
*
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2020-02-04
1
-1
/
+1
*
crypto: af_alg - Use bh_lock_sock in sk_destruct
Herbert Xu
2019-12-11
1
-2
/
+4
*
crypto: af_alg - cast ki_complete ternary op to int
Ayush Sawal
2019-10-10
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-03-05
1
-23
/
+13
|
\
|
*
crypto: af_alg - use struct_size() in sock_kfree_s()
Gustavo A. R. Silva
2019-02-28
1
-2
/
+1
|
*
crypto: af_alg - remove redundant initializations of sk_family
Eric Biggers
2019-01-18
1
-3
/
+0
|
*
crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()
Eric Biggers
2019-01-18
1
-5
/
+5
|
*
crypto: af_alg - make some functions static
Eric Biggers
2019-01-18
1
-13
/
+7
*
|
net: crypto set sk to NULL when af_alg_release.
Mao Wenan
2019-02-18
1
-1
/
+3
|
/
*
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-23
1
-1
/
+1
*
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-07-19
1
-1
/
+3
|
\
|
*
crypto: af_alg - Initialize sg_num_bytes in error code path
Stephan Mueller
2018-07-13
1
-1
/
+3
[next]