summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)Bart De Schuymer2011-01-181-2/+225
* put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is definedBart De Schuymer2010-12-183-3/+3
* fix --among-dst-file, which translated into --among-src (reported by Thierry ...Bart De Schuymer2010-04-221-1/+1
* add LDFLAGS (Peter Volkov)Bart De Schuymer2010-03-161-1/+1
* fix simple regressionBart De Schuymer2009-06-211-1/+1
* prevent source code corruption with static build (reported by Tino Keitel)Bart De Schuymer2009-02-121-2/+2
* make string_to_number() staticBart De Schuymer2009-02-121-1/+1
* add nflog to the build processBart De Schuymer2009-02-121-1/+1
* add ebtables nflog support (Peter Warasin)Bart De Schuymer2008-03-171-0/+179
* fix for x86-64 (reported by Pavel Emelyanov)Bart De Schuymer2008-03-041-11/+13
* Kuo-Lang Tseng et al: add ipv6 supportBart De Schuymer2008-02-213-1/+353
* Jan Engelhardt: remove unneedd macroBart De Schuymer2008-02-0316-17/+17
* add gratuitous arp filteringBart De Schuymer2007-03-281-3/+18
* *** empty log message ***Bart De Schuymer2006-12-221-0/+1
* add --snat-arpBart De Schuymer2006-12-151-5/+18
* remove magic number -16Bart De Schuymer2006-12-151-7/+7
* shared libraries need fPICBart De Schuymer2006-12-141-2/+2
* always show targetBart De Schuymer2006-10-121-2/+0
* add --mark-or, --mark-xor and --mark-and support for mark targetBart De Schuymer2006-10-031-12/+62
* allow list taken from a file for among matchBart De Schuymer2006-08-171-4/+43
* deal with multiple declaration of _initBart De Schuymer2006-08-171-2/+2
* remove unsigned char * warning with gcc 4.0Bart De Schuymer2006-01-234-10/+14
* allow SCTP/DCCP (Patrick McHardy)Bart De Schuymer2006-01-231-5/+8
* disallow "Bart De Schuymer2005-09-261-0/+2
* make array of chainsBart De Schuymer2005-08-271-2/+1
* fix --ulogBart De Schuymer2005-07-241-1/+1
* use ebt_check_option2Bart De Schuymer2005-02-141-1/+1
* general cleanup + add -C and -cBart De Schuymer2005-02-0820-501/+435
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-193-16/+13
* make range specification like -pBart De Schuymer2004-12-211-52/+77
* prefer mark-set over set-markBart De Schuymer2004-12-051-2/+5
* add ulog watcherBart De Schuymer2004-11-202-1/+185
* fix -D --arp-mac-srcBart De Schuymer2004-09-041-4/+4
* add shared librariesBart De Schuymer2004-01-2119-152/+157
* Make ebtables library functionsBart De Schuymer2004-01-1418-219/+102
* *** empty log message ***Bart De Schuymer2003-11-021-1/+3
* *** empty log message ***Bart De Schuymer2003-10-121-2/+2
* *** empty log message ***Bart De Schuymer2003-10-121-1/+1
* *** empty log message ***Bart De Schuymer2003-09-271-1/+1
* *** empty log message ***Bart De Schuymer2003-09-271-1/+12
* Tom Marshall <tommy_at_home.tig-grr.com>Bart De Schuymer2003-09-181-0/+219
* changed the structure of the hash tablegborowiak2003-09-161-90/+164
* Changed to new fashion (print_mac, named fields...)gborowiak2003-09-071-10/+10
* '!' in --i[ds]nat-list changed to '_', because '!' is a special in bashgborowiak2003-09-071-25/+25
* - variable size of the pool of addresses, no limit to 256gborowiak2003-09-071-78/+203
* Initial releasegborowiak2003-09-071-0/+379
* Grzegorz Borowiak <grzes_at_gnu.univ.gda.pl>Bart De Schuymer2003-09-021-0/+233
* C99 initializersBart De Schuymer2003-08-3016-138/+133