aboutsummaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2015-06-15bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-06-04bpf: fix build due to missing tc_verdAlexei Starovoitov
2015-06-03bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-30bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel 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-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-01ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2015-02-14net: spelling fixesStephen Hemminger
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-10-10net: filter: fix the commentsLi RongQing
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck
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-30net: filter: don't release unattached filter through call_rcu()Pablo Neira
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-07-23net: filter: split filter.c into two filesAlexei 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