| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock | Martin KaFai Lau | 2019-02-10 | 1 | -2/+29 | |
| | | * | | | | | | | | | | | | | | | | | | | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper | Martin KaFai Lau | 2019-02-10 | 1 | -40/+92 | |
| | | * | | | | | | | | | | | | | | | | | | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup() | Martin KaFai Lau | 2019-02-10 | 1 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-15 | 5 | -23/+121 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-08 | 17 | -81/+129 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: introduce BPF_F_LOCK flag | Alexei Starovoitov | 2019-02-01 | 5 | -14/+107 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: add support for bpf_spin_lock to cgroup local storage | Alexei Starovoitov | 2019-02-01 | 3 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: introduce bpf_spin_lock | Alexei Starovoitov | 2019-02-01 | 9 | -19/+331 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf, cgroups: clean up kerneldoc warnings | Valdis Kletnieks | 2019-01-31 | 2 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: fix bitrotted kerneldoc | Valdis Kletnieks | 2019-01-31 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-01-29 | 7 | -12/+39 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-01-28 | 5 | -296/+774 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: JIT blinds support JMP32 | Jiong Wang | 2019-01-26 | 1 | -0/+21 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: interpreter support for JMP32 | Jiong Wang | 2019-01-26 | 1 | -134/+63 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: disassembler support JMP32 | Jiong Wang | 2019-01-26 | 1 | -15/+19 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: verifier support JMP32 | Jiong Wang | 2019-01-26 | 2 | -33/+173 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: refactor verifier min/max code for condition jump | Jiong Wang | 2019-01-26 | 1 | -73/+99 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: notify offload JITs about optimizations | Jakub Kicinski | 2019-01-23 | 2 | -0/+41 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: record original instruction index | Jakub Kicinski | 2019-01-23 | 1 | -3/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: remove unconditional branches by 0 | Jakub Kicinski | 2019-01-23 | 1 | -0/+23 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: remove dead code | Jakub Kicinski | 2019-01-23 | 2 | -3/+185 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: hard wire branches to dead code | Jakub Kicinski | 2019-01-23 | 1 | -2/+43 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: change parameters of call/branch offset adjustment | Jakub Kicinski | 2019-01-23 | 1 | -19/+21 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: fix a (false) compiler warning | Peter Oskolkov | 2019-01-17 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: btf: support 128 bit integer type | Yonghong Song | 2019-01-16 | 1 | -19/+85 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2019-03-04 | 3 | -58/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | cgroup: saner refcounting for cgroup_root | Al Viro | 2019-01-17 | 3 | -55/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | fix cgroup_do_mount() handling of failure exits | Al Viro | 2019-01-17 | 1 | -3/+6 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | bpf: fix sanitation rewrite in case of non-pointers | Daniel Borkmann | 2019-03-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create() | Peng Sun | 2019-03-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id() | Peng Sun | 2019-02-26 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-02-24 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-02-22 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | bpf, lpm: fix lookup bug in map_delete_elem | Alban Crequy | 2019-02-22 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | psi: avoid divide-by-zero crash inside virtual machines | Johannes Weiner | 2019-02-21 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-02-19 | 2 | -5/+14 | |
| |\| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-02-16 | 2 | -5/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | bpf: fix lockdep false positive in stackmap | Alexei Starovoitov | 2019-02-11 | 1 | -1/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup() | Martin KaFai Lau | 2019-02-09 | 1 | -4/+7 | |
| | | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-02-18 | 2 | -9/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | tracing: Fix number of entries in trace header | Quentin Perret | 2019-02-15 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | kprobe: Do not use uaccess functions to access kernel memory that can fault | Changbin Du | 2019-02-15 | 1 | -9/+1 | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-02-17 | 2 | -1/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | perf/core: Fix impossible ring-buffer sizes warning | Ingo Molnar | 2019-02-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | perf/x86: Add check_period PMU callback | Jiri Olsa | 2019-02-11 | 1 | -0/+16 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2019-02-15 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | signal: Restore the stop PTRACE_EVENT_EXIT | Eric W. Biederman | 2019-02-13 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-02-13 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | / / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | tracing: probeevent: Correctly update remaining space in dynamic area | Andreas Ziegler | 2019-02-11 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-02-10 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||||

