aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-11-15netfilter: xt_time: use time64_tArnd Bergmann1-8/+11
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal1-9/+14
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal1-6/+7
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-3/+3
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal1-1/+23
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-2/+2
2010-03-17netfilter: update my email addressJan Engelhardt1-2/+1
2009-01-12netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt1-0/+11
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-5/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-4/+2
2008-10-08netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt1-19/+9
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-2/+2
2008-09-22netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo1-2/+4
2008-07-21netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells1-1/+1
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-1/+1
2008-03-10[NETFILTER]: xt_time: fix failure to match on SundaysJan Engelhardt1-2/+5
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-19/+19
2007-11-13[NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAREric Dumazet1-1/+1
2007-11-07[NETFILTER]: Copyright/Email updateJan Engelhardt1-1/+2
2007-10-10[NETFILTER]: x_tables: add xt_time matchJan Engelhardt1-0/+269