netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] add mark target
@ 2015-03-26  9:33 Zhang Chunyu
  2015-03-26  9:33 ` [PATCH V3 1/2] Add revision field for xt_entry_target Zhang Chunyu
  2015-03-26  9:33 ` [PATCH V3 2/2] Add MARK target for arptables Zhang Chunyu
  0 siblings, 2 replies; 7+ messages in thread
From: Zhang Chunyu @ 2015-03-26  9:33 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Zhang Chunyu

v1:
  add mark target for arptables

v2:
  add --and-mark
  add --or-mark
  add revision for common api

v3:
  fold 2/4, 3/4 and 4/4 patch into one single patch
  use C99 initialization
  change some format

Zhang Chunyu (2):
  Add MARK target for arptables

 arptables.8                              |  17 ++++
 arptables.c                              |   2 +
 extensions/Makefile                      |   2 +-
 extensions/arpt_CLASSIFY.c               |   1 +
 extensions/arpt_MARK.c                   | 151 +++++++++++++++++++++++++++++++
 extensions/arpt_mangle.c                 |   1 +
 extensions/arpt_standard.c               |   1 +
 include/arptables.h                      |   6 ++
 include/linux/netfilter_arp/arp_tables.h |   3 +-
 9 files changed, 182 insertions(+), 2 deletions(-)
 create mode 100644 extensions/arpt_MARK.c

-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-30  1:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26  9:33 [PATCH V3 0/2] add mark target Zhang Chunyu
2015-03-26  9:33 ` [PATCH V3 1/2] Add revision field for xt_entry_target Zhang Chunyu
2015-03-26 12:45   ` Pablo Neira Ayuso
2015-03-27  1:34     ` Zhang, Chunyu
2015-03-27 11:02       ` Pablo Neira Ayuso
2015-03-30  1:30         ` Zhang, Chunyu
2015-03-26  9:33 ` [PATCH V3 2/2] Add MARK target for arptables Zhang Chunyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).