summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-2533-37/+37
| * | | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-2545-50/+50
| * | | netfilter: xtables: untangle spaghetti if clauses in checkentryJan Engelhardt2010-03-252-11/+19
| * | | netfilter: ipvs: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-8/+8
| * | | netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-253-12/+28
| * | | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-259-21/+21
| * | | netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-257-18/+18
| * | | netfilter: bridge: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-255-17/+18
| * | | netfilter: xt_recent: allow changing ip_list_[ug]id at runtimeJan Engelhardt2010-03-251-4/+4
| * | | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-255-24/+30
| * | | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-256-52/+29
| * | | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-2531-185/+151
| * | | netfilter: xtables: make use of caller family rather than target familyJan Engelhardt2010-03-252-5/+5
| * | | netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.cZhitong Wang2010-03-191-1/+0
| * | | netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.cZhitong Wang2010-03-191-1/+0
| * | | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-1821-107/+88
| * | | netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt2010-03-187-79/+41
| * | | netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt2010-03-184-17/+6
| * | | netfilter: xtables: reduce holes in struct xt_targetJan Engelhardt2010-03-181-1/+1
| * | | netfilter: xtables: remove almost-unused xt_match_param.data memberJan Engelhardt2010-03-182-6/+6
| * | | netfilter: update documentation fields of x_tables.hJan Engelhardt2010-03-181-2/+8
| * | | netfilter: xtables: make use of caller family rather than match familyJan Engelhardt2010-03-185-14/+14
| * | | netfilter: xtables: resort osf kconfig textJan Engelhardt2010-03-181-13/+13
| * | | netfilter: xtables: limit xt_mac to ethernet devicesJan Engelhardt2010-03-181-0/+3
| * | | netfilter: xtables: clean up xt_mac match routineJan Engelhardt2010-03-181-8/+10
| * | | netfilter: xtables: do without explicit XT_ALIGNJan Engelhardt2010-03-182-2/+2
| * | | Merge branch 'master' of ../nf-2.6Patrick McHardy2010-03-184-22/+13
| |\ \ \
| | * | | netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUADJoe Perches2010-03-151-2/+8
| | * | | netfilter: remove stale declaration for ip6_masked_addrcmp()YOSHIFUJI Hideaki2010-03-081-4/+0
| | * | | netfilter: ebt_ip6: Use ipv6_masked_addr_cmp()YOSHIFUJI Hideaki2010-03-081-14/+4
| | * | | netfilter: include/linux/netfilter/nf_conntrack_tuple_common.h: Checkpatch cl...Andrea Gelmini2010-03-081-2/+1
| | * | | Merge branch 'master' of /repos/git/linux-2.6Patrick McHardy2010-03-089440-262019/+639146
| | |\ \ \
| | * | | | netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-0810-47/+49
| | * | | | netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-083-6/+6
| | * | | | netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-041-1/+1
| | * | | | netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-042-16/+25
| | * | | | netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-031-12/+12
| * | | | | netfilter: remove unused headers in net/netfilter/nfnetlink.cZhitong Wang2010-03-171-3/+0
| * | | | | netfilter: xt_recent: check for unsupported user space flagsTim Gardner2010-03-172-0/+8
| * | | | | netfilter: xt_recent: add an entry reaperTim Gardner2010-03-172-1/+31
| * | | | | netfilter: xt_recent: remove old proc directoryJan Engelhardt2010-03-173-122/+0
| * | | | | netfilter: xt_recent: update descriptionJan Engelhardt2010-03-171-1/+1
| * | | | | netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tagJan Engelhardt2010-03-171-0/+1
| * | | | | netfilter: update my email addressJan Engelhardt2010-03-179-12/+8
| * | | | | netfilter: xtables: schedule xt_NOTRACK for removalJan Engelhardt2010-03-171-0/+8
| * | | | | netfilter: xtables: merge xt_CONNMARK into xt_connmarkJan Engelhardt2010-03-176-156/+116
| * | | | | netfilter: xtables: merge xt_MARK into xt_markJan Engelhardt2010-03-176-82/+70
| * | | | | netfilter: xtables: add comment markers to Xtables KconfigJan Engelhardt2010-03-171-0/+6
| * | | | | netfilter: xt_NFQUEUE: consolidate v4/v6 targets into oneJan Engelhardt2010-03-171-28/+12
| * | | | | netfilter: xt_CT: par->family is an nfprotoJan Engelhardt2010-03-171-2/+2