summaryrefslogtreecommitdiff
path: root/net/ipv6/reassembly.c
AgeCommit message (Expand)Author
2012-11-19net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang
2012-05-19ipv6: use skb coalescing in reassemblyEric Dumazet
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-26ipv6: call consume_skb() in frag/reassemblyEric Dumazet
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-21net: Kill register_sysctl_rotableEric W. Biederman
2012-01-30ipv6: fix RFC5722 commentEric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2010-11-28ipv6: Prepare the tree for un-inlined jhash.Jozsef Kadlecsik
2010-11-08ipv6: fix overlap check for fragmentsShan Wei
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-07ipv6: discard overlapping fragmentNicolas Dichtel
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-06-30fragment: add fast path for in-order fragmentsChangli Gao
2010-06-16ipfrag : frag_kfree_skb() cleanupEric Dumazet
2010-06-16ip_frag: Remove some atomic opsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2010-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-02-16IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILSShan Wei
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-19ipv6: fix an oops when force unload ipv6 moduleYang Hongyang
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-06ip_frag: dont touch device refcountEric Dumazet
2009-09-15net: constify struct inet6_protocolAlexey Dobriyan
2009-06-09ipv6: Use frag list abstraction interfaces.David S. Miller
2009-06-03net: skb->dst accessorsEric Dumazet
2009-03-19netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]
2008-11-04net: '&' reduxAlexey Dobriyan
2008-10-08ipv6: added net argument to IP6_ADD_STATS_BHDenis V. Lunev
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev
2008-10-08ipv6: consolidate error paths in ipv6_frag_rcvDenis V. Lunev
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen
2008-07-26net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-28inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov
2008-06-12net: remove CVS keywordsAdrian Bunk