summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_log.c
AgeCommit message (Expand)Author
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt
2010-11-15netfilter: add __rcu annotationsEric Dumazet
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy
2010-04-09netfilter: remove invalid rcu_dereference() callsPatrick McHardy
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-11-19netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-06-22netfilter: nf_log: fix direct userspace memory access in proc handlerPatrick McHardy
2009-06-13netfilter: nf_log: fix sleeping function called from invalid contextPatrick McHardy
2009-04-15netfilter: nf_log regression fixEric Dumazet
2009-03-23netfilter: sysctl support of logger choiceEric Leblond
2009-03-16netfilter: print the list of register loggersEric Leblond
2009-03-16netfilter: use a linked list of loggersEric Leblond
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-06-11netfilter: Make nflog quiet when no one listen in userspace.Eric Leblond
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev
2008-01-31[NETFILTER]: Supress some sparse warningsEric Dumazet
2008-01-28[NETFILTER]: nf_log: remove incomprehensible commentPatrick McHardy
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy
2007-07-19[NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki
2007-02-12[NETFILTER]: nf_log: minor cleanupsPatrick McHardy
2007-02-12[NETFILTER]: nf_log: switch logger registration/unregistration to mutexPatrick McHardy
2007-02-12[NETFILTER]: nf_log: make nf_log_unregister_pf return voidPatrick McHardy
2007-02-12[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointerPatrick McHardy
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-08-29[NETFILTER]: Fix compilation when no PROC_FS enabledHarald Welte
2005-08-29[NETFILTER]: check nf_log function call argumentsHarald Welte
2005-08-29[NETFILTER]: more verbose return codes from nf_{log,queue}Harald Welte
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte
2005-08-29[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte