1. d5dd887 inet: fix various use-after-free in defrags units by Eric Dumazet · 6 years ago
  2. 4907abc net: dynamically allocate fqdir structures by Eric Dumazet · 6 years ago
  3. a39aca6 net: add a net pointer to struct fqdir by Eric Dumazet · 6 years ago
  4. 9cce45f net: rename inet_frags_init_net() to fdir_init() by Eric Dumazet · 6 years ago
  5. 8dfdb31 ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[] by Eric Dumazet · 6 years ago
  6. 803fdd9 net: rename struct fqdir fields by Eric Dumazet · 6 years ago
  7. 89fb900 net: rename inet_frags_exit_net() to fqdir_exit() by Eric Dumazet · 6 years ago
  8. 6ce3b4d inet: rename netns_frags to fqdir by Eric Dumazet · 6 years ago
  9. d8cf757 net: remove unused struct inet_frag_queue.fragments field by Peter Oskolkov · 6 years ago
  10. c23f35d net: IP defrag: encapsulate rbtree defrag code into callable functions by Peter Oskolkov · 6 years ago
  11. ade4464 net: ipv4: do not handle duplicate fragments as overlapping by Michal Kubecek · 6 years ago
  12. ebaf39e ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes by Jiri Wiesner · 6 years ago
  13. 7de414a net: drop skb on failure in ip_check_defrag() by Cong Wang · 6 years ago
  14. 8361962 net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_net by Peter Oskolkov · 6 years ago
  15. 1d08962 ipv4: remove redundant null pointer check before kfree_skb by zhong jiang · 6 years ago
  16. aaf9253 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  18. 5d407b0 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 6 years ago
  19. 0ff89ef ip: fail fast on IP defrag errors by Peter Oskolkov · 6 years ago
  20. a4fd284 ip: process in-order fragments efficiently by Peter Oskolkov · 6 years ago
  21. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  22. 70837ff ipv4: frags: precedence bug in ip_expire() by Dan Carpenter · 6 years ago
  23. fa0f527 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  24. 7969e5c ip: discard IPv4 datagrams with overlapping segments. by Peter Oskolkov · 6 years ago
  25. 4672694 ipv4: frags: handle possible skb truesize change by Eric Dumazet · 6 years ago
  26. 3d23401 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 7 years ago
  27. bf66337 inet: frags: get rid of ipfrag_skb_cb/FRAG_CB by Eric Dumazet · 7 years ago
  28. 1eec5d5 inet: frags: do not clone skb in ip_expire() by Eric Dumazet · 7 years ago
  29. 3e67f10 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 7 years ago
  30. 2d44ed2 inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 7 years ago
  31. 399d140 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 7 years ago
  32. 6befe4a inet: frags: remove some helpers by Eric Dumazet · 7 years ago
  33. 648700f inet: frags: use rhashtables for reassembly units by Eric Dumazet · 7 years ago
  34. 483a6e4 inet: frags: refactor ipfrag_init() by Eric Dumazet · 7 years ago
  35. 093ba72 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 7 years ago
  36. 787bea7 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 7 years ago
  37. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  38. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  39. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 7880201 inet: frags: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  42. 5a63643 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  43. edcb691 net: convert inet_frag_queue.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  44. ec4fbd6 inet: frag: release spinlock before calling icmp_send() by Eric Dumazet · 8 years ago
  45. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  46. 52a773d net: Export ip fragment sysctl to unprivileged users by Nikolay Borisov · 9 years ago
  47. 0fbf4cb ipv4: namespacify ip fragment max dist sysctl knob by Nikolay Borisov · 9 years ago
  48. 8282f27 inet: frag: Always orphan skbs inside ip_defrag() by Joe Stringer · 9 years ago
  49. a72a5e2 inet: kill unused skb_free op by Florian Westphal · 9 years ago
  50. 1d6119b net: fix percpu memory leaks by Eric Dumazet · 9 years ago
  51. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  52. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  53. 192132b net: Add support for VRFs to inetpeer cache by David Ahern · 9 years ago
  54. 9972f13 net: frags: Add VRF device index to cache and lookup by David Ahern · 9 years ago
  55. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. caaecdd inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test by Nikolay Aleksandrov · 9 years ago
  57. 0e60d24 inet: frag: change *_frag_mem_limit functions to take netns_frags as argument by Florian Westphal · 9 years ago
  58. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. 0848f64 inet: frags: fix defragmented packet's IP header for af_packet by Edward Hyunkoo Jee · 9 years ago
  60. 14fe22e Revert "ipv4: use skb coalescing in defragmentation" by Florian Westphal · 9 years ago
  61. d6b915e ip_fragment: don't forward defragmented DF packet by Florian Westphal · 10 years ago
  62. 8bc0486 IPv4: skip ICMP for bridge contrack users when defrag expires by Andy Zhou · 10 years ago
  63. 5cf4228 ipv4: introduce frag_expire_skip_icmp() by Andy Zhou · 10 years ago
  64. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  65. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  66. 3e32e73 ipv4: ip_check_defrag should not assume that skb_network_offset is zero by Alexander Drozdov · 10 years ago
  67. fba04a9 ipv4: ip_check_defrag should correctly check return value of skb_copy_bits by Alexander Drozdov · 10 years ago
  68. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  69. aa1f731 inet: frags: remove inline on static in c file by Fabian Frederick · 10 years ago
  70. 57a02c3 inet: frags: add __init to ip4_frags_ctl_register by Fabian Frederick · 10 years ago
  71. d4ad4d2 inet: frags: use kmem_cache for inet_frag_queue by Nikolay Aleksandrov · 10 years ago
  72. 2e404f6 inet: frags: use INET_FRAG_EVICTED to prevent icmp messages by Nikolay Aleksandrov · 10 years ago
  73. 06aa8b8 inet: frags: rename last_in to flags by Nikolay Aleksandrov · 10 years ago
  74. 1bab4c7 inet: frag: set limits and make init_net's high_thresh limit global by Nikolay Aleksandrov · 10 years ago
  75. ab1c724 inet: frag: use seqlock for hash rebuild by Florian Westphal · 10 years ago
  76. e3a57d1 inet: frag: remove periodic secret rebuild timer by Florian Westphal · 10 years ago
  77. 3fd588e inet: frag: remove lru list by Florian Westphal · 10 years ago
  78. 434d305 inet: frag: don't account number of fragment queues by Florian Westphal · 10 years ago
  79. b13d3cb inet: frag: move eviction of queues to work queue by Florian Westphal · 10 years ago
  80. 86e93e4 inet: frag: move evictor calls into frag_find function by Florian Westphal · 10 years ago
  81. fb3cfe6 inet: frag: remove hash size assumptions from callers by Florian Westphal · 10 years ago
  82. 36c7778 inet: frag: constify match, hashfn and constructor arguments by Florian Westphal · 10 years ago
  83. 7c3d5ab1 ipv4: fix "conntrack zones" support for defrag user check in ip_expire by Vasily Averin · 11 years ago
  84. 7539fad net: Add utility functions to clear rxhash by Tom Herbert · 11 years ago
  85. e7b519b ipv4: initialize ip4_frags hash secret as late as possible by Hannes Frederic Sowa · 11 years ago
  86. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. 97599dc net: drop dst before queueing fragments by Eric Dumazet · 12 years ago
  88. be99197 inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6 by Hannes Frederic Sowa · 12 years ago
  89. 5a3da1f inet: limit length of fragment queue hash table bucket lists by Hannes Frederic Sowa · 12 years ago
  90. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
  91. 3ef0eb0 net: frag, move LRU list maintenance outside of rwlock by Jesper Dangaard Brouer · 12 years ago
  92. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 12 years ago
  93. c2a9366 net: increase fragment memory usage limits by Jesper Dangaard Brouer · 12 years ago
  94. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  95. 1bf3751 ipv4: ip_check_defrag must not modify skb before unsharing by Johannes Berg · 12 years ago
  96. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  97. 6b10286 ipv6: unify fragment thresh handling code by Amerigo Wang · 12 years ago
  98. 5f2d04f ipv4: fix path MTU discovery with connection tracking by Patrick McHardy · 12 years ago
  99. c6cffba ipv4: Fix input route performance regression. by David S. Miller · 12 years ago
  100. 38a424e ipv4: Kill ip_route_input_noref(). by David Miller · 13 years ago