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)
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.


No differences found