aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann1-0/+1
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet1-1/+1
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann1-0/+14
2017-04-20bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser1-1/+2
2017-04-17Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng1-6/+1
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn1-1/+6
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-68/+7
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+5
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng1-0/+22
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng1-0/+17
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+12
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau1-2/+2
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann1-9/+9
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-2/+3
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann1-3/+4
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann1-15/+26
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann1-13/+2
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-8/+33
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann1-65/+74
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov1-20/+20
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+0
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang1-6/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend1-0/+6
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+26
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann1-9/+6
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern1-0/+21
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-0/+62
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf1-0/+173
2016-11-27bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann1-10/+4
2016-11-25net: filter: run cgroup eBPF ingress programsDaniel Mack1-0/+4
2016-11-25bpf: add new prog type for cgroup socket filteringDaniel Mack1-0/+23
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+60
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau1-8/+60
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann1-0/+18
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann1-0/+2
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann1-1/+1
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-17/+117
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-81/+48
2016-09-09bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann1-6/+31
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-8/+7
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann1-4/+3
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann1-5/+1
2016-08-18bpf: enable event output helper also for xdp typesDaniel Borkmann1-1/+41
2016-08-18bpf: add bpf_skb_change_tail helperDaniel Borkmann1-3/+97
2016-08-18bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann1-2/+2
2016-08-13bpf: fix write helpers with regards to non-linear partsDaniel Borkmann1-52/+18
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann1-5/+5
2016-08-08bpf: fix checksum for vlan push/pop helperDaniel Borkmann1-0/+12