aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_log.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-4/+3
2009-11-19netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Gravatar Patrick McHardy 1-13/+5
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-4/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-2/+2
2009-06-22netfilter: nf_log: fix direct userspace memory access in proc handlerGravatar Patrick McHardy 1-5/+11
2009-06-13netfilter: nf_log: fix sleeping function called from invalid contextGravatar Patrick McHardy 1-3/+3
2009-04-15netfilter: nf_log regression fixGravatar Eric Dumazet 1-0/+4
2009-03-23netfilter: sysctl support of logger choiceGravatar Eric Leblond 1-1/+84
2009-03-16netfilter: print the list of register loggersGravatar Eric Leblond 1-2/+26
2009-03-16netfilter: use a linked list of loggersGravatar Eric Leblond 1-30/+60
2008-10-08netfilter: Introduce NFPROTO_* constantsGravatar Jan Engelhardt 1-6/+6
2008-10-08netfilter: Use unsigned types for hooknum and pf varsGravatar Jan Engelhardt 1-3/+3
2008-06-11netfilter: Make nflog quiet when no one listen in userspace.Gravatar Eric Leblond 1-4/+0
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Gravatar Denis V. Lunev 1-6/+2
2008-01-31[NETFILTER]: Supress some sparse warningsGravatar Eric Dumazet 1-0/+2
2008-01-28[NETFILTER]: nf_log: remove incomprehensible commentGravatar Patrick McHardy 1-1/+0
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argGravatar Patrick McHardy 1-5/+5
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerGravatar Patrick McHardy 1-0/+1
2007-07-19[NET] NETFILTER: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-02-12[NETFILTER]: Fix whitespace errorsGravatar YOSHIFUJI Hideaki 1-3/+3
2007-02-12[NETFILTER]: nf_log: minor cleanupsGravatar Patrick McHardy 1-11/+11
2007-02-12[NETFILTER]: nf_log: switch logger registration/unregistration to mutexGravatar Patrick McHardy 1-11/+15
2007-02-12[NETFILTER]: nf_log: make nf_log_unregister_pf return voidGravatar Patrick McHardy 1-5/+2
2007-02-12[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointerGravatar Patrick McHardy 1-4/+4
2007-02-12[PATCH] mark struct file_operations const 8Gravatar Arjan van de Ven 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-08-29[NETFILTER]: Fix compilation when no PROC_FS enabledGravatar Harald Welte 1-2/+2
2005-08-29[NETFILTER]: check nf_log function call argumentsGravatar Harald Welte 1-1/+9
2005-08-29[NETFILTER]: more verbose return codes from nf_{log,queue}Gravatar Harald Welte 1-1/+5
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueGravatar Harald Welte 1-0/+1
2005-08-29[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cGravatar Harald Welte 1-0/+165