summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-161-0/+1
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+60
* bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau2017-06-291-1/+3
* bpf: use different interpreter depending on required stack sizeAlexei Starovoitov2017-05-311-9/+31
* bpf: split bpf core interpreterAlexei Starovoitov2017-05-311-7/+14
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-6/+3
* bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa2017-04-281-8/+4
* bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg2017-04-111-6/+6
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+223
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-1/+11
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-0/+9
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-6/+8
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-171-3/+13
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-171-11/+16
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-1/+1
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-0/+65
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+1
* bpf: clean up put_cpu_var usageShaohua Li2016-09-271-1/+1
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-1/+1
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-2/+4
* bpf: minor cleanups on fd maps and helpersDaniel Borkmann2016-06-301-2/+1
* bpf: rather use get_random_int for randomizationsDaniel Borkmann2016-05-201-2/+2
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+203
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-4/+14
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-161-0/+71
* bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-161-2/+0
* bpf: direct packet accessAlexei Starovoitov2016-05-061-0/+5
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+7
* bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-4/+0
* bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2015-11-021-1/+2
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-0/+26
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-0/+4
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-091-1/+1
* test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-201-0/+1
* ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann2015-07-131-1/+5
* bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-151-0/+4
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-0/+3
* ebpf: misc core cleanupDaniel Borkmann2015-05-311-31/+41
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-05-311-0/+1
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-1/+72
* bpf: fix 64-bit divideAlexei Starovoitov2015-04-271-6/+6
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-151-0/+1
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-151-0/+2
* ebpf: bpf_map_*: fix linker error on avr32 and openrisc archDaniel Borkmann2015-03-061-0/+5
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* bpf: split eBPF out of NETAlexei Starovoitov2014-10-271-0/+9
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-261-14/+15
* net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2014-09-101-0/+2
OpenPOWER on IntegriCloud