summaryrefslogtreecommitdiffstats
path: root/net/ipv6/reassembly.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-1/+2
* ipv6: remove inline on static in c fileFabian Frederick2014-10-301-6/+6
* ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-241-4/+2
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-3/+3
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-1/+6
* inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2014-08-021-7/+8
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-9/+9
* inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov2014-08-021-3/+4
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-271-2/+10
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-1/+0
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-2/+3
* inet: frag: remove lru listFlorian Westphal2014-07-271-1/+0
* inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-271-1/+3
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-271-6/+0
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-271-6/+2
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-271-7/+7
* ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-231-6/+6
* ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-08-201-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+10
|\
| * net: drop dst before queueing fragmentsEric Dumazet2013-04-171-2/+10
* | ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-241-2/+21
|/
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-191-2/+6
* ipv6: fix a sparse warningEric Dumazet2013-02-181-1/+2
* ipv6: optimize inet6_hash_frag()Eric Dumazet2013-02-181-14/+1
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-1/+1
* net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer2013-01-291-3/+1
* net: frag helper functions for mem limit trackingJesper Dangaard Brouer2013-01-291-3/+3
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-0/+4
* ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-191-11/+5
* ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-10/+0
* ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-191-44/+19
* ipv6: use skb coalescing in reassemblyEric Dumazet2012-05-191-6/+20
* ip_frag: struct inet_frags match() method returns a boolEric Dumazet2012-05-181-4/+5
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+2
* ipv6: call consume_skb() in frag/reassemblyEric Dumazet2012-04-251-1/+1
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-1/+1
* net: Kill register_sysctl_rotableEric W. Biederman2012-04-201-1/+1
* ipv6: fix RFC5722 commentEric Dumazet2012-01-301-4/+3
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+2
* ipv6: Prepare the tree for un-inlined jhash.Jozsef Kadlecsik2010-11-281-20/+16
* ipv6: fix overlap check for fragmentsShan Wei2010-11-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-56/+15
|\
| * ipv6: discard overlapping fragmentNicolas Dichtel2010-09-071-56/+15
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-1/+1
|/
* fragment: add fast path for in-order fragmentsChangli Gao2010-06-301-0/+11
* ipfrag : frag_kfree_skb() cleanupEric Dumazet2010-06-151-5/+2
* ip_frag: Remove some atomic opsEric Dumazet2010-06-151-2/+1
OpenPOWER on IntegriCloud