aboutsummaryrefslogtreecommitdiff
path: root/extensions/libxt_mark.c
AgeCommit message (Expand)Author
2011-04-13libxt_MARK: use guided option parserJan Engelhardt
2011-01-31iptables: do not print trailing whitespacesJan Engelhardt
2011-01-08extensions: remove no longer necessary default: casesJan Engelhardt
2011-01-08src: use C99/POSIX typesJan Engelhardt
2010-07-23all: consistent syntax use in struct optionJan Engelhardt
2010-02-01includes: header updatesJan Engelhardt
2009-11-03libxtables: hand argv to xtables_check_inverseJan Engelhardt
2009-06-26extensions: collapse data variables to use multi-reg callsJan Engelhardt
2009-06-01extensions: use NFPROTO_UNSPEC for .family fieldJan Engelhardt
2009-05-26extensions: add const qualifiers in print/save functionsJan Engelhardt
2009-02-21libxtables: prefix exit_error to xtables_errorJan Engelhardt
2009-01-30libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt
2009-01-30libxtables: prefix/order - param_actJan Engelhardt
2009-01-27libxtables: prefix/order - strtouiJan Engelhardt
2009-01-27extensions: use UINT_MAX constants over open-coded bits (1/2)Jan Engelhardt
2008-09-29mark: fix invalid iptables-save outputPablo Sebastian Greco
2008-09-01src: Update commentsJan Engelhardt
2008-04-15Remove old functions, constantsJan Engelhardt
2008-04-14Implement AF_UNSPEC as a wildcard for extensionsJan Engelhardt
2008-04-06Correct the family member value of libxt_mark revision 1Jan Engelhardt
2008-01-29fix gcc warningsMax Kellermann
2008-01-20libxt_mark r1Jan Engelhardt
2007-10-04Unique symbols 1/6Jan Engelhardt
2007-09-08Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy
2007-09-02Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley
2007-07-30Make the option structures const.Jan Engelhardt
2007-07-30Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt
2007-07-24Unifies libip[6]_mark.c into libxt_mark.cYasuyuki KOZAKAI