summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-091-0/+39
* net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+5
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-2/+78
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-16/+14
* net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-021-1/+1
* net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-021-1/+1
* net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-241-1/+1
* net: filter: split filter.c into two filesAlexei Starovoitov2014-07-231-0/+536