netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] ipset: add "inner" flag version support
@ 2013-07-05 22:23 Dash Four
  2013-07-08  7:50 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 4+ messages in thread
From: Dash Four @ 2013-07-05 22:23 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: Pablo Neira Ayuso, Netfilter Core Team

This series of 2 patches supplements the previous version (v3) and adds
"inner" flag version support to all registered ipset types
(kernel + userspace).

Dash Four (2):
   ipset: add set match "inner" flag support
   ipset (userspace): add "inner" flag version support

  kernel/net/netfilter/ipset/ip_set_bitmap_ip.c      | 10 ++-
  kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c   | 10 ++-
  kernel/net/netfilter/ipset/ip_set_bitmap_port.c    |  4 +-
  kernel/net/netfilter/ipset/ip_set_hash_ip.c        | 13 +++-
  kernel/net/netfilter/ipset/ip_set_hash_ipport.c    | 19 +++--
  kernel/net/netfilter/ipset/ip_set_hash_ipportip.c  | 25 ++++---
  kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c | 29 +++++---
  kernel/net/netfilter/ipset/ip_set_hash_net.c       | 13 +++-
  kernel/net/netfilter/ipset/ip_set_hash_netiface.c  | 13 +++-
  kernel/net/netfilter/ipset/ip_set_hash_netport.c   | 24 +++---
  lib/ipset_bitmap_ip.c                              | 45 ++++++++++++
  lib/ipset_bitmap_ipmac.c                           | 51 +++++++++++++
  lib/ipset_bitmap_port.c                            | 44 +++++++++++
  lib/ipset_hash_ip.c                                | 44 +++++++++++
  lib/ipset_hash_ipport.c                            | 63 ++++++++++++++++
  lib/ipset_hash_ipportip.c                          | 74 +++++++++++++++++++
  lib/ipset_hash_ipportnet.c                         | 84 +++++++++++++++++++++
  lib/ipset_hash_net.c                               | 49 +++++++++++++
  lib/ipset_hash_netiface.c                          | 64 ++++++++++++++++
  lib/ipset_hash_netport.c                           | 69 ++++++++++++++++++
  20 files changed, 694 insertions(+), 53 deletions(-)

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

end of thread, other threads:[~2013-07-10 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 22:23 [PATCH v4 0/2] ipset: add "inner" flag version support Dash Four
2013-07-08  7:50 ` Jozsef Kadlecsik
2013-07-08 17:02   ` Jozsef Kadlecsik
2013-07-10 11:31     ` Dash Four

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).