aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_LED.h
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: add missing linux/types.h include to xt_LED.hPatrick McHardy2009-05-051-0/+2
| | | | | | | | | Pointed out by Dave Miller: CHECK include/linux/netfilter (57 files) /home/davem/src/GIT/net-2.6/usr/include/linux/netfilter/xt_LED.h:6: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Patrick McHardy <kaber@trash.net>
* netfilter: x_tables: add LED trigger targetAdam Nielsen2009-02-201-0/+13
Kernel module providing implementation of LED netfilter target. Each instance of the target appears as a led-trigger device, which can be associated with one or more LEDs in /sys/class/leds/ Signed-off-by: Adam Nielsen <a.nielsen@shikadi.net> Acked-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Patrick McHardy <kaber@trash.net>