| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -8/+8 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-31 | 1 | -4/+6 |
|\ |
|
| * | crypto: af_alg - whitelist mask and type | Stephan Mueller | 2018-01-12 | 1 | -4/+6 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-12-22 | 1 | -15/+16 |
| |\ |
|
* | \ | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | crypto: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-05 | 1 | -2/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t | Jonathan Cameron | 2017-12-22 | 1 | -2/+2 |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-12-22 | 1 | -6/+0 |
|\| | | |
|
| * | | | crypto: af_alg - wait for data at beginning of recvmsg | Stephan Mueller | 2017-12-11 | 1 | -6/+0 |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-12-11 | 1 | -6/+7 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | crypto: af_alg - fix NULL pointer dereference in | Eric Biggers | 2017-11-29 | 1 | -6/+7 |
| |/ |
|
* / | crypto: af_alg - remove locking in async callback | Stephan Mueller | 2017-11-24 | 1 | -7/+14 |
|/ |
|
* | crypto: algif - move to generic async completion | Gilad Ben-Yossef | 2017-11-03 | 1 | -27/+0 |
* | crypto: af_alg - update correct dst SGL entry | Stephan Mueller | 2017-09-20 | 1 | -2/+2 |
* | crypto: af_alg - get_page upon reassignment to TX SGL | Stephan Mueller | 2017-08-22 | 1 | -4/+2 |
* | crypto: af_alg - consolidation of duplicate code | Stephan Mueller | 2017-08-09 | 1 | -0/+693 |
* | Networking | Herbert Xu | 2017-07-12 | 1 | -1/+1 |
* | crypto: af_alg - Allow arbitrarily long algorithm names | Herbert Xu | 2017-04-10 | 1 | -2/+2 |
* | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-09 | 1 | -4/+5 |
* | crypto: af_alg - Forbid bind(2) when nokey child sockets are present | Herbert Xu | 2016-01-18 | 1 | -9/+7 |
* | crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path | Herbert Xu | 2016-01-18 | 1 | -1/+8 |
* | crypto: af_alg - Add nokey compatibility path | Herbert Xu | 2016-01-18 | 1 | -1/+12 |
* | crypto: af_alg - Fix socket double-free when accept fails | Herbert Xu | 2016-01-18 | 1 | -3/+1 |
* | crypto: af_alg - Disallow bind/setkey/... after accept(2) | Herbert Xu | 2016-01-18 | 1 | -3/+32 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 1 | -2/+2 |
|\ |
|
| * | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 2015-05-11 | 1 | -2/+2 |
* | | crypto: af_alg - Forbid the use internal algorithms | Herbert Xu | 2015-06-22 | 1 | -1/+4 |
|/ |
|
* | crypto: af_alg - make exports consistant | Tadeusz Struk | 2015-04-01 | 1 | -1/+1 |
* | crypto: af_alg - Allow to link sgl | Tadeusz Struk | 2015-03-23 | 1 | -5/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-02-14 | 1 | -2/+9 |
|\ |
|
| * | crypto: af_alg - zeroize key data | Stephan Mueller | 2014-12-26 | 1 | -1/+1 |
| * | crypto: af_alg - add setsockopt for auth tag size | Stephan Mueller | 2014-12-22 | 1 | -0/+7 |
| * | crypto: af_alg - fixed style error in af_alg.c | Joshua I. James | 2014-12-22 | 1 | -1/+1 |
* | | crypto: fix af_alg_make_sg() conversion to iov_iter | Linus Torvalds | 2015-02-10 | 1 | -1/+1 |
* | | crypto: switch af_alg_make_sg() to iov_iter | Al Viro | 2015-02-04 | 1 | -29/+11 |
|/ |
|
* | crypto: af_alg - fix backlog handling | Rabin Vincent | 2014-12-22 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-12-13 | 1 | -0/+6 |
|\ |
|
| * | crypto: af_alg - add user space interface for AEAD | Stephan Mueller | 2014-12-05 | 1 | -0/+6 |
* | | net: introduce helper macro for_each_cmsghdr | Gu Zheng | 2014-12-10 | 1 | -1/+1 |
|/ |
|
* | crypto: af_alg - properly label AF_ALG socket | Milan Broz | 2014-07-31 | 1 | -0/+2 |
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -1/+1 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | crypto: af_alg - fix af_alg memory_allocated data type | Randy Dunlap | 2010-12-21 | 1 | -1/+1 |
* | crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets | Miloslav Trmač | 2010-12-08 | 1 | -0/+1 |
* | crypto: af_alg - User-space interface for Crypto API | Herbert Xu | 2010-11-19 | 1 | -0/+482 |