summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-2/+1
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* netfilter: nf_log: validate nf_logger_find_get()Pablo Neira Ayuso2024-02-211-0/+5
* netfilter: nf_log: consolidate check for NULL logger in lookup functionPablo Neira Ayuso2024-02-211-2/+2
* netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso2024-01-311-3/+4
* netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-3/+4
* netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-071-2/+2
* netfilter: nft_log: perform module load from nf_tablesFlorian Westphal2021-03-311-3/+0
* netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal2021-03-311-7/+0
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* 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