| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: introduce ARG_PTR_TO_MEM_OR_NULL | Gianluca Borello | 2017-11-22 | 1 | -0/+1 |
* | bpf: revert report offload info to user space | Jakub Kicinski | 2017-11-21 | 1 | -1/+0 |
* | bpf: turn bpf_prog_get_type() into a wrapper | Jakub Kicinski | 2017-11-21 | 1 | -7/+6 |
* | bpf: offload: move offload device validation out to the drivers | Jakub Kicinski | 2017-11-21 | 1 | -2/+2 |
* | xdp: allow attaching programs loaded for specific device | Jakub Kicinski | 2017-11-05 | 1 | -0/+10 |
* | bpf: report offload info to user space | Jakub Kicinski | 2017-11-05 | 1 | -0/+1 |
* | bpf: offload: add infrastructure for loading programs for a specific netdev | Jakub Kicinski | 2017-11-05 | 1 | -0/+36 |
* | bpf: remove tail_call and get_stackid helper declarations from bpf.h | Gianluca Borello | 2017-10-27 | 1 | -3/+0 |
* | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 2017-10-25 | 1 | -5/+25 |
* | selinux: bpf: Add addtional check for bpf object file receive | Chenbo Feng | 2017-10-20 | 1 | -0/+3 |
* | security: bpf: Add LSM hooks for bpf object related syscall | Chenbo Feng | 2017-10-20 | 1 | -0/+6 |
* | bpf: Add file mode configuration into bpf maps | Chenbo Feng | 2017-10-20 | 1 | -3/+5 |
* | bpf: move knowledge about post-translation offsets out of verifier | Jakub Kicinski | 2017-10-18 | 1 | -0/+3 |
* | bpf: remove the verifier ops from program structure | Jakub Kicinski | 2017-10-18 | 1 | -1/+0 |
* | bpf: split verifier and program ops | Jakub Kicinski | 2017-10-18 | 1 | -5/+10 |
* | bpf: XDP_REDIRECT enable use of cpumap | Jesper Dangaard Brouer | 2017-10-18 | 1 | -1/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-09 | 1 | -0/+5 |
|\ |
|
| * | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' | Shmulik Ladkani | 2017-10-09 | 1 | -0/+5 |
* | | bpf: Use char in prog and map name | Martin KaFai Lau | 2017-10-07 | 1 | -2/+2 |
* | | bpf: introduce BPF_PROG_QUERY command | Alexei Starovoitov | 2017-10-04 | 1 | -0/+3 |
* | | bpf: multi program support for cgroup+bpf | Alexei Starovoitov | 2017-10-04 | 1 | -0/+32 |
* | | bpf: Add map_name to bpf_map_info | Martin KaFai Lau | 2017-09-29 | 1 | -0/+1 |
* | | bpf: Add name, load_time, uid and map_ids to bpf_prog_info | Martin KaFai Lau | 2017-09-29 | 1 | -0/+2 |
* | | bpf: add meta pointer for direct access | Daniel Borkmann | 2017-09-26 | 1 | -0/+1 |
|/ |
|
* | 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 |
|\ |
|