summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
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-05soreuseport: 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-13bpf: 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-18bpf: add bpf_redirect() helperAlexei Starovoitov
2015-09-18cls_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-27bpf: 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-18net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-17net: Export bpf_prog_create_from_user().David S. Miller
2015-08-03ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov
2015-07-21test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov
2015-07-21bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann
2015-06-16bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-06-04bpf: fix build due to missing tc_verdAlexei Starovoitov
2015-06-04bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov
2015-06-01ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-31bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan