aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso1-3/+3
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet2-62/+28
2011-01-06netfilter: fix export secctx error handlingPablo Neira Ayuso1-1/+1
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller1-1/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-1/+1
2010-11-22Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-03ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-03ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-29netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=nPatrick McHardy1-20/+20
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds14-256/+325
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller13-239/+309
2010-10-21nf_nat: restrict ICMP translation for embedded headerJulian Anastasov1-14/+15
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris1-3/+25
2010-10-18netfilter: fix kconfig unmet dependency warningRandy Dunlap1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt3-17/+17
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2-46/+46
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2-11/+11
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar3-3/+8
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar2-0/+6
2010-10-04netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet1-72/+73
2010-10-04netfilter: nf_nat: make find/put staticStephen Hemminger1-4/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+8
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-09-22netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao1-0/+1
2010-09-22netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso5-14/+93
2010-09-16netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao1-9/+8
2010-09-16netfilter: nf_nat_core: don't check if the tuple is used if there is no other choiceChangli Gao1-5/+11
2010-09-15netfilter: nf_nat: add nf_nat_csum()Changli Gao1-45/+31
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+6
2010-08-23netfilter: fix CONFIG_COMPAT supportFlorian Westphal2-0/+6
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+4
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann1-1/+1
2010-08-19netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao1-16/+15
2010-08-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2-0/+4
2010-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller13-70/+60
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choiceChangli Gao3-6/+6
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao9-28/+26
2010-08-02netfilter: nf_nat: use local variable hdrlenChangli Gao1-11/+7
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2-8/+12
2010-07-23netfilter: iptables: use skb->len for accountingChangli Gao1-1/+1
2010-07-23netfilter: arptables: use arp_hdr_len()Changli Gao1-4/+1
2010-07-23netfilter: nf_nat_core: merge the same linesChangli Gao1-7/+2
2010-07-21net: remove last uses of __attribute__((packed))Gustavo F. Padovan1-1/+1
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+1
2010-07-05netfilter: ipt_REJECT: avoid touching dst refEric Dumazet1-1/+1