summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-102-2/+2
| * | | | | | | | audit: don't use simple_strtol() anymorePaul Moore2017-11-101-2/+7
| * | | | | | | | audit: initialize the audit subsystem as early as possiblePaul Moore2017-11-101-1/+1
| * | | | | | | | audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-11-101-5/+5
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1523-931/+3213
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | bpf: fix lockdep splatEric Dumazet2017-11-151-2/+6
| * | | | | | | | bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-141-2/+6
| * | | | | | | | bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semanticsYonghong Song2017-11-141-16/+24
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-117-97/+7
| * | | | | | | bpf: add a bpf_override_function helperJosef Bacik2017-11-117-7/+97
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-105-16/+37
| |\ \ \ \ \ \ \
| * | | | | | | | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-053-0/+75
| * | | | | | | | bpf: remove old offload/analyzerJakub Kicinski2017-11-051-75/+0
| * | | | | | | | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-0/+1
| * | | | | | | | xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-4/+29
| * | | | | | | | bpf: report offload info to user spaceJakub Kicinski2017-11-052-0/+17
| * | | | | | | | bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-055-8/+217
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04135-2/+144
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: fix verifier NULL pointer dereferenceCraig Gallek2017-11-031-4/+8
| * | | | | | | | | bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann2017-11-031-0/+4
| * | | | | | | | | bpf: fix link error without CONFIG_NETArnd Bergmann2017-11-031-0/+2
| * | | | | | | | | bpf: also improve pattern matches for meta accessDaniel Borkmann2017-11-021-69/+96
| * | | | | | | | | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-1/+1
| * | | | | | | | | bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-021-2/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-022-5/+13
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | bpf: fix verifier memory leaksAlexei Starovoitov2017-11-011-9/+18
| * | | | | | | | | | bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7
| * | | | | | | | | | bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-149/+288
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-304-26/+42
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
| * | | | | | | | | | | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-256-44/+188
| * | | | | | | | | | | bpf: use the same condition in perf event set/free bpf handlerYonghong Song2017-10-251-3/+3
| * | | | | | | | | | | bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2220-201/+308
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-201-2/+2
| * | | | | | | | | | | | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-2/+32
| * | | | | | | | | | | | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-208-22/+110
| * | | | | | | | | | | | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-39/+16
| * | | | | | | | | | | | bpf: remove the verifier ops from program structureJakub Kicinski2017-10-182-16/+17
| * | | | | | | | | | | | bpf: split verifier and program opsJakub Kicinski2017-10-183-12/+31
| * | | | | | | | | | | | bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-181-5/+19
| * | | | | | | | | | | | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-22/+130
| * | | | | | | | | | | | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-182-2/+23
| * | | | | | | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-184-1/+573
| * | | | | | | | | | | | tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2017-10-161-0/+3
| * | | | | | | | | | | | bpf: verifier: set reg_type on context accesses in second passJakub Kicinski2017-10-141-6/+37
| * | | | | | | | | | | | bpf: remove redundant variable old_flagsColin Ian King2017-10-111-2/+0
| * | | | | | | | | | | | bpf: write back the verifier log buffer as it gets filledJakub Kicinski2017-10-101-22/+19
| * | | | | | | | | | | | bpf: move instruction printing into a separate fileJakub Kicinski2017-10-104-198/+251
| * | | | | | | | | | | | bpf: move global verifier log into verifier environmentJakub Kicinski2017-10-101-232/+259
OpenPOWER on IntegriCloud