1. 0b9b241 inet: frags: batch fqdir destroy works by SeongJae Park · 4 years, 1 month ago
  2. 891584f inet: frags: re-introduce skb coalescing for local delivery by Guillaume Nault · 5 years ago
  3. 08003d0 inet: fix compilation warnings in fqdir_pre_exit() by Qian Cai · 6 years ago
  4. d5dd887 inet: fix various use-after-free in defrags units by Eric Dumazet · 6 years ago
  5. dc93f46 inet: frags: fix use-after-free read in inet_frag_destroy_rcu by Eric Dumazet · 6 years ago
  6. 6b73d19 inet: frags: uninline fqdir_init() by Eric Dumazet · 6 years ago
  7. 3c8fc87 inet: frags: rework rhashtable dismantle by Eric Dumazet · 6 years ago
  8. 4907abc net: dynamically allocate fqdir structures by Eric Dumazet · 6 years ago
  9. a39aca6 net: add a net pointer to struct fqdir by Eric Dumazet · 6 years ago
  10. 9cce45f net: rename inet_frags_init_net() to fdir_init() by Eric Dumazet · 6 years ago
  11. 89fb900 net: rename inet_frags_exit_net() to fqdir_exit() by Eric Dumazet · 6 years ago
  12. 6ce3b4d inet: rename netns_frags to fqdir by Eric Dumazet · 6 years ago
  13. d8cf757 net: remove unused struct inet_frag_queue.fragments field by Peter Oskolkov · 6 years ago
  14. c23f35d net: IP defrag: encapsulate rbtree defrag code into callable functions by Peter Oskolkov · 6 years ago
  15. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  16. fa0f527 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  17. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 7 years ago
  18. c2615cf inet: frags: reorganize struct netns_frags by Eric Dumazet · 7 years ago
  19. 3e67f10 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 7 years ago
  20. 2d44ed2 inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 7 years ago
  21. 399d140 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 7 years ago
  22. 6befe4a inet: frags: remove some helpers by Eric Dumazet · 7 years ago
  23. 648700f inet: frags: use rhashtables for reassembly units by Eric Dumazet · 7 years ago
  24. 093ba72 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 7 years ago
  25. 787bea7 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 7 years ago
  26. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  27. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  28. 7880201 inet: frags: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  29. 5a63643 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  30. fb452a1 Revert "net: use lib/percpu_counter API for fragmentation mem accounting" by Jesper Dangaard Brouer · 7 years ago
  31. a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
  32. edcb691 net: convert inet_frag_queue.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  33. 104b4e5 percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch by Nikolay Borisov · 8 years ago
  34. 4c0ebd6 net: make struct inet_frags::qsize unsigned by Alexey Dobriyan · 8 years ago
  35. c2a2efb net: remove bh disabling around percpu_counter accesses by Eric Dumazet · 8 years ago
  36. 0fbf4cb ipv4: namespacify ip fragment max dist sysctl knob by Nikolay Borisov · 9 years ago
  37. a72a5e2 inet: kill unused skb_free op by Florian Westphal · 9 years ago
  38. 1d6119b net: fix percpu memory leaks by Eric Dumazet · 9 years ago
  39. caaecdd inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test by Nikolay Aleksandrov · 9 years ago
  40. 0e60d24 inet: frag: change *_frag_mem_limit functions to take netns_frags as argument by Florian Westphal · 9 years ago
  41. d1fe194 inet: frag: don't re-use chainlist for evictor by Florian Westphal · 9 years ago
  42. d6b915e ip_fragment: don't forward defragmented DF packet by Florian Westphal · 10 years ago
  43. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  44. d4ad4d2 inet: frags: use kmem_cache for inet_frag_queue by Nikolay Aleksandrov · 10 years ago
  45. 1ab1934 inet: frags: enum the flag definitions and add descriptions by Nikolay Aleksandrov · 10 years ago
  46. 06aa8b8 inet: frags: rename last_in to flags by Nikolay Aleksandrov · 10 years ago
  47. ab1c724 inet: frag: use seqlock for hash rebuild by Florian Westphal · 10 years ago
  48. e3a57d1 inet: frag: remove periodic secret rebuild timer by Florian Westphal · 10 years ago
  49. 3fd588e inet: frag: remove lru list by Florian Westphal · 10 years ago
  50. 434d305 inet: frag: don't account number of fragment queues by Florian Westphal · 10 years ago
  51. b13d3cb inet: frag: move eviction of queues to work queue by Florian Westphal · 10 years ago
  52. 86e93e4 inet: frag: move evictor calls into frag_find function by Florian Westphal · 10 years ago
  53. 36c7778 inet: frag: constify match, hashfn and constructor arguments by Florian Westphal · 10 years ago
  54. 7088ad7 inet: remove old fragmentation hash initializing by Hannes Frederic Sowa · 11 years ago
  55. b56141a net: frag, fix race conditions in LRU list maintenance by Konstantin Khlebnikov · 12 years ago
  56. a4c4009 net: increase frag hash size by Jesper Dangaard Brouer · 12 years ago
  57. 19952cc net: frag queue per hash bucket locking by Jesper Dangaard Brouer · 12 years ago
  58. 1b5ab0d net: use the frag lru_lock to protect netns_frags.nqueues update by Jesper Dangaard Brouer · 12 years ago
  59. be99197 inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6 by Hannes Frederic Sowa · 12 years ago
  60. 5a3da1f inet: limit length of fragment queue hash table bucket lists by Hannes Frederic Sowa · 12 years ago
  61. 4cfb048 net: fix possible deadlock in sum_frag_mem_limit by Eric Dumazet · 12 years ago
  62. 3ef0eb0 net: frag, move LRU list maintenance outside of rwlock by Jesper Dangaard Brouer · 12 years ago
  63. 6d7b857 net: use lib/percpu_counter API for fragmentation mem accounting by Jesper Dangaard Brouer · 12 years ago
  64. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 12 years ago
  65. 6e34a8b net: cacheline adjust struct inet_frag_queue by Jesper Dangaard Brouer · 12 years ago
  66. 5f8e1e8 net: cacheline adjust struct inet_frags for better frag performance by Jesper Dangaard Brouer · 12 years ago
  67. cd39a78 net: cacheline adjust struct netns_frags for better frag performance by Jesper Dangaard Brouer · 12 years ago
  68. 6b10286 ipv6: unify fragment thresh handling code by Amerigo Wang · 12 years ago
  69. 5f2d04f ipv4: fix path MTU discovery with connection tracking by Patrick McHardy · 12 years ago
  70. cbc264c ip_frag: struct inet_frags match() method returns a bool by Eric Dumazet · 13 years ago
  71. d6bebca fragment: add fast path for in-order fragments by Changli Gao · 15 years ago
  72. 56bca31 inet fragments: fix sparse warning: context imbalance by Hannes Eder · 16 years ago
  73. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 17 years ago
  74. 81566e8 [NETNS][FRAGS]: Make the pernet subsystem for fragments. by Pavel Emelyanov · 17 years ago
  75. 3140c25 [NETNS][FRAGS]: Make the LRU list per namespace. by Pavel Emelyanov · 17 years ago
  76. 3b4bc4a [NETNS][FRAGS]: Isolate the secret interval from namespaces. by Pavel Emelyanov · 17 years ago
  77. e31e0bdc7 [NETNS][FRAGS]: Make thresholds work in namespaces. by Pavel Emelyanov · 17 years ago
  78. b2fd532 [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. by Pavel Emelyanov · 17 years ago
  79. 6ddc082 [NETNS][FRAGS]: Make the mem counter per-namespace. by Pavel Emelyanov · 17 years ago
  80. e5a2bb8 [NETNS][FRAGS]: Make the nqueues counter per-namespace. by Pavel Emelyanov · 17 years ago
  81. ac18e75 [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. by Pavel Emelyanov · 17 years ago
  82. 48d6005 [INET]: Remove no longer needed ->equal callback by Pavel Emelyanov · 17 years ago
  83. abd6523 [INET]: Consolidate xxx_find() in fragment management by Pavel Emelyanov · 17 years ago
  84. c6fda28 [INET]: Consolidate xxx_frag_create() by Pavel Emelyanov · 17 years ago
  85. e521db9 [INET]: Consolidate xxx_frag_alloc() by Pavel Emelyanov · 17 years ago
  86. 2588fe1 [INET]: Consolidate xxx_frag_intern by Pavel Emelyanov · 17 years ago
  87. 762cc40 [INET]: Consolidate the xxx_put by Pavel Emelyanov · 17 years ago
  88. 8e7999c [INET]: Consolidate the xxx_evictor by Pavel Emelyanov · 17 years ago
  89. 1e4b828 [INET]: Consolidate the xxx_frag_destroy by Pavel Emelyanov · 17 years ago
  90. 321a3a9 [INET]: Consolidate xxx_the secret_rebuild by Pavel Emelyanov · 17 years ago
  91. 277e650 [INET]: Consolidate the xxx_frag_kill by Pavel Emelyanov · 17 years ago
  92. 04128f2 [INET]: Collect common frag sysctl variables together by Pavel Emelyanov · 17 years ago
  93. 7eb9515 [INET]: Collect frag queues management objects together by Pavel Emelyanov · 17 years ago
  94. 5ab11c9 [INET]: Move common fields from frag_queues in one place. by Pavel Emelyanov · 17 years ago