| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' | Shmulik Ladkani | 2017-10-09 | 1 | -0/+5 |
* | bpf: add support for sockmap detach programs | John Fastabend | 2017-09-08 | 1 | -4/+4 |
* | bpf: convert sockmap field attach_bpf_fd2 to type | John Fastabend | 2017-08-28 | 1 | -2/+8 |
* | bpf: linux/bpf.h needs linux/numa.h | David S. Miller | 2017-08-19 | 1 | -0/+1 |
* | bpf: Allow selecting numa node during map creation | Martin KaFai Lau | 2017-08-19 | 1 | -1/+9 |
* | bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER | John Fastabend | 2017-08-16 | 1 | -1/+9 |
* | bpf: sockmap with sk redirect support | John Fastabend | 2017-08-16 | 1 | -2/+5 |
* | bpf: export bpf_prog_inc_not_zero | John Fastabend | 2017-08-16 | 1 | -0/+7 |
* | bpf/verifier: rework value tracking | Edward Cree | 2017-08-08 | 1 | -22/+12 |
* | net: fix build error in devmap helper calls | John Fastabend | 2017-07-17 | 1 | -5/+20 |
* | xdp: Add batching support to redirect map | John Fastabend | 2017-07-17 | 1 | -0/+2 |
* | bpf: add bpf_redirect_map helper routine | John Fastabend | 2017-07-17 | 1 | -0/+3 |
* | bpf: simplify narrower ctx access | Daniel Borkmann | 2017-07-03 | 1 | -2/+7 |
* | bpf: Add syscall lookup support for fd array and htab | Martin KaFai Lau | 2017-06-29 | 1 | -0/+3 |
* | bpf: possibly avoid extra masking for narrower load in verifier | Yonghong Song | 2017-06-23 | 1 | -1/+10 |
* | bpf: permits narrower load from bpf program context fields | Yonghong Song | 2017-06-14 | 1 | -1/+1 |
* | bpf: Introduce bpf_map ID | Martin KaFai Lau | 2017-06-06 | 1 | -0/+1 |
* | bpf: Introduce bpf_prog ID | Martin KaFai Lau | 2017-06-06 | 1 | -0/+1 |
* | bpf: teach verifier to track stack depth | Alexei Starovoitov | 2017-05-31 | 1 | -0/+1 |
* | bpf: remove struct bpf_map_type_list | Johannes Berg | 2017-04-11 | 1 | -8/+3 |
* | bpf: remove struct bpf_prog_type_list | Johannes Berg | 2017-04-11 | 1 | -11/+5 |
* | bpf: introduce BPF_PROG_TEST_RUN command | Alexei Starovoitov | 2017-04-01 | 1 | -0/+7 |
* | bpf: Add hash of maps support | Martin KaFai Lau | 2017-03-22 | 1 | -0/+2 |
* | bpf: Add array of maps support | Martin KaFai Lau | 2017-03-22 | 1 | -0/+1 |
* | bpf: add helper inlining infra and optimize map_array lookup | Alexei Starovoitov | 2017-03-16 | 1 | -0/+1 |
* | bpf: make jited programs visible in traces | Daniel Borkmann | 2017-02-17 | 1 | -0/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 1 | -0/+2 |
|\ |
|
| * | bpf: don't trigger OOM killer under pressure with map alloc | Daniel Borkmann | 2017-01-18 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | bpf: rework prog_digest into prog_tag | Daniel Borkmann | 2017-01-16 | 1 | -1/+1 |
* | | bpf: pass original insn directly to convert_ctx_access | Daniel Borkmann | 2017-01-12 | 1 | -3/+4 |
* | | bpf: rename ARG_PTR_TO_STACK | Alexei Starovoitov | 2017-01-09 | 1 | -6/+6 |
|/ |
|
* | 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 |