summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
AgeCommit message (Expand)Author
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
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann
2016-02-21bpf: don't emit mov A,A on returnDaniel Borkmann
2016-02-21bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann
2016-02-21bpf: try harder on clones when writing into skbDaniel Borkmann
2016-02-21bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann
2016-02-21bpf: add generic bpf_csum_diff helperDaniel Borkmann
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek
2016-01-12net: bpf: reject invalid shiftsRabin Vincent
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-12-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2015-12-18bpf: add bpf_skb_load_bytes helperDaniel Borkmann
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann
2015-10-08bpf: clear sender_cpu before xmitAlexei Starovoitov
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-10-05bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann
2015-10-03sched, bpf: make skb->priority writableDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-23sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann
2015-09-11ebpf: emit correct src_reg for conditional jumpsTycho Andersen
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-26bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert