summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
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
2010-02-17net: export attach/detach filter routinesMichael S. Tsirkin
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-07-01net: Tyop of sk_filter() commentWang Chen
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison
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-18[NET]: Fix bug in sk_filter race cures.Olof Johansson
2007-10-17[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov
2007-10-17[NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov
2007-10-17[NET]: Move the filter releasing into a separate callPavel Emelyanov
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[NET] net/core: Annotations.Al Viro