aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_time.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-2/+2
* netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-2/+2
* netfilter: update my email addressJan Engelhardt2010-03-171-2/+1
* netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt2009-01-121-0/+11
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-081-5/+2
* netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-081-4/+2
* netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt2008-10-081-19/+9
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo2008-09-221-2/+4
* netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells2008-07-211-1/+1
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-1/+1
* [NETFILTER]: xt_time: fix failure to match on SundaysJan Engelhardt2008-03-101-2/+5
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-19/+19
* [NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAREric Dumazet2007-11-131-1/+1
* [NETFILTER]: Copyright/Email updateJan Engelhardt2007-11-071-1/+2
* [NETFILTER]: x_tables: add xt_time matchJan Engelhardt2007-10-101-0/+269