1. a7bf6d0 Add IPv6 support to DSCP target by Yasuyuki KOZAKAI · 17 years ago
  2. e4cc20b Add IPv6 support to CLASSIFY target by Yasuyuki KOZAKAI · 17 years ago
  3. 1ff0b8d Unifies libip[6]t_state into libxt_state by Yasuyuki KOZAKAI · 17 years ago
  4. c57c155 Unifies libip[6]t_connmark into libxt_connmark by Yasuyuki KOZAKAI · 17 years ago
  5. d62a9db Unifies libip[6]t_hashlimit into libxt_hashlimit by Yasuyuki KOZAKAI · 17 years ago
  6. 6e22228 Unifies libip[6]t_MARK into libxt_MARK by Yasuyuki KOZAKAI · 17 years ago
  7. 5679958 Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARK by Yasuyuki KOZAKAI · 17 years ago
  8. f36f4a8 Add IPv6 support to CONNMARK match by Yasuyuki KOZAKAI · 17 years ago
  9. d884051 Make @msg argument a const char *, just like printf(). by Jan Engelhardt · 17 years ago
  10. 3365332 Make xtables_target->extra_opts const (xtables_match->extra_opts already is) by Jan Engelhardt · 17 years ago
  11. a2e89cc Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c by Yasuyuki KOZAKAI · 17 years ago
  12. 45e4c69 Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c by Yasuyuki KOZAKAI · 17 years ago
  13. 9ea637d Add IPv6 support to comment match by Yasuyuki KOZAKAI · 17 years ago
  14. 18e0608 Add IPv6 support to dscp match. by Yasuyuki KOZAKAI · 17 years ago
  15. 0a04e8d Unifies libip[6]t_esp.c into libxt_esp.c by Yasuyuki KOZAKAI · 17 years ago
  16. 36087d9 Unifies libip[6]t_length.c into libxt_length.c by Yasuyuki KOZAKAI · 17 years ago
  17. 4489c0d Unifies libip[6]t_limit.c into libxt_limit.c. by Yasuyuki KOZAKAI · 17 years ago
  18. ba2d891 Unifies libip[6]t_mac.c into libxt_mac.c by Yasuyuki KOZAKAI · 17 years ago
  19. fec77fe Unifies libip[6]t_physdev.c into libxt_physdev.c by Yasuyuki KOZAKAI · 17 years ago
  20. 5fd6ec8 Add IPv6 support to pkttype match by Yasuyuki KOZAKAI · 17 years ago
  21. 19f2950 Unifies libip[6]t_sctp.c into libxt_sctp.c by Yasuyuki KOZAKAI · 17 years ago
  22. 7999bd3 Add IPv6 support to tcpmss match by Yasuyuki KOZAKAI · 17 years ago
  23. 17908e4 Unifies libip[6]t_udp.c into libxt_udp.c by Yasuyuki KOZAKAI · 17 years ago
  24. de9d244 Unifies libip[6]_mark.c into libxt_mark.c by Yasuyuki KOZAKAI · 17 years ago
  25. 0af771d Use unified API in libipt_mark.c by Yasuyuki KOZAKAI · 17 years ago
  26. df2cf4f Unifies libip[6]t_multiport.c into libipxt_multiport.c by Yasuyuki KOZAKAI · 17 years ago
  27. eb6e65e Use unified API in multiport match by Yasuyuki KOZAKAI · 17 years ago
  28. a3732db Moves all declarations in iptables_common.h to xtables.h. by Yasuyuki KOZAKAI · 17 years ago
  29. 5cd1ff5 Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h by Yasuyuki KOZAKAI · 17 years ago
  30. 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  31. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  32. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  33. 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  34. 5208806 Adds xtables.[ch] and change Makefile to compile it by Yasuyuki KOZAKAI · 17 years ago
  35. 21df4af PATCH: Add connlimit to iptables. by Jan Engelhardt · 17 years ago
  36. 7d5cc22 Removes KERNEL_64_USERSPACE_32 by Yasuyuki KOZAKAI · 17 years ago
  37. fde3953 Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer by Yasuyuki KOZAKAI · 17 years ago
  38. 40d5475 Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versions. by Patrick McHardy · 17 years ago
  39. 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 17 years ago
  40. 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 17 years ago
  41. e407617 Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>) by Arnaud Ebalard · 18 years ago
  42. 9561606 Add UDPLITE multiport support by Patrick McHardy · 18 years ago
  43. 267a570 Fix /etc/network usage (Pablo Neira) by Pablo Neira Ayuso · 18 years ago
  44. 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
  45. 4ebfad0 changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69 by Yasuyuki KOZAKAI · 18 years ago
  46. 0665217 - Add revision support to ip6tables. by Rémi Denis-Courmont · 18 years ago
  47. b34bef5 Add endian annotation types to fix compilation for kernels > 2.6.18 by Patrick McHardy · 18 years ago
  48. c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
  49. a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  50. dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  51. 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  52. 7f5be62 Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  53. 056564f Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <hawk@comx.dk>) by Jesper Dangaard Brouer · 18 years ago
  54. 2452baf Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18. by Patrick McHardy · 18 years ago
  55. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 18 years ago
  56. d3476b2 make policy match compile independant of kernel headers by Harald Welte · 18 years ago
  57. 11e4718 fix ipt_conntrack compilation against very early (2.4.0) kernel releases by Harald Welte · 18 years ago
  58. 38315b1 remove other bits of old ip pool code, people should use ipset (ipset.netfilter.org) these days by Harald Welte · 18 years ago
  59. 02e88f2 Prepare policy match for x_tables unification by making sure both by Patrick McHardy · 18 years ago
  60. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  61. 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
  62. 3ef4c8f Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel. by Martin Josefsson · 19 years ago
  63. daa1ef3 add NFQUEUE support for ipv4 and ipv6 by Harald Welte · 19 years ago
  64. 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
  65. 63d68bf we need to have this header file included, since old kernels don't define IP6T_LOG_UID. by Harald Welte · 19 years ago
  66. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  67. 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
  68. 800938f This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) by Pablo Neira · 19 years ago
  69. 02964b8 Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. by Martin Josefsson · 19 years ago
  70. b2eedcd Add support for inversion to multiport revision 1. by Phil Oester · 19 years ago
  71. 5df9547 Pablo Neira: Multiport revision 1 userspace support. by Pablo Neira · 20 years ago
  72. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  73. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  74. 789c7df move ipt_hashlimit to it's correct location by Harald Welte · 20 years ago
  75. a5374b2 add hashlimit kernel header file by Harald Welte · 20 years ago
  76. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  77. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  78. af37187 Add ipt_addrtype.h by Patrick McHardy · 20 years ago
  79. 2057750 add missing include by Harald Welte · 20 years ago
  80. c5617bf With a 64bit kernel only the high 32bits of nfmark was used regardless of by Martin Josefsson · 20 years ago
  81. 1eb0081 Fix 64bit kernel / 32bit userspace issue. Sync header with kernel. by Martin Josefsson · 20 years ago
  82. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
  83. 1da399c Fix 64bit kernel / 32bit userspace issue. by Martin Josefsson · 20 years ago
  84. db0422f add definition for IPPROTO_SCTP for systems with old header files by Harald Welte · 20 years ago
  85. 5492402 update for matching chunk flags (Kiran Kumar) by Kiran Kumar · 20 years ago
  86. 1291523 add userspace part of SCTP match by Harald Welte · 20 years ago
  87. 320443d latest version of CONNMARK updates (Henrik Nordstrom) by Henrik Nordstrom · 20 years ago
  88. 69ac0e0 Bloody copy-n-edit. Make sure to use matches in the order they are given... by Martin Josefsson · 20 years ago
  89. 78cafda Make sure to use matches in the order they are given when calling do_command() multiple times. by Martin Josefsson · 20 years ago
  90. 42cbf98 update ipt_physdev.h (test8 change, make parisc work, alignment issues) by Harald Welte · 21 years ago
  91. fef3b8e CLASSIFY is now built unconditionally, thus we need the kernel header by Harald Welte · 21 years ago
  92. b0dbafa fix ipq_id_t on 'real' kernel+userspace 64bit archs (Ryan Veety) by Ryan Veety · 21 years ago
  93. 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
  94. 8371e15 Fix the previous fix No more segfaults or compilewarnings. by Martin Josefsson · 21 years ago
  95. 8f578a0 add (untested) sctp userspace support for even more untested kernel part (in pom soon) by Harald Welte · 21 years ago
  96. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  97. 59cbe17 rename iplimit to connlimit by Harald Welte · 21 years ago
  98. 30596a5 ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de Schuymer by Bart De Schuymer · 21 years ago
  99. a8658ca port 'line number on error in iptables-restore' from ipv4 by Harald Welte · 21 years ago
  100. 63e9063 make iptables-restore print the line number in case of an error by Illes Marci · 21 years ago