aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-0/+1
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+4
2011-07-01netfilter: Reduce switch/case indentJoe Perches2-119/+117
2011-06-29netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov1-10/+4
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2-2/+2
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-1/+3
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari1-1/+2
2011-06-16netfilter: ipt_ecn: fix inversion for IP header ECN matchPatrick McHardy1-1/+2
2011-06-16netfilter: ipt_ecn: fix protocol check in ecn_mt_check()Patrick McHardy1-3/+1
2011-06-16netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior1-1/+1
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones1-1/+2
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso1-1/+1
2011-06-06netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov1-1/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet6-9/+9
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-23/+23
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet2-23/+23
2011-03-31Fix common misspellingsLucas De Marchi3-5/+5
2011-03-20netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov1-1/+4
2011-03-20netfilter: xtables: fix reentrancyEric Dumazet1-2/+2
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller5-145/+6
2011-03-15netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal3-145/+0
2011-03-15netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-03-15netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-12netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller1-4/+5
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso1-3/+3
2011-01-20netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao1-7/+11
2011-01-20netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal1-1/+1
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2-62/+28
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2-5/+7
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet1-6/+1
2011-01-18netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao1-2/+2
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy1-4/+2
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet2-0/+4
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman3-5/+5
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-15netfilter: nf_nat_amanda: rename a variableEric Dumazet1-4/+4
2010-11-15netfilter: add __rcu annotationsEric Dumazet2-7/+15
2010-11-15netfilter: nf_nat: don't use atomic bit operationChangli Gao1-2/+2
2010-11-15netfilter: xt_LOG: do print MAC header on FORWARDJan Engelhardt1-2/+1
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