Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-08-11 | initialize some variables to get rid of warnings when compiling with optimiza... | Bart De Schuymer | 1 | -1/+1 |
2011-06-19 | add logic to support the --concurrent option: use a file lock to support conc... | Bart De Schuymer | 1 | -0/+14 |
2010-03-16 | use PRIu64 instead of llu with 64-bit unsigned integers | Bart De Schuymer | 1 | -1/+1 |
2007-02-11 | speedup checking for loops | Bart De Schuymer | 1 | -3/+8 |
2006-12-22 | make printing of uint64_t architecture independent | Bart De Schuymer | 1 | -1/+2 |
2006-11-10 | bugfix, thanks to Lutz Jaenicke | Bart De Schuymer | 1 | -3/+2 |
2006-04-11 | better error message with target problems | Bart De Schuymer | 1 | -2/+8 |
2005-11-11 | don't allow ' ' in chain names | Bart De Schuymer | 1 | -4/+8 |
2005-10-01 | minor changes | Bart De Schuymer | 1 | -3/+10 |
2005-09-28 | cleanup | Bart De Schuymer | 1 | -5/+2 |
2005-08-28 | put rules in doubly linked list | Bart De Schuymer | 1 | -4/+4 |
2005-08-28 | put reference to cc in each entry | Bart De Schuymer | 1 | -12/+4 |
2005-08-27 | make array of chains | Bart De Schuymer | 1 | -60/+11 |
2005-07-24 | allow -I without rule number | Bart De Schuymer | 1 | -5/+7 |
2005-07-16 | cleanup | Bart De Schuymer | 1 | -0/+1 |
2005-06-18 | introduce EBT_DEBUG | Bart De Schuymer | 1 | -11/+31 |
2005-03-28 | more cleanup | Bart De Schuymer | 1 | -33/+35 |
2005-02-19 | cleanup | Bart De Schuymer | 1 | -71/+60 |
2005-02-14 | complete -c and -C implementation | Bart De Schuymer | 1 | -72/+140 |
2005-02-08 | general cleanup + add -C and -c | Bart De Schuymer | 1 | -19/+52 |
2005-01-25 | add -c option | Bart De Schuymer | 1 | -13/+31 |
2005-01-23 | add new counter scheme | Bart De Schuymer | 1 | -5/+7 |
2005-01-20 | allow --Lc,--Lx,etc in daemon mode | Bart De Schuymer | 1 | -0/+10 |
2005-01-19 | add ebtablesu scheme, along with general cleanup | Bart De Schuymer | 1 | -590/+473 |
2004-12-16 | Fix problem with udc | Bart De Schuymer | 1 | -1/+1 |
2004-12-05 | fix listing of jump to udc | Bart De Schuymer | 1 | -0/+4 |
2004-11-11 | improve Ethernet proto error message | Bart De Schuymer | 1 | -2/+3 |
2004-10-24 | add wildcard support for interface names | Bart De Schuymer | 1 | -4/+36 |
2004-01-21 | add shared libraries | Bart De Schuymer | 1 | -119/+172 |
2004-01-14 | Make ebtables library functions | Bart De Schuymer | 1 | -1478/+129 |
2003-07-25 | fix -X udc | Bart De Schuymer | 1 | -1/+1 |
2003-07-23 | support sparc64 | Bart De Schuymer | 1 | -6/+6 |
2003-07-17 | Add BGA - bridge group address | Bart De Schuymer | 1 | -39/+29 |
2003-07-13 | Add -X without specified chain: removes all non-referenced user-defined | Bart De Schuymer | 1 | -29/+173 |
2003-06-14 | update counters for 'X', 'N' and 'E'. | Bart De Schuymer | 1 | -21/+29 |
2003-05-25 | *** empty log message *** | Bart De Schuymer | 1 | -1/+2 |
2003-05-22 | fix rule nr handling with -D | Bart De Schuymer | 1 | -6/+3 |
2003-05-04 | --atomic-commit should only try insmod when all else fails | Bart De Schuymer | 1 | -8/+7 |
2003-05-03 | use print_mac_and_mask() | Bart De Schuymer | 1 | -21/+36 |
2003-04-17 | add negative rule counter support | Bart De Schuymer | 1 | -22/+29 |
2003-04-01 | introduce PRINT_VERSION | Bart De Schuymer | 1 | -3/+6 |
2003-01-11 | introduce -h list_extensions | Bart De Schuymer | 1 | -0/+35 |
2003-01-11 | cosmetic changes | Bart De Schuymer | 1 | -9/+9 |
2003-01-09 | update chain jumps when removing a chain | Bart De Schuymer | 1 | -4/+14 |
2002-12-11 | *** empty log message *** | Bart De Schuymer | 1 | -1/+1 |
2002-12-03 | add support for the EBTABLES_ATOMIC_FILE environment variable. | Bart De Schuymer | 1 | -28/+36 |
2002-11-22 | remove PROTOCOLFILE | Bart De Schuymer | 1 | -6/+0 |
2002-11-20 | getethertype.c related stuff, use /* */ for comments | Bart De Schuymer | 1 | -224/+330 |
2002-11-06 | add possibility to specify a rule interval when deleting rules | Bart De Schuymer | 1 | -36/+78 |
2002-11-03 | allow ! - option, equivalent with - ! option | Bart De Schuymer | 1 | -2/+16 |