aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend1-0/+1
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-0/+60
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau1-1/+3
2017-05-31bpf: use different interpreter depending on required stack sizeAlexei Starovoitov1-9/+31
2017-05-31bpf: split bpf core interpreterAlexei Starovoitov1-7/+14
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-6/+3
2017-04-28bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa1-8/+4
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg1-6/+6
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+223
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann1-1/+11
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+9
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann1-6/+8
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann1-3/+13
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann1-11/+16
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-1/+1
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann1-0/+65
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+1
2016-09-27bpf: clean up put_cpu_var usageShaohua Li1-1/+1
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-1/+1
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-2/+4
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann1-2/+1
2016-05-20bpf: rather use get_random_int for randomizationsDaniel Borkmann1-2/+2
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann1-0/+203
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann1-4/+14
2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann1-0/+71
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann1-2/+0
2016-05-06bpf: direct packet accessAlexei Starovoitov1-0/+5
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+7
2016-02-29bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf1-0/+2
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-4/+0
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann1-1/+2
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-0/+26
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-0/+4
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan1-1/+1
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-0/+1
2015-07-13ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann1-1/+5
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov1-0/+4
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+3
2015-05-31ebpf: misc core cleanupDaniel Borkmann1-31/+41
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann1-0/+1
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-1/+72
2015-04-27bpf: fix 64-bit divideAlexei Starovoitov1-6/+6
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+1
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+2
2015-03-06ebpf: bpf_map_*: fix linker error on avr32 and openrisc archDaniel Borkmann1-0/+5
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov1-0/+9
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov1-14/+15
2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann1-0/+2