Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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-12 | 2 | -0/+350 | |
* | | | | | | | error-injection: Separate error-injection from kprobe | Masami Hiramatsu | 2018-01-12 | 5 | -171/+9 | |
* | | | | | | | tracing/kprobe: bpf: Compare instruction pointer with original one | Masami Hiramatsu | 2018-01-12 | 2 | -15/+7 | |
* | | | | | | | tracing/kprobe: bpf: Check error injectable event is on function entry | Masami Hiramatsu | 2018-01-12 | 4 | -15/+16 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-11 | 4 | -17/+114 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-10 | 4 | -13/+100 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 2018-01-09 | 1 | -0/+19 | |
| | * | | | | | | bpf: prevent out-of-bounds speculation | Alexei Starovoitov | 2018-01-09 | 2 | -11/+72 | |
| | * | | | | | | bpf: sockmap missing NULL psock check | John Fastabend | 2018-01-07 | 1 | -2/+9 | |
* | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-01-08 | 2 | -12/+14 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC | Tejun Heo | 2017-12-20 | 1 | -8/+6 | |
| | * | | | | | cgroup: Fix deadlock in cpu hotplug path | Prateek Sood | 2017-12-19 | 1 | -1/+5 | |
| | * | | | | | cgroup: use strlcpy() instead of strscpy() to avoid spurious warning | Arnd Bergmann | 2017-12-15 | 1 | -3/+3 | |
| | * | | | | | cgroup: avoid copying strings longer than the buffers | Ma Shimiao | 2017-12-12 | 1 | -3/+3 | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-06 | 2 | -2/+40 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'" | Al Viro | 2018-01-05 | 2 | -2/+40 | |
| * | | | | | | kernel/exit.c: export abort() to modules | Andrew Morton | 2018-01-04 | 1 | -0/+1 | |
| * | | | | | | kernel/acct.c: fix the acct->needcheck check in check_free_space() | Oleg Nesterov | 2018-01-04 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2018-01-03 | 1 | -3/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | pid: Handle failure to allocate the first pid in a pid namespace | Eric W. Biederman | 2017-12-23 | 1 | -3/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-12-31 | 3 | -15/+43 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | timers: Invoke timer_start_debug() where it makes sense | Thomas Gleixner | 2017-12-29 | 1 | -2/+2 | |
| | * | | | | | | nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() | Thomas Gleixner | 2017-12-29 | 1 | -2/+17 | |
| | * | | | | | | timers: Reinitialize per cpu bases on hotplug | Thomas Gleixner | 2017-12-29 | 2 | -2/+17 | |
| | * | | | | | | timers: Use deferrable base independent of base::nohz_active | Anna-Maria Gleixner | 2017-12-29 | 1 | -9/+7 | |
| * | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-12-31 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cpu/hotplug: Move inline keyword at the beginning of declaration | Mathieu Malaterre | 2017-12-27 | 1 | -4/+4 | |
| * | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-12-31 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION | Paul E. McKenney | 2017-12-18 | 1 | -0/+1 | |
| * | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-12-31 | 6 | -19/+77 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSI | Thomas Gleixner | 2017-12-29 | 1 | -4/+33 | |
| | * | | | | | | | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq() | Thomas Gleixner | 2017-12-29 | 2 | -7/+8 | |
| | * | | | | | | | | genirq: Introduce IRQD_CAN_RESERVE flag | Thomas Gleixner | 2017-12-29 | 1 | -0/+1 | |
| | * | | | | | | | | genirq/msi: Handle reactivation only on success | Thomas Gleixner | 2017-12-29 | 1 | -8/+27 | |
| | * | | | | | | | | genirq: Guard handle_bad_irq log messages | Guenter Roeck | 2017-12-28 | 1 | -0/+5 | |
| | * | | | | | | | | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 2017-12-28 | 1 | -4/+7 | |
| | | |/ / / / / / | | |/| | | | | | |