summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann
2016-08-18bpf: enable event output helper also for xdp typesDaniel Borkmann
2016-08-18bpf: add bpf_skb_change_tail helperDaniel Borkmann
2016-08-18bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann
2016-08-13bpf: fix write helpers with regards to non-linear partsDaniel Borkmann
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-08bpf: fix checksum for vlan push/pop helperDaniel Borkmann
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann
2016-08-08bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann
2016-07-25bpf, events: fix offset in skb copy handlerDaniel 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-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn
2016-07-04bpf: add bpf_get_hash_recalc helperDaniel Borkmann
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-10bpf: reject wrong sized filters earlierDaniel Borkmann
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
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-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann
2016-03-18bpf: make skb->tc_classid also readableDaniel Borkmann
2016-03-11bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann
2016-03-08bpf: make helper function protos staticDaniel Borkmann
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann