aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
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
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov
2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann
2014-09-09net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov
2014-08-02net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-07-13net: filter: sk_chk_filter() no longer mangles filterEric Dumazet
2014-07-08net: filter: move load_pointer() into filter.hZi Shen Lim
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov
2014-06-01net: filter: improve filter block macrosDaniel Borkmann
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann