aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_log.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringGravatar Jann Horn 1-2/+4
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGravatar Gao Feng 1-3/+5
2016-07-05netfilter: nf_log: fix error on write NONE to logger choice sysctlGravatar Pavel Tikhomirov 1-5/+6
2016-06-23netfilter: nf_log: Remove NULL checkGravatar Shivani Bhardwaj 1-1/+1
2016-06-23netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put]Gravatar Liping Zhang 1-0/+20
2015-09-17netfilter: nf_log: wait for rcu grace after logger unregistrationGravatar Pablo Neira Ayuso 1-0/+1
2015-09-14netfilter: nf_log: don't zap all loggers on unregisterGravatar Florian Westphal 1-2/+6
2015-03-19netfilter: restore rule tracing via nfnetlink_logGravatar Pablo Neira Ayuso 1-0/+24
2014-12-23netfilter: log: remove unnecessary sizeof(char)Gravatar Fabian Frederick 1-2/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-17/+23
2014-11-05netfilter: Remove checks of seq_printf() return valuesGravatar Steven Rostedt (Red Hat) 1-14/+16
2014-11-04netfilter: nf_log: fix sparse warning in nf_logger_find_get()Gravatar Pablo Neira Ayuso 1-2/+1
2014-10-30netfilter: log: protect nf_log_register against double registeringGravatar Marcelo Leitner 1-3/+13
2014-10-30netfilter: nf_log: Introduce nft_log_dereference() macroGravatar Marcelo Leitner 1-12/+9
2014-10-14netfilter: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-1/+1
2014-06-27netfilter: bridge: add generic packet loggerGravatar Pablo Neira Ayuso 1-0/+7
2014-06-27netfilter: log: nf_log_packet() as real unified interfaceGravatar Pablo Neira Ayuso 1-1/+40
2014-06-25netfilter: nf_log: move log buffering to core loggingGravatar Pablo Neira Ayuso 1-0/+57
2014-06-25netfilter: nf_log: use an array of loggers instead of listGravatar Pablo Neira Ayuso 1-26/+24
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...Gravatar David S. Miller 1-3/+1
2013-05-23netfilter: don't panic on error while walking through the init pathGravatar Pablo Neira Ayuso 1-4/+1
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackGravatar Hans Schillstrom 1-1/+1
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSGravatar Pablo Neira Ayuso 1-1/+4
2013-04-05netfilter: enable per netns support for nf_loggersGravatar Gao feng 1-21/+0
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGravatar Gao feng 1-57/+168
2012-11-19various: Fix spelling of "registered" in comments.Gravatar Adam Buchbinder 1-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 1-8/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsGravatar Eric Dumazet 1-3/+3
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERGravatar Stephen Hemminger 1-5/+5
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+4
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesGravatar Jan Engelhardt 1-0/+4
2010-11-15netfilter: add __rcu annotationsGravatar Eric Dumazet 1-2/+4
2010-08-19net/netfilter: __rcu annotationsGravatar Arnd Bergmann 1-1/+1
2010-05-10netfilter: use rcu_dereference_protected()Gravatar Patrick McHardy 1-2/+8
2010-04-09netfilter: remove invalid rcu_dereference() callsGravatar Patrick McHardy 1-6/+2
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