summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
Commit message (Expand)AuthorAge
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-11
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-05
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-03
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-03
* bpf: also show process name/pid in bpf_jit_dumpDaniel Borkmann2015-07-30
* bpf: provide helper that indicates eBPF was migratedDaniel Borkmann2015-07-30
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-20
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-21
* test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-14
* test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-12
* seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-09
* seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-09
* net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan2015-05-09
* filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-24
* ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-01
* ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-01
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-05
* bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov2014-09-26
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-26
* net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2014-09-10
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-09
* net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-09
* net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov2014-09-09
* net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-09
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-02
* net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-02
* net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-02
* net: filter: simplify socket chargingAlexei Starovoitov2014-08-02
* net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-24
* net: filter: sk_chk_filter() no longer mangles filterEric Dumazet2014-07-13
* net: filter: move load_pointer() into filter.hZi Shen Lim2014-07-08
* net: filter: cleanup A/X name usageAlexei Starovoitov2014-06-11
* net: filter: improve filter block macrosDaniel Borkmann2014-06-01
* net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-01
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-23
* net: filter: remove DL macroDaniel Borkmann2014-05-23
* net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-21
* net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-15
* net: filter: make BPF conversion more readableAlexei Starovoitov2014-05-12
* net: filter: make register naming more comprehensibleDaniel Borkmann2014-05-04
* net: filter: simplify label names from jump-tableDaniel Borkmann2014-05-04
* filter: added BPF random opcodeChema Gonzalez2014-04-22
* net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-14
* net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-31
* net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-31
* net: filter: keep original BPF program aroundDaniel Borkmann2014-03-31
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-31
* net: filter: let bpf_tell_extensions return SKF_AD_MAXDaniel Borkmann2014-01-21