aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-12/+12
2010-02-19netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet1-1/+1
2010-02-19netfilter: ctnetlink: fix creation of conntrack with helpersPablo Neira Ayuso1-11/+11
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2-8/+7
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy7-11/+1264
2010-02-17xt_hashlimit: fix lockingEric Dumazet1-4/+0
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal1-3/+3
2010-02-15netfilter: ctnetlink: add zone supportPatrick McHardy1-19/+73
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy10-54/+147
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy5-7/+9
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt3-8/+8
2010-02-15netfilter: xtables: print details on size mismatchJan Engelhardt1-2/+6
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt1-2/+6
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan3-3/+0
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy1-5/+23
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy1-0/+10
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy1-29/+176
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy1-38/+44
2010-02-11netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy1-3/+4
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2-0/+12
2010-02-11netfilter: ctnetlink: dump expectation helper namePatrick McHardy1-0/+4
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2-1/+92
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt2-1/+38
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt1-0/+54
2010-02-10netfilter: ctnetlink: add missing netlink attribute policiesPatrick McHardy1-5/+36
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan1-2/+2
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy10-87/+99
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy5-31/+35
2010-02-08netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan1-1/+1
2010-02-08netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet1-16/+23
2010-02-08netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy1-12/+12
2010-02-03netfilter: xtables: add CT targetPatrick McHardy4-0/+190
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy3-21/+48
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy2-2/+2
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy7-8/+10
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2-15/+16
2010-02-03netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy1-34/+18
2010-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller2-2/+3
2010-02-02netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott1-10/+8
2010-01-26netfilter: ctnetlink: fix expectation mask dumpPatrick McHardy1-1/+2
2010-01-19netfilter: nf_conntrack_sip: fix off-by-one in compact header parsingPatrick McHardy1-1/+1
2010-01-18netfilter: nfnetlink_queue: simplify warning messageEric Leblond1-2/+2
2010-01-18netfilter: xt_hashlimit: netns supportAlexey Dobriyan1-43/+98
2010-01-18netfilter: xt_recent: netns supportAlexey Dobriyan1-41/+95
2010-01-18netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan1-9/+5
2010-01-18netfilter: xt_connlimit: netns supportAlexey Dobriyan1-3/+5
2010-01-13netfilter: ctnetlink: netns supportAlexey Dobriyan1-26/+39
2010-01-13netfilter: nfnetlink: netns supportAlexey Dobriyan4-31/+52
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-25/+25
2010-01-11netfilter: xt_osf: change %pi4 to %pI4Joe Perches1-2/+2