aboutsummaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel
2013-05-01filter: fix va_list build errorXi Wang
2013-03-29include/linux: printk is needed in filter.h when CONFIG_BPF_JIT is definedChen Gang
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel 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-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann
2012-09-10filter: add MOD operationEric Dumazet
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-04-14net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry
2012-04-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry
2012-04-03filter: add XOR operationJiri Pirko
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-22net: filter: move forward declarations to avoid compile warningsHeiko Carstens
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet
2010-12-08filter: constify sk_run_filter()Eric Dumazet
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet
2010-11-19filter: optimize sk_run_filterEric Dumazet
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao
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
2009-11-04net: cleanup include/linuxEric Dumazet
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet
2009-10-19pkt_sched: ingress socket filter by markjamal
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso
2008-04-10[SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy
2008-04-10socket: sk_filter deinlineStephen Hemminger
2008-04-10socket: sk_filter minor cleanupsStephen Hemminger
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn
2005-04-16Linux-2.6.12-rc2Linus Torvalds