aboutsummaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2014-01-15bpf: do not use reciprocal divideEric Dumazet
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov
2012-10-31net: filter: add vlan tag accessEric Dumazet
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann
2012-09-10filter: add MOD operationEric Dumazet
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-03filter: add XOR operationJiri Pirko
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller
2011-05-23net: filter: Use WARN_RATELIMITJoe Perches
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet
2011-01-09net: fix kernel-doc warning in core/filter.cRandy Dunlap
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08filter: constify sk_run_filter()Eric Dumazet
2010-12-06filter: add a security check at install timeEric Dumazet
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-19filter: use reciprocal divideEric Dumazet
2010-11-19filter: cleanup codes[] initEric Dumazet
2010-11-19filter: optimize sk_run_filterEric Dumazet
2010-11-19net: fix kernel-doc for sk_filter_rcu_releaseRandy Dunlap
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao
2010-11-18filter: Optimize instruction revalidation code.Tetsuo Handa
2010-11-10filter: make sure filters dont read uninitialized memoryDavid S. Miller
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney