summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-192-23/+23
|\
| * netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-042-23/+23
* | Fix common misspellingsLucas De Marchi2011-03-313-5/+5
|/
* netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov2011-03-201-1/+4
* netfilter: xtables: fix reentrancyEric Dumazet2011-03-201-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-155-145/+6
|\
| * netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal2011-03-153-145/+0
| * netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov2011-03-151-0/+3
| * netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov2011-03-151-0/+3
* | net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-2/+2
* | netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller2011-03-121-4/+5
* | net: Make flowi ports AF dependent.David S. Miller2011-03-121-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-3/+3
|\ \ | |/ |/|
| * netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso2011-02-011-3/+3
* | netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao2011-01-201-7/+11
* | netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal2011-01-201-1/+1
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-192-62/+28
|\ \ | |/
| * netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-102-62/+28
* | netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2011-01-182-5/+7
* | netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet2011-01-181-6/+1
* | netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao2011-01-181-2/+2
* | netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy2011-01-141-4/+2
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-132-0/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-133-5/+5
|\ \ | |/
| * netfilter: fix export secctx error handlingPablo Neira Ayuso2011-01-061-1/+1
| * ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-1/+1
| * net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+1
| * Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-3/+3
* | netfilter: nf_nat_amanda: rename a variableEric Dumazet2010-11-151-4/+4
* | netfilter: add __rcu annotationsEric Dumazet2010-11-152-7/+15
* | netfilter: nf_nat: don't use atomic bit operationChangli Gao2010-11-151-2/+2
* | netfilter: xt_LOG: do print MAC header on FORWARDJan Engelhardt2010-11-151-2/+1
|/
* ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
* ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
* netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=nPatrick McHardy2010-10-291-20/+20
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2314-256/+325
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-2113-239/+309
| |\ \
| | * | nf_nat: restrict ICMP translation for embedded headerJulian Anastasov2010-10-211-14/+15
| | * | netfilter: fix kconfig unmet dependency warningRandy Dunlap2010-10-181-2/+2
| | * | netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-133-17/+17
| | * | netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-132-46/+46
| | * | netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-132-11/+11
| | * | netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet2010-10-041-72/+73
| | * | netfilter: nf_nat: make find/put staticStephen Hemminger2010-10-041-4/+2
| | * | netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso2010-09-225-14/+93
| | * | netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao2010-09-161-9/+8
| | * | netfilter: nf_nat_core: don't check if the tuple is used if there is no other...Changli Gao2010-09-161-5/+11
OpenPOWER on IntegriCloud