summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet-2/+2
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-8/+14
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx-0/+10
2010-05-17net: add a noref bit on skb dstEric Dumazet-0/+2
2010-05-14netfilter: xt_TEE depends on NF_CONNTRACKRandy Dunlap-0/+1
2010-05-14netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy-8/+4
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-121/+118
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches-3/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger-27/+27
2010-05-12netfilter: xtables: add missing depends for xt_TEEJan Engelhardt-0/+1
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy-91/+91
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt-16/+16
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt-54/+46
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt-73/+81
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy-6/+26
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-1/+1
2010-05-10netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCUPatrick McHardy-1/+5
2010-05-02netfilter: xtables: fix incorrect return codeJan Engelhardt-2/+2
2010-05-01netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()Patrick McHardy-2/+1
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer-4/+7
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt-6/+6
2010-04-20net: sk_sleep() helperEric Dumazet-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-7/+50
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy-23/+80
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt-22/+18
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt-0/+77
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt-0/+264
2010-04-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang-2/+0
2010-04-09netfilter: xt_LED: add refcounts to LED targetAdam Nielsen-6/+63
2010-04-09netfilter: remove invalid rcu_dereference() callsPatrick McHardy-20/+6
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queueHerbert Xu-2/+1
2010-04-08IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy-24/+18
2010-04-01netfilter: xt_hashlimit: RCU conversionEric Dumazet-23/+47
2010-04-01netfilter: ctnetlink: compute message size properlyJiri Pirko-5/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+40
2010-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-2/+4
2010-03-25netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet-0/+1
2010-03-25netfilter: xtables: merge registration structure to NFPROTO_UNSPECJan Engelhardt-21/+10
2010-03-25netfilter: xtables: remove xt_string revision 0Jan Engelhardt-35/+18
2010-03-25netfilter: xtables: remove xt_multiport revision 0Jan Engelhardt-77/+0
2010-03-25netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt-221/+0
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt-25/+12
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt-56/+101
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt-45/+50
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt-90/+96
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt-14/+14
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt-28/+28
2010-03-25netfilter: xtables: untangle spaghetti if clauses in checkentryJan Engelhardt-11/+19
2010-03-25netfilter: ipvs: use NFPROTO values for NF_HOOK invocationJan Engelhardt-8/+8
2010-03-25netfilter: xt_recent: allow changing ip_list_[ug]id at runtimeJan Engelhardt-4/+4