]> asedeno.scripts.mit.edu Git - linux.git/commit
netfilter: nf_log: move log buffering to core logging
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 19 Jun 2014 10:37:58 +0000 (12:37 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 25 Jun 2014 17:28:43 +0000 (19:28 +0200)
commit27fd8d90c996caa480ed6777eaaf21d9e5166cc3
treef8df4f5b01873a7d6f9c98f7f5f033e547987c5a
parent5962815a6a56566318a60dc53ff8789b7e6ec71f
netfilter: nf_log: move log buffering to core logging

This patch moves Eric Dumazet's log buffer implementation from the
xt_log.h header file to the core net/netfilter/nf_log.c. This also
includes the renaming of the structure and functions to avoid possible
undesired namespace clashes.

This change allows us to use it from the arp and bridge packet logging
implementation in follow up patches.
include/net/netfilter/nf_log.h
include/net/netfilter/xt_log.h [deleted file]
net/netfilter/nf_log.c
net/netfilter/xt_LOG.c