1. 0665217 - Add revision support to ip6tables. by Rémi Denis-Courmont · 18 years ago
  2. b34bef5 Add endian annotation types to fix compilation for kernels > 2.6.18 by Patrick McHardy · 18 years ago
  3. c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
  4. a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 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. 7f5be62 Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  8. 056564f Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <hawk@comx.dk>) by Jesper Dangaard Brouer · 18 years ago
  9. 2452baf Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18. by Patrick McHardy · 18 years ago
  10. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 18 years ago
  11. d3476b2 make policy match compile independant of kernel headers by Harald Welte · 19 years ago
  12. 11e4718 fix ipt_conntrack compilation against very early (2.4.0) kernel releases by Harald Welte · 19 years ago
  13. 38315b1 remove other bits of old ip pool code, people should use ipset (ipset.netfilter.org) these days by Harald Welte · 19 years ago
  14. 02e88f2 Prepare policy match for x_tables unification by making sure both by Patrick McHardy · 19 years ago
  15. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  16. 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
  17. 3ef4c8f Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel. by Martin Josefsson · 19 years ago
  18. daa1ef3 add NFQUEUE support for ipv4 and ipv6 by Harald Welte · 19 years ago
  19. 893b688 fix various missing header file / #define issues on old kernels. I've now tested compilation with kernels starting 2.4.17 by Harald Welte · 19 years ago
  20. 63d68bf we need to have this header file included, since old kernels don't define IP6T_LOG_UID. by Harald Welte · 19 years ago
  21. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  22. 6b5effc omeone forgot to update ipt_conntrack.h header in user space. So, update it to use ip_conntrack_old_tuple. (Pablo Neira) by Harald WeltePablo Neira · 19 years ago
  23. 800938f This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) by Pablo Neira · 19 years ago
  24. 02964b8 Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. by Martin Josefsson · 20 years ago
  25. b2eedcd Add support for inversion to multiport revision 1. by Phil Oester · 20 years ago
  26. 5df9547 Pablo Neira: Multiport revision 1 userspace support. by Pablo Neira · 20 years ago
  27. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  28. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  29. 789c7df move ipt_hashlimit to it's correct location by Harald Welte · 20 years ago
  30. a5374b2 add hashlimit kernel header file by Harald Welte · 20 years ago
  31. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  32. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  33. af37187 Add ipt_addrtype.h by Patrick McHardy · 20 years ago
  34. 2057750 add missing include by Harald Welte · 20 years ago
  35. c5617bf With a 64bit kernel only the high 32bits of nfmark was used regardless of by Martin Josefsson · 20 years ago
  36. 1eb0081 Fix 64bit kernel / 32bit userspace issue. Sync header with kernel. by Martin Josefsson · 20 years ago
  37. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
  38. 1da399c Fix 64bit kernel / 32bit userspace issue. by Martin Josefsson · 20 years ago
  39. db0422f add definition for IPPROTO_SCTP for systems with old header files by Harald Welte · 20 years ago
  40. 5492402 update for matching chunk flags (Kiran Kumar) by Kiran Kumar · 20 years ago
  41. 1291523 add userspace part of SCTP match by Harald Welte · 20 years ago
  42. 320443d latest version of CONNMARK updates (Henrik Nordstrom) by Henrik Nordstrom · 21 years ago
  43. 69ac0e0 Bloody copy-n-edit. Make sure to use matches in the order they are given... by Martin Josefsson · 21 years ago
  44. 78cafda Make sure to use matches in the order they are given when calling do_command() multiple times. by Martin Josefsson · 21 years ago
  45. 42cbf98 update ipt_physdev.h (test8 change, make parisc work, alignment issues) by Harald Welte · 21 years ago
  46. fef3b8e CLASSIFY is now built unconditionally, thus we need the kernel header by Harald Welte · 21 years ago
  47. b0dbafa fix ipq_id_t on 'real' kernel+userspace 64bit archs (Ryan Veety) by Ryan Veety · 21 years ago
  48. 105650a add include files for soon-to-be-submitted patches (and build them unconditionally by putting thme in the extensions/Makefile) by Harald Welte · 21 years ago
  49. 8371e15 Fix the previous fix No more segfaults or compilewarnings. by Martin Josefsson · 21 years ago
  50. 8f578a0 add (untested) sctp userspace support for even more untested kernel part (in pom soon) by Harald Welte · 21 years ago
  51. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  52. 59cbe17 rename iplimit to connlimit by Harald Welte · 21 years ago
  53. 30596a5 ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de Schuymer by Bart De Schuymer · 21 years ago
  54. a8658ca port 'line number on error in iptables-restore' from ipv4 by Harald Welte · 21 years ago
  55. 63e9063 make iptables-restore print the line number in case of an error by Illes Marci · 21 years ago
  56. 1254871 add libipt_physdev.c (Bart de Schumyer) by Bart De Schuymer · 22 years ago
  57. 2aa84a4 add support for rpc match by Harald Welte · 22 years ago
  58. 60358d7 apply ipv6 hoplimit (hl match, HL target) patch (Maciej Soltysiak <solt@dns.toxicfilms.tv>) by Maciej Soltysiak · 22 years ago
  59. f4e6683 make libipt_helper.so build always, since it's now submitted to 2.4.20 by Harald Welte · 22 years ago
  60. 40783fc bring ECN headers in sync with ecn.patch by Harald Welte · 22 years ago
  61. ceee3db restore old DSCP_SHIFT behaviour by Harald Welte · 22 years ago
  62. 744f3e2 fix typo in ipt_ecn.h by Harald Welte · 22 years ago
  63. 2ff07a3 add header file for ECN match by Harald Welte · 22 years ago
  64. c980a24 bring ECN plugin in sync with new ECN target by Harald Welte · 22 years ago
  65. f1f447b new ip6 FRAG match by kisza by András Kis-Szabó · 22 years ago
  66. d32980d Add AH/ESP match for ipv6 by Harald Welte · 22 years ago
  67. d75a2aa make libipt_conntrack compile by default by Harald Welte · 22 years ago
  68. ec03bdf libipt_pkttype now compiled by default by Harald Welte · 22 years ago
  69. 487d1d3 add DSCP match by Harald Welte · 22 years ago
  70. b77f1da Fix 'iptables -p !' bug (segfault when `!' used without argument) by Harald Welte · 22 years ago
  71. 0de3243 fix IP6T_MIN_ALIGN macro (Andreas Herrmann) by Andreas Herrmann · 22 years ago
  72. 385a1dd add ECN target support by Harald Welte · 22 years ago
  73. 96d9605 add new version of ipt_DSCP.h by Harald Welte · 22 years ago
  74. 2e7377d add DSCP target support by Harald Welte · 22 years ago
  75. 4ab10af make compilation of libip6t_LOG, libipt_length, libip6t_length and by Harald Welte · 22 years ago
  76. 97c0dec shit, forgot to update this one. Let's hope that the kernel's headers by Harald Welte · 23 years ago
  77. b93c798 Export addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask() by Marc Boucher · 23 years ago
  78. ffe96c5 IPv6 queue handler, libipq support, documentation from Fernando Anton. by James Morris · 23 years ago
  79. 05e0b01 second part of SAME patch which I missed to commit :( by Harald Welte · 23 years ago
  80. 3efb6ea - added patch to support statically linking of iptables by Harald Welte · 23 years ago
  81. a9f714d added ipt_SAME.h to fix compile error by Harald Welte · 23 years ago
  82. c8af1fd added libip6t_REJECT.c for IPv6 reject support by Harald Welte · 23 years ago
  83. ed49849 string_to_number fix by Harald Welte · 23 years ago
  84. 5891865 Added support for iptables-restore module-load-on-demand (a. van schie) by Harald Welte · 23 years ago
  85. ef798b9 Added more specific copyright & author information. by James Morris · 23 years ago
  86. 2d88b87 glibc sucks by Harald Welte · 23 years ago
  87. 8a5eb6d ip6tables fixes by Fabrice Maurie by Fabrice MARIE · 23 years ago
  88. b516647 pkttype match (new) + scorefile, libiptc C++ compatibility + scorefile by Harald Welte · 23 years ago
  89. d0b6b3c NETLINK_ULOG isn't defined in an unpatched kernel by Harald Welte · 23 years ago
  90. 008a83f Move some include files to be present always, so build always includes them even if patches not applied (eg. for distributions). by Rusty Russell · 23 years ago
  91. 764316a ip6tables-save/-restore by Kis-Szabo Andras by András Kis-Szabó · 23 years ago
  92. 4c87c8a new ULOG revision: supports in-kernel batching of packets and netlink multipart by Harald Welte · 24 years ago
  93. 0fbf055 libiptc counter functions by Harald Welte · 24 years ago
  94. a114e9e make iptables-restore and iptables-save work again by Harald Welte · 24 years ago
  95. b1e0b99 added ipq_errstr() to API by James Morris · 24 years ago
  96. 8946325 Added <linux/in6.h> for libc5. by Rusty Russell · 24 years ago
  97. 803f33c More sparc64 fixes by Rusty Russell · 24 years ago
  98. 0afdf9e More sparc64 fixes. by Rusty Russell · 24 years ago
  99. eede681 More sparc64 fixes. by Rusty Russell · 24 years ago
  100. 1311b6b Start of Sparc64 fixes. by Rusty Russell · 24 years ago