1. 0eee300 libiptc: guard chain index allocation for different malloc implementations by Jan Engelhardt · 16 years ago
  2. 175f451 libiptc: make sockfd a per-handle thing by Jan Engelhardt · 16 years ago
  3. d73af64 libiptc: use hex output for hookmask by Jan Engelhardt · 16 years ago
  4. de89969 libiptc: remove unused iptc_get_raw_socket and iptc_check_packet by Jan Engelhardt · 16 years ago
  5. 1c9015b libiptc: remove indirections by Jan Engelhardt · 16 years ago
  6. fd18731 libiptc: remove typedef indirection by Jan Engelhardt · 16 years ago
  7. 4eb03c8 libiptc: remove old fixme by Jesper Dangaard Brouer · 16 years ago
  8. 4bae3f1 libiptc: fix scalability performance issue during initial ruleset parsing by Jesper Dangaard Brouer · 16 years ago
  9. 526d3e1 libiptc: minor bugfix by Jesper Dangaard Brouer · 16 years ago
  10. 1f23d3c libiptc: move variable definitions to head of function by Patrick McHardy · 16 years ago
  11. 5a2208c Use s6_addr32 to access bits in int6_addr instead of incompatible name by Yasuyuki Kozakai · 16 years ago
  12. 8b7c64d Remove old functions, constants by Jan Engelhardt · 16 years ago
  13. 21b41ee Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR by Jan Engelhardt · 16 years ago
  14. 33690a1 Fix all remaining warnings (missing declarations, missing prototypes) by Jan Engelhardt · 16 years ago
  15. dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 16 years ago
  16. 2f93205 Retry ruleset dump when kernel returns EAGAIN. by Patrick McHardy · 16 years ago
  17. 2b62b62 Remove obsolete file by Patrick McHardy · 16 years ago
  18. 01444da Solving scalability issue: for chain list "name" searching. by Jesper Dangaard Brouer · 16 years ago
  19. 48bde40 Introduce a counter for number of user defined chains. by Jesper Dangaard Brouer · 16 years ago
  20. 9109398 Inline functions iptcc_is_builtin() and set_changed(). by Jesper Dangaard Brouer · 16 years ago
  21. 1336451 More safe chain sorting, improving r7098 by Jesper Dangaard Brouer · 17 years ago
  22. f791a5d Fix sockfd use accounting for kernels without autoloading by Patrick McHardy · 17 years ago
  23. d8cb787 iptables/libiptc perf issue: Sorting chain during pull-out by Jesper Dangaard Brouer · 17 years ago
  24. 97fb2f1 Fix unused function warning by Patrick McHardy · 17 years ago
  25. 0b63936 Fix more sparse warnings: non-C99 array declaration, incorrect function prototypes by Patrick McHardy · 17 years ago
  26. ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
  27. 7d5cc22 Removes KERNEL_64_USERSPACE_32 by Yasuyuki KOZAKAI · 17 years ago
  28. e5bd1d7 iptables -Z clears the per-rule counters, but not the chain policy counters (Andy Gay <andy@andynet.net>) by Andy Gay · 18 years ago
  29. 04a1e4c BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>) by Patrick McHardyJesper Brouer · 18 years ago
  30. 7006729 libiptc symbols clash (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  31. e0865ad Don't overwrite errno with return value of setsockopt (which is -1 on error). by Patrick McHardy · 18 years ago
  32. a7dd0e4 Revert incorrect fix for "Unknown error 4294967295" problem by Patrick McHardyHarald Welte · 18 years ago
  33. 2998554 When entering an invalid command (such as iptables -A INPUT -j MARK --set-mark by Harald Welte · 18 years ago
  34. 0fbc862 don't install libiptc.a by Harald Welte · 18 years ago
  35. d6ba6f5 - Fix memory leak in TC_COMMIT() (Markus Sundberg) by Harald Welte · 19 years ago
  36. feca057 _really_ sort only user defined chains (Robert de Barth <list-netfilter@debarth.co.uk> by Robert de Barth · 19 years ago
  37. efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
  38. 5ee8862 fix deletion of targets where kernel size != userspace size (Pablo Neira) by Pablo Neira · 19 years ago
  39. 9d3ed77 Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>) by Olaf Rempel · 19 years ago
  40. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 19 years ago
  41. e37c0dc Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus and the other one needs more investigation to why valgrind is complaining. by Phil Oester · 19 years ago
  42. ec30b6c re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0 by Harald Welte · 19 years ago
  43. 664c0a3 - Sets the 'iptc_fn' global variable to the pointer to the current functions in all major TC_* functions. This is necessary because in certain cases, an error return from a function that doesn't set 'iptc_fn' will conflict with a function-specific error return from one that does, causing TC_STRERROR() to return the wrong error string. This ensures that the right one will be returned. by Derrik Pates · 19 years ago
  44. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  45. daade44 Stupid typo that meant we didn't compare target data when doing delete-by-matching-rule (found by nfsim test). by Rusty Russell · 20 years ago
  46. 0f9b8b1 Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY. by Martin Josefsson · 20 years ago
  47. 733e54b Make "is_same" test basics and entries only: targets are generic. by Rusty Russell · 20 years ago
  48. e45c713 Remove GET_TARGET() define: this was for compiling iptables for debugging (ie. without -O) on old kernels where ipt_get_target() was defined "extern inline". These days it's "static inline", and only developers build without -O anyway. by Rusty Russell · 20 years ago
  49. a5616dc Search backwards when inserting/deleting in/from the top half of the rules in a chain. by Martin Josefsson · 20 years ago
  50. 631f361 Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end. by Martin Josefsson · 20 years ago
  51. 1200953 Spelling error. by Martin Josefsson · 20 years ago
  52. b0f3d2d Fix returnvalue of TC_BUILTIN() by Martin Josefsson · 20 years ago
  53. ad3b4f9 Make sure to zero all the memory we allocate for the new table. by Martin Josefsson · 20 years ago
  54. 2a5dbbb Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical by Martin Josefsson · 20 years ago
  55. 8e795b0 Fix two more rulenumber off by 1 errors by Martin Josefsson · 20 years ago
  56. eb066cc Insertion of rules with -I was broken. by Martin Josefsson · 20 years ago
  57. 8d1b38a Fix rule counting by Martin Josefsson · 20 years ago
  58. 52c3802 Fix listing of module targets. Type was only set for standard targets. by Martin Josefsson · 20 years ago
  59. 0371c0c fix segfault from memory allocation: handle->entries is actualy struct ipt_get_entries plus the size by Harald Welte · 20 years ago
  60. fe53707 add delete by matching-rule to libiptc2 (still untested) by Harald Welte · 20 years ago
  61. aae69be complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes to 1.255 seconds (!). Might still contain bugs, use with caution. by Harald Welte · 20 years ago
  62. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  63. 15920d1 cosmetic fix (space between include directive and filename) by Harald Welte · 20 years ago
  64. 7cd0028 Compiler warnings due to missing include files (Stephane Ouellette) by Stephane Ouellette · 20 years ago
  65. 073df8f Fix even more possibly not zero-terminated strings after copy (Karsten Desler) by Karsten Desler · 20 years ago
  66. 0113fe7 oops, don't commit this to the stable tree by Harald Welte · 21 years ago
  67. 9e03380 commit all current changes by Harald Welte · 21 years ago
  68. 50fceae sorry, this one didn't make it in 1.2.9rc1 :( by Harald Welte · 21 years ago
  69. 4dc734c add support for the raw table to userspace by Harald Welte · 21 years ago
  70. 0acde1f fix rule deletion in modified libiptc (Martin Josefsson) by Martin Josefsson · 21 years ago
  71. cc7bb65 fix ipv6_prefix_length endianness bugs (Closes: #103) by Harald Welte · 21 years ago
  72. fbc8523 Add my recent performance optimization work, might destabilize iptables. by Harald Welte · 21 years ago
  73. 3ea8f40 implement chain cache ussing relative offsets instead of absolute entry by Harald Welte · 21 years ago
  74. e560fd6 Fix possible doubleclose of sockfd. by Martin Josefsson · 21 years ago
  75. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  76. 23a6b45 Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar) by Tomáš Lejdar · 21 years ago
  77. 2354d92 make DO_IPV6 work again.. by Harald Welte · 21 years ago
  78. 4f8d2d9 Fixed destination netmask comparison bug in is_same() by Marc Boucher · 22 years ago
  79. 80fe35d globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming by Harald Welte · 22 years ago
  80. 95df8e7 explicitly check for two possible sets of hooks in case of nat and mangle by Harald Welte · 22 years ago
  81. a540b1b fix compatibility with mangle2hooks and mangle5hooks by Harald Welte · 22 years ago
  82. 596707c first attempt in trying to make debug code work with mangle2hooks and mangle5hooks by Harald Welte · 22 years ago
  83. 380ba5f - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable by Harald Welte · 22 years ago
  84. 72c6b79 update debugging code to mangle5hooks changes by Harald Welte · 22 years ago
  85. 1afc3b6 Added #include <unistd.h> to eliminate close() warning. by Marc Boucher · 22 years ago
  86. 366454b libiptc socket leaking fix by Harald Welte · 23 years ago
  87. 4ccfa63 move defaults to bottom, print reasonable message for CHECK functions by Harald Welte · 23 years ago
  88. ec81ca7 ipt_get_target is declared non-static in ip_tables.h, so it is non-static here by Harald Welte · 23 years ago
  89. 10c6888 release-diff for 1.2.1 by Harald Welte · 23 years ago
  90. e007294 added iptables --set-counters by Harald Welte · 23 years ago
  91. 1cef74d libiptc counter function by Harald Welte · 24 years ago
  92. 8e07bd7 Libc5 can't do IPv6. by Rusty Russell · 24 years ago
  93. 1de8046 two libiptc bugs fixed, including the 'segv while doing more than one by Harald Welte · 24 years ago
  94. 3c7a6c4 Fix allocation (base new alloc on current size, not original size). by Rusty Russell · 24 years ago
  95. e9b4853 Fix typo. by Rusty Russell · 24 years ago
  96. f92ba9b Add drop table support by Rusty Russell · 24 years ago
  97. 10758b7 Added DROPPING chain. by Rusty Russell · 24 years ago
  98. 62527ce Finally fixed sparc64 counter bug (I hope). by Rusty Russell · 24 years ago
  99. 061063f More debugging. by Rusty Russell · 24 years ago
  100. e1ef1b1 More debugging. by Rusty Russell · 24 years ago