Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
[linux-flexiantxendom0-3.2.10.git] / net / core / filter.c
2012-04-03 Jan Seiffertbpf jit: Make the filter.c::__load_pointer helper non...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2011-10-19 Dan Carpenterfilter: use unsigned int to silence static checker...
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-05-26 David S. Millerbug.h: Move ratelimit warn interfaces to ratelimit.h
2011-05-23 Joe Perchesnet: filter: Use WARN_RATELIMIT
2011-04-28 Eric Dumazetnet: filter: Just In Time compiler for x86-64
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-19 Eric Dumazetnet: filter: dont block softirqs in sk_run_filter()
2011-01-10 Randy Dunlapnet: fix kernel-doc warning in core/filter.c
2010-12-21 Eric Dumazetfilter: optimize accesses to ancillary data
2010-12-10 Eric Dumazetfilter: use size of fetched data in __load_pointer()
2010-12-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-08 Eric Dumazetfilter: constify sk_run_filter()
2010-12-06 Eric Dumazetfilter: add a security check at install time
2010-12-06 Eric Dumazetfilter: add SKF_AD_RXHASH and SKF_AD_CPU
2010-12-06 Eric Dumazetfilter: fix sk_filter rcu handling
2010-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-11-19 Eric Dumazetfilter: use reciprocal divide
2010-11-19 Eric Dumazetfilter: cleanup codes[] init
2010-11-19 Eric Dumazetfilter: optimize sk_run_filter
2010-11-19 Randy Dunlapnet: fix kernel-doc for sk_filter_rcu_release
2010-11-18 Changli Gaonet: move definitions of BPF_S_* to net/core/filter.c
2010-11-18 Tetsuo Handafilter: Optimize instruction revalidation code.
2010-11-10 David S. Millerfilter: make sure filters dont read uninitialized memory
2010-10-25 Eric Dumazetnet: add __rcu annotation to sk_filter
2010-09-28 Eric Dumazetnet: sk_{detach|attach}_filter() rcu fixes
2010-06-26 Hagen Paul Pfeifernet: optimize Berkeley Packet Filter (BPF) processing
2010-04-22 Paul LeoNerd Evansnet: Socket filter ancilliary data access for skb-...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-02-25 Paul E. McKenneynet: Add checking to rcu_dereference() primitives
2010-02-18 Michael S. Tsirkinnet: export attach/detach filter routines
2009-10-20 Eric Dumazetfilter: Add SKF_AD_QUEUE instruction
2009-10-20 jamalpkt_sched: ingress socket filter by mark
2008-11-20 Pablo Neira Ayusofilter: add SKF_AD_NLATTR_NEST to look for nested attri...
2008-07-02 Wang Chennet: Tyop of sk_filter() comment
2008-05-02 Harvey Harrisonnet: use get/put_unaligned_* helpers
2008-04-10 Patrick McHardy[SKFILTER]: Add SKF_ADF_NLATTR instruction
2008-04-10 Stephen Hemmingersocket: sk_filter deinline
2008-04-10 Stephen Hemmingersocket: sk_filter minor cleanups
2007-10-19 Olof Johansson[NET]: Fix bug in sk_filter race cures.
2007-10-18 Pavel Emelyanov[NET]: Fix the race between sk_filter_(de|at)tach and...
2007-10-18 Pavel Emelyanov[NET]: Cleanup the error path in sk_attach_filter
2007-10-18 Pavel Emelyanov[NET]: Move the filter releasing into a separate call
2007-10-18 Pavel Emelyanov[NET]: Introduce the sk_detach_filter() call
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2006-12-03 Al Viro[NET] net/core: Annotations.
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-04-18 Dmitry Mishinunaligned access in sk_run_filter()
2006-01-24 Kris Katterjohn[NET]: more whitespace issues in net/core/filter.c
2006-01-17 Kris Katterjohn[NET]: Fix whitespace issues in net/core/filter.c
2006-01-13 Kris Katterjohn[NET]: Clean up comments for sk_chk_filter()
2006-01-06 Kris Katterjohn[NET]: Change sk_run_filter()'s return type in net...
2006-01-04 Kris Katterjohn[NET]: More instruction checks fornet/core/filter.c
2005-12-27 David S. Miller[NET]: Validate socket filters against BPF_MAXINSNS...
2005-11-20 Kris Katterjohn[NET]: Reject socket filter if division by constant...
2005-09-06 Herbert Xu[NET]: 2.6.13 breaks libpcap (and tcpdump)
2005-07-05 Patrick McHardy[NET]: net/core/filter.c: make len cover the entire...
2005-07-05 Patrick McHardy[NET]: Consolidate common code in net/core/filter.c
2005-07-05 Patrick McHardy[NET]: Remove redundant code in net/core/filter.c
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2