summaryrefslogtreecommitdiff
path: root/ebtables.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11initialize some variables to get rid of warnings when compiling with optimiza...Bart De Schuymer1-1/+1
2011-06-19add logic to support the --concurrent option: use a file lock to support conc...Bart De Schuymer1-0/+14
2010-03-16use PRIu64 instead of llu with 64-bit unsigned integersBart De Schuymer1-1/+1
2007-02-11speedup checking for loopsBart De Schuymer1-3/+8
2006-12-22make printing of uint64_t architecture independentBart De Schuymer1-1/+2
2006-11-10bugfix, thanks to Lutz JaenickeBart De Schuymer1-3/+2
2006-04-11better error message with target problemsBart De Schuymer1-2/+8
2005-11-11don't allow ' ' in chain namesBart De Schuymer1-4/+8
2005-10-01minor changesBart De Schuymer1-3/+10
2005-09-28cleanupBart De Schuymer1-5/+2
2005-08-28put rules in doubly linked listBart De Schuymer1-4/+4
2005-08-28put reference to cc in each entryBart De Schuymer1-12/+4
2005-08-27make array of chainsBart De Schuymer1-60/+11
2005-07-24allow -I without rule numberBart De Schuymer1-5/+7
2005-07-16cleanupBart De Schuymer1-0/+1
2005-06-18introduce EBT_DEBUGBart De Schuymer1-11/+31
2005-03-28more cleanupBart De Schuymer1-33/+35
2005-02-19cleanupBart De Schuymer1-71/+60
2005-02-14complete -c and -C implementationBart De Schuymer1-72/+140
2005-02-08general cleanup + add -C and -cBart De Schuymer1-19/+52
2005-01-25add -c optionBart De Schuymer1-13/+31
2005-01-23add new counter schemeBart De Schuymer1-5/+7
2005-01-20allow --Lc,--Lx,etc in daemon modeBart De Schuymer1-0/+10
2005-01-19add ebtablesu scheme, along with general cleanupBart De Schuymer1-590/+473
2004-12-16Fix problem with udcBart De Schuymer1-1/+1
2004-12-05fix listing of jump to udcBart De Schuymer1-0/+4
2004-11-11improve Ethernet proto error messageBart De Schuymer1-2/+3
2004-10-24add wildcard support for interface namesBart De Schuymer1-4/+36
2004-01-21add shared librariesBart De Schuymer1-119/+172
2004-01-14Make ebtables library functionsBart De Schuymer1-1478/+129
2003-07-25fix -X udcBart De Schuymer1-1/+1
2003-07-23support sparc64Bart De Schuymer1-6/+6
2003-07-17Add BGA - bridge group addressBart De Schuymer1-39/+29
2003-07-13Add -X without specified chain: removes all non-referenced user-definedBart De Schuymer1-29/+173
2003-06-14update counters for 'X', 'N' and 'E'.Bart De Schuymer1-21/+29
2003-05-25*** empty log message ***Bart De Schuymer1-1/+2
2003-05-22fix rule nr handling with -DBart De Schuymer1-6/+3
2003-05-04--atomic-commit should only try insmod when all else failsBart De Schuymer1-8/+7
2003-05-03use print_mac_and_mask()Bart De Schuymer1-21/+36
2003-04-17add negative rule counter supportBart De Schuymer1-22/+29
2003-04-01introduce PRINT_VERSIONBart De Schuymer1-3/+6
2003-01-11introduce -h list_extensionsBart De Schuymer1-0/+35
2003-01-11cosmetic changesBart De Schuymer1-9/+9
2003-01-09update chain jumps when removing a chainBart De Schuymer1-4/+14
2002-12-11*** empty log message ***Bart De Schuymer1-1/+1
2002-12-03add support for the EBTABLES_ATOMIC_FILE environment variable.Bart De Schuymer1-28/+36
2002-11-22remove PROTOCOLFILEBart De Schuymer1-6/+0
2002-11-20getethertype.c related stuff, use /* */ for commentsBart De Schuymer1-224/+330
2002-11-06add possibility to specify a rule interval when deleting rulesBart De Schuymer1-36/+78
2002-11-03allow ! - option, equivalent with - ! optionBart De Schuymer1-2/+16