aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann1-0/+39
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+5
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-2/+78
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-16/+14
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-1/+1
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov1-1/+1
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-1/+1
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov1-0/+536