Age | Commit message (Expand) | Author | Files | Lines |
2016-07-25 | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 1 | -1/+1 |
2016-07-20 | bpf: fix implicit declaration of bpf_prog_add | Brenden Blanco | 1 | -0/+4 |
2016-07-20 | bpf: add bpf_prog_add api for bulk prog refcnt | Brenden Blanco | 1 | -0/+1 |
2016-07-16 | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 1 | -1/+6 |
2016-07-01 | bpf: refactor bpf_prog_get and type check into helper | Daniel Borkmann | 1 | -0/+7 |
2016-07-01 | bpf: generally move prog destruction to RCU deferral | Daniel Borkmann | 1 | -5/+0 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+31 |
2016-06-29 | bpf, perf: delay release of BPF prog after grace period | Daniel Borkmann | 1 | -0/+4 |
2016-06-16 | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 1 | -0/+9 |
2016-06-16 | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 1 | -3/+9 |
2016-06-16 | bpf, maps: add release callback | Daniel Borkmann | 1 | -1/+2 |
2016-06-16 | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 1 | -1/+27 |
2016-06-11 | bpf: fix missing header inclusion | Zi Shen Lim | 1 | -0/+1 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2016-04-29 | bpf: fix refcnt overflow | Alexei Starovoitov | 1 | -1/+2 |
2016-04-20 | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 1 | -0/+2 |
2016-04-15 | bpf, verifier: add ARG_PTR_TO_RAW_STACK type | Daniel Borkmann | 1 | -0/+5 |
2016-04-08 | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 1 | -0/+1 |
2016-04-08 | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 1 | -0/+1 |
2016-03-08 | bpf: convert stackmap to pre-allocation | Alexei Starovoitov | 1 | -0/+1 |
2016-03-08 | bpf: pre-allocate hash map elements | Alexei Starovoitov | 1 | -0/+2 |
2016-03-08 | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 1 | -0/+3 |
2016-02-22 | bpf: add new arg_type that allows for 0 sized stack buffer | Daniel Borkmann | 1 | -0/+1 |
2016-02-20 | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov | 1 | -0/+1 |
2016-02-06 | bpf: add lookup/update support for per-cpu hash and array maps | Alexei Starovoitov | 1 | -0/+23 |
2016-02-06 | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map | Alexei Starovoitov | 1 | -0/+1 |
2015-11-25 | bpf: fix clearing on persistent program array maps | Daniel Borkmann | 1 | -1/+4 |
2015-11-03 | bpf: add support for persistent maps/progs | Daniel Borkmann | 1 | -0/+7 |
2015-11-03 | bpf: align and clean bpf_{map,prog}_get helpers | Daniel Borkmann | 1 | -1/+1 |
2015-10-27 | bpf: fix bpf_perf_event_read() helper | Alexei Starovoitov | 1 | -1/+0 |
2015-10-13 | bpf: charge user for creation of BPF maps and programs | Alexei Starovoitov | 1 | -0/+3 |
2015-10-13 | bpf: enable non-root eBPF programs | Alexei Starovoitov | 1 | -0/+2 |
2015-10-11 | bpf: fix cb access in socket filter programs | Alexei Starovoitov | 1 | -3/+3 |
2015-10-08 | bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs | Daniel Borkmann | 1 | -0/+4 |
2015-10-05 | ebpf: include perf_event only where really needed | Daniel Borkmann | 1 | -1/+0 |
2015-08-10 | bpf: Implement function bpf_perf_event_read() that get the selected hardware ... | Kaixu Xia | 1 | -0/+1 |
2015-08-10 | bpf: Add new bpf map type to store the pointer to struct perf_event | Kaixu Xia | 1 | -0/+1 |
2015-08-10 | bpf: Make the bpf_prog_array_map more generic | Wang Nan | 1 | -2/+6 |
2015-07-21 | bpf: introduce bpf_skb_vlan_push/pop() helpers | Alexei Starovoitov | 1 | -0/+2 |
2015-06-16 | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 1 | -0/+1 |
2015-06-16 | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 1 | -0/+3 |
2015-06-07 | bpf: allow programs to write to certain skb fields | Alexei Starovoitov | 1 | -1/+2 |
2015-06-01 | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 1 | -0/+1 |
2015-05-31 | bpf: add missing rcu protection when releasing programs from prog_array | Alexei Starovoitov | 1 | -1/+5 |
2015-05-22 | bpf: allow bpf programs to tail-call other bpf programs | Alexei Starovoitov | 1 | -0/+22 |
2015-03-29 | tc: bpf: generalize pedit action | Alexei Starovoitov | 1 | -0/+1 |
2015-03-16 | bpf: allow extended BPF programs access skb fields | Alexei Starovoitov | 1 | -1/+4 |
2015-03-16 | ebpf: add helper for obtaining current processor id | Daniel Borkmann | 1 | -0/+1 |
2015-03-16 | ebpf: add prandom helper for packet sampling | Daniel Borkmann | 1 | -0/+2 |
2015-03-12 | ebpf: verifier: check that call reg with ARG_ANYTHING is initialized | Daniel Borkmann | 1 | -1/+3 |