summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-181-91/+21
|\
| * [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-171-6/+1
| * [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-171-1/+0
| * [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-171-26/+6
| * [INET]: Consolidate xxx_frag_create()Pavel Emelyanov2007-10-171-27/+12
| * [INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov2007-10-171-11/+8
| * [INET]: Consolidate xxx_frag_internPavel Emelyanov2007-10-171-30/+4
* | sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-182-2/+0
|/
* [INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev2007-10-151-4/+3
* [INET]: Consolidate the xxx_putPavel Emelyanov2007-10-151-2/+1
* [INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov2007-10-151-6/+6
* [INET]: Consolidate the xxx_evictorPavel Emelyanov2007-10-151-28/+1
* [INET]: Consolidate the xxx_frag_destroyPavel Emelyanov2007-10-151-31/+13
* [INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov2007-10-151-29/+5
* [INET]: Consolidate the xxx_frag_killPavel Emelyanov2007-10-151-22/+1
* [INET]: Collect common frag sysctl variables togetherPavel Emelyanov2007-10-152-17/+19
* [INET]: Collect frag queues management objects togetherPavel Emelyanov2007-10-151-59/+49
* [INET]: Move common fields from frag_queues in one place.Pavel Emelyanov2007-10-151-74/+63
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-158-67/+66
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-12/+6
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-152-2/+2
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-14/+5
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-102-13/+9
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-102-10/+10
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-102-25/+25
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-4/+1
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk2007-07-311-2/+2
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-241-4/+2
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-142-4/+2
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-141-1/+1
* [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai2007-07-141-34/+8
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-141-11/+16
* [NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai2007-07-141-2/+0
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-1011-223/+160
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-101-1/+1
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-101-6/+0
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-1013-15/+15
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-101-13/+115
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-1010-40/+38
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-108-21/+38
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-103-20/+20
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-108-27/+27
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-1010-83/+80
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-1010-26/+26