1. 1e26ac5 3545326 reference count changes made without lock by Darren Reed · 12 years ago
  2. 56d1d34 3543491 function comments in ip_state.c are old by Darren Reed · 12 years ago
  3. b5a0889 3536199 TFTP proxy requires something extra 3536198 ICMP checksum out by one by Darren Reed · 12 years ago
  4. 7fce6f2 3535360 timeout groups leak by Darren Reed · 12 years ago
  5. 81bddc4 3532052 icmpv6 state check with incorrect length by Darren Reed · 12 years ago
  6. 808e064 3530259 not all ioctl error checked wth SIOCIPFINTERROR by Darren Reed · 12 years ago
  7. 04564a8 3481211 add user errors to dtrace by Darren Reed · 13 years ago
  8. 22473eb 3479974 copyright dates are wrong by Darren Reed · 13 years ago
  9. 4fa0734 3479451 iterators leak memory by Darren Reed · 13 years ago
  10. bedda5f 3472344 interface setup needs to be after insert by Darren Reed · 13 years ago
  11. 5a5bb72 3440163 rewrite radix tree by Darren Reed · 13 years ago
  12. cd228de 3438340 more stats as dtrace probes by Darren Reed · 13 years ago
  13. cf3ffc5 3437747 move softc structure to .h file by Darren Reed · 13 years ago
  14. a33f0ef 3433764 left over locking by Darren Reed · 13 years ago
  15. 751f8d8 3424478 one entry at a time by Darren Reed · 13 years ago
  16. a1b5ffe 3424132 some dtrace probes to start with by Darren Reed · 13 years ago
  17. 0f2b011 3423800 walking lists does not drop reference by Darren Reed · 13 years ago
  18. 46c7f62 2976332 stateful filtering is incompatible with ipv4 options by Darren Reed · 13 years ago
  19. 21fd8be 2917666 provide compatibility in the kernel for old binarues by Darren Reed · 15 years ago
  20. bb421c4 2939220 why a packet is blocked is not discernable by Darren Reed · 15 years ago
  21. 897d087 2921808 support stateful filtering without window checks by Darren Reed · 15 years ago
  22. 278d16e reverse prior catchup change, it was against HEAD, not 5.release by Darren Reed · 15 years ago
  23. f96e37f Numerous changes that were added to HEAD but due to operator error, they by Darren Reed · 15 years ago
  24. abb8af6 2825937 include of ipf.h in the wrong place by Darren Reed · 15 years ago
  25. bd9c985 2824712 ipfstat top output is shows negative ttl by Darren Reed · 15 years ago
  26. c672224 2824113 slowtimer should be moved to os specific spot by Darren Reed · 15 years ago
  27. 26f0a38 [ 2741019 ] - Lingering states (Established/Listen - 5/0) in state table by Sasha Nedvedicky · 15 years ago
  28. f7ef2ee 2790910 OOW issue on Solaris 10 v4.1.9 (copy-paste error) by Darren Reed · 15 years ago
  29. 7a67672 2790910 OOW issue on Solaris 10 v4.1.9 by Darren Reed · 15 years ago
  30. 7e3c354 2787870 4,1,32rc5 ipfstat -nio causes oops on Fedora 10 by Darren Reed · 15 years ago
  31. a6872a7 2785168 place "unit" before pointers/sub-unit number by Darren Reed · 15 years ago
  32. 5079968 2677292 compiler warnings for not enough initialisers by Darren Reed · 16 years ago
  33. cb4ae25 1786453 limit state entries to n per IP# by Darren Reed · 16 years ago
  34. c00d1b8 2580062 from/to targets should be able to use any interface name by Darren Reed · 16 years ago
  35. 4283cd9 2539786 state adds that fail due to lock should be retried by Darren Reed · 16 years ago
  36. 977fed1 2536209 Sequence number for log entries desirable by Darren Reed · 16 years ago
  37. 1607e63 2304528 assertion in ipf_mutex_clean() fails by Darren Reed · 16 years ago
  38. 59e7fa8 2216500 fin_state serves no purpose 2216491 fin_nat serves little purpose by Darren Reed · 16 years ago
  39. c07b1cc Drop trailing spaces and tab. by Martti Kuparinen · 16 years ago
  40. 93fa6be without COPYDATA, this function cannot work by Darren Reed · 16 years ago
  41. e71b55b move stats counting inside ipf_state_insert() so that they get all inserts/adds and are better protected by locks by Darren Reed · 16 years ago
  42. e8acef0 by David Stes · 16 years ago
  43. df1ca21 missing mutex_destroy for ipf_state_pending and bundle the one for ipf_stinsert with the others by Darren Reed · 16 years ago
  44. 6642ec4 2055872 COPYIFNAME now needs to get the version by Darren Reed · 16 years ago
  45. 1b44c34 2044746 Provide IP instance support for Solaris 10u4 and later by Darren Reed · 16 years ago
  46. 3aeedbe [ 1979488 ] Memory leak in user utilities - token never freed (head br) by JohnO · 16 years ago
  47. 8082fe6 ATOMIC_INC() is, in some cases, a long winded ++, so try make all of them 32s or Ls by Darren Reed · 16 years ago
  48. 28148fa 1990057 ipf_state_timeout should be called ipf_state_expire by Darren Reed · 16 years ago
  49. 5b369f0 1988782 fr_movequeue can take a short cut by Darren Reed · 16 years ago
  50. 5517eab change the return value of ipf_state_add() from a pointer to an integer, by Darren Reed · 16 years ago
  51. 55b2a86 1968444 ipf -T needs to work without disabling ipfilter by Darren Reed · 16 years ago
  52. 6c06677 by David Stes · 17 years ago
  53. 3d318df 1915176 Use of "age X/Y" can lead to panic by Darren Reed · 17 years ago
  54. ae72cf0 * Add using pools as destination lists for policy routing (to/dup-to) in by Darren Reed · 17 years ago
  55. 838df51 Part 1 of getting IPv6 NAT to work. by Darren Reed · 17 years ago
  56. 99b27eb 1889989 need to be able to tune synchonisation tables by Darren Reed · 17 years ago
  57. 1927432 Update the "expression matching" to include support for ipv6, dragging by Darren Reed · 17 years ago
  58. 793d41d clean up from prior patch: by Darren Reed · 17 years ago
  59. 7602059 Apply fix from sasha for: by Darren Reed · 17 years ago
  60. 067cec1 Fix: by Darren Reed · 17 years ago
  61. 83a1ab8 a badly applied patch has created some dead code (and doubtlessly a bug too) by Darren Reed · 17 years ago
  62. ae8e526 * #ifdef warning fixes from Victor M Blood (FreeBSD) - #1821249 by Darren Reed · 17 years ago
  63. b4c6ea2 Removed trailing spaces and tabs. by Martti Kuparinen · 17 years ago
  64. 88151e3 * make it possible for ipftest to set 'mbuf' flags so that it can simulate by Darren Reed · 17 years ago
  65. df12a33 Reset the timer for LAST_ACK by Darren Reed · 17 years ago
  66. 540c8f3 The windup of using ioctls to list kernel entries could lead to heap pointers by Darren Reed · 17 years ago
  67. b4ed3e8 fix two bugs: by Darren Reed · 17 years ago
  68. 0cd57fb Change how locks are used in the deref functions to improve performance. by Darren Reed · 17 years ago
  69. c4af1f3 bring source forge cvs up to date with private CVS by Darren Reed · 17 years ago
  70. d4718fc commit_CURRENT by Darren Reed · 18 years ago
  71. 9e45c8c head_v41 by Darren Reed · 18 years ago
  72. bd81eb3 import_msg_v34 by Darren Reed · 18 years ago