netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-18 00:25:51 to 2014-09-29 12:39:21 UTC [more...]

[PATCH 00/34] pull request: netfilter/ipvs updates for net-next
 2014-09-29 12:39 UTC  (33+ messages)
` [PATCH 01/34] netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADE
` [PATCH 02/34] netfilter: nf_tables: add NFTA_MASQ_UNSPEC to nft_masq_attributes
` [PATCH 03/34] netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT
` [PATCH 04/34] netfilter: masquerading needs to be independent of x_tables in Kconfig
` [PATCH 05/34] netfilter: ipset: Fix static checker warning in ip_set_core.c
` [PATCH 06/34] netfilter: ipset: Add skbinfo extension kernel support in the ipset core
` [PATCH 07/34] netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types
` [PATCH 08/34] netfilter: ipset: Add skbinfo extension kernel support for the hash "
` [PATCH 09/34] netfilter: ipset: Add skbinfo extension kernel support for the list set type
` [PATCH 10/34] netfilter: ipset: Add skbinfo extension support to SET target
` [PATCH 11/34] netfilter: ipset: send nonzero skbinfo extensions only
` [PATCH 12/34] netfilter: ipset: hash:mac type added to ipset
` [PATCH 13/34] ipvs: Add simple weighted failover scheduler
` [PATCH 14/34] ipvs: Add destination address family to netlink interface
` [PATCH 15/34] ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}
` [PATCH 16/34] ipvs: Pass destination address family to ip_vs_trash_get_dest
` [PATCH 17/34] ipvs: Supply destination address family to ip_vs_conn_new
` [PATCH 18/34] ipvs: prevent mixing heterogeneous pools and synchronization
` [PATCH 19/34] ipvs: Pull out crosses_local_route_boundary logic
` [PATCH 20/34] ipvs: Pull out update_pmtu code
` [PATCH 21/34] ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools
` [PATCH 22/34] ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding
` [PATCH 23/34] ipvs: address family of LBLC entry depends on svc family
` [PATCH 24/34] ipvs: address family of LBLCR "
` [PATCH 25/34] ipvs: use correct address family in scheduler logs
` [PATCH 26/34] ipvs: use the new dest addr family field
` [PATCH 27/34] ipvs: Allow heterogeneous pools now that we support them
` [PATCH 28/34] netfilter: nfnetlink: use original skbuff when committing/aborting
` [PATCH 29/34] netfilter: nf_tables: export rule-set generation ID
` [PATCH 30/34] net/netfilter/x_tables.c: use __seq_open_private()
` [PATCH 31/34] netfilter: bridge: nf_bridge_copy_header as static inline in header
` [PATCH 32/34] netfilter: bridge: move br_netfilter out of the core

[nft PATCH 3/3 v3] src: add list ruleset command
 2014-09-29 10:38 UTC  (2+ messages)

[nft PATCH 1/3] rule: rename do_command_list_cleanup() to table_cleanup()
 2014-09-29 10:38 UTC  (6+ messages)
` [nft PATCH 2/3 v2] rule: factorize chain and table listing code
` [nft PATCH 3/3 v2] src: add list ruleset command

[nft PATCH 1/2] rule: factorize chain and table listing code
 2014-09-29 10:37 UTC  (5+ messages)
` [nft PATCH 2/2] src: add list ruleset command

[PATCH nf v2] netfilter: conntrack: disable generic tracking for known protocols
 2014-09-29 10:31 UTC  (3+ messages)

[nf_tables PATCH 1/2 v2] netfilter: nf_tables: store and dump sets policy
 2014-09-29 10:18 UTC  (3+ messages)
` [nft PATCH 2/2 v2] src: add set optimization options

[PATCH] netfilter: bridge: unshare bridge info before change it
 2014-09-29  7:35 UTC 

[PATCH 0/5] nf pull request for net
 2014-09-26 20:21 UTC  (12+ messages)
` [PATCH 1/5] netfilter: nft_hash: no need for rcu in the hash set destroy path
` [PATCH 2/5] netfilter: nft_rbtree: no need for spinlock from "
` [PATCH 3/5] rhashtable: fix lockdep splat in rhashtable_destroy()
` [PATCH 4/5] netfilter: nfnetlink: deliver netlink errors on batch completion
` [PATCH 5/5] netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'

[libnftnl PATCH 1/2] examples: nft-set-json-add: generalize parsing format support
 2014-09-26 18:34 UTC  (2+ messages)
` [libnftnl PATCH 2/2] examples: nft-set-parse-add: give batching support

[nft PATCH 1/4 v2] payload: generate dependency in the appropriate byteorder
 2014-09-26 18:18 UTC  (7+ messages)
` [nft PATCH 2/4 v2] src: Enhance payload_gen_dependency()
` [nft PATCH 3/4 v2] datatype: Enhance symbolic_constant_parse()
` [nft PATCH 4/4 v4] nft: complete reject support

[nft] using `nft -i' as user shell
 2014-09-26 17:44 UTC  (2+ messages)

mmotm 2014-09-25-16-28 uploaded (nf_nat_masquerade_ipv4.c)
 2014-09-26 17:45 UTC  (3+ messages)

[PATCH 1/2 nf-next] netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
 2014-09-26 12:35 UTC  (2+ messages)
