Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | include/linux/sched/mm.h: uninline mmdrop_async(), etc | Andrew Morton | 2018-02-01 | 1 | -212/+236 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 23 | -603/+2856 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-29 | 4 | -146/+207 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bpf: fix kernel page fault in lpm map trie_get_next_key | Yonghong Song | 2018-01-27 | 1 | -15/+11 | |
| | * | | | | | | | | | | bpf: fix subprog verifier bypass by div/mod by 0 exception | Daniel Borkmann | 2018-01-27 | 2 | -16/+30 | |
| | * | | | | | | | | | | bpf: make unknown opcode handling more robust | Daniel Borkmann | 2018-01-27 | 2 | -105/+152 | |
| | * | | | | | | | | | | bpf: improve dead code sanitizing | Daniel Borkmann | 2018-01-27 | 1 | -5/+12 | |
| | * | | | | | | | | | | bpf: Use the IS_FD_ARRAY() macro in map_update_elem() | Mickaël Salaün | 2018-01-26 | 1 | -4/+1 | |
| | * | | | | | | | | | | bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region | Yonghong Song | 2018-01-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-25 | 4 | -41/+84 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-23 | 1 | -6/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-21 | 7 | -69/+298 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bpf: add upper complexity limit to verifier log | Daniel Borkmann | 2018-01-20 | 1 | -1/+2 | |
| | * | | | | | | | | | | | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-20 | 1 | -7/+12 | |
| | * | | | | | | | | | | | bpf, verifier: detect misconfigured mem, size argument pair | Daniel Borkmann | 2018-01-20 | 1 | -24/+55 | |
| | * | | | | | | | | | | | bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map | Yonghong Song | 2018-01-19 | 1 | -2/+93 | |
| | * | | | | | | | | | | | bpf: offload: report device information about offloaded maps | Jakub Kicinski | 2018-01-18 | 2 | -0/+61 | |
| | * | | | | | | | | | | | bpf: offload: allow array map offload | Jakub Kicinski | 2018-01-18 | 1 | -1/+2 | |
| | * | | | | | | | | | | | bpf: arraymap: use bpf_map_init_from_attr() | Jakub Kicinski | 2018-01-18 | 1 | -6/+1 | |
| | * | | | | | | | | | | | bpf: arraymap: move checks out of alloc function | Jakub Kicinski | 2018-01-18 | 1 | -14/+28 | |
| | * | | | | | | | | | | | bpf: allow socket_filter programs to use bpf_prog_test_run | Alexei Starovoitov | 2018-01-18 | 1 | -0/+2 | |
| | * | | | | | | | | | | | bpf: change fake_ip for bpf_trace_printk helper | Yonghong Song | 2018-01-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | | bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info | Jiong Wang | 2018-01-18 | 2 | -13/+41 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-20 | 12 | -59/+205 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-17 | 7 | -28/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | bpf: annotate bpf_insn_print_t with __printf | Jakub Kicinski | 2018-01-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | bpf: offload: make bpf_offload_dev_match() reject host+host case | Jakub Kicinski | 2018-01-17 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | bpf: cpumap: make some functions static | Wei Yongjun | 2018-01-17 | 1 | -11/+12 | |
| * | | | | | | | | | | | | | bpf: offload: add map offload infrastructure | Jakub Kicinski | 2018-01-14 | 3 | -13/+226 | |
| * | | | | | | | | | | | | | bpf: offload: factor out netdev checking at allocation time | Jakub Kicinski | 2018-01-14 | 1 | -8/+20 | |
| * | | | | | | | | | | | | | bpf: rename bpf_dev_offload -> bpf_prog_offload | Jakub Kicinski | 2018-01-14 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | bpf: add helper for copying attrs to struct bpf_map | Jakub Kicinski | 2018-01-14 | 7 | -40/+16 | |
| * | | | | | | | | | | | | | bpf: hashtab: move checks out of alloc function | Jakub Kicinski | 2018-01-14 | 1 | -16/+39 | |
| * | | | | | | | | | | | | | bpf: hashtab: move attribute validation before allocation | Jakub Kicinski | 2018-01-14 | 1 | -24/+23 | |
| * | | | | | | | | | | | | | bpf: add map_alloc_check callback | Jakub Kicinski | 2018-01-14 | 1 | -4/+13 | |
| * | | | | | | | | | | | | | error-injection: Support fault injection framework | Masami Hiramatsu | 2018-01-13 | 2 | -0/+350 | |
| * | | | | | | | | | | | | | error-injection: Separate error-injection from kprobe | Masami Hiramatsu | 2018-01-13 | 5 | -171/+9 | |
| * | | | | | | | | | | | | | tracing/kprobe: bpf: Compare instruction pointer with original one | Masami Hiramatsu | 2018-01-13 | 2 | -15/+7 | |
| * | | | | | | | | | | | | | tracing/kprobe: bpf: Check error injectable event is on function entry | Masami Hiramatsu | 2018-01-13 | 4 | -15/+16 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-12 | 4 | -17/+114 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-11 | 1 | -4/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | bpf: export function to write into verifier log buffer | Quentin Monnet | 2018-01-10 | 1 | -4/+12 | |
| | * | | | | | | | | | | | | | | bpf: fix verifier GPF in kmalloc failure path | Alexei Starovoitov | 2018-01-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-09 | 18 | -57/+200 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map | Yonghong Song | 2018-01-06 | 1 | -2/+26 | |
| * | | | | | | | | | | | | | | | bpf: only build sockmap with CONFIG_INET | John Fastabend | 2018-01-04 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | bpf: sockmap remove unused function | John Fastabend | 2018-01-04 | 1 | -8/+0 | |
| * | | | | | | | | | | | | | | | bpf: offload: report device information for offloaded programs | Jakub Kicinski | 2017-12-31 | 2 | -0/+65 | |
| * | | | | | | | | | | | | | | | bpf: offload: free program id when device disappears | Jakub Kicinski | 2017-12-31 | 2 | -2/+10 | |
| * | | | | | | | | | | | | | | | bpf: offload: free prog->aux->offload when device disappears | Jakub Kicinski | 2017-12-31 | 1 | -14/+9 |