summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c
AgeCommit message (Expand)Author
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-01-20netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2010-11-15netfilter: nf_ct_frag6_sysctl_table is staticEric Dumazet
2010-11-12netfilter: ipv6: fix overlap check for fragmentsShan Wei
2010-10-26netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.cDavid S. Miller
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-07netfilter: discard overlapping IPv6 fragmentNicolas Dichtel
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König
2010-07-05netfilter: nf_conntrack_reasm: add fast path for in-order fragmentsChangli Gao
2010-06-14netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei
2010-06-14netfilter: defrag: remove one redundant atomic opsShan Wei
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-02-19netfilter: nf_conntrack_reasm: properly handle packets fragmented into a sing...Patrick McHardy
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-06-09netfilter: Use frag list abstraction interfaces.David S. Miller
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov
2008-06-04netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gath...Jarek Poplawski
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches
2008-01-31[NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy
2008-01-28[NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov