1. b070104 Merge "ebtables: Android makefiles to build ebtables on Android" by Linux Build Service Account · 11 years ago int/n/fp2
  2. 6da47f3 ebtables: Android makefiles to build ebtables on Android by Niranjan Pendharkar · 11 years ago
  3. cc02d56 Merge "Merge remote-tracking branch 'origin/caf/srcforge-ebtables/master'" by Linux Build Service Account · 11 years ago
  4. 74293bd Merge remote-tracking branch 'origin/caf/srcforge-ebtables/master' by Raviteja Sunkara · 11 years ago
  5. 719733d Initial empty repository by Git User Service Account · 11 years ago
  6. 908d41d add RARP and update iana url by Bart De Schuymer · 12 years ago
  7. 5e126db bump release and update program date by Bart De Schuymer · 12 years ago
  8. 2605a7a changelog for 2.0.10-4 by Bart De Schuymer · 12 years ago
  9. 87c6079 bugfix: setting rule in first built-in chain caused setting all counters to zero (thanks to James Sinclair) by Bart De Schuymer · 12 years ago
  10. 6964586 typo by Bart De Schuymer · 12 years ago
  11. 2051868 add changelog for v 2.0.10-3 by Bart De Schuymer · 12 years ago
  12. eebaeec bump version by Bart De Schuymer · 12 years ago
  13. ba2879d fix rule counter bug (reported by James Sinclair): possible wrong initialization of counters by Bart De Schuymer · 12 years ago
  14. 9f88cc8 add changelog for v2.0.10-2 by Bart De Schuymer · 13 years ago
  15. 21f80f8 respect LDFLAGS (Peter Volkov) by Bart De Schuymer · 13 years ago
  16. 1418497 enable compiler optimizations, bump release number by Bart De Schuymer · 13 years ago
  17. e3f9743 small changes to remove warnings when optimization is on (thanks to Peter Volkov) by Bart De Schuymer · 13 years ago
  18. 920ab8c initialize some variables to get rid of warnings when compiling with optimization by Bart De Schuymer · 13 years ago
  19. 67c0245 remove definition of __EXPORTED_HEADERS__: we use sanitized header files now by Bart De Schuymer · 13 years ago
  20. 37f8d57 add changelog for v2.0.10-1 by Bart De Schuymer · 13 years ago
  21. 7ce4f89 bump prog version, add LOCKDIR variable, add -Werror compile flag by Bart De Schuymer · 13 years ago
  22. fff858a remove compile warning, conditionally define LOCKFILE by Bart De Schuymer · 13 years ago
  23. 158ef11 define __EXPORTED_HEADERS__ to get access to kernel headers by Bart De Schuymer · 13 years ago
  24. a9a6e3b add a reference to the lock file by Bart De Schuymer · 13 years ago
  25. a9f5f5a add info about the lock file compile time option by Bart De Schuymer · 13 years ago
  26. 40b1d5a remove irrelevant negative value check for the result of strtoul, found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  27. fd54852 free possible memory leak found by Coverity static analysis (Jiri Popelka) by Bart De Schuymer · 13 years ago
  28. d80967c fix use-after-free issue found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  29. b1acc07 fix possible issues found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  30. 8a59623 Make the error message printed when an update of a table is rejected by the kernel by Bart De Schuymer · 13 years ago
  31. 2a10d35 export use_lockfd by Bart De Schuymer · 13 years ago
  32. 1111253 add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  33. c28a62b add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  34. 1353e5b add option --concurrent by Bart De Schuymer · 13 years ago
  35. 64c0eca rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (thanks to Bertrand Jacquin) by Bart De Schuymer · 13 years ago
  36. 3dd5628 only test on errno when an error occurred (especially on mips); fix some warnings by Bart De Schuymer · 13 years ago
  37. 7599884 extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal) by Bart De Schuymer · 13 years ago
  38. 74475af put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined by Bart De Schuymer · 13 years ago
  39. a95517b define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel headers from user space by Bart De Schuymer · 13 years ago
  40. ae4c0c9 remove reference to old mailing lists and refer to the relevant web pages instead by Bart De Schuymer · 13 years ago
  41. 8221ec0 add xtables CLASSIFY target (Frederic Leroy) by Bart De Schuymer · 13 years ago
  42. 6477e8a respect LDFLAGS (Peter Volkov) by Bart De Schuymer · 14 years ago
  43. 0d0d618 - use -n so that IP addresses are resolved (similar to iptables' behaviour) by Bart De Schuymer · 14 years ago
  44. 9a28564 also print the -i and -o interface if -v isn't specified by Bart De Schuymer · 14 years ago
  45. 8731423 make arptables --proto-type also accept hexadecimal inputs (Jeroen van Wolffelaar) by Bart De Schuymer · 14 years ago
  46. 56e2da3 - remove old version from manpage (Peter Volkov) by Bart De Schuymer · 14 years ago
  47. f5b0160 added include/net/ip.h, net/ipv4/netfilter/ip_conntrack_core.c by Bart De Schuymer · 14 years ago
  48. db9eefb *** empty log message *** by Bart De Schuymer · 14 years ago
  49. e073467 fix --among-dst-file, which translated into --among-src (reported by Thierry Watelet) by Bart De Schuymer · 14 years ago
  50. a8a9079 - use zu - remove warning caused by strict-aliasing rules (Jan Engelhardt) by Bart De Schuymer · 14 years ago
  51. c3b7ce9 - llu -> PRIu64 conversion by Bart De Schuymer · 14 years ago
  52. 00bbd0b more llu -> PRIu64 conversions by Bart De Schuymer · 14 years ago
  53. 5938935 - use %zu for size_t by Bart De Schuymer · 14 years ago
  54. abcb1ec make INITDIR directory if DESTDIR is specified by Bart De Schuymer · 14 years ago
  55. 6ea5357 fix syntax error with DESTDIR by Bart De Schuymer · 14 years ago
  56. 13f125b Don't use -o root -g root with install which makes unprivileged installs possible (chroot) (Jan Engelhardt) by Bart De Schuymer · 14 years ago
  57. 43b9e23 use PRIu64 instead of llu with 64-bit unsigned integers by Bart De Schuymer · 14 years ago
  58. 57cec2a add LDFLAGS (Peter Volkov) by Bart De Schuymer · 14 years ago
  59. bc89021 Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only created if DESTDIR is specified) by Bart De Schuymer · 14 years ago
  60. ff6c186 touch each file and set the permissions for a release by Bart De Schuymer · 14 years ago
  61. 9b19e3c bump to v0.0.3-4, test for existence of the sysconfig dir, use the header files from the repository by Bart De Schuymer · 14 years ago
  62. 4bcde18 keep these headers so we don't need to convert things to x_tables by Bart De Schuymer · 14 years ago
  63. 3ebbac4 update version by Bart De Schuymer · 14 years ago
  64. ad3040a changes for v2.0.9-2 by Bart De Schuymer · 14 years ago
  65. 46123fb fix return value checking of creat by Bart De Schuymer · 14 years ago
  66. 2585164 correct info about compilation of ulog by Bart De Schuymer · 14 years ago
  67. d6f8d26 fix unwanted zeroing of counters in the last udc (reported by Jon Lewis) by Bart De Schuymer · 15 years ago
  68. fe0a4d8 fix hidden symbol compilation error when using ld directly by Bart De Schuymer · 15 years ago
  69. a58a3f3 v2.0.9-1 by Bart De Schuymer · 15 years ago
  70. de97946 changes for v2.0.9 by Bart De Schuymer · 15 years ago
  71. 1ed9785 fix simple regression by Bart De Schuymer · 15 years ago
  72. b2e67a0 fix alignment on userspace32-kernel64 systems (Sachin Sanap) by Bart De Schuymer · 15 years ago
  73. 76bee55 prevent source code corruption with static build (reported by Tino Keitel) by Bart De Schuymer · 15 years ago
  74. aa1174b make string_to_number() static by Bart De Schuymer · 15 years ago
  75. 438e12e add nflog to the build process by Bart De Schuymer · 15 years ago
  76. c93795b make it compile for me by Bart De Schuymer · 15 years ago
  77. a9dfd89 cleanup indentation mess by Bart De Schuymer · 15 years ago
  78. e6affb5 add ebtables nflog support (Peter Warasin) by Bart De Schuymer · 16 years ago
  79. b23464c fix for x86-64 (reported by Pavel Emelyanov) by Bart De Schuymer · 16 years ago
  80. b157a03 Kuo-Lang Tseng et al: add ipv6 support by Bart De Schuymer · 16 years ago
  81. aec7a02 Jan Engelhardt: remove unneedd macro by Bart De Schuymer · 16 years ago
  82. e65d5f0 Michal Soltys: fixes and trivial changes by Bart De Schuymer · 16 years ago
  83. 8beec6e fix policy setting of standard chains by Bart De Schuymer · 17 years ago
  84. 7d8ef28 make it work for broute and nat tables by Bart De Schuymer · 17 years ago
  85. 1e360f9 install arptables.sysv,arptables-restore and arptables-save by Bart De Schuymer · 17 years ago
  86. 16908dc further cleanup by Bart De Schuymer · 17 years ago
  87. afa20c1 remove compile warnings by Bart De Schuymer · 17 years ago
  88. 978a461 cleanup by Bart De Schuymer · 17 years ago
  89. 1b97c07 fix BINDIR+cleanup (Peter Volkov) by Bart De Schuymer · 17 years ago
  90. 90fde8c handle DESTDIR correctly (thanks to Peter Volkov) by Bart De Schuymer · 17 years ago
  91. 9ffc438 use fPIC flag by Bart De Schuymer · 17 years ago
  92. c8e9ee2 fix rpmbuild by Bart De Schuymer · 17 years ago
  93. 19f076e upgrade to 2.0.8 and fix 2 small bugs by Bart De Schuymer · 17 years ago
  94. 057f0b2 add gratuitous arp filtering by Bart De Schuymer · 17 years ago
  95. 8ed0cbb speedup checking for loops by Bart De Schuymer · 17 years ago
  96. 8907b0f fix compile warning by Bart De Schuymer · 17 years ago
  97. c5fe705 make printing of uint64_t architecture independent by Bart De Schuymer · 17 years ago
  98. ed65003 *** empty log message *** by Bart De Schuymer · 17 years ago
  99. ae32a24 add linux/types.h to release by Bart De Schuymer · 17 years ago
  100. 2300a13 add EBT_VERDICT_BITS by Bart De Schuymer · 17 years ago