summaryrefslogtreecommitdiffstats
path: root/include/net/inet_frag.h
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: eliminate kernel-doc warningRandy Dunlap2023-07-141-1/+1
* net: move dropreason.h to dropreason-core.hJohannes Berg2023-04-201-1/+1
* net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-311-1/+5
* net: add missing includes and forward declarations under net/Jakub Kicinski2022-07-221-0/+3
* net: ip: Handle delivery_time in ip defragMartin KaFai Lau2022-03-031-0/+2
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-131-2/+9
* inet: frags: batch fqdir destroy worksSeongJae Park2020-12-121-0/+1
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-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-281-0/+3
* inet: frags: uninline fqdir_init()Eric Dumazet2019-05-281-19/+1
* 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/+1
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-251-2/+14
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-111-0/+6
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-1/+2
* rhashtable: split rhashtable.hNeilBrown2018-06-221-1/+1
* inet: frags: reorganize struct netns_fragsEric Dumazet2018-03-311-4/+5
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-10/+10
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-2/+0
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-311-5/+0
* inet: frags: remove some helpersEric Dumazet2018-03-311-5/+0
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-44/+37
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-5/+6
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-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/+1
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-21/+9
* 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/+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