aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/kernel-tree (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: update copyrightJason A. Donenfeld2019-01-073-3/+3
|
* jerry-rig: replace S_shipped with plJason A. Donenfeld2018-11-191-1/+1
|
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-141-1/+1
| | | | | We also separate out Eric Biggers' Cortex A7 implementation into its own file.
* create-patch: blacklist instead of whitelistJason A. Donenfeld2018-10-081-1/+2
| | | | | | This will deal with filename changes more gracefully. Reported-by: Jordan Glover <Golden_Miller83@protonmail.ch>
* crypto: import zincJason A. Donenfeld2018-09-031-1/+3
|
* global: run through clang-formatJason A. Donenfeld2018-08-281-1/+1
| | | | | | | This is the worst commit in the whole repo, making the code much less readable, but so it goes with upstream maintainers. We are now woefully wrapped at 80 columns.
* global: year bumpJason A. Donenfeld2018-01-033-3/+3
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-093-0/+9
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* kernel-tree: jury rig is the more common spellingJason A. Donenfeld2017-11-301-0/+0
| | | | | According to the Google Ngram viewer, jury is significantly more common than jerry.
* contrib: filter compat linesJason A. Donenfeld2017-10-111-0/+28
|
* kernel-tree: remember UAPI in patch creationJason A. Donenfeld2017-10-021-1/+1
|
* jerry-rig: symlinks are better for tree patchingJason A. Donenfeld2017-05-172-4/+5
| | | | | | Use a symlink instead of lots of ../../.. Suggested-by: Benedikt Morbach <benedikt.morbach@googlemail.com>
* create-patch: add context below to work with busybox patchJason A. Donenfeld2017-02-271-2/+4
| | | | | | | | It turns out that GNU patch is happy to only have one line of context above the inserted area and zero lines below, because of its fuzzy match feature. However, busybox patch is crippled and terrible, and thus must have context above and below the insertion point. So, we grudgingly add it to our manually crafted minimal patch.
* create-patch: be sure it's actually after NETFILTERJason A. Donenfeld2017-02-131-1/+1
|
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-1/+1
|
* ratelimiter: load hashlimit at modinsert timeJason A. Donenfeld2016-11-291-2/+2
| | | | This fixes a potential race with net_lock and rtnl_lock.
* selftest: move to subfolderJason A. Donenfeld2016-08-021-1/+1
|
* contrib: move patchers to contrib/kernel-treeJason A. Donenfeld2016-08-022-0/+32