summaryrefslogtreecommitdiff
path: root/communication.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-24fix compilation warningPetri Gynther1-1/+1
2011-12-15bugfix: setting rule in first built-in chain caused setting all counters to z...Bart De Schuymer1-1/+1
2011-12-04fix rule counter bug (reported by James Sinclair): possible wrong initializa...Bart De Schuymer1-0/+1
2011-08-11initialize some variables to get rid of warnings when compiling with optimiza...Bart De Schuymer1-3/+3
2011-06-23fix possible issues found by Coverity static analysis (thanks to Jiri Popelka)Bart De Schuymer1-3/+7
2011-06-19Make the error message printed when an update of a table is rejected by the k...Bart De Schuymer1-3/+7
2009-12-11fix return value checking of creatBart De Schuymer1-2/+2
2009-11-04fix unwanted zeroing of counters in the last udc (reported by Jon Lewis)Bart De Schuymer1-2/+3
2006-03-13fix chain jumpBart De Schuymer1-1/+1
2006-01-23remove unsigned char * warning with gcc 4.0Bart De Schuymer1-2/+2
2005-11-09use system call creat to create empty fileBart De Schuymer1-25/+9
2005-09-28cleanupBart De Schuymer1-1/+1
2005-09-01fix memory leakBart De Schuymer1-7/+10
2005-08-28put rules in doubly linked listBart De Schuymer1-14/+19
2005-08-28put reference to cc in each entryBart De Schuymer1-39/+46
2005-08-27make array of chainsBart De Schuymer1-95/+31
2005-06-18bugfixBart De Schuymer1-1/+4
2005-03-28more cleanupBart De Schuymer1-6/+17
2005-02-14complete -c and -C implementationBart De Schuymer1-1/+12
2005-02-08general cleanup + add -C and -cBart De Schuymer1-1/+2
2005-01-25update counters sent to kernel correctlyBart De Schuymer1-0/+1
2005-01-23add new counter schemeBart De Schuymer1-15/+22
2005-01-19missing =Bart De Schuymer1-1/+1
2005-01-19add ebtablesu scheme, along with general cleanupBart De Schuymer1-95/+140
2004-01-21add shared librariesBart De Schuymer1-59/+69
2004-01-14Make ebtables library functionsBart De Schuymer1-16/+27
2003-08-27"out of memory" bug fixBart De Schuymer1-1/+1
2003-07-23support sparc64Bart De Schuymer1-21/+35
2003-05-04--atomic-commit should only try insmod when all else failsBart De Schuymer1-4/+13
2003-05-01also update bcntBart De Schuymer1-0/+1
2003-01-11cosmetic changesBart De Schuymer1-51/+69
2002-08-24*** empty log message ***Bart De Schuymer1-2/+4
2002-08-24*** empty log message ***Bart De Schuymer1-1/+0
2002-08-13cosmetic improvements and some bugfixes (global description)Bart De Schuymer1-1/+0
2002-08-11remove databaseBart De Schuymer1-35/+0
2002-08-01*** empty log message ***Bart De Schuymer1-1/+1
2002-08-01*** empty log message ***Bart De Schuymer1-1/+2
2002-07-26bugfixBart De Schuymer1-6/+5
2002-07-25*** empty log message ***Bart De Schuymer1-1/+2
2002-07-25code cleanupBart De Schuymer1-42/+32
2002-07-21relocate counterchangesBart De Schuymer1-1/+2
2002-07-15*** empty log message ***Bart De Schuymer1-11/+21
2002-07-14add --atomic optionsBart De Schuymer1-19/+164
2002-06-23user defined chains are working pretty good nowBart De Schuymer1-1/+1
2002-06-23base patch for user defined chains supportBart De Schuymer1-34/+153
2002-06-14Change get_table return type.Bart De Schuymer1-5/+4
2002-06-05Change ebtables output when the kernel doesn't support a module.Bart De Schuymer1-5/+6
2002-06-01Initial revisionBart De Schuymer1-0/+454