aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_fragment.c
AgeCommit message (Expand)AuthorFilesLines
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-10-31net: 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-12inet: frags: batch fqdir destroy worksSeongJae Park1-8/+39
2019-08-08inet: 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-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-2/+18
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet1-0/+19
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet1-12/+37
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet1-0/+1
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet1-2/+2
2019-05-26inet: rename netns_frags to fqdirEric Dumazet1-26/+26
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov1-31/+13
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov1-0/+293
2018-11-08inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov1-1/+1
2018-08-05ip: 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-07-31inet: frag: enforce memory limits earlierEric Dumazet1-3/+3
2018-07-20Merge 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-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-11/+0
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet1-278/+66
2018-03-31inet: 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
2016-06-05net: disable fragment reassembly if high_thresh is zeroMichal Kubeček1-1/+1
2016-01-05inet: kill unused skb_free opFlorian Westphal1-9/+1
2015-11-02net: fix percpu memory leaksEric Dumazet1-6/+0
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov1-1/+0
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal1-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal1-2/+2
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal1-5/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-1/+1
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov1-1/+0
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov1-1/+2
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov1-3/+10
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov1-2/+0
2014-08-02inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov1-5/+9
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov1-7/+7
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal1-33/+55
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal1-14/+29
2014-07-27inet: frag: remove lru listFlorian Westphal1-10/+2
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal1-1/+0
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal1-43/+99
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal1-7/+9
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal1-3/+10
2014-03-06inet: frag: make sure forced eviction removes all fragsFlorian Westphal1-1/+1
2014-03-05net: fix for a race condition in the inet frag codeNikolay Aleksandrov1-1/+2
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa1-3/+0
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+0
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-06-19inet: frag , remove an empty ifdef.Rami Rosen1-2/+0
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-0/+1
2013-04-04net: frag queue per hash bucket lockingJesper Dangaard Brouer1-13/+44
2013-03-27net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer1-2/+0
2013-03-27net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer1-0/+3
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa1-0/+22
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa1-1/+19
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+4
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer1-5/+7
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer1-0/+2
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer1-13/+12
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang1-2/+7
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng1-1/+1
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-02-26inet fragments: fix sparse warning: context imbalanceHannes Eder1-0/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov1-5/+11
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-0/+3
2008-03-28[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller1-0/+3
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches1-5/+5
2008-01-28[NETNS][FRAGS]: Make the pernet subsystem for fragments.Pavel Emelyanov1-0/+7
2008-01-28[NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov1-4/+4
2008-01-28[NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov1-2/+2
2008-01-28[NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov1-10/+11
2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov1-3/+8
2008-01-28[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov1-12/+15
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov1-1/+3
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov1-3/+3
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov1-3/+22
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov1-4/+16
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov1-0/+17
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov1-0/+37
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov1-0/+32
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov1-0/+40
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov1-0/+35
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov1-0/+23
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov1-0/+44