aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-09ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-10/+3
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng1-4/+0
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet1-2/+2
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-8/+14
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse()Joerg Marx1-0/+10
2010-05-17net: add a noref bit on skb dstEric Dumazet1-0/+2
2010-05-14netfilter: xt_TEE depends on NF_CONNTRACKRandy Dunlap1-0/+1
2010-05-14netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy1-8/+4
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller66-121/+118
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches3-3/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger13-27/+27
2010-05-12netfilter: xtables: add missing depends for xt_TEEJan Engelhardt1-0/+1
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy52-91/+91
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt9-16/+16
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt36-54/+46
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt52-73/+81
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy2-6/+26
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-05-10netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCUPatrick McHardy1-1/+5
2010-05-02netfilter: xtables: fix incorrect return codeJan Engelhardt1-2/+2
2010-05-01netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()Patrick McHardy1-2/+1
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2-4/+7
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt1-6/+6
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy44-7/+50
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy1-23/+80
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt1-22/+18
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt1-0/+77
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt3-0/+264
2010-04-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang1-2/+0
2010-04-09netfilter: xt_LED: add refcounts to LED targetAdam Nielsen1-6/+63
2010-04-09netfilter: remove invalid rcu_dereference() callsPatrick McHardy2-20/+6
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queueHerbert Xu1-2/+1
2010-04-08IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy2-24/+18
2010-04-01netfilter: xt_hashlimit: RCU conversionEric Dumazet1-23/+47
2010-04-01netfilter: ctnetlink: compute message size properlyJiri Pirko1-5/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo42-2/+40
2010-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller2-2/+4
2010-03-25netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet1-0/+1
2010-03-25netfilter: xtables: merge registration structure to NFPROTO_UNSPECJan Engelhardt1-21/+10
2010-03-25netfilter: xtables: remove xt_string revision 0Jan Engelhardt1-35/+18
2010-03-25netfilter: xtables: remove xt_multiport revision 0Jan Engelhardt1-77/+0
2010-03-25netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt1-221/+0
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt5-25/+12
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt24-56/+101
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt12-45/+50
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt23-90/+96
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt12-14/+14
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt23-28/+28