summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-101-0/+1
* filter: fix va_list build errorXi Wang2013-05-011-0/+1
* include/linux: printk is needed in filter.h when CONFIG_BPF_JIT is definedChen Gang2013-03-291-0/+3
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-0/+10
* filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann2013-03-201-0/+1
* sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
* net: filter: add vlan tag accessEric Dumazet2012-10-311-0/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-132/+1
* filter: add XOR instruction for use with X/KDaniel Borkmann2012-09-241-0/+3
* filter: add MOD operationEric Dumazet2012-09-101-0/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-0/+12
|\
| * net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry2012-04-141-0/+11
| * sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry2012-04-141-0/+1
* | filter: add XOR operationJiri Pirko2012-04-031-1/+3
* | filter: Allow to create sk-unattached filtersJiri Pirko2012-04-031-0/+3
|/
* filter: use unsigned int to silence static checker warningDan Carpenter2011-10-191-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: filter: move forward declarations to avoid compile warningsHeiko Carstens2011-05-221-3/+4
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-271-0/+76
* filter: constify sk_run_filter()Eric Dumazet2010-12-081-1/+1
* filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet2010-12-061-1/+3
* filter: optimize sk_run_filterEric Dumazet2010-11-191-1/+1
* net: move definitions of BPF_S_* to net/core/filter.cChangli Gao2010-11-181-48/+0
* net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer2010-06-251-0/+48
* net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans2010-04-221-1/+2
* net: cleanup include/linuxEric Dumazet2009-11-041-4/+2
* filter: Add SKF_AD_QUEUE instructionEric Dumazet2009-10-201-1/+2
* pkt_sched: ingress socket filter by markjamal2009-10-191-1/+2
* filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso2008-11-201-1/+2
* [SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy2008-04-101-1/+2
* socket: sk_filter deinlineStephen Hemminger2008-04-101-0/+1
* socket: sk_filter minor cleanupsStephen Hemminger2008-04-101-16/+15
* [NET]: Introduce the sk_detach_filter() callPavel Emelyanov2007-10-171-0/+1
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-6/+7
* [NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn2006-01-061-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+151