1. d7dfb00 ebtables: Remove ulog support by David Ng · 8 years ago o8.0
  2. 8b1e493 ebtables: Convert to standalone build by Steve Kondik · 8 years ago
  3. d675c8a ebtables: Android makefiles to build ebtables on Android by Niranjan Pendharkar · 12 years ago
  4. 1a7e3fd bump release and update program date by Bart De Schuymer · 13 years ago
  5. a23118a changelog for 2.0.10-4 by Bart De Schuymer · 13 years ago
  6. dc65755 bugfix: setting rule in first built-in chain caused setting all counters to zero (thanks to James Sinclair) by Bart De Schuymer · 13 years ago
  7. e6d728a typo by Bart De Schuymer · 13 years ago
  8. 134dad8 add changelog for v 2.0.10-3 by Bart De Schuymer · 13 years ago
  9. a0efdcd bump version by Bart De Schuymer · 13 years ago
  10. 5457c22 fix rule counter bug (reported by James Sinclair): possible wrong initialization of counters by Bart De Schuymer · 13 years ago
  11. f9ca781 add changelog for v2.0.10-2 by Bart De Schuymer · 13 years ago
  12. 0f9c501 respect LDFLAGS (Peter Volkov) by Bart De Schuymer · 13 years ago
  13. 556a0f4 enable compiler optimizations, bump release number by Bart De Schuymer · 13 years ago
  14. 3f45193 small changes to remove warnings when optimization is on (thanks to Peter Volkov) by Bart De Schuymer · 13 years ago
  15. faaa1a6 initialize some variables to get rid of warnings when compiling with optimization by Bart De Schuymer · 13 years ago
  16. 4653cdb remove definition of __EXPORTED_HEADERS__: we use sanitized header files now by Bart De Schuymer · 13 years ago
  17. 7ee27fd add changelog for v2.0.10-1 by Bart De Schuymer · 13 years ago
  18. cd66633 bump prog version, add LOCKDIR variable, add -Werror compile flag by Bart De Schuymer · 13 years ago
  19. f95fcd7 remove compile warning, conditionally define LOCKFILE by Bart De Schuymer · 13 years ago
  20. dcae1bf define __EXPORTED_HEADERS__ to get access to kernel headers by Bart De Schuymer · 13 years ago
  21. b102e88 add a reference to the lock file by Bart De Schuymer · 13 years ago
  22. 5d44bac add info about the lock file compile time option by Bart De Schuymer · 13 years ago
  23. 50fb8a8 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
  24. 691254b free possible memory leak found by Coverity static analysis (Jiri Popelka) by Bart De Schuymer · 13 years ago
  25. 1293eca fix use-after-free issue found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  26. caf30a4 fix possible issues found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  27. 192b91d Make the error message printed when an update of a table is rejected by the kernel by Bart De Schuymer · 13 years ago
  28. 94e5551 export use_lockfd by Bart De Schuymer · 13 years ago
  29. 8b5594d add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  30. 307bbe6 add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  31. f9b4bcb add option --concurrent by Bart De Schuymer · 13 years ago
  32. cc17a41 rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (thanks to Bertrand Jacquin) by Bart De Schuymer · 13 years ago
  33. 410ebf9 only test on errno when an error occurred (especially on mips); fix some warnings by Bart De Schuymer · 13 years ago
  34. 6f7130a extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal) by Bart De Schuymer · 14 years ago
  35. 57633b1 put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined by Bart De Schuymer · 14 years ago
  36. db01774 define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel headers from user space by Bart De Schuymer · 14 years ago
  37. 614ec3e remove reference to old mailing lists and refer to the relevant web pages instead by Bart De Schuymer · 14 years ago
  38. 0944a31 *** empty log message *** by Bart De Schuymer · 14 years ago
  39. a64fd6c fix --among-dst-file, which translated into --among-src (reported by Thierry Watelet) by Bart De Schuymer · 14 years ago
  40. 4eba2d4 fix syntax error with DESTDIR by Bart De Schuymer · 15 years ago
  41. 16cb38a use PRIu64 instead of llu with 64-bit unsigned integers by Bart De Schuymer · 15 years ago
  42. 078161d add LDFLAGS (Peter Volkov) by Bart De Schuymer · 15 years ago
  43. 2320f8b Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only created if DESTDIR is specified) by Bart De Schuymer · 15 years ago
  44. f9ebb5e update version by Bart De Schuymer · 15 years ago
  45. fb5ea03 changes for v2.0.9-2 by Bart De Schuymer · 15 years ago
  46. 025859c fix return value checking of creat by Bart De Schuymer · 15 years ago
  47. e4e4faa correct info about compilation of ulog by Bart De Schuymer · 15 years ago
  48. 97783d2 fix unwanted zeroing of counters in the last udc (reported by Jon Lewis) by Bart De Schuymer · 15 years ago
  49. 147ebcd fix hidden symbol compilation error when using ld directly by Bart De Schuymer · 15 years ago
  50. 7ae403b v2.0.9-1 by Bart De Schuymer · 15 years ago
  51. 81994bf changes for v2.0.9 by Bart De Schuymer · 15 years ago
  52. 138bf06 fix simple regression by Bart De Schuymer · 15 years ago
  53. 872a674 fix alignment on userspace32-kernel64 systems (Sachin Sanap) by Bart De Schuymer · 15 years ago
  54. 3ba0f0a prevent source code corruption with static build (reported by Tino Keitel) by Bart De Schuymer · 16 years ago
  55. 2b58cc4 make string_to_number() static by Bart De Schuymer · 16 years ago
  56. 5e2ddb4 add nflog to the build process by Bart De Schuymer · 16 years ago
  57. 0f10744 make it compile for me by Bart De Schuymer · 16 years ago
  58. c129be9 cleanup indentation mess by Bart De Schuymer · 16 years ago
  59. 03e6000 add ebtables nflog support (Peter Warasin) by Bart De Schuymer · 17 years ago
  60. 1da1999 fix for x86-64 (reported by Pavel Emelyanov) by Bart De Schuymer · 17 years ago
  61. 005837e Kuo-Lang Tseng et al: add ipv6 support by Bart De Schuymer · 17 years ago
  62. fbdebad Jan Engelhardt: remove unneedd macro by Bart De Schuymer · 17 years ago
  63. f8a68cb Michal Soltys: fixes and trivial changes by Bart De Schuymer · 17 years ago
  64. 1dea9a8 fix policy setting of standard chains by Bart De Schuymer · 17 years ago
  65. 9f73e69 make it work for broute and nat tables by Bart De Schuymer · 17 years ago
  66. 0ddd575 handle DESTDIR correctly (thanks to Peter Volkov) by Bart De Schuymer · 17 years ago
  67. eacf5c9 use fPIC flag by Bart De Schuymer · 17 years ago
  68. 22d8f5f fix rpmbuild by Bart De Schuymer · 17 years ago
  69. bb791d9 upgrade to 2.0.8 and fix 2 small bugs by Bart De Schuymer · 17 years ago
  70. 29d6211 add gratuitous arp filtering by Bart De Schuymer · 18 years ago
  71. 24816d3 speedup checking for loops by Bart De Schuymer · 18 years ago
  72. 6c36d70 make printing of uint64_t architecture independent by Bart De Schuymer · 18 years ago
  73. e1c315a *** empty log message *** by Bart De Schuymer · 18 years ago
  74. 72ecebe add linux/types.h to release by Bart De Schuymer · 18 years ago
  75. 3898a4a add EBT_VERDICT_BITS by Bart De Schuymer · 18 years ago
  76. 1cda4be *** empty log message *** by Bart De Schuymer · 18 years ago
  77. 587fa8a *** empty log message *** by Bart De Schuymer · 18 years ago
  78. 726edb9 add --snat-arp by Bart De Schuymer · 18 years ago
  79. 09a3cac remove magic number -16 by Bart De Schuymer · 18 years ago
  80. 865dd4d make ebtables.8 and ebtables.spec independent of version and release by Bart De Schuymer · 18 years ago
  81. 592d565 make independent of version and release, add --snat-arp option by Bart De Schuymer · 18 years ago
  82. cdae0ba make independent of version and release by Bart De Schuymer · 18 years ago
  83. 17c60f5 shared libraries need fPIC by Bart De Schuymer · 18 years ago
  84. 9230686 bugfix, thanks to Lutz Jaenicke by Bart De Schuymer · 18 years ago
  85. 2411506 always show target by Bart De Schuymer · 18 years ago
  86. 4546270 add --mark-or, --mark-xor and --mark-and support for mark target by Bart De Schuymer · 18 years ago
  87. 8069b5a allow list taken from a file for among match by Bart De Schuymer · 18 years ago
  88. b913e51 deal with multiple declaration of _init by Bart De Schuymer · 18 years ago
  89. dc5d9fc make static work with KERNEL_INCLUDES by Bart De Schuymer · 18 years ago
  90. 0faecd5 fix -X bug by Bart De Schuymer · 18 years ago
  91. 15a1fac bugfix by Bart De Schuymer · 18 years ago
  92. 30cd038 *** empty log message *** by Bart De Schuymer · 19 years ago
  93. 1c162af better error message with target problems by Bart De Schuymer · 19 years ago
  94. cd51fbe *** empty log message *** by Bart De Schuymer · 19 years ago
  95. 201e1b7 fix chain jump by Bart De Schuymer · 19 years ago
  96. 7d9e3eb add make target for a static ebtables binary by Bart De Schuymer · 19 years ago
  97. 4cd1da6 trivial detail by Bart De Schuymer · 19 years ago
  98. 5976384 init hook_mask when no udc by Bart De Schuymer · 19 years ago
  99. 1902d18 add SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special in BROUTING by Bart De Schuymer · 19 years ago
  100. 510c9ce remove unsigned char * warning with gcc 4.0 by Bart De Schuymer · 19 years ago