summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler
2009-02-18netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt
2009-02-18netfilter: nfnetlink_log: fix timeout handlingEric Leblond
2009-02-18netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond
2009-02-09netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran
2009-02-09netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso
2009-02-09netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso
2009-01-21netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy
2009-01-12netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt
2009-01-12netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall
2009-01-12netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-14nf/dccp: merge errorpathsIlpo Järvinen
2008-12-10netfilter: xt_NFLOG is dependant of nfnetlink_logEric Leblond
2008-12-07tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-26netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy
2008-11-25netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar
2008-11-24netfilter: ctnetlink: fix conntrack creation racePatrick McHardy
2008-11-24netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy
2008-11-24netfilter: nf_conntrack_proto_sctp: avoid bogus warningPatrick McHardy
2008-11-20netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan
2008-11-20netfilter: xt_recent: don't save proc dirsAlexey Dobriyan
2008-11-18netfilter: nf_conntrack: fix warning and prototype mismatchPatrick McHardy
2008-11-18netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso
2008-11-17netfilter: ctnetlink: get rid of module refcounting in ctnetlinkPablo Neira Ayuso
2008-11-17netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has n...Pablo Neira Ayuso
2008-11-17netfilter: ctnetlink: use nf_conntrack_get instead of atomic_incPablo Neira Ayuso
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use creds in file structsDavid Howells
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-10netfilter: payload_len is be16, add size of struct rather than size of pointerHarvey Harrison
2008-11-06ipvs: oldlen, newlen should be be16, not be32Harvey Harrison
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-05netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan
2008-11-04netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.Eric Leblond
2008-11-03net: '&' reduxAlexey Dobriyan
2008-11-03IPVS: Remove supports_ipv6 scheduler flagJulius Volz
2008-11-03IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz
2008-11-02IPVS: Add IPv6 support to SH and DH schedulersJulius Volz
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison