commit | 27fd8d90c996caa480ed6777eaaf21d9e5166cc3 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jun 19 12:37:58 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jun 25 19:28:43 2014 +0200 |
tree | f8df4f5b01873a7d6f9c98f7f5f033e547987c5a | |
parent | 5962815a6a56566318a60dc53ff8789b7e6ec71f [diff] |
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.