netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-23 14:40:05 to 2013-10-04 08:33:06 UTC [more...]

[PATCH 00/33] Netfilter updates for net-next
 2013-10-04  8:33 UTC  (10+ messages)
` [PATCH 05/33] netfilter: ipset: Sparse warning about shadowed variable fixed
` [PATCH 06/33] netfilter: ipset: Fix sparse warnings due to missing rcu annotations
` [PATCH 12/33] netfilter: ipset: Introduce new operation to get both setname and family
` [PATCH 13/33] netfilter: ipset: Prepare ipset to support multiple networks for hash types
` [PATCH 15/33] netfilter: ipset: Move extension data to set structure
` [PATCH 16/33] netfilter: ipset: Generalize extensions support
` [PATCH 18/33] netfilter: ipset: list:set: make sure all elements are checked by the gc
` [PATCH 19/33] netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK
` [PATCH 21/33] netfilter: ipset: Support comments for ipset entries in the core

looking for loan
 2013-10-03 20:03 UTC 

[nftables RFC PATCH]limit netlink message size during delete operation
 2013-10-03 16:25 UTC  (4+ messages)
` [libnftables PATCH] src: add function nft_rule_nlmsg_build_id
` [nftables PATCH] netlink: use build_id to lower message size

[iptables-nftables PATCH] nft: initialize flags in nft_arp_parse_meta
 2013-10-03 16:06 UTC  (2+ messages)

[iptables-nftables PATCH] nft: Calculate properly the target size when parsing it back
 2013-10-03 16:06 UTC  (2+ messages)

[iptables-nftables PATCH v2] xtables: arp: Parse properly target's options
 2013-10-03 13:00 UTC 

[iptables-nftables PATCH] xtables: arp: Parse properly target's options
 2013-10-03 13:00 UTC  (2+ messages)

[iptables-nftables PATCH] nft: Header inclusion missing
 2013-10-03 13:00 UTC  (2+ messages)

[iptables-nftables PATCH] lixtables: Fixes option issues in libxt_mangle.c
 2013-10-03 13:00 UTC  (2+ messages)

[iptables-nftables PATCH 0/3] xtables-arp fixes + libxt_mangle addition
 2013-10-03 12:08 UTC  (11+ messages)
` [iptables-nftables PATCH 1/3] xtables: arp: Store target entry properly and compare them relevantly
` [iptables-nftables PATCH 2/3] libxtables: Port libarptc mangle target into libxtables
` [iptables-nftables PATCH 3/3] xtables: arp: Do not add a useless prefix for afinfo_arp

[nftables PATCH 0/4] fix rule flush operation
 2013-10-03 11:22 UTC  (6+ messages)
` [nftables PATCH 1/4] mnl: fix typo in comment
` [nftables PATCH 2/4] netlink: suppress useless variable
` [nftables PATCH 3/4] netlink: only flush asked table/chain
` [nftables PATCH 4/4] netlink: fix nft flush operation

[iptables-nftables PATCH 0/3] NFPROTO_ARP and arp mangle target support (+ one minor fix)
 2013-10-03  9:31 UTC  (4+ messages)

[ANNOUNCE] ipset package kernel support changes
 2013-10-02 21:35 UTC 

[ANNOUNCE] ipset 6.20 released
 2013-10-02 21:21 UTC 

[PATCH net-next] net:drivers/net: Miscellaneous conversions to ETH_ALEN
 2013-10-02 21:05 UTC  (3+ messages)

[nftables PATCH] netfilter: nf_tables: allow to dump sets with NFPROTO_UNSPEC
 2013-10-02 16:37 UTC 

[libmnl PATCH] debug: don't colorize output on non tty
 2013-10-02 15:47 UTC  (3+ messages)

[PATCH 0/2] [arptables] Fixes for problems found by static analysis
 2013-10-02  8:43 UTC  (3+ messages)
` [PATCH 1/2] Error: STRING_NULL
` [PATCH 2/2] Error: STRING_OVERFLOW

[PATCH 00/26] ipset patches for nf-next
 2013-10-01 20:07 UTC  (29+ messages)
