summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-04-14don't print IPv6 mask if it's all ones (based on patch by Mariusz Mazur <mmaz...upstream/2.0.10submit/upstream/20140618.160417upstreamBart De Schuymer1-2/+2
2013-07-03workaround for kernel regression bug: IPv6 source/destination addresses are p...Luis Fernando1-0/+4
2011-08-11respect LDFLAGS (Peter Volkov)Bart De Schuymer1-1/+1
2011-08-11small changes to remove warnings when optimization is on (thanks to Peter Vol...Bart De Schuymer1-4/+4
2011-06-23remove irrelevant negative value check for the result of strtoul, found by Co...Bart De Schuymer1-7/+0
2011-06-23free possible memory leak found by Coverity static analysis (Jiri Popelka)Bart De Schuymer1-0/+2
2011-01-18extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)Bart De Schuymer1-2/+225
2010-12-18put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is definedBart De Schuymer3-3/+3
2010-04-22fix --among-dst-file, which translated into --among-src (reported by Thierry ...Bart De Schuymer1-1/+1
2010-03-16add LDFLAGS (Peter Volkov)Bart De Schuymer1-1/+1
2009-06-21fix simple regressionBart De Schuymer1-1/+1
2009-02-12prevent source code corruption with static build (reported by Tino Keitel)Bart De Schuymer1-2/+2
2009-02-12make string_to_number() staticBart De Schuymer1-1/+1
2009-02-12add nflog to the build processBart De Schuymer1-1/+1
2008-03-17add ebtables nflog support (Peter Warasin)Bart De Schuymer1-0/+179
2008-03-04fix for x86-64 (reported by Pavel Emelyanov)Bart De Schuymer1-11/+13
2008-02-21Kuo-Lang Tseng et al: add ipv6 supportBart De Schuymer3-1/+353
2008-02-03Jan Engelhardt: remove unneedd macroBart De Schuymer16-17/+17
2007-03-28add gratuitous arp filteringBart De Schuymer1-3/+18
2006-12-22*** empty log message ***Bart De Schuymer1-0/+1
2006-12-15add --snat-arpBart De Schuymer1-5/+18
2006-12-15remove magic number -16Bart De Schuymer1-7/+7
2006-12-14shared libraries need fPICBart De Schuymer1-2/+2
2006-10-12always show targetBart De Schuymer1-2/+0
2006-10-03add --mark-or, --mark-xor and --mark-and support for mark targetBart De Schuymer1-12/+62
2006-08-17allow list taken from a file for among matchBart De Schuymer1-4/+43
2006-08-17deal with multiple declaration of _initBart De Schuymer1-2/+2
2006-01-23remove unsigned char * warning with gcc 4.0Bart De Schuymer4-10/+14
2006-01-23allow SCTP/DCCP (Patrick McHardy)Bart De Schuymer1-5/+8
2005-09-26disallow "Bart De Schuymer1-0/+2
2005-08-27make array of chainsBart De Schuymer1-2/+1
2005-07-24fix --ulogBart De Schuymer1-1/+1
2005-02-14use ebt_check_option2Bart De Schuymer1-1/+1
2005-02-08general cleanup + add -C and -cBart De Schuymer20-501/+435
2005-01-19add ebtablesu scheme, along with general cleanupBart De Schuymer3-16/+13
2004-12-21make range specification like -pBart De Schuymer1-52/+77
2004-12-05prefer mark-set over set-markBart De Schuymer1-2/+5
2004-11-20add ulog watcherBart De Schuymer2-1/+185
2004-09-04fix -D --arp-mac-srcBart De Schuymer1-4/+4
2004-01-21add shared librariesBart De Schuymer19-152/+157
2004-01-14Make ebtables library functionsBart De Schuymer18-219/+102
2003-11-02*** empty log message ***Bart De Schuymer1-1/+3
2003-10-12*** empty log message ***Bart De Schuymer1-2/+2
2003-10-12*** empty log message ***Bart De Schuymer1-1/+1
2003-09-27*** empty log message ***Bart De Schuymer1-1/+1
2003-09-27*** empty log message ***Bart De Schuymer1-1/+12
2003-09-18Tom Marshall <tommy_at_home.tig-grr.com>Bart De Schuymer1-0/+219
2003-09-16changed the structure of the hash tablegborowiak1-90/+164
2003-09-07Changed to new fashion (print_mac, named fields...)gborowiak1-10/+10
2003-09-07'!' in --i[ds]nat-list changed to '_', because '!' is a special in bashgborowiak1-25/+25