aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov1-7/+9
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann1-1/+0
2014-04-13filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-04-07net: filter: be more defensive on div/mod by X==0Daniel Borkmann1-16/+16
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov1-300/+1157
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-2/+25
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann1-16/+70
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-0/+1
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-1/+1
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-28/+2
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+4
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel1-1/+1
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann1-0/+5
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+6
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann1-0/+7
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+130
2012-10-31net: filter: add vlan tag accessEric Dumazet1-0/+9
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann1-3/+9
2012-09-10filter: add MOD operationEric Dumazet1-0/+15
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+8
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap1-2/+2
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+6
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry1-0/+6
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2012-04-03filter: add XOR operationJiri Pirko1-0/+4
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko1-4/+62
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-1/+1
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller1-0/+1
2011-05-23net: filter: Use WARN_RATELIMITJoe Perches1-1/+3
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet1-60/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet1-3/+3
2011-01-09net: fix kernel-doc warning in core/filter.cRandy Dunlap1-1/+1
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet1-28/+44
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet1-3/+3
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+6
2010-12-08filter: constify sk_run_filter()Eric Dumazet1-3/+4
2010-12-06filter: add a security check at install timeEric Dumazet1-9/+63
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-0/+6
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-11-19filter: use reciprocal divideEric Dumazet1-1/+3
2010-11-19filter: cleanup codes[] initEric Dumazet1-48/+47
2010-11-19filter: optimize sk_run_filterEric Dumazet1-45/+48
2010-11-19net: fix kernel-doc for sk_filter_rcu_releaseRandy Dunlap1-1/+1