sysctl: remove "struct file *" argument of ->proc_handler
[safe/jmp/linux-2.6] / net / netfilter / nf_log.c
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-06-22 Patrick McHardynetfilter: nf_log: fix direct userspace memory access...
2009-06-13 Patrick McHardynetfilter: nf_log: fix sleeping function called from...
2009-04-15 Eric Dumazetnetfilter: nf_log regression fix
2009-03-23 Eric Leblondnetfilter: sysctl support of logger choice
2009-03-16 Eric Leblondnetfilter: print the list of register loggers
2009-03-16 Eric Leblondnetfilter: use a linked list of loggers
2008-10-08 Jan Engelhardtnetfilter: Introduce NFPROTO_* constants
2008-10-08 Jan Engelhardtnetfilter: Use unsigned types for hooknum and pf vars
2008-06-12 Eric Leblondnetfilter: Make nflog quiet when no one listen in users...
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...