aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-61/+148
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2009-02-18netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt1-57/+142
2009-02-18netfilter: nfnetlink_log: fix timeout handlingEric Leblond1-1/+1
2009-02-18netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond1-2/+4
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+14
2009-02-09netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran1-1/+1
2009-02-09netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso1-2/+3
2009-02-09netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso1-0/+10
2009-02-04net: Partially allow skb destructors to be used on receive pathHerbert Xu1-0/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison5-10/+10
2009-01-21netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy1-0/+3
2009-01-12netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt1-0/+11
2009-01-12netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall2-3/+3
2009-01-12netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy1-0/+8
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman9-10/+24
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds49-492/+632
2008-12-25Merge branch 'next' into for-linusJames Morris2-10/+11
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-12-14nf/dccp: merge errorpathsIlpo Järvinen1-7/+9
2008-12-10netfilter: xt_NFLOG is dependant of nfnetlink_logEric Leblond1-3/+2
2008-12-07tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler1-1/+1
2008-12-04Merge branch 'master' into nextJames Morris2-5/+4
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller19-114/+289
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+4
2008-11-26netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy1-1/+1
2008-11-25netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar1-1/+1
2008-11-24netfilter: ctnetlink: fix conntrack creation racePatrick McHardy2-4/+3
2008-11-24netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy1-4/+2
2008-11-24netfilter: nf_conntrack_proto_sctp: avoid bogus warningPatrick McHardy1-1/+1
2008-11-20netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan1-1/+1
2008-11-20netfilter: xt_recent: don't save proc dirsAlexey Dobriyan1-11/+11
2008-11-18netfilter: nf_conntrack: fix warning and prototype mismatchPatrick McHardy1-4/+4
2008-11-18netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy1-0/+1
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso4-29/+141
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso3-37/+93
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso9-0/+9
2008-11-17netfilter: ctnetlink: get rid of module refcounting in ctnetlinkPablo Neira Ayuso1-20/+18
2008-11-17netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has no helperPablo Neira Ayuso1-1/+1
2008-11-17netfilter: ctnetlink: use nf_conntrack_get instead of atomic_incPablo Neira Ayuso1-1/+1
2008-11-14Merge branch 'master' into nextJames Morris3-1/+10
2008-11-14CRED: Use creds in file structsDavid Howells2-10/+11
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-11-10netfilter: payload_len is be16, add size of struct rather than size of pointerHarvey Harrison1-1/+2
2008-11-06ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2-8/+8
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+8
2008-11-05netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan2-0/+8
2008-11-04netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.Eric Leblond2-3/+5
2008-11-03net: '&' reduxAlexey Dobriyan10-81/+81