aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04bpf: add bpf_get_hash_recalc helperDaniel Borkmann1-0/+19
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau1-0/+38
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-12/+1
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann1-0/+24
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann1-0/+200
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann1-1/+9
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov1-2/+14
2016-06-10bpf: reject wrong sized filters earlierDaniel Borkmann1-8/+15
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann1-21/+34
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann1-1/+5
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann1-19/+15
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov1-6/+45
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-17/+40
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-22/+13
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann1-1/+4
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-7/+2
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann1-8/+1
2016-03-18bpf: make skb->tc_classid also readableDaniel Borkmann1-6/+6
2016-03-11bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann1-2/+12
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-1/+1
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann1-6/+77
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann1-1/+5
2016-03-08bpf: make helper function protos staticDaniel Borkmann1-9/+9
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann1-1/+3
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann1-0/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-2/+0
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann1-2/+4
2016-02-21bpf: don't emit mov A,A on returnDaniel Borkmann1-4/+6
2016-02-21bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann1-1/+7
2016-02-21bpf: try harder on clones when writing into skbDaniel Borkmann1-9/+10
2016-02-21bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann1-13/+14
2016-02-21bpf: add generic bpf_csum_diff helperDaniel Borkmann1-0/+53
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek1-1/+1
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann1-7/+62
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann1-14/+23
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann1-4/+13
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-22/+99
2015-12-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-3/+16
2015-12-18bpf: add bpf_skb_load_bytes helperDaniel Borkmann1-1/+34
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov1-1/+2
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-5/+7
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-7/+2
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann1-0/+1