aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_multiport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06netfilter: xt_multiport: Fix wrong unmatch result with multiple portsGao Feng1-7/+19
2016-10-26netfilter: xt_multiport: Use switch case instead of multiple condition checksGao Feng1-19/+21
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-1/+1
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-05-02netfilter: xtables: fix incorrect return codeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: remove xt_multiport revision 0Jan Engelhardt1-77/+0
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-4/+4
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt1-11/+5
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-25/+12
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-16/+10
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-4/+4
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-2/+4
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-58/+40
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt1-5/+5
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt1-17/+17
2007-07-10[NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt1-4/+4
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-1/+1
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-2/+3
2006-12-02[NETFILTER]: trivial annotationsAl Viro1-2/+2
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy1-4/+0
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy1-70/+41
2006-06-17[NETFILTER]: x_tables: add SCTP/DCCP support where missingPatrick McHardy1-3/+4
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai1-0/+314