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
/
filter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-0
/
+9
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
1
-0
/
+2
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
1
-2
/
+3
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
1
-0
/
+6
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
1
-1
/
+2
2017-12-05
bpf: Add access to snd_cwnd and others in sock_ops
Lawrence Brakmo
1
-0
/
+1
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-2
/
+0
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
1
-2
/
+1
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
1
-1
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
1
-1
/
+1
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
1
-1
/
+1
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-2
/
+19
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
1
-3
/
+6
2017-08-24
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
Jesper Dangaard Brouer
1
-1
/
+2
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
1
-0
/
+2
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
1
-1
/
+1
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
1
-0
/
+7
2017-07-17
xdp: add trace event for xdp redirect
John Fastabend
1
-1
/
+3
2017-07-17
net: implement XDP_REDIRECT for xdp generic
John Fastabend
1
-0
/
+1
2017-07-17
xdp: add bpf_redirect helper function
John Fastabend
1
-0
/
+4
2017-07-06
include/linux/filter.h: use linux/set_memory.h
Michael Ellerman
1
-4
/
+1
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
1
-0
/
+47
2017-07-01
bpf: BPF support for sock_ops
Lawrence Brakmo
1
-0
/
+9
2017-06-06
bpf: Add BPF_OBJ_GET_INFO_BY_FD
Martin KaFai Lau
1
-2
/
+0
2017-06-06
bpf: Add jited_len to struct bpf_prog
Martin KaFai Lau
1
-0
/
+1
2017-05-31
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
1
-0
/
+3
2017-05-25
bpf: add various verifier test cases
Daniel Borkmann
1
-0
/
+10
2017-05-08
include/linux/filter.h: use set_memory.h header
Laura Abbott
1
-1
/
+3
2017-04-24
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
1
-2
/
+1
2017-03-22
net: convert sk_filter.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+2
2017-03-16
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
1
-0
/
+10
2017-03-12
bpf: improve read-only handling
Daniel Borkmann
1
-4
/
+12
2017-02-21
bpf: fix unlocking of jited image when module ronx not set
Daniel Borkmann
1
-2
/
+11
2017-02-17
bpf: make jited programs visible in traces
Daniel Borkmann
1
-1
/
+111
2017-02-17
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
1
-5
/
+1
2017-01-16
bpf: rework prog_digest into prog_tag
Daniel Borkmann
1
-2
/
+4
2016-12-27
net: xdp: remove unused bfp_warn_invalid_xdp_buffer()
Jason Wang
1
-1
/
+0
2016-12-17
bpf: dynamically allocate digest scratch buffer
Daniel Borkmann
1
-3
/
+11
2016-12-17
net: xdp: add invalid buffer warning
John Fastabend
1
-0
/
+1
2016-12-08
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
1
-2
/
+4
2016-12-05
bpf: add prog_digest and expose it via fdinfo/netlink
Daniel Borkmann
1
-1
/
+6
2016-12-02
bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller
Daniel Borkmann
1
-9
/
+9
2016-12-02
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
1
-1
/
+1
2016-11-27
bpf: drop unnecessary context cast from BPF_PROG_RUN
Daniel Borkmann
1
-3
/
+3
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
1
-0
/
+50
2016-09-09
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
1
-0
/
+14
[next]