aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_fragment.c
AgeCommit message (Expand)Author
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
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-03-06inet: frag: make sure forced eviction removes all fragsFlorian Westphal
2014-03-05net: fix for a race condition in the inet frag codeNikolay Aleksandrov
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-06-19inet: frag , remove an empty ifdef.Rami Rosen
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov
2013-04-04net: frag queue per hash bucket lockingJesper Dangaard Brouer
2013-03-27net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer
2013-03-27net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-02-26inet fragments: fix sparse warning: context imbalanceHannes Eder
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches
2008-01-28[NETNS][FRAGS]: Make the pernet subsystem for fragments.Pavel Emelyanov
2008-01-28[NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov