aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann1-0/+3
2012-09-10filter: add MOD operationEric Dumazet1-0/+4
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+12
2012-04-14net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry1-0/+11
2012-04-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry1-0/+1
2012-04-03filter: add XOR operationJiri Pirko1-1/+3
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko1-0/+3
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-22net: filter: move forward declarations to avoid compile warningsHeiko Carstens1-3/+4
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet1-0/+76
2010-12-08filter: constify sk_run_filter()Eric Dumazet1-1/+1
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-1/+3
2010-11-19filter: optimize sk_run_filterEric Dumazet1-1/+1
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao1-48/+0
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-0/+48
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-1/+2
2009-11-04net: cleanup include/linuxEric Dumazet1-4/+2
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet1-1/+2
2009-10-19pkt_sched: ingress socket filter by markjamal1-1/+2
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso1-1/+2
2008-04-10[SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy1-1/+2
2008-04-10socket: sk_filter deinlineStephen Hemminger1-0/+1
2008-04-10socket: sk_filter minor cleanupsStephen Hemminger1-16/+15
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov1-0/+1
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin1-6/+7
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+151