aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-20bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser
2017-04-17Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-11-27bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann
2016-11-25net: filter: run cgroup eBPF ingress programsDaniel Mack
2016-11-25bpf: add new prog type for cgroup socket filteringDaniel Mack
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
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