aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-04
|\
| * netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-02
* | netfilter: add __rcu annotationsEric Dumazet2010-11-15
|/
* net/netfilter: __rcu annotationsArnd Bergmann2010-08-19
* netfilter: use rcu_dereference_protected()Patrick McHardy2010-05-10
* netfilter: remove invalid rcu_dereference() callsPatrick McHardy2010-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-08
|\
| * sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
* | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy2009-11-19
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* netfilter: nf_log: fix direct userspace memory access in proc handlerPatrick McHardy2009-06-22
* netfilter: nf_log: fix sleeping function called from invalid contextPatrick McHardy2009-06-13
* netfilter: nf_log regression fixEric Dumazet2009-04-15
* netfilter: sysctl support of logger choiceEric Leblond2009-03-23
* netfilter: print the list of register loggersEric Leblond2009-03-16
* netfilter: use a linked list of loggersEric Leblond2009-03-16
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-08
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-08
* netfilter: Make nflog quiet when no one listen in userspace.Eric Leblond2008-06-11
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-27
* [NETFILTER]: Supress some sparse warningsEric Dumazet2008-01-31
* [NETFILTER]: nf_log: remove incomprehensible commentPatrick McHardy2008-01-28
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-28
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-28
* [NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-18
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-11
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-12
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-12
* [NETFILTER]: nf_log: switch logger registration/unregistration to mutexPatrick McHardy2007-02-12
* [NETFILTER]: nf_log: make nf_log_unregister_pf return voidPatrick McHardy2007-02-12
* [NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointerPatrick McHardy2007-02-12
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-12
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [NETFILTER]: Fix compilation when no PROC_FS enabledHarald Welte2005-08-29
* [NETFILTER]: check nf_log function call argumentsHarald Welte2005-08-29
* [NETFILTER]: more verbose return codes from nf_{log,queue}Harald Welte2005-08-29
* [NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte2005-08-29
* [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte2005-08-29