Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib: filter compat lines | 2017-10-11 | 1 | -0/+28 | |
| | |||||
* | kernel-tree: remember UAPI in patch creation | 2017-10-02 | 1 | -1/+1 | |
| | |||||
* | jerry-rig: symlinks are better for tree patching | 2017-05-17 | 2 | -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 patch | 2017-02-27 | 1 | -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 NETFILTER | 2017-02-13 | 1 | -1/+1 | |
| | |||||
* | compat: backport siphash & dst_cache from mainline | 2017-02-13 | 1 | -1/+1 | |
| | |||||
* | ratelimiter: load hashlimit at modinsert time | 2016-11-29 | 1 | -2/+2 | |
| | | | | This fixes a potential race with net_lock and rtnl_lock. | ||||
* | selftest: move to subfolder | 2016-08-02 | 1 | -1/+1 | |
| | |||||
* | contrib: move patchers to contrib/kernel-tree | 2016-08-02 | 2 | -0/+32 | |