[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
[safe/jmp/linux-2.6] / net / netfilter / nf_log.c
2008-03-27 Denis V. Lunev[NETFILTER]: Replate direct proc_fops assignment with...
2008-02-01 Eric Dumazet[NETFILTER]: Supress some sparse warnings
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: remove incomprehensible comment
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: constify struct nf_logger and...
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: move logging stuff to seperate...
2007-07-19 YOSHIFUJI Hideaki[NET] NETFILTER: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-02-12 YOSHIFUJI Hideaki[NETFILTER]: Fix whitespace errors
2007-02-12 Patrick McHardy[NETFILTER]: nf_log: minor cleanups
2007-02-12 Patrick McHardy[NETFILTER]: nf_log: switch logger registration/unregis...
2007-02-12 Patrick McHardy[NETFILTER]: nf_log: make nf_log_unregister_pf return...
2007-02-12 Patrick McHardy[NETFILTER]: nf_log: use rcu_assign_pointer for RCU...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2005-08-29 Harald Welte[NETFILTER]: Fix compilation when no PROC_FS enabled
2005-08-29 Harald Welte[NETFILTER]: check nf_log function call arguments
2005-08-29 Harald Welte[NETFILTER]: more verbose return codes from nf_{log...
2005-08-29 Harald Welte[NETFILTER]: add /proc/net/netfilter interface to nf_queue
2005-08-29 Harald Welte[NETFILTER]: split net/core/netfilter.c into net/netfil...