1. 69f564e extensions: add const qualifiers in print/save functions by Jan Engelhardt · 15 years ago
  2. cd958a6 extensions: add `cluster' match support by Pablo Neira Ayuso · 15 years ago
  3. 467fa9f SNAT/DNAT: add support for persistent multi-range NAT mappings by Patrick McHardy · 15 years ago
  4. 093d5fc libxt_conntrack: properly output negation symbol by Jan Engelhardt · 15 years ago
  5. c9ccba5 CLASSIFY: document non-standard interpretation behavior by Jan Engelhardt · 15 years ago
  6. a094eb0 build: add configure option to disable ipv4 iptables by Jan Engelhardt · 15 years ago
  7. 8e58613 build: add configure option to disable ip6tables by Jan Engelhardt · 15 years ago
  8. ed7925b libxt_tcpmss: fix an inversion while parsing --mss by Jan Engelhardt · 15 years ago
  9. bf02bd2 libxt_hashlimit: add missing space for iptables-save output by Jan Engelhardt · 15 years ago
  10. 4211579 libxt_comment: output quotes must be escaped in by Jan Engelhardt · 15 years ago
  11. 71bc61f libxt_connbytes: document nf_ct_acct behavior by Jan Engelhardt · 15 years ago
  12. a73a34a libxt_connbytes: minor manpage adustments by Jan Engelhardt · 15 years ago
  13. 38725a4 Merge commit 'nf/master' by Jan Engelhardt · 15 years ago
  14. 409f2a8 string: fix wrong pattern length calculation by Pablo Neira Ayuso · 15 years ago
  15. 4e41854 extensions: add missing limits.h include by Jan Engelhardt · 15 years ago
  16. 978e27e include: resynchronize headers with 2.6.29-rc5 by Jan Engelhardt · 15 years ago
  17. da68957 libxt_policy: use bounded strtoui by Jan Engelhardt · 15 years ago
  18. afe6b35 extensions: remove unwanted/add needed includes for IPv4 exts by Jan Engelhardt · 15 years ago
  19. 2bc9d34 extensions: remove unwanted/add needed includes for IPv6 exts by Jan Engelhardt · 15 years ago
  20. 1829ed4 libxtables: prefix exit_error to xtables_error by Jan Engelhardt · 15 years ago
  21. 6db2ded libxt_policy: cannot set spi/reqid numbers higher than 0x7fffffff by Christian Perle · 15 years ago
  22. 0ff6b46 doc: do not put IPv4 doc into ip6tables.8 by Jan Engelhardt · 15 years ago
  23. ae6f9b9 doc: fix option typo in libxt_multiport by Marc Fournier · 15 years ago
  24. 37b4bde libxt_string: fix undefined behavior/incorrect patlen calculation by Jan Engelhardt · 15 years ago
  25. 1de7edf libxtables: prefix/order - move parse_protocol to xtables.c by Jan Engelhardt · 15 years ago
  26. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 15 years ago
  27. a0baae8 libxtables: prefix - parse and escaped output func by Jan Engelhardt · 15 years ago
  28. aae6be9 libxtables: prefix - misc functions by Jan Engelhardt · 15 years ago
  29. 1e01b0b libxtables: prefix/order - ascii to ipaddr/ipmask input by Jan Engelhardt · 15 years ago
  30. e44ea7f libxtables: prefix/order - ipaddr/ipmask to ascii output by Jan Engelhardt · 15 years ago
  31. a41545c libxtables: prefix/order - param_act by Jan Engelhardt · 15 years ago
  32. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 15 years ago
  33. e917bca extensions: use UINT_MAX constants over open-coded numbers (2/2) by Jan Engelhardt · 15 years ago
  34. a809754 extensions: use UINT_MAX constants over open-coded bits (1/2) by Jan Engelhardt · 15 years ago
  35. 7a63ca7 libxt_owner: use correct UID/GID boundaries by Jan Engelhardt · 15 years ago
  36. 213e185 src: remove redundant casts by Jan Engelhardt · 15 years ago
  37. 825c317 src: remove redundant returns at end of void-returning functions by Jan Engelhardt · 15 years ago
  38. ea268e1 man: fix physdev manpage by Bart De Schuymer · 15 years ago
  39. cfb9cf0 libxt_owner: add more spaces to output by Daniel Drake · 15 years ago
  40. 3d12c3b doc: augment ICMP manpage by type/code syntax by Jan Engelhardt · 15 years ago
  41. fea74bf doc: escape minus sign in manpages by Jan Engelhardt · 16 years ago
  42. c3d0a7b rateest: guard against segfault by Jan Engelhardt · 16 years ago
  43. cea9f71 iptables-save: output ! in position according to manpage by Jan Engelhardt · 16 years ago
  44. 64f948b doc: fix a typo in libip6t_REJECT.man by Jan Engelhardt · 16 years ago
  45. 5d9678a src: remove inclusion of iptables.h by Jan Engelhardt · 16 years ago
  46. 0ec8c0f state: report spaces in the state list parsing by Pablo Neira Ayuso · 16 years ago
  47. 03d9948 src: use NFPROTO_ constants by Jan Engelhardt · 16 years ago
  48. c7fc1da libxt_conntrack: dump ctdir by Jan Engelhardt · 16 years ago
  49. 6b6c096 libxt_conntrack: respect -n option during ruledump by Jan Engelhardt · 16 years ago
  50. 5a942f9 Add SCTP/DCCP support to NAT targets by Patrick McHardy · 16 years ago
  51. ecae0c3 Fix compile warnings using gcc 4.3.2 by Thomas Jarosch · 16 years ago
  52. 240eee6 Fix compile error in libxt_iprange.c using gcc 4.3.2 by Thomas Jarosch · 16 years ago
  53. c7f0e94 libxt_recent: add IPv6 support by Jan Engelhardt · 16 years ago
  54. af1660f Move libipt_recent to libxt_recent by Jan Engelhardt · 16 years ago
  55. 56156cd libxt_TOS: fix compilation error by Jirí Moravec · 16 years ago
  56. 430bbc7 Add iptables support for the socket match by KOVACS Krisztian · 16 years ago
  57. 92b54aa Add iptables support for the TPROXY target by KOVACS Krisztian · 16 years ago
  58. 3cc6fc3 mark: fix invalid iptables-save output by Pablo Sebastian Greco · 16 years ago
  59. 81bd588 src: update comments part II by Jan Engelhardt · 16 years ago
  60. de0844b manpages: fix another typo in tcp manpage by Patrick McHardy · 16 years ago
  61. 995e5cf manpages: Fix a typo in tcp man page by WANG Cong · 16 years ago
  62. 9a90f90 src: Missing limits.h includes by Phil Oester · 16 years ago
  63. a4be7cb libxt_recent: do allow --rttl for --update by Jan Engelhardt · 16 years ago
  64. ddac6c5 src: Update comments by Jan Engelhardt · 16 years ago
  65. a2a7f2b src: use regular includes by Jan Engelhardt · 16 years ago
  66. bfb7e0b libxt_iprange: fix option names by Jan Engelhardt · 16 years ago
  67. 161143d libxt_mac: flatten casts in libxt_mac by Jan Engelhardt · 16 years ago
  68. a47bb4a manpages: add missing rateest match documentation by Jan Engelhardt · 16 years ago
  69. 7d0917b manpages: add missing rateest documentation by Jan Engelhardt · 16 years ago
  70. d91bd17 manpages: add missing --rsource,--rdest options to libxt_recent.man by Jan Engelhardt · 16 years ago
  71. 7963845 build: fix initext.c dependency by Jan Engelhardt · 16 years ago
  72. 9672792 Synchronize invert flag order with manpages by Jan Engelhardt · 16 years ago
  73. d38eaf4 physdev: remove extra space in output by Jan Engelhardt · 16 years ago
  74. aeafdb8 manpages: correct erroneous markup by Jan Engelhardt · 16 years ago
  75. dee5f00 libxt_dscp: fix save of negated dscp match rules by Phil Oester · 16 years ago
  76. 04c9795 iptables-save: fix hashlimit output by Phil Oester · 16 years ago
  77. 3c5d15c libxt_recent: do not allow both --set and --rttl by Jan Engelhardt · 16 years ago
  78. ef18e81 src: remove dependency on libiptc headers by Jan Engelhardt · 16 years ago
  79. 78d2d14 xt_string: string extension case insensitive matching by Joonwoo Park · 16 years ago
  80. 4ded0f1 libxt_TOS: make sure --set-tos value/mask is recognized by Jan Engelhardt · 16 years ago
  81. 6a0cd58 iprange: kernel flags were not set by Jan Engelhardt · 16 years ago
  82. e145621 build: fix `make install` when --disable-shared is used by Jan Engelhardt · 16 years ago
  83. 9b488b9 manpage updates by Jan Engelhardt · 16 years ago
  84. 0ea82bc sparse warning fixes: integer used as pointer by Patrick McHardy · 16 years ago
  85. bb9284d libxt_owner: add spaces to output by Jan Engelhardt · 16 years ago
  86. 4dfd25a addrtype match: added revision 1 by Laszlo Attila Toth · 16 years ago
  87. e2562c8 Fix iptables-save output of libxt_owner match by Lutz Jaenicke · 16 years ago
  88. 2c570e7 build: check for missing feature files by Jan Engelhardt · 16 years ago
  89. 510aef9 manpages: consistent syntax by Patrick McHardy · 16 years ago
  90. ccecd38 REDIRECT: Allow symbolic port in REDIRECT --to-port by Kristof Provost · 16 years ago
  91. f858d37 Don't assume /bin/sh is bash by Thomas Jacob · 16 years ago
  92. ac21a5c iptables out-of-tree build directory by Jan Engelhardt · 16 years ago
  93. 8b7c64d Remove old functions, constants by Jan Engelhardt · 16 years ago
  94. cbf0700 Resolve libipt_set warnings by Jan Engelhardt · 16 years ago
  95. ed342ed Remove support for compilation of conditional extensions by Jan Engelhardt · 16 years ago
  96. e24815d Combine ipt and ip6t manpages by Jan Engelhardt · 16 years ago
  97. 23545c2 Implement AF_UNSPEC as a wildcard for extensions by Jan Engelhardt · 16 years ago
  98. bce1c21 RATEEST: add manpage by Jan Engelhardt · 16 years ago
  99. 9df6885 manpages: update to reflect fine-grained control by Jan Engelhardt · 16 years ago
  100. 6cf172e manpages: grammar and spelling by Jan Engelhardt · 16 years ago