aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller6-64/+58
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2-0/+12
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2-28/+37
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2-2/+6
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet2-34/+3
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-03-16netfilter: auto-load ip_queue module when socket openedScott James Remnant1-0/+2
2009-03-16netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso1-1/+3
2009-03-16netfilter: Kconfig spelling fixes (trivial)Stephen Hemminger1-3/+3
2009-03-16netfilter: use a linked list of loggersEric Leblond2-2/+2
2009-02-20netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet1-12/+21
2009-02-20netfilter: iptables: lock free countersStephen Hemminger2-60/+175
2009-02-19netfilter: xtables: add backward-compat optionsJan Engelhardt1-0/+18
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt3-73/+0
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt3-113/+0
2009-02-18netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet1-10/+34
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger6-7/+0
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy1-1/+1
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy5-25/+5
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds13-133/+86
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+2
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-11-04netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott1-23/+0
2008-11-04netfilter: arptable_filter: merge forward hookAlexey Dobriyan1-11/+1
2008-11-04netfilter: netns-aware ipt_addrtypeAlexey Dobriyan1-7/+9
2008-11-03net: '&' reduxAlexey Dobriyan2-8/+8
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison10-85/+69
2008-10-20netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-10-14netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_natPablo Neira Ayuso1-0/+97
2008-10-14netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy1-1/+2
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2-4/+12
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt3-9/+16
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt13-82/+50
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt13-103/+70
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt4-45/+34
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt5-58/+36
2008-10-08netfilter: xtables: use "if" blocks in KconfigJan Engelhardt1-20/+16
2008-10-08netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt1-39/+39
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2-20/+13
2008-10-08netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian4-53/+107
2008-10-08netfilter: netns nat: PPTP NAT in netnsAlexey Dobriyan1-1/+2
2008-10-08netfilter: netns nf_conntrack: fixup DNAT in netnsAlexey Dobriyan1-3/+3
2008-10-08netfilter: netns nat: per-netns bysource hashAlexey Dobriyan1-27/+45
2008-10-08netfilter: netns nat: per-netns NAT tableAlexey Dobriyan1-11/+29
2008-10-08netfilter: netns nat: fix ipt_MASQUERADE in netnsAlexey Dobriyan1-4/+2