Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | audit: convert audit_ever_enabled to a boolean | Paul Moore | 2017-11-10 | 2 | -2/+2 | |
| * | | | | | | | | audit: don't use simple_strtol() anymore | Paul Moore | 2017-11-10 | 1 | -2/+7 | |
| * | | | | | | | | audit: initialize the audit subsystem as early as possible | Paul Moore | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | | | | audit: ensure that 'audit=1' actually enables audit for PID 1 | Paul Moore | 2017-11-10 | 1 | -5/+5 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-11-15 | 23 | -931/+3213 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | bpf: fix lockdep splat | Eric Dumazet | 2017-11-15 | 1 | -2/+6 | |
| * | | | | | | | | bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZERO | Yonghong Song | 2017-11-14 | 1 | -2/+6 | |
| * | | | | | | | | bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics | Yonghong Song | 2017-11-14 | 1 | -16/+24 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 2017-11-11 | 7 | -97/+7 | |
| * | | | | | | | bpf: add a bpf_override_function helper | Josef Bacik | 2017-11-11 | 7 | -7/+97 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-10 | 5 | -16/+37 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | bpf, cgroup: implement eBPF-based device controller for cgroup v2 | Roman Gushchin | 2017-11-05 | 3 | -0/+75 | |
| * | | | | | | | | bpf: remove old offload/analyzer | Jakub Kicinski | 2017-11-05 | 1 | -75/+0 | |
| * | | | | | | | | cls_bpf: allow attaching programs loaded for specific device | Jakub Kicinski | 2017-11-05 | 1 | -0/+1 | |
| * | | | | | | | | xdp: allow attaching programs loaded for specific device | Jakub Kicinski | 2017-11-05 | 1 | -4/+29 | |
| * | | | | | | | | bpf: report offload info to user space | Jakub Kicinski | 2017-11-05 | 2 | -0/+17 | |
| * | | | | | | | | bpf: offload: add infrastructure for loading programs for a specific netdev | Jakub Kicinski | 2017-11-05 | 5 | -8/+217 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 135 | -2/+144 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf: fix verifier NULL pointer dereference | Craig Gallek | 2017-11-03 | 1 | -4/+8 | |
| * | | | | | | | | | bpf: fix out-of-bounds access warning in bpf_check | Arnd Bergmann | 2017-11-03 | 1 | -0/+4 | |
| * | | | | | | | | | bpf: fix link error without CONFIG_NET | Arnd Bergmann | 2017-11-03 | 1 | -0/+2 | |
| * | | | | | | | | | bpf: also improve pattern matches for meta access | Daniel Borkmann | 2017-11-02 | 1 | -69/+96 | |
| * | | | | | | | | | bpf: minor cleanups after merge | Daniel Borkmann | 2017-11-02 | 1 | -1/+1 | |
| * | | | | | | | | | bpf: cpumap micro-optimization in cpu_map_enqueue | Jesper Dangaard Brouer | 2017-11-02 | 1 | -2/+2 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-02 | 2 | -5/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bpf: fix verifier memory leaks | Alexei Starovoitov | 2017-11-01 | 1 | -9/+18 | |
| * | | | | | | | | | | bpf: avoid rcu_dereference inside bpf_event_mutex lock region | Yonghong Song | 2017-11-01 | 1 | -10/+7 | |
| * | | | | | | | | | | bpf: reduce verifier memory consumption | Alexei Starovoitov | 2017-11-01 | 1 | -149/+288 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-30 | 4 | -26/+42 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bpf: remove tail_call and get_stackid helper declarations from bpf.h | Gianluca Borello | 2017-10-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 2017-10-25 | 6 | -44/+188 | |
| * | | | | | | | | | | | bpf: use the same condition in perf event set/free bpf handler | Yonghong Song | 2017-10-25 | 1 | -3/+3 | |
| * | | | | | | | | | | | bpf: cpumap fix potential lost wake-up problem | Jesper Dangaard Brouer | 2017-10-24 | 1 | -4/+8 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-22 | 20 | -201/+308 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | selinux: bpf: Add addtional check for bpf object file receive | Chenbo Feng | 2017-10-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | | security: bpf: Add LSM hooks for bpf object related syscall | Chenbo Feng | 2017-10-20 | 1 | -2/+32 | |
| * | | | | | | | | | | | | bpf: Add file mode configuration into bpf maps | Chenbo Feng | 2017-10-20 | 8 | -22/+110 | |
| * | | | | | | | | | | | | bpf: move knowledge about post-translation offsets out of verifier | Jakub Kicinski | 2017-10-18 | 1 | -39/+16 | |
| * | | | | | | | | | | | | bpf: remove the verifier ops from program structure | Jakub Kicinski | 2017-10-18 | 2 | -16/+17 | |
| * | | | | | | | | | | | | bpf: split verifier and program ops | Jakub Kicinski | 2017-10-18 | 3 | -12/+31 | |
| * | | | | | | | | | | | | bpf: cpumap add tracepoints | Jesper Dangaard Brouer | 2017-10-18 | 1 | -5/+19 | |
| * | | | | | | | | | | | | bpf: cpumap xdp_buff to skb conversion and allocation | Jesper Dangaard Brouer | 2017-10-18 | 1 | -22/+130 | |
| * | | | | | | | | | | | | bpf: XDP_REDIRECT enable use of cpumap | Jesper Dangaard Brouer | 2017-10-18 | 2 | -2/+23 | |
| * | | | | | | | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP | Jesper Dangaard Brouer | 2017-10-18 | 4 | -1/+573 | |
| * | | | | | | | | | | | | tracing: bpf: Hide bpf trace events when they are not used | Steven Rostedt (VMware) | 2017-10-16 | 1 | -0/+3 | |
| * | | | | | | | | | | | | bpf: verifier: set reg_type on context accesses in second pass | Jakub Kicinski | 2017-10-14 | 1 | -6/+37 | |
| * | | | | | | | | | | | | bpf: remove redundant variable old_flags | Colin Ian King | 2017-10-11 | 1 | -2/+0 | |
| * | | | | | | | | | | | | bpf: write back the verifier log buffer as it gets filled | Jakub Kicinski | 2017-10-10 | 1 | -22/+19 | |
| * | | | | | | | | | | | | bpf: move instruction printing into a separate file | Jakub Kicinski | 2017-10-10 | 4 | -198/+251 | |
| * | | | | | | | | | | | | bpf: move global verifier log into verifier environment | Jakub Kicinski | 2017-10-10 | 1 | -232/+259 |