` [PATCH 01/26] netfilter: ipset: Don't call ip_nest_end needlessly in the error path
` [PATCH 02/26] netfilter: ipset: Sparse warning about shadowed variable fixed
` [PATCH 03/26] netfilter: ipset: Fix sparse warnings due to missing rcu annotations
` [PATCH 04/26] netfilter: ipset: Rename simple macro names to avoid namespace issues
` [PATCH 05/26] netfilter: ipset: Fix "may be used uninitialized" warnings
` [PATCH 06/26] netfilter: ipset: Use fix sized type for timeout in the extension part
` [PATCH 07/26] netfilter: ipset: Support package fragments for IPv4 protos without ports
` [PATCH 08/26] netfilter: ipset: order matches and targets separatedly in xt_set.c
` [PATCH 09/26] netfilter: ipset: Introduce new operation to get both setname and family
` [PATCH 10/26] netfilter: ipset: Prepare ipset to support multiple networks for hash types
` [PATCH 11/26] netfilter: ipset: Rename extension offset ids to extension ids
` [PATCH 12/26] netfilter: ipset: Move extension data to set structure
` [PATCH 13/26] netfilter: ipset: Generalize extensions support
` [PATCH 14/26] netfilter: ipset: Support extensions which need a per data destroy function
` [PATCH 15/26] netfilter: ipset: list:set: make sure all elements are checked by the gc
` [PATCH 16/26] netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK
` [PATCH 17/26] netfilter: ipset: Add hash:net,net module to kernel
` [PATCH 18/26] netfilter: ipset: Support comments for ipset entries in the core
` [PATCH 19/26] netfilter: ipset: Support comments in bitmap-type ipsets
` [PATCH 20/26] netfilter: ipset: Support comments in the list-type ipset
` [PATCH 21/26] netfilter: ipset: Support comments in hash-type ipsets
` [PATCH 22/26] netfilter: ipset: Fix hash resizing with comments
` [PATCH 23/26] netfilter: ipset: For set:list types, replaced elements must be zeroed out
` [PATCH 24/26] netfilter: ipset: Use a common function at listing the extensions
` [PATCH 25/26] netfiler: ipset: Add net namespace for ipset
` [PATCH 26/26] netfilter: ipset: Add hash:net,port,net module to kernel

[PATCH 6/6] sched, wait: Make the __wait_event*() interface more friendly
 2013-10-01 19:58 UTC  (3+ messages)

[PATCH 0/6] Netfilter/IPVS fixes for net
 2013-10-01 16:39 UTC  (2+ messages)

[PATCH nf-next 0/6] Add net namespace support for ipt_CLUSTERIP
 2013-10-01 11:05 UTC  (8+ messages)
` [PATCH nf-next 1/6] ipt_CLUSTERIP: make proc directory per net namespace
` [PATCH nf-next 2/6] ipt_CLUSTERIP: make clusterip_list "
` [PATCH nf-next 3/6] ipt_CLUSTERIP: make clusterip_lock "
` [PATCH nf-next 4/6] ipt_CLUSTERIP: add parameter net in clusterip_config_find_get
` [PATCH nf-next 5/6] ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory
` [PATCH nf-next 6/6] ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP

[PATCH v2 net-next 0/1] sip: introduce nf_nat_sip_hooks
 2013-10-01 10:34 UTC  (3+ messages)
` [PATCH v2 net-next 1/1] "

[PATCH 1/6] ipvs: fix overflow on dest weight multiply
 2013-10-01  9:35 UTC  (6+ messages)
` [PATCH 2/6] ipvs: make the service replacement more robust
` [PATCH 3/6] ipvs: do not use dest after ip_vs_dest_put in LBLC
` [PATCH 4/6] ipvs: do not use dest after ip_vs_dest_put in LBLCR
` [PATCH 5/6] ipvs: stats should not depend on CPU 0
` [PATCH 6/6] netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets

[libnftables PATCH 2] src: add low-level ruleset API
 2013-10-01 10:08 UTC  (4+ messages)

[libnftables PATCH 1/3] tests: fix error reporting
 2013-10-01  9:45 UTC  (12+ messages)
` [libnftables PATCH 2/3] table: json: fix json style
` [libnftables PATCH 3/3] src: add low-level ruleset API

Is there anyway for Netfilter_queue to provide only control packets
 2013-10-01  3:51 UTC 

[PATCH 0/2] netlink heap info leak fixes
 2013-09-30 20:05 UTC  (3+ messages)
` [PATCH 1/2] netfilter: ebt_ulog: fix info leaks
` [PATCH 2/2] netfilter: ipt_ULOG: "

[PATCH 0/3 - GIT PULL] include/linux: Remove externs from networking function prototypes
 2013-09-30 19:37 UTC  (3+ messages)
