aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/filter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann1-3/+11
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend1-0/+1
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+4
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann1-1/+6
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann1-9/+9
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf1-1/+1
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann1-3/+3
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-0/+50
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-0/+14
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco1-0/+18
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn1-1/+5
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann1-0/+42
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann1-2/+3
2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann1-0/+3
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann1-0/+2
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov1-0/+16
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-4/+0
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-0/+4
2016-01-08bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann1-10/+29
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-0/+19
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+2
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-4/+35
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann1-1/+1
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann1-1/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-2/+4
2015-07-30bpf: also show process name/pid in bpf_jit_dumpDaniel Borkmann1-2/+4
2015-07-30bpf: provide helper that indicates eBPF was migratedDaniel Borkmann1-0/+10
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+1
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-1/+1
2015-05-14test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann1-0/+8
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu1-0/+10
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-7/+5
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+0
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan1-0/+6
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar1-0/+1
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-1/+3
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann1-2/+0
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+1
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov1-0/+6
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov1-6/+2
2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann1-39/+39
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-3/+3
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann1-0/+13
2014-09-09net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov1-55/+1
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+18
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-5/+44
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-17/+23
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-2/+2