netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-21 23:04:49 to 2015-08-10 17:58:35 UTC [more...]

[PATCH 0/5] Netfilter fixes for net
 2015-08-10 17:58 UTC  (4+ messages)
` [PATCH 1/5] netfilter: nf_conntrack: silence warning on falling back to vmalloc()
` [PATCH 3/5] netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()
` [PATCH 5/5] netfilter: SYNPROXY: fix sending window update to client

IPv6 and private net with masquerading not working correctly
 2015-08-10 17:39 UTC 

nft: parser problem, can use mark as datatype in sets and maps
 2015-08-10 17:09 UTC  (2+ messages)

iptables: AH/ESP init fix, and a build fix
 2015-08-10 12:15 UTC  (12+ messages)
` [PATCH 2/2] extensions: restore matching any SPI id by default

[PATCH] netfilter: ipt_SYNPROXY: fix sending window update to client
 2015-08-10 11:58 UTC  (10+ messages)
  ` [PATCH 1/2] netfilter: ip6t_SYNPROXY: fix NULL pointer dereference
    ` [PATCH 2/2] netfilter: ip6t_SYNPROXY: fix sending window update to client
      ` [PATCH v2 1/2] netfilter: ip6t_SYNPROXY: fix NULL pointer dereference
        ` [PATCH v2 2/2] netfilter: ip6t_SYNPROXY: fix sending window update to client

[PATCH nft v5 00/14] cache consolidation
 2015-08-10 11:50 UTC  (15+ messages)
` [PATCH nft v5 01/14] src: add cache infrastructure and use it for table objects
` [PATCH nft v5 02/14] src: add cmd_evaluate_list()
` [PATCH nft v5 03/14] rule: add reference counter to the table object
` [PATCH nft v5 04/14] src: add table declaration to cache
` [PATCH nft v5 05/14] src: use cache infrastructure for set objects
` [PATCH nft v5 06/14] src: add set declaration to cache
` [PATCH nft v5 07/14] src: early allocation of the set ID
` [PATCH nft v5 08/14] rule: add chain reference counter
` [PATCH nft v5 09/14] src: use cache infrastructure for chain objects
` [PATCH nft v5 10/14] evaluate: add cmd_evaluate_rename()
` [PATCH nft v5 11/14] src: add chain declarations to cache
` [PATCH nft v5 12/14] src: use cache infrastructure for rule objects
` [PATCH nft v5 13/14] src: use cache infrastructure for set element objects
` [PATCH nft v5 14/14] src: get rid of EINTR handling for nft_netlink()

[IPTABLES] Module ipt_same
 2015-08-10 10:34 UTC  (3+ messages)

[lnf-log RFC PATCH 0/2] introduce new functions to use without nflog_handle
 2015-08-10  8:17 UTC  (3+ messages)
` [lnf-log RFC PATCH 1/2] "
` [lnf-log RFC PATCH 2/2] utils: take a example from libmnl and use nflog_nlmsg_parse

[lnf-log PATCH] build: fix typo
 2015-08-10  8:11 UTC 

[PATCH nf-next 1/3] netfilter: nf_tables: add generation mask to table objects
 2015-08-10  7:56 UTC  (18+ messages)
` [PATCH nf-next 2/3] netfilter: nf_tables: add generation mask to chain objects
` [PATCH nf-next 3/3] netfilter: nf_tables: add generation mask to set objects

[PATCHv3 2/2 nf] netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n
 2015-08-09 22:50 UTC  (3+ messages)

[PATCH iptables] libxt_CT: add support for recently introduced zone options
 2015-08-08 19:45 UTC 

[PATCH nf-next v4 0/3] Netfilter zone directions
 2015-08-08 19:40 UTC  (4+ messages)
` [PATCH v4 1/3] netfilter: nf_conntrack: push zone object into functions
` [PATCH v4 2/3] netfilter: nf_conntrack: add direction support for zones
` [PATCH v4 3/3] netfilter: nf_conntrack: add efficient mark to zone mapping

[PATCH] netfilter: per network namespace nfacct
 2015-08-07  9:45 UTC  (6+ messages)

IP sets: Suggestion: additional value match
 2015-08-06 16:08 UTC  (4+ messages)

[PATCH nf-next v3 0/3] Netfilter zone directions
 2015-08-06 10:02 UTC  (11+ messages)
` [PATCH nf-next v3 1/3] netfilter: nf_conntrack: push zone object into functions
` [PATCH nf-next v3 2/3] netfilter: nf_conntrack: add direction support for zones
` [PATCH nf-next v3 3/3] netfilter: nf_conntrack: add efficient mark to zone mapping