` [PATCH 1/3] netfilter: Remove extern from "

[PATCH 1/2] netfilter: ipset: Add hash:net,port,net module to kernel
 2013-09-30 18:26 UTC  (6+ messages)
` [PATCH 2/2] ipset: Add userspace code to support hash:net,port,net kernel module

[PATCH conntrack-tools] nfct: timeout: add support for default protocol timeout tuning
 2013-09-30 17:25 UTC 

[PATCH nf-next] netfilter: cttimeout: allow to set/get default protocol timeouts
 2013-09-30 17:24 UTC 

[PATCH net-next 0/1] sip: introduce nf_nat_sip_hooks
 2013-09-30 15:13 UTC  (5+ messages)
` [PATCH net-next 1/1] "

[PATCH] netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets
 2013-09-30 10:45 UTC  (3+ messages)

[nftables PATCH 0/2] IPv6 improvements
 2013-09-30 10:57 UTC  (5+ messages)
` [nftables PATCH 1/2] fix IPv6 prefix computation
` [nftables PATCH 2/2] Add support for IPv6 NAT

[nftables tool - PATCH] include: Add proper nfnetlink header to fix compilation error
 2013-09-30 10:48 UTC  (2+ messages)

[PATCH 11/12] netfilter: Remove extern from function prototypes
 2013-09-28 19:17 UTC  (2+ messages)

[PATCH 1/1] ipset: Add net namespace for ipset
 2013-09-28 16:43 UTC  (3+ messages)

[PATCH 6/6] sched, wait: Make the __wait_event*() interface more friendly
 2013-09-27 17:08 UTC 

[PATCH] iptables: extensions/GNUMakefile.in use CPPFLAGS
 2013-09-27 14:44 UTC  (3+ messages)
` [PATCH v2] "

[iptables PATCH] docs: use generic syslog reference in libxt_LOG.man
 2013-09-27 14:32 UTC  (2+ messages)

[PATCH] iptables: xtables_ipmask_to_numeric incorrect with non-CIDR masks
 2013-09-27 14:30 UTC  (2+ messages)

[PATCH 1/2] nfnetlink_queue: use proper net to allocate skb
 2013-09-27 14:26 UTC  (4+ messages)
` [PATCH 2/2] nfnetlink_log: "

[PATCH 1/2] xt_TCPMSS:Get reserve mtu only when specifing option clamp-mss-to-pmtu
 2013-09-27 14:20 UTC  (4+ messages)
` [PATCH 2/2] xt_TCPMSS: lookup route in proper net namesapce

[FIX V2] sip: add missing RCU reader lock
 2013-09-27 14:14 UTC  (2+ messages)

[libnftables PATCH 1/2] set_elem: xml: avoid code duplication
 2013-09-27 14:06 UTC  (4+ messages)
` [libnftables PATCH 2/2] src: snprintf: fix buffer lengths

[PATCH 0/4][RFC] Lockdep enablement for seqcount/seqlocks
 2013-09-27  9:15 UTC  (8+ messages)
` [PATCH 1/4] [RFC] net: Explicitly initialize u64_stats_sync structures for lockdep

Using libiptc to programmatically modify iptables rules
 2013-09-27  5:31 UTC 

[PATCH RFC 0/3] conntrack: add interface information to accounting extend
 2013-09-26 15:31 UTC  (4+ messages)
` [PATCH RFC 1/3] acct: introduce nf_conn_acct
` [PATCH RFC 2/3] ctnetlink: account both directions in one step
` [PATCH RFC 3/3] acct: add input and output interface index

[libnftables PATCH v2 1/2] rule: json: Fixed wrong offset return
 2013-09-25 21:11 UTC  (5+ messages)
` [libnftables PATCH v2 2/2] This patch adds a ruleset object API to libnftables

[iptables-nftables PATCH 1/2] xtables: arp: add delete operation
 2013-09-24 11:19 UTC  (4+ messages)
` [iptables-nftables PATCH 2/2] xtables: arp: zeroing chain counters

[PATCH nftables] meta: iif/oifname should be host byte order
 2013-09-24 10:44 UTC  (2+ messages)

[NOTICE] nftables rebased upon 3.11 and rule batching update
 2013-09-24 10:49 UTC 

[PATCH] netfilter: nf_tables: fix basechain release
 2013-09-24  1:14 UTC 

Developing own utils based on libipset
 2013-09-23 15:11 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).