Files
ack-tegra/include/linux
Thomas Graf 43f393caec netfilter: audit target to record accepted/dropped packets
This patch adds a new netfilter target which creates audit records
for packets traversing a certain chain.

It can be used to record packets which are rejected administraively
as follows:

  -N AUDIT_DROP
  -A AUDIT_DROP -j AUDIT --type DROP
  -A AUDIT_DROP -j DROP

a rule which would typically drop or reject a packet would then
invoke the new chain to record packets before dropping them.

  -j AUDIT_DROP

The module is protocol independant and works for iptables, ip6tables
and ebtables.

The following information is logged:
 - netfilter hook
 - packet length
 - incomming/outgoing interface
 - MAC src/dst/proto for ethernet packets
 - src/dst/protocol address for IPv4/IPv6
 - src/dst port for TCP/UDP/UDPLITE
 - icmp type/code

Cc: Patrick McHardy <kaber@trash.net>
Cc: Eric Paris <eparis@parisplace.org>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Thomas Graf <tgraf@redhat.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-01-16 18:10:28 +01:00
..
2011-01-06 22:32:52 +00:00
2010-11-15 20:44:26 -05:00
2010-12-11 01:28:58 -05:00
2010-12-13 16:11:13 -08:00
2011-01-07 17:50:32 +11:00
2010-12-08 10:30:34 -08:00
2011-01-07 17:50:27 +11:00
2011-01-07 17:50:31 +11:00
2011-01-07 17:50:23 +11:00
2010-11-15 22:40:38 +01:00
2010-11-15 22:40:38 +01:00
2010-11-16 10:58:30 -08:00
2010-11-24 11:16:42 -08:00
2010-12-09 20:17:07 -08:00
2010-12-22 10:27:53 +01:00
2010-11-12 07:55:32 -08:00
2010-11-16 13:33:23 -08:00
2011-01-07 17:50:31 +11:00
2010-12-06 11:03:46 -08:00
2011-01-07 17:50:33 +11:00
2011-01-07 17:50:27 +11:00
2011-01-07 17:50:19 +11:00
2010-12-20 14:49:47 -05:00
2011-01-07 17:50:33 +11:00
2010-12-16 11:36:43 +01:00
2010-11-12 07:55:32 -08:00
2011-01-07 17:50:31 +11:00
2010-11-15 13:24:06 -05:00
2011-01-07 17:50:27 +11:00
2010-12-20 09:37:33 +01:00
2010-12-16 10:05:06 -08:00
2010-11-15 13:25:02 -05:00