summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring2019-07-041-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2018-06-261-3/+6
* netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn2018-06-261-0/+4
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-17/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert nf_log_net_opsKirill Tkhai2018-02-131-0/+1
* netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-191-1/+0
* netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal2017-05-011-1/+0
* netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-0/+24
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-021-0/+24
* | netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-241-1/+0
|/
* netfilter: fix namespace handling in nf_log_proc_dostringJann Horn2016-10-041-2/+4
* netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-3/+5
* netfilter: nf_log: fix error on write NONE to logger choice sysctlPavel Tikhomirov2016-07-051-5/+6
* netfilter: nf_log: Remove NULL checkShivani Bhardwaj2016-06-231-1/+1
* netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put]Liping Zhang2016-06-231-0/+20
* netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso2015-09-171-0/+1
* netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal2015-09-141-2/+6
* netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-0/+24
* 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