summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_log.c
AgeCommit message (Expand)Author
2024-01-31netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-07-04netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-06-26netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn
2018-06-26netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-13net: Convert nf_log_net_opsKirill Tkhai
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-05-01netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringJann Horn
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng
2016-07-05netfilter: nf_log: fix error on write NONE to logger choice sysctlPavel Tikhomirov
2016-06-23netfilter: nf_log: Remove NULL checkShivani Bhardwaj
2016-06-23netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put]Liping Zhang
2015-09-17netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso
2015-09-14netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso
2014-12-23netfilter: log: remove unnecessary sizeof(char)Fabian Frederick
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)
2014-11-04netfilter: nf_log: fix sparse warning in nf_logger_find_get()Pablo Neira Ayuso
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner
2014-10-30netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso
2013-04-05netfilter: enable per netns support for nf_loggersGao feng
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet