summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_log.c
Commit message (Expand)AuthorAge
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert nf_log_net_opsKirill Tkhai2018-02-13
* netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-19
* netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal2017-05-01
* netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-03
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-02
* | netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-24
|/
* netfilter: fix namespace handling in nf_log_proc_dostringJann Horn2016-10-04
* netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-30
* netfilter: nf_log: fix error on write NONE to logger choice sysctlPavel Tikhomirov2016-07-05
* netfilter: nf_log: Remove NULL checkShivani Bhardwaj2016-06-23
* netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put]Liping Zhang2016-06-23
* netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso2015-09-17
* netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal2015-09-14
* netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-19
* netfilter: log: remove unnecessary sizeof(char)Fabian Frederick2014-12-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\
| * netfilter: nf_log: fix sparse warning in nf_logger_find_get()Pablo Neira Ayuso2014-11-04
| * netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-30
| * netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner2014-10-30
* | netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-05
|/
* netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-14
* netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-27
* netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-27
* netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-25
* netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-25
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-06
|\
| * netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso2013-05-23
* | netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-15
* | netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso2013-05-06
|/
* netfilter: enable per netns support for nf_loggersGao feng2013-04-05
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-05
* various: Fix spelling of "registered" in comments.Adam Buchbinder2012-11-19
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-20
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-20
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-03
|\
| * 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