aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-08bpf: clear sender_cpu before xmitAlexei Starovoitov1-0/+1
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann1-5/+11
2015-10-05bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann1-1/+5
2015-10-03sched, bpf: make skb->priority writableDaniel Borkmann1-2/+7
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann1-0/+22
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-09-23sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann1-3/+0
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+44
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann1-0/+14
2015-09-11ebpf: emit correct src_reg for conditional jumpsTycho Andersen1-1/+1
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+2
2015-08-26bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov1-0/+1
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+1
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-2/+2
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-1/+1
2015-08-17net: Export bpf_prog_create_from_user().David S. Miller1-0/+1
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+7
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov1-0/+77
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-0/+2
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+48
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann1-0/+15
2015-06-15bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov1-6/+0
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov1-0/+2
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+6
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov1-12/+82
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov1-23/+3
2015-06-04bpf: fix build due to missing tc_verdAlexei Starovoitov1-3/+1
2015-06-03bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov1-0/+40
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann1-0/+2
2015-05-30bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov1-0/+18