summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "ebtables: Android makefiles to build ebtables on Android"HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001staging/cm-12.1staging/cm-12.0-cafstable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Estable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-13.0cm-12.1cm-12.0Linux Build Service Account2013-02-1415-2/+294
|\
| * ebtables: Android makefiles to build ebtables on AndroidNiranjan Pendharkar2013-02-1415-2/+294
|/ | | | | | | | This patch also adds some missing header files to compile all the extensions. Some of the header files also needed to be updated to include some missing components. Change-Id: Ic212d2d2c6f270df30a0259b85886b6ce578536d
* Merge "Merge remote-tracking branch 'origin/caf/srcforge-ebtables/master'"Linux Build Service Account2013-01-04371-0/+247158
|\
| * Merge remote-tracking branch 'origin/caf/srcforge-ebtables/master'Raviteja Sunkara2012-12-27371-0/+247158
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/caf/srcforge-ebtables/master: (791 commits) add RARP and update iana url bump release and update program date changelog for 2.0.10-4 bugfix: setting rule in first built-in chain caused setting all counters to zero (thanks to James Sinclair) typo add changelog for v 2.0.10-3 bump version fix rule counter bug (reported by James Sinclair): possible wrong initialization of counters add changelog for v2.0.10-2 respect LDFLAGS (Peter Volkov) enable compiler optimizations, bump release number small changes to remove warnings when optimization is on (thanks to Peter Volkov) initialize some variables to get rid of warnings when compiling with optimization remove definition of __EXPORTED_HEADERS__: we use sanitized header files now add changelog for v2.0.10-1 bump prog version, add LOCKDIR variable, add -Werror compile flag remove compile warning, conditionally define LOCKFILE define __EXPORTED_HEADERS__ to get access to kernel headers add a reference to the lock file add info about the lock file compile time option ...
| * add RARP and update iana urlBart De Schuymer2012-07-031-4/+6
| |
| * bump release and update program dateBart 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 ↵Bart De Schuymer2011-12-151-1/+1
| | | | | | | | zero (thanks to James Sinclair)
| * 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 ↵Bart De Schuymer2011-12-041-0/+1
| | | | | | | | initialization of counters
| * 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 ↵Bart De Schuymer2011-08-111-4/+4
| | | | | | | | Volkov)
| * initialize some variables to get rid of warnings when compiling with ↵Bart De Schuymer2011-08-112-4/+4
| | | | | | | | optimization
| * 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 ↵Bart De Schuymer2011-06-231-7/+0
| | | | | | | | Coverity static analysis (thanks to Jiri Popelka)
| * 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 ↵Bart De Schuymer2011-06-231-2/+2
| | | | | | | | Popelka)
| * 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 ↵Bart De Schuymer2011-06-191-3/+7
| | | | | | | | kernel
| * export use_lockfdBart De Schuymer2011-06-191-0/+2
| |
| * add logic to support the --concurrent option: use a file lock to support ↵Bart De Schuymer2011-06-191-0/+67
| | | | | | | | concurrent scripts running ebtables
| * add logic to support the --concurrent option: use a file lock to support ↵Bart De Schuymer2011-06-191-0/+14
| | | | | | | | concurrent scripts running ebtables
| * add option --concurrentBart De Schuymer2011-06-191-0/+3
| |
| * rename the libebtc target to libebtc.so and remove the .PHONY for libebtc ↵Bart De Schuymer2011-06-191-5/+4
| | | | | | | | (thanks to Bertrand Jacquin)
| * only test on errno when an error occurred (especially on mips); fix some ↵Bart De Schuymer2011-05-291-5/+5
| | | | | | | | warnings
| * extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)Bart De Schuymer2011-01-183-2/+240
| |
| * put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is definedBart De Schuymer2010-12-183-3/+3
| |
| * define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use ↵Bart De Schuymer2010-12-181-0/+1
| | | | | | | | kernel headers from user space
| * remove reference to old mailing lists and refer to the relevant web pages ↵Bart De Schuymer2010-12-181-3/+3
| | | | | | | | instead
| * add xtables CLASSIFY target (Frederic Leroy)Bart De Schuymer2010-11-153-1/+131
| |
| * respect LDFLAGS (Peter Volkov)Bart De Schuymer2010-10-241-1/+1
| |
| * - use -n so that IP addresses are resolved (similar to iptables' behaviour)Bart De Schuymer2010-10-101-5/+2
| | | | | | | | - don't use -v because the reason for using it was due to a bug which has now been fixed
| * also print the -i and -o interface if -v isn't specifiedBart De Schuymer2010-10-101-22/+33
| |
| * make arptables --proto-type also accept hexadecimal inputs (Jeroen van ↵Bart De Schuymer2010-10-091-1/+1
| | | | | | | | Wolffelaar)
| * - remove old version from manpage (Peter Volkov)Bart De Schuymer2010-10-091-4/+4
| | | | | | | | - refer to netfilter mailing lists
| * added include/net/ip.h, net/ipv4/netfilter/ip_conntrack_core.cBart De Schuymer2010-04-221-6/+6
| |
| * *** empty log message ***Bart De Schuymer2010-04-221-0/+2
| |
| * fix --among-dst-file, which translated into --among-src (reported by Thierry ↵Bart De Schuymer2010-04-221-1/+1
| | | | | | | | Watelet)
| * - use zuBart De Schuymer2010-03-181-3/+5
| | | | | | | | | | - remove warning caused by strict-aliasing rules (Jan Engelhardt)
| * - llu -> PRIu64 conversionBart De Schuymer2010-03-181-2/+4
| | | | | | | | - remove warning caused by strict-aliasing rules (Jan Engelhardt)