summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_NFQUEUE.c
Commit message (Expand)AuthorAgeFilesLines
* src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-15/+12
* extensions: libxt_NFQUEUE: Unstack different versionsShivani Bhardwaj2016-04-271-12/+92
* extensions: libxt_NFQUEUE: Fix bug with order of fanout and bypassShivani Bhardwaj2016-04-271-1/+1
* iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso2016-03-091-6/+9
* extensions: libxt_NFQUEUE: Add translation to nftShivani Bhardwaj2016-02-161-1/+57
* extensions: libxt_NFQUEUE: add --queue-cpu-fanout parameterholger@eitzenberger.org2013-05-291-3/+60
* libxt_NFQUEUE: fix --queue-bypass ipt-save outputFlorian Westphal2011-11-011-1/+1
* libxt_NFQUEUE: add mutual exclusion between qnum and qbalJan Engelhardt2011-05-251-2/+5
* libxt_NFQUEUE: avoid double attempt at parsingJan Engelhardt2011-05-251-4/+1
* libxt_NFQUEUE: use guided option parserJan Engelhardt2011-04-131-92/+47
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-6/+6
* extensions: libxt_NFQUEUE: add v2 revision with --queue-bypass optionFlorian Westphal2011-01-201-6/+58
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-4/+0
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-3/+4
* libxt_NFQUEUE: add new v1 version with queue-balance optionFlorian Westphal2009-08-201-4/+112
* extensions: collapse registration structuresJan Engelhardt2009-06-261-15/+1
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-2/+2
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-1/+1
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-271-1/+1
* src: remove redundant returns at end of void-returning functionsJan Engelhardt2009-01-271-1/+0
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-2/+2
* src: Update commentsJan Engelhardt2008-09-011-2/+0
* Remove old functions, constantsJan Engelhardt2008-04-151-2/+2
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* Unique names 2/6Jan Engelhardt2007-10-041-25/+21
* Delete empty ->final_check() functionsJan Engelhardt2007-10-041-7/+0
* Delete empty ->init() functionsJan Engelhardt2007-10-041-6/+0
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-2/+2
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+1
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt2007-07-301-2/+0
* Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.cYasuyuki KOZAKAI2007-07-241-0/+132