1. c329d6a Fix aligned_u64 type on 64 bit: its an unsigned long, not an unsigned long long. by Patrick McHardy · 17 years ago
  2. 31317ed Build IPv6 hbh/dst matches unconditionally by Patrick McHardy · 17 years ago
  3. 248a109 Build IPv6 rt match unconditionally by Patrick McHardy · 17 years ago
  4. 1d1ad90 Build ipv6header match unconditionally by Patrick McHardy · 17 years ago
  5. 389f785 Build IPv6 mh match unconditionally by Patrick McHardy · 17 years ago
  6. eda0390 Resync header files and build IPv6 frag match unconditionally by Patrick McHardy · 17 years ago
  7. 7a87b74 Resync header file and build IPv6 ah match unconditionally by Patrick McHardy · 17 years ago
  8. 9fc3b5e Resync header file and build CLUSTERIP target unconditionally by Patrick McHardy · 17 years ago
  9. 3df9b22 Build recent match unconditionally by Patrick McHardy · 17 years ago
  10. 9e90225 Build dccp match unconditionally by Patrick McHardy · 17 years ago
  11. b8a0a10 Build string match unconditionally by Patrick McHardy · 17 years ago
  12. 800b7e5 Build statistic match unconditionally by Patrick McHardy · 17 years ago
  13. cddfd94 Build quota match unconditionally by Patrick McHardy · 17 years ago
  14. 002d129 Build NFLOG target unconditionally by Patrick McHardy · 17 years ago
  15. ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
  16. 001ebc2 Resync ip6t_REJECT.h with kernel - seems the entire time we had an imcompatible by Patrick McHardy · 17 years ago
  17. f8137b1 Add IPv6 support to helper match by Yasuyuki KOZAKAI · 17 years ago
  18. 6aac500 Add IPv6 support to connbytes match by Yasuyuki KOZAKAI · 17 years ago
  19. a7bf6d0 Add IPv6 support to DSCP target by Yasuyuki KOZAKAI · 17 years ago
  20. e4cc20b Add IPv6 support to CLASSIFY target by Yasuyuki KOZAKAI · 17 years ago
  21. 1ff0b8d Unifies libip[6]t_state into libxt_state by Yasuyuki KOZAKAI · 17 years ago
  22. c57c155 Unifies libip[6]t_connmark into libxt_connmark by Yasuyuki KOZAKAI · 17 years ago
  23. d62a9db Unifies libip[6]t_hashlimit into libxt_hashlimit by Yasuyuki KOZAKAI · 17 years ago
  24. 6e22228 Unifies libip[6]t_MARK into libxt_MARK by Yasuyuki KOZAKAI · 17 years ago
  25. 5679958 Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARK by Yasuyuki KOZAKAI · 17 years ago
  26. f36f4a8 Add IPv6 support to CONNMARK match by Yasuyuki KOZAKAI · 17 years ago
  27. d884051 Make @msg argument a const char *, just like printf(). by Jan Engelhardt · 17 years ago
  28. 3365332 Make xtables_target->extra_opts const (xtables_match->extra_opts already is) by Jan Engelhardt · 17 years ago
  29. a2e89cc Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c by Yasuyuki KOZAKAI · 17 years ago
  30. 45e4c69 Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c by Yasuyuki KOZAKAI · 17 years ago
  31. 9ea637d Add IPv6 support to comment match by Yasuyuki KOZAKAI · 17 years ago
  32. 18e0608 Add IPv6 support to dscp match. by Yasuyuki KOZAKAI · 17 years ago
  33. 0a04e8d Unifies libip[6]t_esp.c into libxt_esp.c by Yasuyuki KOZAKAI · 17 years ago
  34. 36087d9 Unifies libip[6]t_length.c into libxt_length.c by Yasuyuki KOZAKAI · 17 years ago
  35. 4489c0d Unifies libip[6]t_limit.c into libxt_limit.c. by Yasuyuki KOZAKAI · 17 years ago
  36. ba2d891 Unifies libip[6]t_mac.c into libxt_mac.c by Yasuyuki KOZAKAI · 17 years ago
  37. fec77fe Unifies libip[6]t_physdev.c into libxt_physdev.c by Yasuyuki KOZAKAI · 17 years ago
  38. 5fd6ec8 Add IPv6 support to pkttype match by Yasuyuki KOZAKAI · 17 years ago
  39. 19f2950 Unifies libip[6]t_sctp.c into libxt_sctp.c by Yasuyuki KOZAKAI · 17 years ago
  40. 7999bd3 Add IPv6 support to tcpmss match by Yasuyuki KOZAKAI · 17 years ago
  41. 17908e4 Unifies libip[6]t_udp.c into libxt_udp.c by Yasuyuki KOZAKAI · 17 years ago
  42. de9d244 Unifies libip[6]_mark.c into libxt_mark.c by Yasuyuki KOZAKAI · 17 years ago
  43. 0af771d Use unified API in libipt_mark.c by Yasuyuki KOZAKAI · 17 years ago
  44. df2cf4f Unifies libip[6]t_multiport.c into libipxt_multiport.c by Yasuyuki KOZAKAI · 17 years ago
  45. eb6e65e Use unified API in multiport match by Yasuyuki KOZAKAI · 17 years ago
  46. a3732db Moves all declarations in iptables_common.h to xtables.h. by Yasuyuki KOZAKAI · 17 years ago
  47. 5cd1ff5 Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h by Yasuyuki KOZAKAI · 17 years ago
  48. 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  49. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  50. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  51. 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  52. 5208806 Adds xtables.[ch] and change Makefile to compile it by Yasuyuki KOZAKAI · 17 years ago
  53. 21df4af PATCH: Add connlimit to iptables. by Jan Engelhardt · 17 years ago
  54. 7d5cc22 Removes KERNEL_64_USERSPACE_32 by Yasuyuki KOZAKAI · 17 years ago
  55. fde3953 Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer by Yasuyuki KOZAKAI · 17 years ago
  56. 40d5475 Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versions. by Patrick McHardy · 17 years ago
  57. 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 17 years ago
  58. 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 17 years ago
  59. e407617 Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>) by Arnaud Ebalard · 17 years ago
  60. 9561606 Add UDPLITE multiport support by Patrick McHardy · 18 years ago
  61. 267a570 Fix /etc/network usage (Pablo Neira) by Pablo Neira Ayuso · 18 years ago
  62. 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
  63. 4ebfad0 changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69 by Yasuyuki KOZAKAI · 18 years ago
  64. 0665217 - Add revision support to ip6tables. by Rémi Denis-Courmont · 18 years ago
  65. b34bef5 Add endian annotation types to fix compilation for kernels > 2.6.18 by Patrick McHardy · 18 years ago
  66. c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
  67. a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  68. dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  69. 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  70. 7f5be62 Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  71. 056564f Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <hawk@comx.dk>) by Jesper Dangaard Brouer · 18 years ago
  72. 2452baf Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18. by Patrick McHardy · 18 years ago
  73. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 18 years ago
  74. d3476b2 make policy match compile independant of kernel headers by Harald Welte · 18 years ago
  75. 11e4718 fix ipt_conntrack compilation against very early (2.4.0) kernel releases by Harald Welte · 18 years ago
  76. 38315b1 remove other bits of old ip pool code, people should use ipset (ipset.netfilter.org) these days by Harald Welte · 18 years ago
  77. 02e88f2 Prepare policy match for x_tables unification by making sure both by Patrick McHardy · 18 years ago
  78. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  79. 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
  80. 3ef4c8f Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel. by Martin Josefsson · 19 years ago
  81. daa1ef3 add NFQUEUE support for ipv4 and ipv6 by Harald Welte · 19 years ago
  82. 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
  83. 63d68bf we need to have this header file included, since old kernels don't define IP6T_LOG_UID. by Harald Welte · 19 years ago
  84. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  85. 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
  86. 800938f This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) by Pablo Neira · 19 years ago
  87. 02964b8 Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. by Martin Josefsson · 19 years ago
  88. b2eedcd Add support for inversion to multiport revision 1. by Phil Oester · 19 years ago
  89. 5df9547 Pablo Neira: Multiport revision 1 userspace support. by Pablo Neira · 20 years ago
  90. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  91. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  92. 789c7df move ipt_hashlimit to it's correct location by Harald Welte · 20 years ago
  93. a5374b2 add hashlimit kernel header file by Harald Welte · 20 years ago
  94. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  95. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  96. af37187 Add ipt_addrtype.h by Patrick McHardy · 20 years ago
  97. 2057750 add missing include by Harald Welte · 20 years ago
  98. c5617bf With a 64bit kernel only the high 32bits of nfmark was used regardless of by Martin Josefsson · 20 years ago
  99. 1eb0081 Fix 64bit kernel / 32bit userspace issue. Sync header with kernel. by Martin Josefsson · 20 years ago
  100. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago