1. 2ac1fad Fix -E (rename) in iptables/ip6tables by Krzysztof Piotr Oledzki · 18 years ago
  2. 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
  3. 0665217 - Add revision support to ip6tables. by Rémi Denis-Courmont · 18 years ago
  4. 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
  5. dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  6. 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  7. 2cfbd9f In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERS by Patrick McHardyHarald Welte · 18 years ago
  8. 0eca33f cmdflags is used in cmd2char() to return the option for a command. It uses the by Harald Welte · 18 years ago
  9. 85872c8 [IP6TABLES] kill manual comparing protocol name with "ipv6-icmp". by Yasuyuki KOZAKAI · 18 years ago
  10. 78716a9 don't allow to specify protocol of IPv6 extension header (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 18 years ago
  11. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 18 years ago
  12. cbe1ec7 Make '-p all' a special case that is handled before calling getprotoent() (Closes: #446) by Harald Welte · 18 years ago
  13. d6bc608 fix double-free if a single match is used multiple times within a signle rule by Harald Welte · 18 years ago
  14. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  15. d91ed75 The call to free_opts() in merge_options() is invalid C. The oldopts by Marcus Sundberg · 19 years ago
  16. efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
  17. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  18. 8d8c8ea Chain name should not start with '!' (Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>) by Yasuyuki KOZAKAI · 19 years ago
  19. dfdcd64 Release previously merged options from merge_opts(), reduces memory-usage of iptables-restore dramatically (Pablo Neira) by Pablo Neira · 19 years ago
  20. 1b91e59 re-sync ip6tables with iptables (check for init functions) (Jonas Berlin) by Jonas Berlin · 19 years ago
  21. 4a06cf0 the optflags array contains a '3' for the OPT_LINENUMBERS entry while everywhere else '0' is used (Jonas Berlin) by Jonas Berlin · 19 years ago
  22. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 19 years ago
  23. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  24. 8beb049 Don't need ipt_entry_target()/ip6t_entry_target() now kernel uses static inline instead of extern inline (otherwise it doesn't compile without -O). by Rusty Russell · 20 years ago
  25. 208d42e Implement IPTABLES_LIB_DIR and IP6TABLES_LIB_DIR environment variables, and set them in testsuite if we're running iptables within tree. by Rusty Russell · 20 years ago
  26. 10f7f14 Fix module-autoloading in certain cases (Fixse Debian Bug 219686) by Harald Welte · 20 years ago
  27. df1c71c slightly different semantics of iptc_builtin by Harald Welte · 20 years ago
  28. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  29. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
  30. 66aea6f When compiled static, don't show help-messages for all matches and targets, by Martin Josefsson · 20 years ago
  31. 4dd5fed Get rid of some memoryleaks. by Martin Josefsson · 20 years ago
  32. 3610deb fix case where somebody uses '-i +' as interface name (Ozgur AKAN) by Ozgur AKAN · 20 years ago
  33. 69ac0e0 Bloody copy-n-edit. Make sure to use matches in the order they are given... by Martin Josefsson · 20 years ago
  34. 073df8f Fix even more possibly not zero-terminated strings after copy (Karsten Desler) by Karsten Desler · 20 years ago
  35. 8a50ab8 Fix printing of odd ip6tables netmasks (Closes: #103) by Harald Welte · 21 years ago
  36. 8371e15 Fix the previous fix No more segfaults or compilewarnings. by Martin Josefsson · 21 years ago
  37. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  38. a8658ca port 'line number on error in iptables-restore' from ipv4 by Harald Welte · 21 years ago
  39. 68ec9c7 rename-chain has a mandatary argument, not an optional (Juergen Baumann) by Harald Welte · 22 years ago
  40. 00f5a9c bring ip6tables up-to-date with recent iptables change (proto match ext) by Harald Welte · 22 years ago
  41. 0c4188f minor fixes by kisza: by András Kis-Szabó · 22 years ago
  42. 10a907f copyright / GPL notice by Harald Welte · 22 years ago
  43. 08f1527 chain name may not clash with target name by Joszef Kadlecsik · 22 years ago
  44. 067477b make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS by Marc Boucher · 22 years ago
  45. b77f1da Fix 'iptables -p !' bug (segfault when `!' used without argument) by Harald Welte · 22 years ago
  46. 43ac191 sync ip6tables.c / ip6tables.8 with ipv4 by Harald Welte · 22 years ago
  47. cfaed1f IPv6 ICMP naming problem fix by Harald Welte · 23 years ago
  48. 3efb6ea - added patch to support statically linking of iptables by Harald Welte · 23 years ago
  49. ed49849 string_to_number fix by Harald Welte · 23 years ago
  50. ed44b83 small addition by kisza. by András Kis-Szabó · 23 years ago
  51. 5891865 Added support for iptables-restore module-load-on-demand (a. van schie) by Harald Welte · 23 years ago
  52. 058eaad name resolver patch (by kisza) by András Kis-Szabó · 23 years ago
  53. f7eca1c ip6tables bug fixed by Harald Welte · 23 years ago
  54. 6a4542a fixes '_' in interface names bug (iptables) by Harald Welte · 23 years ago
  55. 8a5eb6d ip6tables fixes by Fabrice Maurie by Fabrice MARIE · 23 years ago
  56. 3aa6287 Bugs occurring in multiple do_command6() fixed (Kiz-Szabo Andras) by András Kis-Szabó · 23 years ago
  57. 764316a ip6tables-save/-restore by Kis-Szabo Andras by András Kis-Szabó · 23 years ago
  58. d8e6563 o serveral changes / additions to libiptc: by Harald Welte · 24 years ago
  59. de8e5fa ICMPv4 over IPv6 is no good idea :( by Harald Welte · 24 years ago
  60. af8fe9e Jan Echternach's string_to_number bignum fixes. by Jan Echternach · 24 years ago
  61. c9f20d3 M.P.Anand Babu's fix for iptables rename chain without new chain bug. by M.P.Anand Babu · 24 years ago
  62. 57e07af Phil Blundell: ICMP, TCP and UDP extensions + rule deletion bug. by Philip Blundell · 24 years ago
  63. 5eed48a Philip Blundell's IPv6 patches. by Rusty Russell · 24 years ago