` [PATCH 2/2 nf-next] netfilter: move nf_send_resetX() code to nf_reject_ipvX modules

[PATCH 0/6 -stable] netfilter/ipvs patches
 2014-09-26 11:43 UTC  (7+ messages)
` [PATCH 1/6 -stable] ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack
` [PATCH 2/6 -stable] netfilter: xt_hashlimit: perform garbage collection from process context
` [PATCH 3/6 -stable] ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
` [PATCH 4/6 -stable] netfilter: x_tables: allow to use default cgroup match
` [PATCH 5/6 -stable] ipvs: fix ipv6 hook registration for local replies
` [PATCH 6/6 -stable] netfilter: nf_tables: don't update chain with unset counters

[PATCH] Allow to compile for < 3.17 kernel version
 2014-09-25 17:33 UTC  (4+ messages)

[conntrack-tools PATCH] man: fix hyphen used as minus sign
 2014-09-25 17:25 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: disable generic protocol tracking
 2014-09-25 15:04 UTC  (7+ messages)

[PATCH nf-next 0/2] modularize br_netfilter
 2014-09-25 11:25 UTC  (4+ messages)
` [PATCH nf-next 1/2] netfilter: bridge: nf_bridge_copy_header as static inline in header
` [PATCH nf-next] netfilter: move br_netfilter out of the bridge core

[PATCH libmnl] socket: creating a struct mnl_socket from a pre-existing socket
 2014-09-25 10:49 UTC  (5+ messages)
` [PATCHv2 "

[PATCH] ipset: Fix hyphen used as minus sign in manpage
 2014-09-25  7:56 UTC 

[PATCH 0/3]: parser cleanups
 2014-09-24 12:20 UTC  (4+ messages)
` [PATCH 1/3] expr: make range_low()/range_high() usable outside of segtree
` [PATCH 2/3] queue: clean up queue statement
` [PATCH 3/3] parser: rearrange monitor/export rules

[PATCH] parser: simplify monitor command parsing
 2014-09-24 11:42 UTC  (5+ messages)

[PATCH v2] net/netfilter/x_tables.c: use __seq_open_private()
 2014-09-24  8:14 UTC  (4+ messages)

[PATCH] net/netfilter/x_tables.c: use __seq_open_private()
 2014-09-23 15:38 UTC  (5+ messages)

[libnftnl PATCH 1/2] examples: merge nft-rule-{xml|json}-add.c
 2014-09-23 13:50 UTC  (4+ messages)
` [libnftnl PATCH 2/2] examples: nft-rule-parse-add: give batching support

[nft PATCH 2/2 v3] src: add set optimization options
 2014-09-23 12:05 UTC 

[ANNOUNCE] ipset 6.23 released
 2014-09-23 11:34 UTC 

[nft PATCH 1/4] payload: generate dependency in the appropriate byteorder
 2014-09-23  6:43 UTC  (12+ messages)
` [nft PATCH 2/4] src: Enhance payload_gen_dependency()
` [nft PATCH 3/4] datatype: add symbolic_constant_parse_table()
` [nft PATCH 4/4 v3] nft: complete reject support

gen_ip/ip_rcv tools
 2014-09-23  3:43 UTC 

[nft] the -nnn switch
 2014-09-22 10:04 UTC  (4+ messages)

[nf_tables 1/3] netfilter: nf_tables: store and dump sets mechanism options
 2014-09-22 10:01 UTC  (13+ messages)
` [libnftnl 2/3] set: fix set nlmsg desc parsing
` [nft 3/3] src: add set optimization options

HOW ARE YOU?
 2014-09-22  1:16 UTC 

Bug: ipset-6.22 broken with dynamic modules
 2014-09-20 17:55 UTC  (2+ messages)

ipset save issue
 2014-09-20 17:54 UTC  (2+ messages)

[PATCH] extensions: libxt_devgroup: Fix the path of the mappings file
 2014-09-19 13:18 UTC  (2+ messages)

[PATCH 1/2 v2 nf-next] net: bridge: don't register netfilter call_iptables hooks by default
 2014-09-19 10:13 UTC  (7+ messages)

[HEADS UP] netfilter.org maintainance downtime
 2014-09-19  9:54 UTC 

Query on "Add locking to prevent concurrent instances" patch
 2014-09-18 17:56 UTC  (2+ messages)

[v3 nft 0/7] tests: Automated regression testing
 2014-09-18 11:02 UTC  (9+ messages)
` [v3 nft 1/7] tests: Add automated "
` [v3 nft 2/7] tests: Add ip folder with test files
` [v3 nft 3/7] tests: Add ip6 "
` [v3 nft 4/7] tests: Add inet "
` [v3 nft 5/7] tests: Add arp "
` [v3 nft 6/7] tests: Add bridge "
` [v3 nft 7/7] tests: Add any "

[GIT PULL v2 00/15] Second Round of IPVS Updates for v3.18
 2014-09-18  9:03 UTC  (13+ messages)
` [PATCH 05/15] ipvs: Supply destination address family to ip_vs_conn_new
` [PATCH 06/15] ipvs: prevent mixing heterogeneous pools and synchronization
` [PATCH 07/15] ipvs: Pull out crosses_local_route_boundary logic
` [PATCH 08/15] ipvs: Pull out update_pmtu code
` [PATCH 09/15] ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools
` [PATCH 10/15] ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding
` [PATCH 11/15] ipvs: address family of LBLC entry depends on svc family
` [PATCH 12/15] ipvs: address family of LBLCR "
` [PATCH 13/15] ipvs: use correct address family in scheduler logs
` [PATCH 14/15] ipvs: use the new dest addr family field
` [PATCH 15/15] ipvs: Allow heterogeneous pools now that we support them

[PATCH nft v2 0/6] tests: Automated regression testing
 2014-09-18  8:52 UTC  (3+ messages)

[GIT PULL nf-next 00/21] Second Round of IPVS Updates for v3.18
 2014-09-18  0:27 UTC  (6+ messages)


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