index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
bpf: introduce bpf_skb_vlan_push/pop() helpers
Alexei Starovoitov
1
-0
/
+1
2015-05-22
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
1
-1
/
+1
2015-05-15
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
1
-0
/
+8
2015-05-13
test_bpf: add 173 new testcases for eBPF
Michael Holzheu
1
-0
/
+10
2015-05-10
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Daniel Borkmann
1
-7
/
+5
2015-05-10
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
Nicolas Schichan
1
-4
/
+0
2015-05-10
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-06
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-11
net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected
Daniel Borkmann
1
-39
/
+39
2014-09-10
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-3
/
+3
2014-09-10
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-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-17
/
+23
2014-08-03
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
1
-2
/
+2
2014-08-03
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
1
-1
/
+1
2014-08-03
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
Alexei Starovoitov
1
-2
/
+1
2014-08-03
net: filter: simplify socket charging
Alexei Starovoitov
1
-1
/
+1
2014-07-25
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-25
/
+25
2014-07-14
net: filter: sk_chk_filter() no longer mangles filter
Eric Dumazet
1
-1
/
+1
2014-07-09
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
2014-06-02
net: filter: improve filter block macros
Daniel Borkmann
1
-50
/
+205
2014-06-02
net: filter: get rid of BPF_S_* enum
Daniel Borkmann
1
-70
/
+38
2014-05-24
net: filter: let unattached filters use sock_fprog_kern
Daniel Borkmann
1
-1
/
+1
2014-05-24
net: filter: remove DL macro
Daniel Borkmann
1
-3
/
+0
2014-05-22
net: filter: cleanup invocation of internal BPF
Alexei Starovoitov
1
-4
/
+2
2014-05-16
net: filter: x86: internal BPF JIT
Alexei Starovoitov
1
-0
/
+3
2014-05-12
net: filter: make BPF conversion more readable
Alexei Starovoitov
1
-0
/
+51
2014-05-05
net: filter: make register naming more comprehensible
Daniel Borkmann
1
-8
/
+36
2014-05-05
net: filter: simplify label names from jump-table
Daniel Borkmann
1
-0
/
+3
2014-04-23
filter: added BPF random opcode
Chema Gonzalez
1
-0
/
+1
2014-04-15
net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_W
Daniel Borkmann
1
-1
/
+0
2014-03-31
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
1
-10
/
+64
2014-03-31
net: filter: move filter accounting to filter core
Daniel Borkmann
1
-13
/
+17
2014-03-31
net: filter: keep original BPF program around
Daniel Borkmann
1
-2
/
+13
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-1
/
+2
2014-01-22
net: filter: let bpf_tell_extensions return SKF_AD_MAX
Daniel Borkmann
1
-7
/
+1
[next]