summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_fragment.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-04inet: frags: drop fraglist conntrack referencesFlorian Westphal1-0/+2
2025-12-10inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski1-0/+36
2025-12-10inet: frags: add inet_frag_queue_flush()Jakub Kicinski1-3/+12
2025-12-10inet: frags: avoid theoretical race in ip_frag_reinit()Jakub Kicinski1-1/+3
2025-09-23net: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet1-10/+8
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet1-5/+7
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet1-2/+1
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-1/+1
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet1-2/+2
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-13/+57
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet1-4/+10
2022-04-30ipv4: remove unnecessary type castingsYu Zhe1-1/+1
2022-03-03net: ip: Handle delivery_time in ip defragMartin KaFai Lau1-0/+1
2022-01-13inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet1-3/+5
2020-12-13inet: frags: batch fqdir destroy worksSeongJae Park1-8/+39
2019-08-09inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault1-11/+28
2019-07-24net/ipv4: cleanup error condition testingPavel Machek1-1/+1
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet1-15/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu1-6/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-2/+18
2019-05-29inet: frags: uninline fqdir_init()Eric Dumazet1-0/+19
2019-05-27inet: frags: rework rhashtable dismantleEric Dumazet1-12/+37
2019-05-27net: dynamically allocate fqdir structuresEric Dumazet1-0/+1
2019-05-27net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet1-2/+2
2019-05-27inet: rename netns_frags to fqdirEric Dumazet1-26/+26
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov1-31/+13
2019-01-26net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov1-0/+293
2018-11-09inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-08-12ip: process in-order fragments efficientlyPeter Oskolkov1-1/+1
2018-08-06ip: use rb trees for IP frag queue.Peter Oskolkov1-6/+10
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-08-01inet: frag: enforce memory limits earlierEric Dumazet1-3/+3
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+1
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni1-1/+1
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-04-01inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-11/+0
2018-04-01inet: frags: use rhashtables for reassembly unitsEric Dumazet1-278/+66
2018-04-01inet: frags: add a pointer to struct netns_fragsEric Dumazet1-7/+10
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai1-0/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena1-7/+7