index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-0
/
+1
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
1
-1
/
+0
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-7
/
+6
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-2
/
+2
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+10
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
1
-0
/
+1
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-0
/
+36
2017-10-27
bpf: remove tail_call and get_stackid helper declarations from bpf.h
Gianluca Borello
1
-3
/
+0
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
1
-5
/
+25
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
1
-0
/
+3
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
1
-0
/
+6
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-3
/
+5
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
1
-0
/
+3
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
1
-1
/
+0
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-5
/
+10
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
1
-1
/
+30
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
1
-0
/
+5
2017-10-07
bpf: Use char in prog and map name
Martin KaFai Lau
1
-2
/
+2
2017-10-04
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
1
-0
/
+3
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
1
-0
/
+32
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
1
-0
/
+1
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
1
-0
/
+2
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-09-08
bpf: add support for sockmap detach programs
John Fastabend
1
-4
/
+4
2017-08-28
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
1
-2
/
+8
2017-08-19
bpf: linux/bpf.h needs linux/numa.h
David S. Miller
1
-0
/
+1
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
1
-1
/
+9
2017-08-16
bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER
John Fastabend
1
-1
/
+9
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
1
-2
/
+5
2017-08-16
bpf: export bpf_prog_inc_not_zero
John Fastabend
1
-0
/
+7
2017-08-08
bpf/verifier: rework value tracking
Edward Cree
1
-22
/
+12
2017-07-17
net: fix build error in devmap helper calls
John Fastabend
1
-5
/
+20
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
1
-0
/
+2
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
1
-0
/
+3
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
1
-2
/
+7
2017-06-29
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
1
-0
/
+3
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
1
-1
/
+10
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-1
/
+1
2017-06-06
bpf: Introduce bpf_map ID
Martin KaFai Lau
1
-0
/
+1
2017-06-06
bpf: Introduce bpf_prog ID
Martin KaFai Lau
1
-0
/
+1
2017-05-31
bpf: teach verifier to track stack depth
Alexei Starovoitov
1
-0
/
+1
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
1
-8
/
+3
2017-04-11
bpf: remove struct bpf_prog_type_list
Johannes Berg
1
-11
/
+5
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
1
-0
/
+7
2017-03-22
bpf: Add hash of maps support
Martin KaFai Lau
1
-0
/
+2
2017-03-22
bpf: Add array of maps support
Martin KaFai Lau
1
-0
/
+1
2017-03-16
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
1
-0
/
+1
2017-02-17
bpf: make jited programs visible in traces
Daniel Borkmann
1
-0
/
+4
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
[next]