1. 817ac5a Merge branch 'master' of vishnu.netfilter.org:/data/git/iptables by Jozsef Kadlecsik · 11 years ago
  2. e612a9d Add the "state" alias to the "conntrack" match by Jozsef Kadlecsik · 11 years ago
  3. efcdba4 Introduce match/target aliases by Jozsef Kadlecsik · 11 years ago
  4. 166f20a doc: document nat table for IPv6 by Pablo Neira Ayuso · 11 years ago
  5. 1c317da Merge branch 'stable' into 'master' by Pablo Neira Ayuso · 11 years ago
  6. 2fda8fc extensions: S/DNPT: add missing save function by Jan Engelhardt · 11 years ago
  7. 983196c doc: document the -4 and -6 options by Jan Engelhardt · 11 years ago
  8. db1414e doc: mention -m in the manpage by Jan Engelhardt · 11 years ago
  9. 85346f6 doc: name the supported log levels for ipt_LOG by Jan Engelhardt · 11 years ago
  10. 9ae4dd4 doc: document iptables-restore's -h option by Jan Engelhardt · 11 years ago
  11. 8c46901 doc: document iptables-restore's -M option by Jan Engelhardt · 11 years ago
  12. 2815a5d doc: document iptables-restore's -v option by Jan Engelhardt · 11 years ago
  13. 3dc7598 doc: document iptables-restore's -t option by Jan Engelhardt · 11 years ago
  14. 0824e7d doc: fixup omissions in ip6tables-restore.8 by Jan Engelhardt · 11 years ago
  15. 2f655ed libxtables: add xtables_print_num by Pablo Neira Ayuso · 12 years ago
  16. d1e7922 libxtables: add xtables_rule_matches_free by Pablo Neira Ayuso · 11 years ago
  17. 31da96d iptables: remove unused leftover definitions by Pablo Neira Ayuso · 12 years ago
  18. ff33855 extensions: libip6t_DNAT: set IPv6 DNAT --to-destination by Ulrich Weber · 11 years ago
  19. 92f05a2 extension: libip6t_DNAT: allow port DNAT without address by Ulrich Weber · 11 years ago
  20. 7b04e3e extensions: libip6t_DNPT: fix wording in DNPT target by Ulrich Weber · 11 years ago
  21. 68e77a2 build: resolve link failure for ip6t_NETMAP by Jan Engelhardt · 11 years ago
  22. eec83c7 bump version to 1.4.17 by Pablo Neira Ayuso · 11 years ago
  23. e4415c6 Manpage update: matches are evaluated in the order they are specified. by Jozsef Kadlecsik · 12 years ago
  24. 8ecfc61 am 42ea6673: ignore SIGPIPES by JP Abgrall · 12 years ago
  25. 42ea667 ignore SIGPIPES by JP Abgrall · 12 years ago
  26. 3518a04 Include strings.h for the defintion of ffs() by Kevin Schoedel · 12 years ago
  27. a46a569 extensions: libxt_statistic: Fix save output by Tom Eastep · 12 years ago
  28. 93e814c Merge "ignore SIGPIPES" by JP Abgrall · 12 years ago
  29. e482ec0 ignore SIGPIPES by JP Abgrall · 12 years ago
  30. 9d284c1 Merge branch 'next' branch that contains new features scheduled for by Pablo Neira Ayuso · 12 years ago
  31. 3e6fa55 bump iptables to 1.4.16.3 by Pablo Neira Ayuso · 12 years ago
  32. 9921f2b build: resolve compile abort in libxt_limit on RHEL5 by Jan Engelhardt · 12 years ago
  33. 269655d build: remove symlink-only extensions from static object list by Jan Engelhardt · 12 years ago
  34. c1a150c bump version to 1.4.16.2 by Pablo Neira Ayuso · 12 years ago
  35. dd43527 iptables: restore NOTRACK functionality, target aliasing by Jan Engelhardt · 12 years ago
  36. 4bdc1ed bump version to 1.4.16.1 by Pablo Neira Ayuso · 12 years ago
  37. 2aaa7ec iptables: fix standard target by Pablo Neira Ayuso · 12 years ago
  38. 3fdf783 bump version to 1.4.16 by Pablo Neira Ayuso · 12 years ago
  39. 4c1a015 Merge branch 'master' of git://git.inai.de/iptables by Jan Engelhardt · 12 years ago
  40. 8d8896a libxt_time: add support to ignore day transition by Florian Westphal · 12 years ago
  41. 7b5ba43 doc: mention iptables-apply in the SEE ALSO sections by Jan Engelhardt · 12 years ago
  42. d97d546 doc: have NOTRACK manpage point to CT instead by Jan Engelhardt · 12 years ago
  43. faeaf11 doc: trim "state" manpage and reference conntrack instead by Jan Engelhardt · 12 years ago
  44. 4496801 doc: deduplicate extension descriptions into a new manpage by Jan Engelhardt · 12 years ago
  45. 9517bbf doc: clean up interpunction in state list for xt_conntrack by Jan Engelhardt · 12 years ago
  46. ec40b89 Merge branch 'master' of git://git.inai.de/iptables by Jan Engelhardt · 12 years ago
  47. 0d70163 libxt_state: replace as an alias to xt_conntrack by Jan Engelhardt · 12 years ago
  48. c436dad iptables: support for match aliases by Jan Engelhardt · 12 years ago
  49. 50f1919 libxt_NOTRACK: replace as an alias to CT --notrack by Jan Engelhardt · 12 years ago
  50. cd2f9bd iptables: support for target aliases by Jan Engelhardt · 12 years ago
  51. 954b76c libxtables: consolidate preference logic by Jan Engelhardt · 12 years ago
  52. d637ead New set match revision with --return-nomatch flag support by Jozsef Kadlecsik · 12 years ago
  53. 33710a5 build: have `make clean` remove dep files too by Jan Engelhardt · 12 years ago
  54. 1871796 extensions: add NPT extension by Patrick McHardy · 12 years ago
  55. 5f896fd extensions: add IPv6 NETMAP extension by Patrick McHardy · 12 years ago
  56. 5eca419 extensions: add IPv6 REDIRECT extension by Patrick McHardy · 12 years ago
  57. 9caf635 extensions: add IPv6 DNAT target by Patrick McHardy · 12 years ago
  58. 3672111 extensions: add IPv6 SNAT extension by Patrick McHardy · 12 years ago
  59. 0e37f00 extensions: add IPv6 MASQUERADE extension by Patrick McHardy · 12 years ago
  60. e62f426 Convert the NAT targets to use the kernel supplied nf_nat.h header by Patrick McHardy · 12 years ago
  61. 807e1f0 extensions: libxt_addrtype: fix type in help message by Pablo Neira Ayuso · 12 years ago
  62. 067a9ba iptables: fix wrong error messages by Pablo Neira Ayuso · 12 years ago
  63. df60a30 build: separate AC variable replacements from xtables.h by Jan Engelhardt · 12 years ago
  64. 053a4fd build: support for automake-1.12 by Jan Engelhardt · 12 years ago
  65. 3abf5cc libxt_tcp: print space before, not after "flags:" by Andreas Schwab · 12 years ago
  66. 8a988f6 libip6t_frag: match any frag id by default by Michal Kubeček · 12 years ago
  67. 8bbad67 Merge remote-tracking branch 'nf/stable' by Jan Engelhardt · 12 years ago
  68. a624e0a include: add missing linux/netfilter_ipv4/ip_queue.h by Pablo Neira Ayuso · 12 years ago
  69. 23a98b5 ip[6]tables-restore: cleanup to reduce one level of indentation by Pablo Neira Ayuso · 12 years ago
  70. ad8858c include: add missing linux/netfilter_ipv4/ip_queue.h by Pablo Neira Ayuso · 12 years ago
  71. 9d69da4 libxt_*limit: avoid division by zero by Jan Engelhardt · 12 years ago
  72. a19988f libxt_LED: guard against negative numbers by Jan Engelhardt · 12 years ago
  73. d18b451 libxt_devgroup: guard against negative numbers by Jan Engelhardt · 12 years ago
  74. c0b7138 libxt_devgroup: consolidate devgroup specification parsing by Jan Engelhardt · 12 years ago
  75. dc23c2d libxt_u32: do bounds checking for @'s operands by Jan Engelhardt · 12 years ago
  76. a3c1c20 doc: grammatical updates to libxt_SET by Jan Engelhardt · 12 years ago
  77. c5300d1 iptables-restore: warn about -t in rule lines by Jan Engelhardt · 12 years ago
  78. 42ba400 bump version to 1.4.15 by Pablo Neira Ayuso · 12 years ago
  79. 74ded72 libxt_recent: add --mask netmask by Denys Fedoryshchenko · 12 years ago
  80. 2165f38 iptables-restore: fix parameter parsing (shows up with gcc-4.7) by Pablo Neira Ayuso · 12 years ago
  81. f1c6682 Revert "iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)" by Pablo Neira Ayuso · 12 years ago
  82. 44191bd iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7) by Pablo Neira Ayuso · 12 years ago
  83. f4a6c20 libxt_HMARK: correct a number of errors introduced by Pablo's rework by Hans Schillstrom · 12 years ago
  84. 7fb4910 libxt_HMARK: fix ct case example by Pablo Neira Ayuso · 12 years ago
  85. 3ee90df libxt_HMARK: fix output of iptables -L by Hans Schillstrom · 12 years ago
  86. abdef13 libxt_hashlimit: add support for byte-based operation by Florian Westphal · 12 years ago
  87. 874d7ee libxt_recent: remove unused variable by Eldad Zack · 12 years ago
  88. 4df8cb6 extensions: add HMARK target by Hans Schillstrom · 12 years ago
  89. a96166c libxtables: add xtables_ip[6]mask_to_cidr by Pablo Neira Ayuso · 12 years ago
  90. 7e2b636 libxt_devgroup: add man page snippet by Florian Westphal · 12 years ago
  91. 9eaa874 Bump version to 1.4.14 by Pablo Neira Ayuso · 12 years ago
  92. c022454 tests: add rateest match rules by Florian Westphal · 12 years ago
  93. a059103 extensions: libxt_rateest: output all options in save hook by Florian Westphal · 12 years ago
  94. cb999df ip(6)tables-restore: make sure argv is NULL terminated by Florian Westphal · 12 years ago
  95. 6111382 libipt_ULOG: fix --ulog-cprange by Pablo Neira Ayuso · 12 years ago
  96. 8db1044 libiptc: fix retry path in TC_INIT by Miguel GAIO · 12 years ago
  97. e07e0d3 Modify iptables to talk to xt_IDLETIMER version 1. by Ashish Sharma · 12 years ago
  98. 371c311 Merge remote-tracking branch 'goog/ics-aah' by Mike Lockwood · 12 years ago
  99. e8f3298 libxt_CT: add --timeout option by Pablo Neira Ayuso · 12 years ago
  100. c4a6b0d Bump version to 1.4.13 by Pablo Neira Ayuso · 12 years ago