index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2016-07-19
bpf: add XDP prog type for early driver filter
Brenden Blanco
1
-0
/
+18
2016-07-13
rose: limit sk_filter trim to payload
Willem de Bruijn
1
-1
/
+5
2016-05-16
bpf: add generic constant blinding for use in jits
Daniel Borkmann
1
-0
/
+42
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
1
-2
/
+3
2016-05-16
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
1
-0
/
+3
2016-05-16
bpf: move bpf_jit_enable declaration
Daniel Borkmann
1
-0
/
+2
2016-05-06
bpf: wire in data and data_end for cls_act_bpf
Alexei Starovoitov
1
-0
/
+16
2016-04-07
tun: use socket locks for sk_{attach,detatch}_filter
Hannes Frederic Sowa
1
-4
/
+0
2016-04-01
tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
Daniel Borkmann
1
-0
/
+4
2016-01-08
bpf: cleanup bpf_prog_run_{save,clear}_cb helpers
Daniel Borkmann
1
-10
/
+29
2016-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+19
2016-01-06
net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
Rabin Vincent
1
-0
/
+19
2016-01-04
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
1
-0
/
+2
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
1
-4
/
+35
2015-10-05
bpf, seccomp: prepare for upcoming criu support
Daniel Borkmann
1
-1
/
+1
2015-10-03
sched, bpf: add helper for retrieving routing realms
Daniel Borkmann
1
-1
/
+2
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
1
-2
/
+4
2015-07-30
bpf: also show process name/pid in bpf_jit_dump
Daniel Borkmann
1
-2
/
+4
2015-07-30
bpf: provide helper that indicates eBPF was migrated
Daniel Borkmann
1
-0
/
+10
2015-07-20
bpf: introduce bpf_skb_vlan_push/pop() helpers
Alexei Starovoitov
1
-0
/
+1
2015-05-21
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
1
-1
/
+1
2015-05-14
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
1
-0
/
+8
2015-05-12
test_bpf: add 173 new testcases for eBPF
Michael Holzheu
1
-0
/
+10
2015-05-09
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Daniel Borkmann
1
-7
/
+5
2015-05-09
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
Nicolas Schichan
1
-4
/
+0
2015-05-09
net: filter: add a callback to allow classic post-verifier transformations
Nicolas Schichan
1
-0
/
+6
2015-03-24
filter: introduce SKF_AD_VLAN_TPID BPF extension
Michal Sekletar
1
-0
/
+1
2015-03-01
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
1
-1
/
+3
2015-03-01
ebpf: export BPF_PSEUDO_MAP_FD to uapi
Daniel Borkmann
1
-2
/
+0
2014-12-05
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
1
-0
/
+1
2014-09-26
bpf: handle pseudo BPF_LD_IMM64 insn
Alexei Starovoitov
1
-0
/
+6
2014-09-26
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
1
-6
/
+2
2014-09-10
net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected
Daniel Borkmann
1
-39
/
+39
2014-09-09
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-3
/
+3
2014-09-09
net: bpf: consolidate JIT binary allocator
Daniel Borkmann
1
-0
/
+13
2014-09-09
net: filter: split filter.h and expose eBPF to user space
Alexei Starovoitov
1
-55
/
+1
2014-09-09
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
1
-0
/
+18
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-5
/
+44
2014-08-02
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-17
/
+23
2014-08-02
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
1
-2
/
+2
2014-08-02
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
1
-1
/
+1
2014-08-02
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
Alexei Starovoitov
1
-2
/
+1
2014-08-02
net: filter: simplify socket charging
Alexei Starovoitov
1
-1
/
+1
2014-07-24
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-25
/
+25
2014-07-13
net: filter: sk_chk_filter() no longer mangles filter
Eric Dumazet
1
-1
/
+1
2014-07-08
net: filter: move load_pointer() into filter.h
Zi Shen Lim
1
-0
/
+13
2014-06-11
net: filter: cleanup A/X name usage
Alexei Starovoitov
1
-72
/
+84
[next]