[PATCH nf-next 1/6] netfilter: nft_limit: rename to nft_limit_pkts
 2015-08-06  9:01 UTC  (8+ messages)
` [PATCH nf-next 2/6] netfilter: nft_limit: convert to token-based limiting at nanosecond granularity
` [PATCH nf-next 3/6] netfilter: nft_limit: factor out shared code with per-byte limiting
` [PATCH nf-next 4/6] netfilter: nft_limit: add burst parameter
` [PATCH nf-next 5/6] netfilter: nft_limit: constant token cost per packet
` [PATCH nf-next 6/6] netfilter: nft_limit: add per-byte limiting

[PATCH libnftnl] src: fix memory leaks at nft_[object]_nlmsg_parse
 2015-08-05 10:23 UTC 

[PATCH 00/18] Netfilter updates for net-next
 2015-08-05  7:00 UTC  (20+ messages)
` [PATCH 01/18] netfilter: kill nf_hooks_active
` [PATCH 02/18] netfilter: Simply the tests for enabling and disabling the ingress queue hook
` [PATCH 03/18] netfilter: Factor out the hook list selection from nf_register_hook
` [PATCH 04/18] netfilter: Per network namespace netfilter hooks
` [PATCH 05/18] netfilter: nftables: Only run the nftables chains in the proper netns
` [PATCH 06/18] netfilter: xtables: compute exact size needed for jumpstack
` [PATCH 07/18] netfilter: move tee_active to core
` [PATCH 08/18] netfilter: xtables: don't save/restore jumpstack offset
` [PATCH 09/18] netfilter: add and use jump label for xt_tee
` [PATCH 10/18] netfilter: xtables: remove __pure annotation
` [PATCH 11/18] netfilter: Fix memory leak in nf_register_net_hook
` [PATCH 12/18] netfilter: nf_queue: fix nf_queue_nf_hook_drop()
` [PATCH 13/18] netfilter: fix possible removal of wrong hook
` [PATCH 14/18] netfilter: rename local nf_hook_list to hook_list
` [PATCH 15/18] netfilter: nf_ct_sctp: minimal multihoming support
` [PATCH 16/18] netfilter: bridge: reduce nf_bridge_info to 32 bytes again
` [PATCH 17/18] netfilter: bridge: do not initialize statics to 0 or NULL
` [PATCH 18/18] netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()

[PATCH net] netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()
 2015-08-05  8:55 UTC  (3+ messages)

[PATCH nf-next 1/3] netfilter: xt_TEE: get rid of WITH_CONNTRACK definition
 2015-08-04 17:27 UTC  (5+ messages)
` =?y?q?=5BPATCH=20nf-next=202/3=5D=20netfilter=3A=20factor=20out=20packet=20duplication=20for=20IPv4/IPv6?=
  ` [PATCH nf-next 2/3] netfilter: factor out packet duplication for IPv4/IPv6
` [PATCH nf-next 3/3] netfilter: nf_tables: add nft_dup expression

IPv6 support for GRE helper(nf_conntrack_proto_gre)
 2015-08-04 17:24 UTC  (2+ messages)

nfacct is not namespace aware
 2015-08-04 17:17 UTC  (2+ messages)

Update Account
 2015-08-04 10:38 UTC 

New multiple DSCP match by "-m dscp --dscp-multi value,value,..."
 2015-08-04  9:35 UTC  (4+ messages)

[PATCH nf-next] netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()
 2015-08-04  9:12 UTC  (2+ messages)

[patch -master] netfilter: xt_CT: checking for IS_ERR() instead of NULL
 2015-08-03 20:34 UTC  (8+ messages)

[PATCH nf-next] netfilter: connlabels: Export setting connlabel length
 2015-08-03 17:58 UTC  (3+ messages)

[PATCH nft] src: restore nft list tables
 2015-08-03 16:06 UTC 

[PATCH nf-next] netfilter: nft_counter: convert it to use per-cpu counters
 2015-08-03 15:51 UTC 

