summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
AgeCommit message (Expand)AuthorLines
2014-12-23netfilter: log: remove unnecessary sizeof(char)Fabian Frederick-2/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-17/+23
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)-14/+16
2014-11-04netfilter: nf_log: fix sparse warning in nf_logger_find_get()Pablo Neira Ayuso-2/+1
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner-3/+13
2014-10-30netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner-12/+9
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes-1/+1
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso-0/+7
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso-1/+40
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso-0/+57
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso-26/+24
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-1/+1
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-3/+1
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso-4/+1
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom-1/+1
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso-1/+4
2013-04-05netfilter: enable per netns support for nf_loggersGao feng-21/+0
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng-57/+168
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman-8/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet-3/+3
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-5/+5
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+4
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt-0/+4
2010-11-15netfilter: add __rcu annotationsEric Dumazet-2/+4
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann-1/+1
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy-2/+8
2010-04-09netfilter: remove invalid rcu_dereference() callsPatrick McHardy-6/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds-4/+3
2009-11-19netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy-13/+5
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman-4/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-2/+2
2009-06-22netfilter: nf_log: fix direct userspace memory access in proc handlerPatrick McHardy-5/+11
2009-06-13netfilter: nf_log: fix sleeping function called from invalid contextPatrick McHardy-3/+3
2009-04-15netfilter: nf_log regression fixEric Dumazet-0/+4
2009-03-23netfilter: sysctl support of logger choiceEric Leblond-1/+84
2009-03-16netfilter: print the list of register loggersEric Leblond-2/+26
2009-03-16netfilter: use a linked list of loggersEric Leblond-30/+60
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt-6/+6
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt-3/+3
2008-06-11netfilter: Make nflog quiet when no one listen in userspace.Eric Leblond-4/+0
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev-6/+2
2008-01-31[NETFILTER]: Supress some sparse warningsEric Dumazet-0/+2
2008-01-28[NETFILTER]: nf_log: remove incomprehensible commentPatrick McHardy-1/+0
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy-5/+5
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy-0/+1
2007-07-19[NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter-1/+1
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki-3/+3