summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-1/+1
|/
* netfilter: nf_conntrack_reasm: properly handle packets fragmented into a sing...Patrick McHardy2010-02-191-7/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-101-0/+1
|\
| * ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei2010-01-261-0/+1
* | IPv6: reassembly: replace magic number with macro definitionsShan Wei2010-01-201-2/+2
* | netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei2010-01-201-3/+0
|/
* ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-151-3/+4
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-3/+1
* netfilter: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
* net: '&' reduxAlexey Dobriyan2008-11-031-3/+3
* ipv6: almost identical frag hashing funcs combinedIlpo Järvinen2008-10-011-30/+2
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+2
* inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov2008-06-271-1/+2
* netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gath...Jarek Poplawski2008-06-041-3/+5
* [NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt2008-04-141-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-0/+2
|\
| * [INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2008-03-281-0/+2
* | [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-281-7/+8
|/
* [NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy2008-01-311-15/+1
* [NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov2008-01-281-1/+1
* [NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov2008-01-281-5/+1
* [NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov2008-01-281-6/+6
* [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov2008-01-281-2/+2
* [NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov2008-01-281-7/+7
* [NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov2008-01-281-0/+1
* [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov2008-01-281-1/+2
* [NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov2008-01-281-1/+30
* [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
* [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-151-14/+15
* [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]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-29/+23
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-251-5/+2
* [SK_BUFF] ipv6: Use skb_network_offset in some more placesArnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-2/+2
OpenPOWER on IntegriCloud