1. 332e4ac iptables: accept multiple IP address specifications for -s, -d by Michael Granzow · 15 years ago
  2. b1d968c iptables: print negation extrapositioned by Jan Engelhardt · 16 years ago
  3. 38725a4 Merge commit 'nf/master' by Jan Engelhardt · 16 years ago
  4. e0390be iptables: turn deprecation warning into enforcing mode by Jan Engelhardt · 16 years ago
  5. f503cb8 iptables: fix broken options-merging during libxtables rework by Pablo Neira Ayuso · 16 years ago
  6. 1829ed4 libxtables: prefix exit_error to xtables_error by Jan Engelhardt · 16 years ago
  7. 1791a45 doc: resynchronize manpage with in-code help by Jan Engelhardt · 16 years ago
  8. 5dd19de libxtables: general follow-up cleanup by Jamal Hadi Salim · 16 years ago
  9. 7e4db2f libxtables: consolidate init calls into one function by Jamal Hadi Salim · 16 years ago
  10. 7058192 libxtables: consolidate merge_options into xtables_merge_options by Jamal Hadi Salim · 16 years ago
  11. 139b3fe libxtables: make iptables and ip6tables use xtables_free_opts by Jamal Hadi Salim · 16 years ago
  12. 8533221 libxtables: add xtables_set_revision by Jamal Hadi Salim · 16 years ago
  13. 617d3d1 libxtables: set names of programs by Jamal Hadi Salim · 16 years ago
  14. 6f3c300 Merge branch 'master' of git://dev.medozas.de/iptables by Patrick McHardy · 16 years ago
  15. 8b7baeb libxtables: simple aliasing macro for exit_error by Jamal Hadi Salim · 16 years ago
  16. 4dcdc9b libxtables: Make ip6tables, iptables and iptables-xml use xtables_globals by Jamal Hadi Salim · 16 years ago
  17. 395e441 src: remove iptables_rule_match indirection macro by Jan Engelhardt · 16 years ago
  18. 77f48c2 libxtables: move afinfo around by Jan Engelhardt · 16 years ago
  19. 1de7edf libxtables: prefix/order - move parse_protocol to xtables.c by Jan Engelhardt · 16 years ago
  20. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 16 years ago
  21. a0baae8 libxtables: prefix - parse and escaped output func by Jan Engelhardt · 16 years ago
  22. aae6be9 libxtables: prefix - misc functions by Jan Engelhardt · 16 years ago
  23. e44ea7f libxtables: prefix/order - ipaddr/ipmask to ascii output by Jan Engelhardt · 16 years ago
  24. a41545c libxtables: prefix/order - param_act by Jan Engelhardt · 16 years ago
  25. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 16 years ago
  26. 2338efd libxtables: prefix/order - match/target loading by Jan Engelhardt · 16 years ago
  27. c021c3c libxtables: prefix/order - modprobe and xtables.ko loading by Jan Engelhardt · 16 years ago
  28. 630ef48 libxtables: prefix/order - fw_xalloc by Jan Engelhardt · 16 years ago
  29. e917bca extensions: use UINT_MAX constants over open-coded numbers (2/2) by Jan Engelhardt · 16 years ago
  30. 0e6b7d3 iptables: fix error reporting with wrong/missing arguments by Pablo Neira Ayuso · 16 years ago
  31. 03d9948 src: use NFPROTO_ constants by Jan Engelhardt · 16 years ago
  32. 1c9015b libiptc: remove indirections by Jan Engelhardt · 16 years ago
  33. fd18731 libiptc: remove typedef indirection by Jan Engelhardt · 16 years ago
  34. 9672792 Synchronize invert flag order with manpages by Jan Engelhardt · 16 years ago
  35. 1eada72 Warn about use of DROP in nat table by Jan Engelhardt · 16 years ago
  36. d0cbf5f iptables-restore: fix segmentation fault with -tanything by Jan Engelhardt · 16 years ago
  37. 1564189 iptables: fix printing of line numbers with --line-numbers arg by Henrik Nordstrom · 16 years ago
  38. 60a6073 Make --set-counters (-c) accept comma separated counters by Henrik Nordstrom · 16 years ago
  39. bb34082 iptables --list chain rulenum by Henrik Nordstrom · 16 years ago
  40. 96296cf iptables --list-rules command by Henrik Nordstrom · 16 years ago
  41. 48c1bc6 Add support for --set-counters to iptables -P by Henrik Nordstrom · 16 years ago
  42. 8b7c64d Remove old functions, constants by Jan Engelhardt · 16 years ago
  43. 7bc3cb7 iptables: use C99 lists for struct options by Gáspár Lajos · 17 years ago
  44. 6cf172e manpages: grammar and spelling by Jan Engelhardt · 17 years ago
  45. 33690a1 Fix all remaining warnings (missing declarations, missing prototypes) by Jan Engelhardt · 17 years ago
  46. dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 17 years ago
  47. 5b76f68 whitespace cleanup by Max Kellermann · 17 years ago
  48. bd94384 rename overlapping function names by Jan Engelhardt · 17 years ago
  49. 08b1616 bunch o' renames by Jan Engelhardt · 17 years ago
  50. 8e707d7 - cleanup several code wraparounds by Pablo Neira Ayuso · 17 years ago
  51. aae4f82 [PATCH iptables] print warnings to stderr by Max Kellermann · 17 years ago
  52. 875441e Fix sscanf type errors by Patrick McHardy · 17 years ago
  53. 830132a Delete empty ->final_check() functions by Jan Engelhardt · 17 years ago
  54. 0b63936 Fix more sparse warnings: non-C99 array declaration, incorrect function prototypes by Patrick McHardy · 17 years ago
  55. b73691f Fix strict aliasing warnings by Patrick McHardy · 17 years ago
  56. ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
  57. d884051 Make @msg argument a const char *, just like printf(). by Jan Engelhardt · 17 years ago
  58. d014540 Makes it possible to omit extra_opts of matches/targets if unnecessary. by Jan Engelhardt · 17 years ago
  59. 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  60. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  61. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  62. 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  63. 7625872 Fix "iptables getsockopt failed strangely" when querying revisions for non-existant matches and targets by Patrick McHardy · 17 years ago
  64. b740891 In fixing bug #446 [1], the output for unspecified proto was changed from "all" to "0". This reverts to the original behaviour, and closes bugzilla #543. (Phil Oester) by Phil Oester · 17 years ago
  65. cd2f6d2 Fix iptables --modprobe parameter (Maurice van der Pot <griffon26@kfk4ever.com>) by Pablo Neira AyusoMaurice van der Pot · 17 years ago
  66. 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 18 years ago
  67. 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 18 years ago
  68. 9561606 Add UDPLITE multiport support by Patrick McHardy · 18 years ago
  69. 267a570 Fix /etc/network usage (Pablo Neira) by Pablo Neira Ayuso · 18 years ago
  70. 2ac1fad Fix -E (rename) in iptables/ip6tables by Krzysztof Piotr Oledzki · 18 years ago
  71. 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
  72. 42bd67b Fix spelling error by Patrick McHardy · 18 years ago
  73. 2d1a297 Use negative-list for "weird character in interface" warning instead of warning for basically every non-alphanumeric character. by Patrick McHardy · 18 years ago
  74. c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
  75. a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  76. dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  77. 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  78. 5549ad0 iptables: handle cidr notation more sanely (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  79. 2cfbd9f In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERS by Patrick McHardyHarald Welte · 18 years ago
  80. 0eca33f cmdflags is used in cmd2char() to return the option for a command. It uses the by Harald Welte · 18 years ago
  81. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 19 years ago
  82. cbe1ec7 Make '-p all' a special case that is handled before calling getprotoent() (Closes: #446) by Harald Welte · 19 years ago
  83. d6bc608 fix double-free if a single match is used multiple times within a signle rule by Harald Welte · 19 years ago
  84. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  85. 72bd87e fix compilation of iptables on [old] systems that don't have IPT_F_GOTO by Harald Welte · 19 years ago
  86. 0b90564 only set revisions on real targets, not on jumps. (Pablo Neira) by Pablo Neira · 19 years ago
  87. 17fc163 add 'goto' support (Henrik Nordstrom <hno@marasystems.com>) by Henrik Nordstrom · 19 years ago
  88. 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
  89. d91ed75 The call to free_opts() in merge_options() is invalid C. The oldopts by Marcus Sundberg · 19 years ago
  90. efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
  91. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  92. 8d8c8ea Chain name should not start with '!' (Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>) by Yasuyuki KOZAKAI · 19 years ago
  93. dfdcd64 Release previously merged options from merge_opts(), reduces memory-usage of iptables-restore dramatically (Pablo Neira) by Pablo Neira · 19 years ago
  94. e267792 poll goto specific changes out of trunk by Harald WeltePablo Neira · 19 years ago
  95. 1a39d1e fix iptables-save/restore of goto (Jonas Berlin) by Jonas Berlin · 19 years ago
  96. 4a06cf0 the optflags array contains a '3' for the OPT_LINENUMBERS entry while everywhere else '0' is used (Jonas Berlin) by Jonas Berlin · 20 years ago
  97. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 20 years ago
  98. ee9c820 Remove leftover debug printf by Martin Josefsson · 20 years ago
  99. 93911bf Replace memchr with strlen and fix up one of the statements. by Martin Josefsson · 20 years ago
  100. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago