aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_LED.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner1-15/+1
2018-02-14netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni1-5/+5
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-1/+1
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal1-3/+1
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2014-07-25netfilter: xt_LED: fix too short led-always-blinkJiri Prchal1-3/+7
2014-07-25netfilter: xt_LED: don't output error message redundantlyDuan Jiong1-3/+1
2011-01-18netfilter: xtables: add missing aliases for autoloading via iptablesJan Engelhardt1-0/+2
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-04-09netfilter: xt_LED: add refcounts to LED targetAdam Nielsen1-6/+63
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-6/+4
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-6/+4
2010-03-18netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt1-3/+1
2010-03-18netfilter: xtables: do without explicit XT_ALIGNJan Engelhardt1-1/+1
2009-02-20netfilter: x_tables: add LED trigger targetAdam Nielsen1-0/+161