- Nov 21, 2017
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
ARMv4-ARMv8, with NEON for ARMv7 and ARMv8.
-
Samuel Neves authored
x86_64 only at the moment. SSSE3, AVX, AVX2, AVX512. Signed-off-by:
Samuel Neves <sneves@dei.uc.pt>
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Nov 18, 2017
-
-
Jason A. Donenfeld authored
-
- Nov 17, 2017
-
-
Jason A. Donenfeld authored
Fedora/Redhat doesn't ship with a prefixed strip, and we don't need to use it anyway when we're not cross compiling, so don't. Reported-by:
Samuel Neves <sneves@dei.uc.pt>
-
Jason A. Donenfeld authored
Reported-by:
Cedric Buxin <cedric.buxin@izri.org>
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
When an interface is down, the socket port can change freely. A socket will be allocated when the interface comes up, and if a socket can't be allocated, the interface doesn't come up. However, a socket port can change while the interface is up. In this case, if a new socket with a new port cannot be allocated, it's important to keep the interface in a consistent state. The choices are either to bring down the interface or to preserve the old socket. This patch implements the latter. Reported-by:
Marc-Antoine Perennou <keruspe@exherbo.org>
-
- Nov 14, 2017
-
-
Jason A. Donenfeld authored
Despite not having access to the latest grsecurity source, I still do very much want to keep supporting it, so this patch is my best guess at what will work.
-
Jason A. Donenfeld authored
In thumb mode, it's not possible to use sp as an operand of and, so we have to muck around with r3 as a scratch register.
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Nov 13, 2017
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Nov 11, 2017
-
-
Jason A. Donenfeld authored
Reported-by:
Hermann Lienstromberg <nurtic-vibe@grmml.net>
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
These aren't actually valid 25519 points pre-normalization, and doing this is required to make unsetting private keys based on all zeros.
-
Jason A. Donenfeld authored
-
- Nov 10, 2017
-
-
Jason A. Donenfeld authored
Makes it more clear that this _not_ a routing table replacement.
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
Otherwise, if messages pack really close together, we'll exceed the size of the sk_buff and return ENOBUFS. I suspect this has been the cause of a lot of weird bugs that people just worked around by increasing the receive buffer size. This actually addresses the root cause.
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Nov 03, 2017
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Nov 02, 2017
-
-
Jason A. Donenfeld authored
These changes were suggested by checkpatch.pl, but actually cause big problems depending on the options. Revert.
-
Greg Kroah-Hartman authored
Git complains when applying this Kconfig file as part of a patch to the kernel tree, so drop the trailing whitespace. Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Oct 31, 2017
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored