aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-15netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal
2011-03-15netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov
2011-03-15netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso
2011-01-20netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao
2011-01-20netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet
2011-01-18netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet
2011-01-06netfilter: fix export secctx error handlingPablo Neira Ayuso
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller
2010-11-22Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-11-15netfilter: nf_nat_amanda: rename a variableEric Dumazet
2010-11-15netfilter: add __rcu annotationsEric Dumazet
2010-11-15netfilter: nf_nat: don't use atomic bit operationChangli Gao
2010-11-15netfilter: xt_LOG: do print MAC header on FORWARDJan Engelhardt
2010-11-03ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov
2010-11-03ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov
2010-10-29netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=nPatrick McHardy
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-21nf_nat: restrict ICMP translation for embedded headerJulian Anastasov
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris
2010-10-18netfilter: fix kconfig unmet dependency warningRandy Dunlap
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-10-04netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet
2010-10-04netfilter: nf_nat: make find/put staticStephen Hemminger
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-23net: return operator cleanupEric Dumazet
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy
2010-09-22netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao