summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
2017-05-25bpf: add various verifier test casesDaniel Borkmann
2017-05-08include/linux/filter.h: use set_memory.h headerLaura Abbott
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov
2017-03-12bpf: improve read-only handlingDaniel Borkmann
2017-02-21bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-01-08bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-07-30bpf: also show process name/pid in bpf_jit_dumpDaniel Borkmann
2015-07-30bpf: provide helper that indicates eBPF was migratedDaniel Borkmann
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-05-14test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann