aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu2010-04-081-2/+1
* IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy2010-04-082-24/+18
* netfilter: xt_hashlimit: RCU conversionEric Dumazet2010-04-011-23/+47
* netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet2010-04-011-1/+2
* netfilter: ctnetlink: compute message size properlyJiri Pirko2010-04-011-5/+12
* netfilter: xtables: merge registration structure to NFPROTO_UNSPECJan Engelhardt2010-03-251-21/+10
* netfilter: xtables: remove xt_string revision 0Jan Engelhardt2010-03-252-36/+19
* netfilter: xtables: remove xt_multiport revision 0Jan Engelhardt2010-03-251-77/+0
* netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt2010-03-251-221/+0
* netfilter: xtables: shorten up return clauseJan Engelhardt2010-03-256-30/+14
* netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-2525-61/+107
* netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-2531-111/+116
* netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-2544-156/+162
* 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-089477-279935/+657062
| |\
| * | 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