Multiple DSCP match by "-m dscp --dscp-multi value,value,..."
 2015-08-03  4:08 UTC 

[PATCH] netfilter: xtables: Add helper macro for xt_match boilerplate
 2015-07-31  2:03 UTC  (3+ messages)

IPv4 IPv6 parallel dns lookup in combination with nfqueue is problematic
 2015-07-30 12:21 UTC  (2+ messages)

[PATCH nf-next v2] netfilter: nf_ct_sctp: minimal multihoming support
 2015-07-30 11:54 UTC  (2+ messages)

[PATCH 1/2 nf] netfilter: bridge: do not initialize statics to 0 or NULL
 2015-07-30 11:59 UTC  (2+ messages)

[PATCH nf-next] netfilter: ip6t_REJECT: Log reject reason in reject_tg6()
 2015-07-30 11:59 UTC  (2+ messages)

[PATCH nf-next] netfilter: bridge: reduce nf_bridge_info to 32 bytes again
 2015-07-30 11:56 UTC  (2+ messages)

[PATCH 00/10] Netfilter/IPVS fixes for net
 2015-07-25  7:18 UTC  (12+ messages)
` [PATCH 01/10] netfilter: ctnetlink: put back references to master ct and expect objects
` [PATCH 02/10] netfilter: IDLETIMER: fix lockdep warning
` [PATCH 03/10] ipvs: fix ipv6 route unreach panic
` [PATCH 04/10] ipvs: do not use random local source address for tunnels
` [PATCH 05/10] ipvs: fix crash if scheduler is changed
` [PATCH 06/10] ipvs: skb_orphan in case of forwarding
` [PATCH 07/10] ipvs: fix crash with sync protocol v0 and FTP
` [PATCH 08/10] ipvs: call skb_sender_cpu_clear
` [PATCH 09/10] netfilter: fix netns dependencies with conntrack templates
` [PATCH 10/10] netfilter: nf_conntrack: Support expectations in different zones

[IPTABLES 0/2] iptables-compat fixes
 2015-07-23 14:58 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_queue: fix deadlock in nf_queue_nf_hook_drop()
 2015-07-23 12:11 UTC  (4+ messages)

[PATCH nf-next] netfilter: nf_queue: fix nf_queue_nf_hook_drop()
 2015-07-23 11:59 UTC  (2+ messages)

[PATCH nf] netfilter: nf_conntrack: silence warning on falling back to vmalloc()
 2015-07-23 11:09 UTC 

nf_conntrack: falling back to vmalloc
 2015-07-23 10:45 UTC  (3+ messages)

[PATCH nf-next 1/2] netfilter: fix possible removal of wrong hook
 2015-07-22 20:21 UTC  (4+ messages)
` [PATCH nf-next 2/2] netfilter: rename local nf_hook_list to hook_list

[PATCH nf] netfilter: Support expectations in different zones
 2015-07-22 19:57 UTC  (2+ messages)

[PATCH nf] netfilter: nf_conntrack: silent warning when adding extensions to templates
 2015-07-22 19:55 UTC  (2+ messages)
` heads up, rebasing nf (was Re: [PATCH nf] netfilter: nf_conntrack: silent warning when adding) "

[PATCH nf 0/6] IPVS Fixes for v4.2
 2015-07-22 19:52 UTC  (2+ messages)

[RFC PATCH 0/5] netlink: mmap kernel panic and some issues
 2015-07-22 12:50 UTC  (7+ messages)
` [RFC PATCH 1/5] netlink: mmap: introduce mmaped skb helper functions
` [RFC PATCH 2/5] netlink: mmap: apply "
` [RFC PATCH 3/5] netlink: mmap: fix status for not delivered skb
` [RFC PATCH 4/5] netlink: mmap: update tx type check
` [RFC PATCH 5/5] netlink: rx mmap: notify only when NL_MMAP_STATUS_VALID frame exists

[PATCH iptables] libxt_CT: add support for recently introduced zone options
 2015-07-22 10:59 UTC 

ip(6)tables-restore segfault + patch
 2015-07-22  9:21 UTC 

[PATCHv2 net-next] net: #ifdefify sk_classid member of struct sock
 2015-07-21 23:04 UTC  (2+ 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).