summaryrefslogtreecommitdiffstats
path: root/include/net/inet_frag.h
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-091-1/+1
* inet: fix compilation warnings in fqdir_pre_exit()Qian Cai2019-06-231-1/+1
* inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-1/+7
* inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet2019-05-291-0/+3
* inet: frags: uninline fqdir_init()Eric Dumazet2019-05-291-19/+1Star
* inet: frags: rework rhashtable dismantleEric Dumazet2019-05-261-0/+4
* net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-3/+14
* net: add a net pointer to struct fqdirEric Dumazet2019-05-261-1/+4
* net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-1/+2
* net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-1/+1
* inet: rename netns_frags to fqdirEric Dumazet2019-05-261-14/+15
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-3/+1Star
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-261-2/+14
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-121-0/+6
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-061-1/+2
* rhashtable: split rhashtable.hNeilBrown2018-06-221-1/+1
* inet: frags: reorganize struct netns_fragsEric Dumazet2018-04-011-4/+5
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-04-011-10/+10
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-04-011-2/+0Star
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-04-011-5/+0Star
* inet: frags: remove some helpersEric Dumazet2018-04-011-5/+0Star
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-04-011-44/+37Star
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-04-011-5/+6
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-04-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+1
|/
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-6/+1Star
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-21/+9Star
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-2/+2
|\
| * percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-2/+2
* | net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | net: make struct inet_frags::qsize unsignedAlexey Dobriyan2017-05-231-1/+1
|/
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-201-7/+1Star
* ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-171-0/+1
* inet: kill unused skb_free opFlorian Westphal2016-01-061-1/+0Star
* net: fix percpu memory leaksEric Dumazet2015-11-031-6/+9
* inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-271-2/+5
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-271-4/+4
* inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-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-031-1/+3
* inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov2014-08-031-11/+35
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-031-1/+1
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-281-7/+6Star
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-281-2/+2
* inet: frag: remove lru listFlorian Westphal2014-07-281-30/+2Star
* inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-281-3/+0Star
* inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-281-1/+5