summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_fragment.c
AgeCommit message (Expand)Author
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault
2019-07-24net/ipv4: cleanup error condition testingPavel Machek
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
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: 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-11-08inet: frags: better deal with smp racesEric Dumazet
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-31inet: frag: enforce memory limits earlierEric Dumazet
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric 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-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena
2016-06-05net: disable fragment reassembly if high_thresh is zeroMichal Kubeček
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: don't wait for timer deletion when evictingFlorian Westphal
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-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov
2014-08-02inet: frags: fix function declaration alignments in inet_fragmentNikolay 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