| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: algif_aead - fix comment regarding memory layout | Stephan Mueller | 2017-08-22 | 1 | -2/+2 |
* | crypto: af_alg - consolidation of duplicate code | Stephan Mueller | 2017-08-09 | 1 | -661/+40 |
* | crypto: algif_aead - copy AAD from src to dst | Stephan Mueller | 2017-08-09 | 1 | -23/+160 |
* | crypto: algif - return error code when no data was processed | Stephan Mueller | 2017-08-09 | 1 | -1/+3 |
* | crypto: algif_aead - overhaul memory management | Stephan Mueller | 2017-07-28 | 1 | -324/+442 |
* | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-05-03 | 1 | -8/+149 |
|\ |
|
| * | crypto: algif_aead - Require setkey before accept(2) | Stephan Mueller | 2017-04-24 | 1 | -8/+149 |
* | | crypto: algif_aead - Fix bogus request dereference in completion function | Herbert Xu | 2017-04-10 | 1 | -6/+6 |
|/ |
|
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | crypto: algif_aead - Fix kernel panic on list_del | Harsh Jain | 2017-02-03 | 1 | -1/+1 |
* | Merge tag 'docs-4.10-2' of git://git.lwn.net/linux | Linus Torvalds | 2016-12-18 | 1 | -12/+2 |
|\ |
|
| * | crypto: doc - clarify AEAD memory structure | Stephan Mueller | 2016-12-14 | 1 | -12/+2 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-12-14 | 1 | -2/+3 |
|\ \ |
|
| * | | crypto: algif_aead - fix AIO handling of zero buffer | Stephan Mueller | 2016-12-01 | 1 | -2/+3 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-10 | 1 | -22/+37 |
|\ \ |
|
| * | | crypto: algif_aead - fix uninitialized variable warning | Stephan Mueller | 2016-12-08 | 1 | -1/+1 |
| * | | crypto: algif_aead - fix AEAD tag memory handling | Stephan Mueller | 2016-12-07 | 1 | -21/+36 |
| |/ |
|
* / | net: fix sleeping for sk_wait_event() | WANG Cong | 2016-11-14 | 1 | -5/+4 |
|/ |
|
* | crypto: af_alg - add async support to algif_aead | Tadeusz Struk | 2016-04-05 | 1 | -31/+237 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-01-13 | 1 | -2/+2 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-04 | 1 | -2/+2 |
| |\ |
|
| * | | net: Generalise wq_has_sleeper helper | Herbert Xu | 2015-11-30 | 1 | -2/+2 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-01-13 | 1 | -3/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | crypto: algif - Change some variable to size_t | LABBE Corentin | 2015-11-17 | 1 | -3/+3 |
| |/ |
|
* / | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 1 | -2/+2 |
|/ |
|
* | crypto: algif_aead - fix for multiple operations on AF_ALG sockets | Lars Persson | 2015-08-25 | 1 | -0/+1 |
* | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu | 2015-08-17 | 1 | -2/+1 |
* | crypto: algif_aead - Temporarily disable all AEAD algorithms | Herbert Xu | 2015-06-22 | 1 | -1/+2 |
* | crypto: algif_aead - Switch to new AEAD interface | Herbert Xu | 2015-05-28 | 1 | -58/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2015-05-28 | 1 | -5/+4 |
|\ |
|
| * | crypto: algif_aead - fix invalid sgl linking | Tadeusz Struk | 2015-05-18 | 1 | -5/+4 |
* | | crypto: algif_aead - Include crypto/aead.h | Herbert Xu | 2015-04-23 | 1 | -0/+1 |
|/ |
|
* | crypto: fix mis-merge with the networking merge | Linus Torvalds | 2015-04-15 | 1 | -4/+2 |
* | crypto: algif - add AEAD support | Stephan Mueller | 2015-03-04 | 1 | -0/+666 |