summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: log: remove unnecessary sizeof(char)Fabian Frederick2014-12-231-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-17/+23
|\
| * netfilter: nf_log: fix sparse warning in nf_logger_find_get()Pablo Neira Ayuso2014-11-041-2/+1
| * netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-301-3/+13
| * netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner2014-10-301-12/+9
* | netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-051-14/+16
|/
* netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-271-0/+7
* netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-1/+40
* netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-251-0/+57
* netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-26/+24
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-061-3/+1
|\
| * netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso2013-05-231-4/+1
* | netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-151-1/+1
* | netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso2013-05-061-1/+4
|/
* netfilter: enable per netns support for nf_loggersGao feng2013-04-051-21/+0
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-57/+168
* various: Fix spelling of "registered" in comments.Adam Buchbinder2012-11-191-1/+1
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-8/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-3/+3
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-0/+4
|\
| * netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-021-0/+4
* | netfilter: add __rcu annotationsEric Dumazet2010-11-151-2/+4
|/
* net/netfilter: __rcu annotationsArnd Bergmann2010-08-191-1/+1
* netfilter: use rcu_dereference_protected()Patrick McHardy2010-05-101-2/+8
* netfilter: remove invalid rcu_dereference() callsPatrick McHardy2010-04-091-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-4/+3
|\
| * sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-4/+3
* | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy2009-11-191-13/+5
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* netfilter: nf_log: fix direct userspace memory access in proc handlerPatrick McHardy2009-06-221-5/+11
* netfilter: nf_log: fix sleeping function called from invalid contextPatrick McHardy2009-06-131-3/+3
* netfilter: nf_log regression fixEric Dumazet2009-04-151-0/+4
* netfilter: sysctl support of logger choiceEric Leblond2009-03-231-1/+84
* netfilter: print the list of register loggersEric Leblond2009-03-161-2/+26
* netfilter: use a linked list of loggersEric Leblond2009-03-161-30/+60
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-081-6/+6
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-3/+3
* netfilter: Make nflog quiet when no one listen in userspace.Eric Leblond2008-06-111-4/+0
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-6/+2
* [NETFILTER]: Supress some sparse warningsEric Dumazet2008-01-311-0/+2
* [NETFILTER]: nf_log: remove incomprehensible commentPatrick McHardy2008-01-281-1/+0
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-281-5/+5
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-0/+1
* [NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-3/+3
OpenPOWER on IntegriCloud