1. 5208806 Adds xtables.[ch] and change Makefile to compile it by Yasuyuki KOZAKAI · 17 years ago
  2. 8e52815 iptables-xml by Sam Liddicott · 17 years ago
  3. 115ce7a Ignore generated files by Patrick McHardyYasuyuki KOZAKAI · 17 years ago
  4. a8a4f5d Adds missing explanations about FIN in mask part of '--syn' in libip[6]_tcp.c by Patrick McHardyYasuyuki KOZAKAI · 17 years ago
  5. a70d29f Adds missing FIN to mask part generated by '--syn' of libip6t_tcp by Yasuyuki KOZAKAI · 17 years ago
  6. 561e90e Change default KERNEL_DIR location and add KBUILD_OUTPUT (Sven Wegener <sven.wegener@stealer.net>) by Sven Wegener · 17 years ago
  7. ef329f2 Fixes compile error of connlimit where NO_SHARED_LIBS=1 is specified by Yasuyuki KOZAKAI · 17 years ago
  8. 21df4af PATCH: Add connlimit to iptables. by Jan Engelhardt · 17 years ago
  9. 0c6bf10 libipt_statistic: add a few missing validity checks by Nicolas Bouliane · 17 years ago
  10. 7d5cc22 Removes KERNEL_64_USERSPACE_32 by Yasuyuki KOZAKAI · 17 years ago
  11. fde3953 Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer by Yasuyuki KOZAKAI · 17 years ago
  12. 7625872 Fix "iptables getsockopt failed strangely" when querying revisions for non-existant matches and targets by Patrick McHardy · 17 years ago
  13. 06e88dd Add Jozsef's TRACE target. by Patrick McHardy · 17 years ago
  14. 556c3d9 bump version by Pablo Neira Ayuso · 17 years ago
  15. f4cb71c Fixes build error of conntrack match because of missing ip_conntrack_tuple.h by Yasuyuki KOZAKAI · 17 years ago
  16. 950ddc6 A white space fix in ip6tables.c by Yasuyuki KOZAKAI · 17 years ago
  17. f69e30c '-p all' and '-p 0' should be allowed. And actually ip6tables in kernel by Yasuyuki KOZAKAI · 17 years ago
  18. 1d9872d libipt_hashlimit doc update by Jan Engelhardt · 17 years ago
  19. ef399a3 Add --random option to DNAT and REDIRECT targets and fix the manpage mess this option left behind. by Patrick McHardy · 17 years ago
  20. 46d9afb Use posix conform directory existance check (Roy Marples <uberlord@gentoo.org>) by Roy Marples · 17 years ago
  21. 972af09 Fix missing newlines in iptables-save/restore output (Pavol Rusnak <prusnak@suse.cz>) by Pavel Rusnak · 17 years ago
  22. b8c0b78 update quota manpage for SMP (Phil Oester) by Phil Oester · 17 years ago
  23. 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
  24. 9c67def Fix iptables-save with --random option by Patrick McHardy · 17 years ago
  25. e656e26 Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs. by Patrick McHardy · 17 years ago
  26. 51d84a1 Remove libnsl from LDLIBS by Patrick McHardy · 17 years ago
  27. b4f3164 fix problem with iptables-restore and quotes (close bugzilla id 505) by Pablo Neira Ayuso · 17 years ago
  28. 40d5475 Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versions. by Patrick McHardy · 17 years ago
  29. 10a234a Remove unnecessary ip_conntrack/ip_nat includes by Patrick McHardy · 17 years ago
  30. 44fc5e1 revert some slipped through patches by Pablo Neira AyusoMaurice van der Pot · 17 years ago
  31. 0057198 prepare conntrack and conntrackd merge: rename conntrack to conntrack-tools by Pablo Neira Ayuso · 17 years ago
  32. cd2f6d2 Fix iptables --modprobe parameter (Maurice van der Pot <griffon26@kfk4ever.com>) by Pablo Neira AyusoMaurice van der Pot · 17 years ago
  33. 64bcccb ip6tables-restore should output error of modprobe if failed to load by Yasuyuki KOZAKAI · 17 years ago
  34. 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 17 years ago
  35. 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 17 years ago
  36. 191e3ff Fix cut and paste error breaking use of groups != 0 by Patrick McHardy · 17 years ago
  37. ae4b0b3 iptables: add random option to SNAT (Eric Leblond) by Eric Leblond · 17 years ago
  38. ee9e220 Reverted r6754. libipt_icmp has the option 'any', so it's unnecessary by Yasuyuki KOZAKAI · 17 years ago
  39. e605d76 Update coreteam members in manpages by Yasuyuki KOZAKAI · 17 years ago
  40. 5b098ac Fix missing space in error message (Bugzilla 544) by Patrick McHardy · 17 years ago
  41. d9e7e65 Remove and readd with executable bit set. SVN doesn't seem to have a proper way of doing this. by Patrick McHardy · 17 years ago
  42. 6f9c09e Fixes man page for tcp, udp, icmp{,6}. They are not loaded when only '-p' is by Yasuyuki KOZAKAI · 17 years ago
  43. bee2bf9 Forgot to add TCPMSS target to PF6_EXT_SLIB by Patrick McHardy · 17 years ago
  44. 3122ce9 Error if no ICMP type is specified even though user intended to use icmp match. by Yasuyuki KOZAKAI · 17 years ago
  45. 00d46e1 Add ip6tables mh extension (Masahide NAKAMURA <nakam@linux-ipv6.org>) by Masahide NAKAMURA · 17 years ago
  46. 110a89a Update coreteam members in manpages. by Patrick McHardy · 17 years ago
  47. 4fc6669 Bugzilla #535 by Patrick McHardy · 17 years ago
  48. c8c2ce3 Bugzilla #534: by Patrick McHardy · 17 years ago
  49. e407617 Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>) by Arnaud Ebalard · 17 years ago
  50. 9561606 Add UDPLITE multiport support by Patrick McHardy · 18 years ago
  51. 8a0b6ea Fix missing space in ruleset listing by Patrick McHardy · 18 years ago
  52. b1f5683 Remove extensions for unmaintained/obsolete patchlets by Patrick McHardy · 18 years ago
  53. 83321c0 Fix greedy debug grep by Patrick McHardy · 18 years ago
  54. a565d4e fix typo in manpage (thomas@aktaia.intevation.org) by thomas · 18 years ago
  55. 29f9184 Move extensions for pom patches to individual patchlets. by Patrick McHardy · 18 years ago
  56. e78c69c fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke) by Lutz Jaenicke · 18 years ago
  57. 72f7962 Bump version to 1.3.7 by Patrick McHardy · 18 years ago
  58. e342bf7 Add target extensions for new NFLOG target by Patrick McHardy · 18 years ago
  59. f9b7af8 Fix iptables-save not printing -s !0/0 and -d !0/0 as well as ip6tables by Patrick McHardy · 18 years ago
  60. 267a570 Fix /etc/network usage (Pablo Neira) by Pablo Neira Ayuso · 18 years ago
  61. 2ac1fad Fix -E (rename) in iptables/ip6tables by Krzysztof Piotr Oledzki · 18 years ago
  62. 2512229 Use /lib/modules/$(uname -r)/build instead of /usr/src/linux as KERNEL_DIR default by Patrick McHardy · 18 years ago
  63. 00524b2 Add ip6tables support for hashlimit match by Patrick McHardy · 18 years ago
  64. 8d3eccb Add iptables-xml tool (Amin Azez <azez@ufomechanic.net>) by Amin Azez · 18 years ago
  65. 3810013 Add ip6tables support for sctp match by Patrick McHardy · 18 years ago
  66. 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
  67. 4ebfad0 changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69 by Yasuyuki KOZAKAI · 18 years ago
  68. 0665217 - Add revision support to ip6tables. by Rémi Denis-Courmont · 18 years ago
  69. 42bd67b Fix spelling error by Patrick McHardy · 18 years ago
  70. ed26b7b iptables segfaults when given "" to --log-prefix (Mike Frysinger <vapier@gentoo.org>) by Mike Frysinger · 18 years ago
  71. b34bef5 Add endian annotation types to fix compilation for kernels > 2.6.18 by Patrick McHardy · 18 years ago
  72. 22e4965 Version number was not bumped in Makefile in svn by Joszef Kadlecsik · 18 years ago
  73. 48b46a6 Use correct types at error reporting (patch sent by H. Nakano) by Joszef Kadlecsik · 18 years ago
  74. 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
  75. ca9d8c2 Named realm (Simon Lodal <simon@parknet.dk>) by Simon Lodal · 18 years ago
  76. 10e0fbb Add statistic match extension by Patrick McHardy · 18 years ago
  77. 09c8e30 iptables: fix ipt_MARK documentation (Eric Leblond) by Eric Leblond · 18 years ago
  78. e5bd1d7 iptables -Z clears the per-rule counters, but not the chain policy counters (Andy Gay <andy@andynet.net>) by Andy Gay · 18 years ago
  79. ae35309 update quota match for xtables + fix -D bug (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  80. c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
  81. a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  82. 04a1e4c BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>) by Patrick McHardyJesper Brouer · 18 years ago
  83. dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  84. 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  85. 7f5be62 Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  86. 5549ad0 iptables: handle cidr notation more sanely (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  87. 8a173ef please kill santa-claus (Pierre-Yves Ritschard <pierre-yves@spootnik.org>) by Pierre-Yves Ritschard · 18 years ago
  88. 7006729 libiptc symbols clash (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  89. b1cda88 - force user to specify --icmpv6-type if icmpv6 match is required to load by Yasuyuki KOZAKAI · 18 years ago
  90. b46d0b2 ip6tables multiport does not support x:y (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  91. 1da8351 iptables trivial compile warning cleanup (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  92. 45ce294 size_t changed to socklen_t in getsockopt call by Joszef Kadlecsik · 18 years ago
  93. a05720b set match negation bug fixed by Joszef Kadlecsik · 18 years ago
  94. 3836fcc REDIRECT does not accept IP (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  95. 056564f Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <hawk@comx.dk>) by Jesper Dangaard Brouer · 18 years ago
  96. 75efcae trivial connlimit manpage fix (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  97. a895b9c Use lowercase letters for match name (Simon Lodal <simonl@parknet.dk>) by Simon Lodal · 18 years ago
  98. 8185801 Add information about :<port> syntax (Evan Miller <evanm@frap.net>) by Evan Miller · 18 years ago
  99. 630da41 secmark: Add libip6t_CONNSECMARK by James Morris · 18 years ago
  100. ff96830 D'oh .. I'm not too smart, forgot to add the new files in the previous patches :) by Patrick McHardy · 18 years ago