Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | bpf: fix sock hashmap kmalloc warning | Yonghong Song | 2018-05-17 | 1 | -0/+6 | |
| | * | | | | | bpf: sockmap, add hash map support | John Fastabend | 2018-05-15 | 3 | -17/+492 | |
| | * | | | | | bpf: sockmap, refactor sockmap routines to work with hashmap | John Fastabend | 2018-05-15 | 1 | -60/+88 | |
| | * | | | | | bpf: enable stackmap with build_id in nmi context | Song Liu | 2018-05-14 | 1 | -6/+53 | |
| | * | | | | | bpf: xdp: allow offloads to store into rx_queue_index | Jakub Kicinski | 2018-05-09 | 1 | -1/+1 | |
| | * | | | | | bpf: btf: Add struct bpf_btf_info | Martin KaFai Lau | 2018-05-09 | 2 | -6/+37 | |
| | * | | | | | bpf: btf: Introduce BTF ID | Martin KaFai Lau | 2018-05-09 | 2 | -11/+121 | |
| | * | | | | | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y | Martin KaFai Lau | 2018-05-09 | 1 | -1/+1 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-11 | 7 | -41/+67 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-07 | 10 | -214/+566 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bpf, xskmap: fix crash in xsk_map_alloc error path handling | Daniel Borkmann | 2018-05-04 | 1 | -0/+2 | |
| | * | | | | | | bpf: fix references to free_bpf_prog_info() in comments | Jakub Kicinski | 2018-05-04 | 1 | -2/+2 | |
| | * | | | | | | bpf: replace map pointer loads before calling into offloads | Jakub Kicinski | 2018-05-04 | 1 | -5/+5 | |
| | * | | | | | | bpf: export bpf_event_output() | Jakub Kicinski | 2018-05-04 | 1 | -0/+1 | |
| | * | | | | | | nfp: bpf: record offload neutral maps in the driver | Jakub Kicinski | 2018-05-04 | 1 | -0/+2 | |
| | * | | | | | | bpf: offload: allow offloaded programs to use perf event arrays | Jakub Kicinski | 2018-05-04 | 1 | -2/+4 | |
| | * | | | | | | bpf: add faked "ending" subprog | Jiong Wang | 2018-05-04 | 1 | -20/+14 | |
| | * | | | | | | bpf: centre subprog information fields | Jiong Wang | 2018-05-04 | 1 | -30/+32 | |
| | * | | | | | | bpf: unify main prog and subprog | Jiong Wang | 2018-05-04 | 1 | -26/+31 | |
| | * | | | | | | bpf: implement ld_abs/ld_ind in native bpf | Daniel Borkmann | 2018-05-03 | 2 | -88/+32 | |
| | * | | | | | | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP | Björn Töpel | 2018-05-03 | 3 | -2/+248 | |
| | * | | | | | | bpf: remove tracepoints from bpf core | Alexei Starovoitov | 2018-04-30 | 3 | -35/+2 | |
| | * | | | | | | bpf: Allow bpf_current_task_under_cgroup in interrupt | Teng Qin | 2018-04-29 | 1 | -2/+0 | |
| | * | | | | | | bpf/verifier: improve register value range tracking with ARSH | Yonghong Song | 2018-04-29 | 2 | -0/+33 | |
| | * | | | | | | bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals | Yonghong Song | 2018-04-29 | 1 | -9/+2 | |
| | * | | | | | | bpf/verifier: refine retval R0 state for bpf_get_stack helper | Yonghong Song | 2018-04-29 | 1 | -0/+27 | |
| | * | | | | | | bpf: add bpf_get_stack helper | Yonghong Song | 2018-04-29 | 4 | -1/+140 | |
| | * | | | | | | bpf: change prototype for stack_map_get_build_id_offset | Yonghong Song | 2018-04-29 | 1 | -8/+5 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-04 | 19 | -168/+144 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-04-26 | 3 | -27/+18 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bpf: Add gpl_compatible flag to struct bpf_prog_info | Jiri Olsa | 2018-04-26 | 1 | -0/+1 | |
| | * | | | | | | | bpf: allow map helpers access to map values directly | Paul Chaignon | 2018-04-24 | 1 | -17/+7 | |
| | * | | | | | | | bpf: btf: Clean up btf.h in uapi | Martin KaFai Lau | 2018-04-23 | 1 | -10/+10 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-25 | 3 | -7/+51 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-24 | 10 | -57/+76 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-21 | 17 | -346/+666 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bpf: btf: Add pretty print support to the basic arraymap | Martin KaFai Lau | 2018-04-19 | 3 | -4/+234 | |
| * | | | | | | | | | | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd | Martin KaFai Lau | 2018-04-19 | 2 | -1/+18 | |
| * | | | | | | | | | | bpf: btf: Add BPF_BTF_LOAD command | Martin KaFai Lau | 2018-04-19 | 2 | -0/+84 | |
| * | | | | | | | | | | bpf: btf: Add pretty print capability for data with BTF type info | Martin KaFai Lau | 2018-04-19 | 1 | -0/+198 | |
| * | | | | | | | | | | bpf: btf: Check members of struct/union | Martin KaFai Lau | 2018-04-19 | 1 | -0/+205 | |
| * | | | | | | | | | | bpf: btf: Validate type reference | Martin KaFai Lau | 2018-04-19 | 1 | -1/+665 | |
| * | | | | | | | | | | bpf: btf: Introduce BPF Type Format (BTF) | Martin KaFai Lau | 2018-04-19 | 2 | -0/+916 | |
| * | | | | | | | | | | xdp: transition into using xdp_frame for return API | Jesper Dangaard Brouer | 2018-04-17 | 1 | -3/+3 | |
| * | | | | | | | | | | bpf: cpumap convert to use generic xdp_frame | Jesper Dangaard Brouer | 2018-04-17 | 1 | -72/+28 | |
| * | | | | | | | | | | xdp: introduce xdp_return_frame API and use in cpumap | Jesper Dangaard Brouer | 2018-04-17 | 1 | -24/+36 | |
* | | | | | | | | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-06 | 3 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 3 | -6/+4 | |
* | | | | | | | | | | | | Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2018-06-06 | 10 | -55/+93 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | tracing: Use match_string() instead of open coding it in trace_set_options() | Yisheng Xie | 2018-06-05 | 1 | -10/+5 |