summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ebtables: Fix build errors and warningsDuncan Roe2018-05-152-15/+14
* include: Fix musl libc compatibilityBaruch Siach2018-05-081-0/+1
* extensions: Add string filter to ebtablesBernie Harris2018-04-276-5/+359
* ebt_ip: add support for matching IGMP typeMatthias Schiffer2018-04-112-14/+65
* ebt_ip: add support for matching ICMP type and codeMatthias Schiffer2018-04-111-2/+94
* Move ICMP type handling functions from ebt_ip6 to useful_functions.cMatthias Schiffer2018-04-113-159/+174
* include: sync linux/netfilter_bridge/ebt_ip.h with kernelMatthias Schiffer2018-04-111-3/+13
* Fix locking if LOCKDIR does not existPhil Sutter2018-01-171-4/+10
* Use flock() for --concurrent optionPhil Sutter2017-10-242-52/+5
* ebtables: extensions: Constify option structGargi Sharma2017-03-2818-20/+20
* ebtables: Allow RETURN target rules in user defined chainsAlin Năstac2015-10-281-1/+1
* ethernetdb.h: Remove C++ specific compiler hint macro _THROWFelix Janda2015-05-211-6/+5
* extensions: Use stdint typesFelix Janda2015-05-212-7/+7
* Add kernel headers needed from v3.16Pedro Alvarez2015-03-0220-0/+860
* don't print IPv6 mask if it's all ones (based on patch by Mariusz Mazur <mmaz...Bart De Schuymer2014-04-143-2/+16
* remove ebtables-restore binary from repositoryBart De Schuymer2013-07-311-118/+0
* Add --noflush command line support for ebtables-restoreSanket Shah2013-07-311-4/+25
* workaround for kernel regression bug: IPv6 source/destination addresses are p...Luis Fernando2013-07-031-0/+4
* add info about -Wl,-no-as-neededBart De Schuymer2013-07-031-0/+2
* fix compilation warningPetri Gynther2013-02-241-1/+1
* add RARP and update iana urlBart De Schuymer2012-07-031-4/+6
* bump release and update program dateebtables-2.0.10-4Bart De Schuymer2011-12-151-2/+2
* changelog for 2.0.10-4Bart De Schuymer2011-12-151-0/+3
* bugfix: setting rule in first built-in chain caused setting all counters to z...Bart De Schuymer2011-12-151-1/+1
* typoBart De Schuymer2011-12-041-1/+1
* add changelog for v 2.0.10-3Bart De Schuymer2011-12-041-0/+3
* bump versionBart De Schuymer2011-12-041-1/+1
* fix rule counter bug (reported by James Sinclair): possible wrong initializa...Bart De Schuymer2011-12-041-0/+1
* add changelog for v2.0.10-2Bart De Schuymer2011-08-111-0/+6
* respect LDFLAGS (Peter Volkov)Bart De Schuymer2011-08-112-2/+2
* enable compiler optimizations, bump release numberBart De Schuymer2011-08-111-2/+2
* small changes to remove warnings when optimization is on (thanks to Peter Vol...Bart De Schuymer2011-08-111-4/+4
* initialize some variables to get rid of warnings when compiling with optimiza...Bart De Schuymer2011-08-112-4/+4
* remove definition of __EXPORTED_HEADERS__: we use sanitized header files nowBart De Schuymer2011-08-112-2/+0
* add changelog for v2.0.10-1Bart De Schuymer2011-07-101-0/+15
* bump prog version, add LOCKDIR variable, add -Werror compile flagBart De Schuymer2011-07-101-10/+13
* remove compile warning, conditionally define LOCKFILEBart De Schuymer2011-07-101-0/+4
* define __EXPORTED_HEADERS__ to get access to kernel headersBart De Schuymer2011-07-101-1/+1
* add a reference to the lock fileBart De Schuymer2011-07-101-0/+1
* add info about the lock file compile time optionBart De Schuymer2011-07-101-3/+6
* remove irrelevant negative value check for the result of strtoul, found by Co...Bart De Schuymer2011-06-231-7/+0
* free possible memory leak found by Coverity static analysis (Jiri Popelka)Bart De Schuymer2011-06-231-0/+2
* fix use-after-free issue found by Coverity static analysis (thanks to Jiri Po...Bart De Schuymer2011-06-231-2/+2
* fix possible issues found by Coverity static analysis (thanks to Jiri Popelka)Bart De Schuymer2011-06-231-3/+7
* Make the error message printed when an update of a table is rejected by the k...Bart De Schuymer2011-06-191-3/+7
* export use_lockfdBart De Schuymer2011-06-191-0/+2
* add logic to support the --concurrent option: use a file lock to support conc...Bart De Schuymer2011-06-191-0/+67
* add logic to support the --concurrent option: use a file lock to support conc...Bart De Schuymer2011-06-191-0/+14
* add option --concurrentBart De Schuymer2011-06-191-0/+3
* rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (th...Bart De Schuymer2011-06-191-5/+4