summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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-021-4/+12
|\
| * bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | bpf: fix verifier memory leaksAlexei Starovoitov2017-11-011-9/+18
* | 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-301-1/+10
|\ \ | |/
| * bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
| * bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
* | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-0/+81
* | 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-225-36/+90
|\ \ | |/
| * bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
| * bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
| * bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
| * bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
| * bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1
| * bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
| * bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-2/+6
* | 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-182-9/+19
* | 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
* | bpf: encapsulate verifier log state into a structureJakub Kicinski2017-10-101-27/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-092-0/+6
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
| |\
| | * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
| * | bpf: fix liveness markingAlexei Starovoitov2017-10-071-0/+5
* | | bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau2017-10-071-2/+15
* | | bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau2017-10-071-3/+2
* | | bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-071-1/+3
OpenPOWER on IntegriCloud