summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\
| * rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-13
* | bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-19
|/
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-16
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-16
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-16
* bpf: move bpf_jit_enable declarationDaniel Borkmann2016-05-16
* bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-06
* tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-07
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-01
* bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann2016-01-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-06
|\
| * net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-06
* | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-04
|/
* 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