summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_fragment.c
Commit message (Expand)AuthorAgeFilesLines
* net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-311-4/+10
* ipv4: remove unnecessary type castingsYu Zhe2022-04-301-1/+1
* net: ip: Handle delivery_time in ip defragMartin KaFai Lau2022-03-031-0/+1
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-131-3/+5
* inet: frags: batch fqdir destroy worksSeongJae Park2020-12-121-8/+39
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-11/+28
* net/ipv4: cleanup error condition testingPavel Machek2019-07-241-1/+1
* inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-15/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu2019-05-301-6/+10
* | inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet2019-05-281-2/+18
* | inet: frags: uninline fqdir_init()Eric Dumazet2019-05-281-0/+19
* | inet: frags: rework rhashtable dismantleEric Dumazet2019-05-261-12/+37
* | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-0/+1
* | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
* | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-26/+26
|/
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-31/+13
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-251-0/+293
* inet: frags: better deal with smp racesEric Dumazet2018-11-081-14/+15
* ip: process in-order fragments efficientlyPeter Oskolkov2018-08-111-1/+1
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-6/+10
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-3/+3
|\
| * inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-1/+1
|\|
| * ipfrag: really prevent allocation on netns exitPaolo Abeni2018-07-081-1/+1
* | rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
|/
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-11/+0
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-278/+66
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-7/+10
* net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-071-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-2/+2
|\
| * inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+2
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-3/+1
* net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-7/+7
* net: disable fragment reassembly if high_thresh is zeroMichal Kubeček2016-06-051-1/+1
* inet: kill unused skb_free opFlorian Westphal2016-01-051-9/+1
* net: fix percpu memory leaksEric Dumazet2015-11-021-6/+0
* inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-261-1/+0
* inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-261-18/+11
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-261-2/+2
* inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-261-5/+3
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-1/+1
* inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov2014-10-291-1/+0
* inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov2014-10-291-1/+2
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-3/+10
* inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2014-08-021-2/+0
* inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov2014-08-021-5/+9