summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann2017-02-211-2/+11
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-1/+111
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-5/+1
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-2/+4
* net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-1/+0
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-171-3/+11
* net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+1
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+4
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-1/+6
* bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-9/+9
* bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-1/+1
* bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-271-3/+3
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-0/+50
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+5
|\
| * rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-1/+5
* | bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-191-0/+18
|/
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+42
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-2/+3
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-161-0/+3
* bpf: move bpf_jit_enable declarationDaniel Borkmann2016-05-161-0/+2
* bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-061-0/+16
* tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-4/+0
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-0/+4
* bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann2016-01-081-10/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-061-0/+19
|\
| * net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-0/+19
* | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+2
|/
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-4/+35
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-1/+1
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-1/+2
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-2/+4
* bpf: also show process name/pid in bpf_jit_dumpDaniel Borkmann2015-07-301-2/+4
* bpf: provide helper that indicates eBPF was migratedDaniel Borkmann2015-07-301-0/+10
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-201-0/+1
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-1/+1
* test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-141-0/+8
* test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-121-0/+10
* seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-7/+5
* seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-4/+0
* net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan2015-05-091-0/+6
* filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+1
* ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-011-1/+3
* ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-011-2/+0
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-051-0/+1
* bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov2014-09-261-0/+6
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-261-6/+2
* net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2014-09-101-39/+39
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-3/+3
* net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-091-0/+13