Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2019-03-05 | 1 | -0/+1 |
|\ | |||||
| * | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 | Arnd Bergmann | 2019-01-18 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-03-05 | 17 | -373/+1491 |
|\ \ | |||||
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-03-04 | 7 | -5/+146 |
| |\ \ | |||||
| | * | | bpf: fix u64_stats_init() usage in bpf_prog_alloc() | Eric Dumazet | 2019-03-02 | 1 | -1/+7 |
| | * | | bpf: fix build without bpf_syscall | Alexei Starovoitov | 2019-03-01 | 1 | -2/+5 |
| | * | | bpf: set inner_map_meta->spin_lock_off correctly | Yonghong Song | 2019-02-27 | 1 | -0/+1 |
| | * | | bpf: expose program stats via bpf_prog_info | Alexei Starovoitov | 2019-02-27 | 1 | -0/+5 |
| | * | | bpf: enable program stats | Alexei Starovoitov | 2019-02-27 | 4 | -5/+101 |
| | * | | seccomp, bpf: disable preemption before calling into bpf prog | Alexei Starovoitov | 2019-02-22 | 1 | -0/+2 |
| | * | | bpf: check that BPF programs run with preemption disabled | Peter Zijlstra | 2019-02-19 | 1 | -0/+28 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-03-02 | 2 | -4/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-24 | 2 | -1/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-20 | 5 | -11/+27 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-02-16 | 2 | -44/+134 |
| |\ \ \ \ \ | |||||
| | * | | | | | bpf: offload: add priv field for drivers | Jakub Kicinski | 2019-02-12 | 1 | -1/+9 |
| | * | | | | | 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 |