| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: don't trigger OOM killer under pressure with map alloc | Daniel Borkmann | 2017-01-18 | 1 | -0/+2 |
* | bpf: rework prog_digest into prog_tag | Daniel Borkmann | 2017-01-16 | 1 | -1/+1 |
* | bpf: fix overflow in prog accounting | Daniel Borkmann | 2016-12-17 | 1 | -0/+11 |
* | bpf: dynamically allocate digest scratch buffer | Daniel Borkmann | 2016-12-17 | 1 | -1/+1 |
* | bpf: add prog_digest and expose it via fdinfo/netlink | Daniel Borkmann | 2016-12-05 | 1 | -0/+1 |
* | bpf: add __must_check attributes to refcount manipulating helpers | Daniel Borkmann | 2016-11-21 | 1 | -5/+7 |
* | bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error path | Daniel Borkmann | 2016-11-12 | 1 | -0/+5 |
* | bpf: add helper for retrieving current numa node id | Daniel Borkmann | 2016-10-22 | 1 | -0/+1 |
* | bpf: allow access into map value arrays | Josef Bacik | 2016-09-29 | 1 | -0/+7 |
* | bpf: direct packet write and access for helpers for clsact progs | Daniel Borkmann | 2016-09-20 | 1 | -1/+3 |
* | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov | 2016-09-02 | 1 | -0/+4 |
* | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 2016-07-25 | 1 | -1/+1 |
* | bpf: fix implicit declaration of bpf_prog_add | Brenden Blanco | 2016-07-20 | 1 | -0/+4 |
* | bpf: add bpf_prog_add api for bulk prog refcnt | Brenden Blanco | 2016-07-19 | 1 | -0/+1 |
* | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2016-07-15 | 1 | -1/+6 |
* | bpf: refactor bpf_prog_get and type check into helper | Daniel Borkmann | 2016-07-01 | 1 | -0/+7 |
* | bpf: generally move prog destruction to RCU deferral | Daniel Borkmann | 2016-07-01 | 1 | -5/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -1/+31 |
|\ |
|
| * | bpf, perf: delay release of BPF prog after grace period | Daniel Borkmann | 2016-06-29 | 1 | -0/+4 |
| * | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2016-06-15 | 1 | -1/+27 |
* | | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2016-06-15 | 1 | -0/+9 |
* | | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 2016-06-15 | 1 | -3/+9 |
* | | bpf, maps: add release callback | Daniel Borkmann | 2016-06-15 | 1 | -1/+2 |
* | | bpf: fix missing header inclusion | Zi Shen Lim | 2016-06-10 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 1 | -1/+2 |
|\ |
|
| * | bpf: fix refcnt overflow | Alexei Starovoitov | 2016-04-28 | 1 | -1/+2 |
* | | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 2016-04-19 | 1 | -0/+2 |
* | | bpf, verifier: add ARG_PTR_TO_RAW_STACK type | Daniel Borkmann | 2016-04-14 | 1 | -0/+5 |
* | | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2016-04-07 | 1 | -0/+1 |
* | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 2016-04-07 | 1 | -0/+1 |
|/ |
|
* | bpf: convert stackmap to pre-allocation | Alexei Starovoitov | 2016-03-08 | 1 | -0/+1 |
* | bpf: pre-allocate hash map elements | Alexei Starovoitov | 2016-03-08 | 1 | -0/+2 |
* | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 2016-03-08 | 1 | -0/+3 |
* | bpf: add new arg_type that allows for 0 sized stack buffer | Daniel Borkmann | 2016-02-21 | 1 | -0/+1 |
* | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov | 2016-02-20 | 1 | -0/+1 |
* | bpf: add lookup/update support for per-cpu hash and array maps | Alexei Starovoitov | 2016-02-06 | 1 | -0/+23 |
* | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map | Alexei Starovoitov | 2016-02-06 | 1 | -0/+1 |
* | bpf: fix clearing on persistent program array maps | Daniel Borkmann | 2015-11-25 | 1 | -1/+4 |
* | bpf: add support for persistent maps/progs | Daniel Borkmann | 2015-11-02 | 1 | -0/+7 |
* | bpf: align and clean bpf_{map,prog}_get helpers | Daniel Borkmann | 2015-11-02 | 1 | -1/+1 |
* | bpf: fix bpf_perf_event_read() helper | Alexei Starovoitov | 2015-10-26 | 1 | -1/+0 |
* | bpf: charge user for creation of BPF maps and programs | Alexei Starovoitov | 2015-10-12 | 1 | -0/+3 |
* | bpf: enable non-root eBPF programs | Alexei Starovoitov | 2015-10-12 | 1 | -0/+2 |
* | bpf: fix cb access in socket filter programs | Alexei Starovoitov | 2015-10-11 | 1 | -3/+3 |
* | bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs | Daniel Borkmann | 2015-10-08 | 1 | -0/+4 |
* | ebpf: include perf_event only where really needed | Daniel Borkmann | 2015-10-05 | 1 | -1/+0 |
* | bpf: Implement function bpf_perf_event_read() that get the selected hardware ... | Kaixu Xia | 2015-08-09 | 1 | -0/+1 |
* | bpf: Add new bpf map type to store the pointer to struct perf_event | Kaixu Xia | 2015-08-09 | 1 | -0/+1 |
* | bpf: Make the bpf_prog_array_map more generic | Wang Nan | 2015-08-09 | 1 | -2/+6 |
* | bpf: introduce bpf_skb_vlan_push/pop() helpers | Alexei Starovoitov | 2015-07-20 | 1 | -0/+2 |