aboutsummaryrefslogtreecommitdiff
path: root/include/net/inet_frag.h
AgeCommit message (Expand)Author
2020-12-12inet: frags: batch fqdir destroy worksSeongJae Park
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault
2019-06-23inet: fix compilation warnings in fqdir_pre_exit()Qian Cai
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet
2019-05-26net: add a net pointer to struct fqdirEric Dumazet
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet
2019-05-26inet: rename netns_frags to fqdirEric Dumazet
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-03-31inet: frags: reorganize struct netns_fragsEric Dumazet
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-03-31inet: frags: remove some helpersEric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-05-23net: make struct inet_frags::qsize unsignedAlexey Dobriyan
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov
2016-01-05inet: kill unused skb_free opFlorian Westphal
2015-11-02net: fix percpu memory leaksEric Dumazet
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-02inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal
2014-07-27inet: frag: remove lru listFlorian Westphal
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal