summaryrefslogtreecommitdiffstats
path: root/include/net/inet_frag.h
Commit message (Expand)AuthorAgeFilesLines
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-201-7/+1
* ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-161-0/+1
* inet: kill unused skb_free opFlorian Westphal2016-01-051-1/+0
* net: fix percpu memory leaksEric Dumazet2015-11-021-6/+9
* inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-261-2/+5
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-261-4/+4
* inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-261-0/+2
* ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-271-1/+1
* percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-1/+3
* inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov2014-08-021-11/+35
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-1/+1
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-7/+6
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-2/+2
* inet: frag: remove lru listFlorian Westphal2014-07-271-30/+2
* inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-271-3/+0
* inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-271-1/+5
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-271-1/+0
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-271-5/+6
* inet: remove old fragmentation hash initializingHannes Frederic Sowa2013-10-231-0/+4
* net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov2013-05-061-2/+3
* net: increase frag hash sizeJesper Dangaard Brouer2013-04-291-1/+1
* net: frag queue per hash bucket lockingJesper Dangaard Brouer2013-04-041-1/+7
* net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer2013-03-271-0/+2
* inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa2013-03-241-0/+12
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-191-0/+9
* net: fix possible deadlock in sum_frag_mem_limitEric Dumazet2013-02-221-1/+7
* net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer2013-01-291-0/+22
* net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer2013-01-291-8/+18
* net: frag helper functions for mem limit trackingJesper Dangaard Brouer2013-01-291-0/+27
* net: cacheline adjust struct inet_frag_queueJesper Dangaard Brouer2013-01-291-4/+5
* net: cacheline adjust struct inet_frags for better frag performanceJesper Dangaard Brouer2013-01-291-4/+7
* net: cacheline adjust struct netns_frags for better frag performanceJesper Dangaard Brouer2013-01-291-1/+4
* ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-191-1/+1
* ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-261-0/+2
* ip_frag: struct inet_frags match() method returns a boolEric Dumazet2012-05-181-2/+1
* fragment: add fast path for in-order fragmentsChangli Gao2010-06-301-0/+1
* inet fragments: fix sparse warning: context imbalanceHannes Eder2009-02-261-1/+2
* [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-281-3/+3
* [NETNS][FRAGS]: Make the pernet subsystem for fragments.Pavel Emelyanov2008-01-281-0/+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-2/+2
* [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov2008-01-281-1/+3
* [NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov2008-01-281-2/+2
* [NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov2008-01-281-1/+3
* [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov2008-01-281-2/+6
* [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-171-2/+0
* [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-171-2/+4
* [INET]: Consolidate xxx_frag_create()Pavel Emelyanov2007-10-171-3/+4