aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei1-2/+2
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei1-3/+0
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deliveryPatrick McHardy1-3/+4
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-3/+1
2009-06-09netfilter: Use frag list abstraction interfaces.David S. Miller1-2/+2
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch1-4/+4
2008-11-03net: '&' reduxAlexey Dobriyan1-3/+3
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen1-30/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov1-1/+2
2008-06-04netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gather()Jarek Poplawski1-3/+5
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt1-4/+4
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-03-28[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller1-0/+2
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches1-7/+8
2008-01-31[NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy1-15/+1
2008-01-28[NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov1-5/+1
2008-01-28[NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov1-6/+6
2008-01-28[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov1-2/+2
2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov1-7/+7
2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov1-0/+1
2008-01-28[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov1-1/+2
2008-01-28[NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov1-1/+30
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 Emelyanov1-14/+15
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-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-29/+23
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy1-5/+2
2007-04-25[SK_BUFF] ipv6: Use skb_network_offset in some more placesArnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1