aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao1-0/+48
2010-11-18filter: Optimize instruction revalidation code.Tetsuo Handa1-159/+72
2010-11-10filter: make sure filters dont read uninitialized memoryDavid S. Miller1-29/+35
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet1-2/+2
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-51/+161
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-3/+3
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-3/+3
2010-02-17net: export attach/detach filter routinesMichael S. Tsirkin1-0/+2
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet1-0/+3
2009-10-19pkt_sched: ingress socket filter by markjamal1-0/+3
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso1-0/+19
2008-07-01net: Tyop of sk_filter() commentWang Chen1-1/+0
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison1-2/+2