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