aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-07[NETFILTER]: Clean up MakefileJan Engelhardt1-12/+16
2007-11-07[NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan1-17/+20
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-91/+21
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman2-2/+0
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov1-6/+1
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov1-1/+0
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov1-26/+6
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov1-27/+12
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov1-11/+8
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov1-30/+4
2007-10-15[INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev1-4/+3
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov1-2/+1
2007-10-15[INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov1-6/+6
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov1-28/+1
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov1-31/+13
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov1-29/+5
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov1-22/+1
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov2-17/+19
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov1-59/+49
2007-10-15[INET]: Move common fields from frag_queues in one place.Pavel Emelyanov1-74/+63
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu8-67/+66
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu1-12/+6
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2-2/+2
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-14/+5
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2-13/+9
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2-10/+10
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2-25/+25
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-4/+1
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-1/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-3/+3
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman1-0/+1
2007-07-31[NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk1-2/+2
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy1-4/+2
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2-4/+2
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai1-34/+8
2007-07-14[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai1-11/+16
2007-07-14[NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai1-2/+0
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy11-223/+160
2007-07-10[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntrack_find_getPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai1-6/+0
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy13-15/+15
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-13/+115
2007-07-10[NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt10-40/+38
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt8-21/+38
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt3-20/+20
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt8-27/+27