| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: fix bpf_skb_in_cgroup helper naming | Daniel Borkmann | 2016-08-13 | 1 | -2/+2 |
* | bpf: restore behavior of bpf_map_update_elem | Alexei Starovoitov | 2016-08-07 | 1 | -11/+73 |
* | bpf: fix method of PTR_TO_PACKET reg id generation | Jakub Kicinski | 2016-08-03 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 6 | -68/+202 |
|\ |
|
| * | bpf: enable direct packet data write for xdp progs | Brenden Blanco | 2016-07-20 | 1 | -1/+16 |
| * | bpf: add XDP prog type for early driver filter | Brenden Blanco | 2016-07-20 | 1 | -0/+1 |
| * | bpf: add bpf_prog_add api for bulk prog refcnt | Brenden Blanco | 2016-07-20 | 1 | -3/+9 |
| * | bpf: bpf_event_entry_gen's alloc needs to be in atomic context | Daniel Borkmann | 2016-07-17 | 1 | -1/+1 |
| * | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2016-07-15 | 1 | -2/+4 |
| * | bpf: make inode code explicitly non-modular | Paul Gortmaker | 2016-07-11 | 1 | -3/+1 |
| * | cgroup: bpf: Add bpf_skb_in_cgroup_proto | Martin KaFai Lau | 2016-07-01 | 1 | -1/+7 |
| * | cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY | Martin KaFai Lau | 2016-07-01 | 3 | -1/+47 |
| * | bpf: refactor bpf_prog_get and type check into helper | Daniel Borkmann | 2016-07-01 | 1 | -8/+19 |
| * | bpf: generally move prog destruction to RCU deferral | Daniel Borkmann | 2016-07-01 | 2 | -13/+4 |
| * | bpf: don't use raw processor id in generic helper | Daniel Borkmann | 2016-06-30 | 1 | -1/+1 |
| * | bpf: minor cleanups on fd maps and helpers | Daniel Borkmann | 2016-06-30 | 1 | -2/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -34/+7 |
| |\ |
|
| * | | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2016-06-16 | 1 | -28/+74 |
| * | | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 2016-06-16 | 2 | -7/+15 |
| * | | bpf, maps: add release callback | Daniel Borkmann | 2016-06-16 | 1 | -1/+6 |
* | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 2016-07-07 | 1 | -34/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2016-06-16 | 1 | -34/+7 |
| |/ |
|
* | | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 2016-06-08 | 6 | -188/+922 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-01 | 1 | -1/+0 |
| |\ |
|
| | * | bpf, inode: disallow userns mounts | Daniel Borkmann | 2016-05-24 | 1 | -1/+0 |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-26 | 1 | -1/+2 |
| |\ \
| | |/
| |/| |
|
| * | | bpf: teach verifier to recognize imm += ptr pattern | Alexei Starovoitov | 2016-05-21 | 1 | -1/+17 |
| * | | bpf: support decreasing order in direct packet access | Alexei Starovoitov | 2016-05-21 | 1 | -8/+4 |
| * | | bpf: Use mount_nodev not mount_ns to mount the bpf filesystem | Eric W. Biederman | 2016-05-21 | 1 | -1/+1 |
| * | | bpf: rather use get_random_int for randomizations | Daniel Borkmann | 2016-05-20 | 1 | -2/+2 |
| * | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 1 | -29/+8 |
| |\ \ |
|
| | * | | bpf: reject invalid names right in ->lookup() | Al Viro | 2016-03-28 | 1 | -29/+8 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-18 | 5 | -156/+900 |
| |\ \ \ |
|
| | * | | | bpf: add generic constant blinding for use in jits | Daniel Borkmann | 2016-05-16 | 1 | -0/+203 |
| | * | | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann | 2016-05-16 | 2 | -5/+15 |
| | * | | | bpf: add bpf_patch_insn_single helper | Daniel Borkmann | 2016-05-16 | 2 | -44/+80 |
| | * | | | bpf: minor cleanups in ebpf code | Daniel Borkmann | 2016-05-16 | 1 | -2/+0 |
| | * | | | bpf: improve verifier state equivalence | Alexei Starovoitov | 2016-05-06 | 1 | -20/+3 |
| | * | | | bpf: direct packet access | Alexei Starovoitov | 2016-05-06 | 2 | -8/+438 |
| | * | | | bpf: cleanup verifier code | Alexei Starovoitov | 2016-05-06 | 1 | -47/+53 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 3 | -36/+71 |
| | |\ \ \ |
|
| | * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-27 | 1 | -1/+0 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-24 | 1 | -0/+1 |
| | |\ \ \ \ \ |
|
| | * | | | | | | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 2016-04-20 | 1 | -0/+7 |
| | * | | | | | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK | Daniel Borkmann | 2016-04-15 | 1 | -4/+13 |
| | * | | | | | | bpf, verifier: add ARG_PTR_TO_RAW_STACK type | Daniel Borkmann | 2016-04-15 | 1 | -5/+54 |
| | * | | | | | | bpf, verifier: add bpf_call_arg_meta for passing meta data | Daniel Borkmann | 2016-04-15 | 1 | -17/+23 |
| | * | | | | | | bpf: simplify verifier register state assignments | Alexei Starovoitov | 2016-04-11 | 1 | -4/+2 |
| | * | | | | | | bpf, verifier: further improve search pruning | Daniel Borkmann | 2016-04-08 | 1 | -2/+7 |
| | * | | | | | | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2016-04-08 | 1 | -1/+5 |