Don't use 'release' macro.
[platform/upstream/ebtables.git] / ebtables.c
2011-08-11 Bart De Schuymerinitialize some variables to get rid of warnings when...
2011-06-19 Bart De Schuymeradd logic to support the --concurrent option: use a...
2010-03-16 Bart De Schuymeruse PRIu64 instead of llu with 64-bit unsigned integers
2007-02-11 Bart De Schuymerspeedup checking for loops
2006-12-22 Bart De Schuymermake printing of uint64_t architecture independent
2006-11-10 Bart De Schuymerbugfix, thanks to Lutz Jaenicke
2006-04-11 Bart De Schuymerbetter error message with target problems
2005-11-11 Bart De Schuymerdon't allow ' ' in chain names
2005-10-01 Bart De Schuymerminor changes
2005-09-28 Bart De Schuymercleanup
2005-08-28 Bart De Schuymerput rules in doubly linked list
2005-08-28 Bart De Schuymerput reference to cc in each entry
2005-08-27 Bart De Schuymermake array of chains
2005-07-24 Bart De Schuymerallow -I without rule number
2005-07-16 Bart De Schuymercleanup
2005-06-18 Bart De Schuymerintroduce EBT_DEBUG
2005-03-28 Bart De Schuymermore cleanup
2005-02-19 Bart De Schuymercleanup
2005-02-14 Bart De Schuymercomplete -c and -C implementation
2005-02-08 Bart De Schuymergeneral cleanup + add -C and -c
2005-01-25 Bart De Schuymeradd -c option
2005-01-23 Bart De Schuymeradd new counter scheme
2005-01-20 Bart De Schuymerallow --Lc,--Lx,etc in daemon mode
2005-01-19 Bart De Schuymeradd ebtablesu scheme, along with general cleanup
2004-12-16 Bart De SchuymerFix problem with udc
2004-12-05 Bart De Schuymerfix listing of jump to udc
2004-11-11 Bart De Schuymerimprove Ethernet proto error message
2004-10-24 Bart De Schuymeradd wildcard support for interface names
2004-01-21 Bart De Schuymeradd shared libraries
2004-01-14 Bart De SchuymerMake ebtables library functions
2003-07-25 Bart De Schuymerfix -X udc
2003-07-23 Bart De Schuymersupport sparc64
2003-07-17 Bart De SchuymerAdd BGA - bridge group address
2003-07-13 Bart De SchuymerAdd -X without specified chain: removes all non-referen...
2003-06-14 Bart De Schuymerupdate counters for 'X', 'N' and 'E'.
2003-05-25 Bart De Schuymer*** empty log message ***
2003-05-22 Bart De Schuymerfix rule nr handling with -D
2003-05-04 Bart De Schuymer--atomic-commit should only try insmod when all else...
2003-05-03 Bart De Schuymeruse print_mac_and_mask()
2003-04-17 Bart De Schuymeradd negative rule counter support
2003-04-01 Bart De Schuymerintroduce PRINT_VERSION
2003-01-11 Bart De Schuymerintroduce -h list_extensions
2003-01-11 Bart De Schuymercosmetic changes
2003-01-09 Bart De Schuymerupdate chain jumps when removing a chain
2002-12-11 Bart De Schuymer*** empty log message ***
2002-12-03 Bart De Schuymeradd support for the EBTABLES_ATOMIC_FILE environment...
2002-11-22 Bart De Schuymerremove PROTOCOLFILE
2002-11-20 Bart De Schuymergetethertype.c related stuff, use /* */ for comments
2002-11-06 Bart De Schuymeradd possibility to specify a rule interval when deletin...
2002-11-03 Bart De Schuymerallow ! - option, equivalent with - ! option
2002-10-17 Bart De Schuymeradd bcnt
2002-08-24 Bart De Schuymer*** empty log message ***
2002-08-18 Bart De Schuymerdisallow RETURN policy on base chain
2002-08-18 Bart De Schuymertell user max interface name length
2002-08-17 Bart De Schuymer*** empty log message ***
2002-08-16 Bart De Schuymerfix --atomic-commit when ebtables not loaded
2002-08-13 Bart De Schuymercosmetic improvements and some bugfixes (global descrip...
2002-08-11 Bart De Schuymer*** empty log message ***
2002-08-11 Bart De Schuymer*** empty log message ***
2002-08-11 Bart De Schuymerremove database
2002-08-01 Bart De Schuymer*** empty log message ***
2002-07-25 Bart De Schuymerallow checking for --xxxx--target RETURN rules on base...
2002-07-25 Bart De Schuymercode cleanup/bugfixes
2002-07-21 Bart De Schuymerrelocate counterchanges
2002-07-19 Bart De SchuymerCode cleanup: get_a_line uses strtok() now
2002-07-16 Bart De Schuymer*** empty log message ***
2002-07-16 Bart De Schuymer--atomic-commit copies counters
2002-07-16 Bart De Schuymer--atomic-save copies counters too
2002-07-15 Bart De Schuymer*** empty log message ***
2002-07-14 Bart De Schuymer*** empty log message ***
2002-07-14 Bart De Schuymeradd --atomic options
2002-07-10 Bart De Schuymeradd --Lc, --Ln, --Lx
2002-07-07 Bart De Schuymer*** empty log message ***
2002-06-26 Bart De Schuymername_to_protocol()
2002-06-26 Bart De SchuymerDon't try to delete a chain that is referenced in anoth...
2002-06-26 Bart De SchuymerReread everything. Removed some bugs.
2002-06-25 Bart De Schuymerminor bugfix
2002-06-24 Bart De Schuymer*** empty log message ***
2002-06-23 Bart De Schuymer*** empty log message ***
2002-06-23 Bart De Schuymer*** empty log message ***
2002-06-23 Bart De Schuymeruser defined chains are working pretty good now
2002-06-23 Bart De Schuymerbase patch for user defined chains support
2002-06-14 Bart De Schuymerremove some header inclusions
2002-06-14 Bart De SchuymerTry to autoload ebtables kernel module when needed.
2002-06-05 Bart De Schuymeruse ether_ntoa() and ether_aton() library functions
2002-06-05 Bart De Schuymersmall stuff.
2002-06-01 Bart De SchuymerInitial revision