summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-181-0/+14
|/
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov2015-08-271-0/+1
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-1/+1
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-211-2/+2
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-181-1/+1
* net: Export bpf_prog_create_from_user().David S. Miller2015-08-171-0/+1
* ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2015-08-031-0/+7
* bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-08-011-0/+77
* test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-211-0/+2
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-211-0/+48
* ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann2015-07-201-0/+15
* bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov2015-06-161-6/+0Star
* bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-161-0/+2
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-161-0/+6
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-12/+82
* bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-071-23/+3Star
* bpf: fix build due to missing tc_verdAlexei Starovoitov2015-06-041-3/+1Star
* bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov2015-06-041-0/+40
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-06-011-0/+2
* bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-311-0/+18
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+2
* net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-131-0/+1
* seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-2/+49
* net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann2015-05-091-3/+6
* seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-4/+4
* net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan2015-05-091-3/+15
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-161-9/+32
* tc: bpf: add checksum helpersAlexei Starovoitov2015-04-061-4/+104
* ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann2015-04-031-0/+7
* tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-291-2/+69
* filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+17
* ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-211-0/+6
* ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann2015-03-201-15/+14Star
* bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-22/+50
* bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-161-17/+83
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-161-0/+2
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-161-0/+2
* filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann2015-03-021-38/+33Star
* ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-011-2/+2
* ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-0/+7
* ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann2015-03-011-22/+14Star
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-011-3/+3
* net: spelling fixesStephen Hemminger2015-02-151-1/+1
* net: sock: fix access via invalid file descriptorAlexei Starovoitov2014-12-111-2/+2
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-061-2/+95
* net: filter: fix the commentsLi RongQing2014-10-101-6/+3Star
* net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin2014-09-131-2/+2
* net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-29/+2Star
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-101-1/+1