netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-07 23:40:56 to 2013-08-22 11:03:19 UTC [more...]

[PATCH] iptables: libxt_conntrack.man extraneous commas
 2013-08-22 11:03 UTC  (2+ messages)

[PATCH] iptables: libxt_hashlimit.man: correct address
 2013-08-22 11:03 UTC  (2+ messages)

ipvsadm: One-packet scheduling with UDP service is unstable
 2013-08-22 10:58 UTC  (3+ messages)

[libnftables PATCH] src: constify nft_*_parse input data
 2013-08-22  0:19 UTC  (4+ messages)

[PATCH 00/19] Netfilter/IPVS updates for net-next
 2013-08-20 20:40 UTC  (21+ messages)
` [PATCH 01/19] netfilter: xt_addrtype: fix trivial typo
` [PATCH 02/19] netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()
` [PATCH 03/19] netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()
` [PATCH 04/19] netfilter: connlabels: remove unneeded includes
` [PATCH 05/19] netfilter: nf_queue: relax NFQA_CT attribute check
` [PATCH 06/19] netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb
` [PATCH 07/19] netfilter: tproxy: remove nf_tproxy_core.h
` [PATCH 08/19] netfilter: nf_conntrack: remove duplicate code in ctnetlink
` [PATCH 09/19] netfilter: nf_nat: fix locking in nf_nat_seq_adjust()
` [PATCH 10/19] netfilter: nf_nat: change sequence number adjustments to 32 bits
` [PATCH 11/19] netfilter: nf_nat: use per-conntrack locking for sequence number adjustments
` [PATCH 12/19] netfilter: tproxy: fix build with IP6_NF_IPTABLES=n
` [PATCH 13/19] ipvs: fixed spacing at for statements
` [PATCH 14/19] ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL
` [PATCH 15/19] netfilter: nf_conntrack: don't send destroy events from iterator
` [PATCH 16/19] netfilter: ctnetlink: refactor ctnetlink_create_expect
` [PATCH 17/19] netfilter: nfnetlink_queue: allow to attach expectations to conntracks
` [PATCH 18/19] netfilter: export xt_rpfilter.h to userland
` [PATCH 19/19] netfilter: export xt_HMARK.h "

[libnftables PATCH 1/3] rule: Add json parser support
 2013-08-20 19:04 UTC  (4+ messages)
` [libnftables PATCH 2/3] tests: rule: add json parsing support
` [libnftables PATCH 3/3] examples: Add nft-rule-json-add

[iptables-nftables PATCH 0/5] Centralizes rule parsing
 2013-08-20 18:58 UTC  (7+ messages)
` [iptables-nftables PATCH 1/5] nft: Parse fully and properly at once a rule into a cs
` [iptables-nftables PATCH 2/5] nft: Refactor firewall printing so it reuses already parsed cs struct
` [iptables-nftables PATCH 3/5] nft: Refactor rule deletion so it compares both cs structure
` [iptables-nftables PATCH 4/5] xtables: nft: Complete refactoring on how rules are saved
` [iptables-nftables PATCH 5/5] nft: Add a function to reset the counters of an existing rule

[libnftables PATCH] utils: fix error path for nft_strtoi
 2013-08-20 11:09 UTC  (2+ messages)

NAT stops forwarding ACKs after PMTU discovery
 2013-08-20  4:18 UTC  (24+ messages)

[PATCH] iptables: extensions/GNUMakefile.in use CPPFLAGS
 2013-08-19 23:50 UTC  (2+ messages)

heavily backlogged
 2013-08-19 19:52 UTC 

[PATCH] iptables: iptables-xm1.1 correct man section
 2013-08-19 16:54 UTC 

Fastest way to send a packet from a target module
 2013-08-19  0:13 UTC 

[PATCH] iptables: libip(6)t_REJECT.man default icmp types
 2013-08-18 23:41 UTC 

[PATCH v3 00/11] Add namespace support for syslog
 2013-08-17 13:38 UTC  (7+ messages)

[PATCH] nftables: allow protocols by number in inet_protocol_type_parse
 2013-08-17 10:30 UTC  (2+ messages)

[PATCH] nftables: validate port number in inet_service_type_parse
 2013-08-17 10:29 UTC  (2+ messages)

[PATCH] nftables: add additional --numeric level
 2013-08-15 23:24 UTC 

[PATCHv2] iptables: link against libnetfilter_conntrack
 2013-08-14 14:46 UTC  (6+ messages)

[libnftables PATCH] xml: expr: fix mem leak in the expr parser
 2013-08-14  9:17 UTC  (2+ messages)

[PATCH 1/2] netfilter: export xt_rpfilter.h to userland
 2013-08-14  8:50 UTC  (4+ messages)
` [PATCH 2/2] netfilter: export xt_HMARK.h "

Reset connection state to NEW
 2013-08-14  1:38 UTC 

[PATCH] iptables: link libxtables against libnetfilter_conntrack
 2013-08-13 16:36 UTC  (5+ messages)

[PATCH lnf-queue] build: avoid sym namespace pollution
 2013-08-13 16:15 UTC  (2+ messages)

[iptables-nftables RFC v3 PATCH 00/16] Xtables extensions: full support (pure nft or compat layer)
 2013-08-12 10:54 UTC  (28+ messages)
` [iptables-nftables RFC v3 PATCH 01/16] xtables: Add support for injecting xtables target into nft rule
` [iptables-nftables RFC v3 PATCH 02/16] xtables: add support for injecting xtables matches "
` [iptables-nftables RFC v3 PATCH 03/16] nft: Add nft expressions translation engine as a library
` [iptables-nftables RFC v3 PATCH 04/16] nft: Integrate nft translator engine in current core
` [iptables-nftables RFC v3 PATCH 05/16] nft: Manage xtables target parsing through translation tree
` [iptables-nftables RFC v3 PATCH 06/16] nft: Manage xtables matches through nft "
` [iptables-nftables RFC v3 PATCH 07/16] nft: Add support for xtables extensions callback to change cs
` [iptables-nftables RFC v3 PATCH 08/16] xtables: Add support for registering nft translation function for target
` [iptables-nftables RFC v3 PATCH 09/16] xtables: Add support for registering nft translation function for match
` [iptables-nftables RFC v3 PATCH 10/16] nft: Register all relevant xtables extensions into translation tree
` [iptables-nftables RFC v3 PATCH 11/16] nft: Refactor firewall printing so it reuses already parsed cs struct
` [iptables-nftables RFC v3 PATCH 12/16] nft: Refactor rule deletion so it compares both cs structure
` [iptables-nftables RFC v3 PATCH 13/16] xtables: nft: Complete refactoring on how rules are saved
` [iptables-nftables RFC v3 PATCH 14/16] xtables: Support pure nft expressions for DNAT extension
` [iptables-nftables RFC v3 PATCH 15/16] nft: Add a function to reset the counters of an existing rule
` [iptables-nftables RFC v3 PATCH 16/16] xtables: Support -Z options for a given rule number

[libnftables PATCH] nat: xml: fix wrong node name in snprintf
 2013-08-12  9:36 UTC  (2+ messages)

[libnftables PATCH] chain: xml: delete <use> node
 2013-08-12  9:36 UTC  (2+ messages)

[libnftables PATCH] tests: xml: reorder XML elements in sets
 2013-08-12  9:35 UTC  (2+ messages)

[libnftables PATCH] xml: expr: limit: fix wrong assignation when parsing
 2013-08-12  9:35 UTC  (2+ messages)

[libnftables PATCH 1/2] src: expr: use the function base2str in payload
 2013-08-11  7:47 UTC  (3+ messages)
` [libnftables PATCH 2/2] test: compare content parsing with original file content

[PATCH 0/4] netfilter fixes for 3.11-rc4
 2013-08-10 20:44 UTC  (6+ messages)
` [PATCH 1/4] netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
` [PATCH 2/4] netfilter: xt_TCPOPTSTRIP: fix possible off by one access
` [PATCH 3/4] netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message
` [PATCH 4/4] netfilter: nf_conntrack: fix tcp_in_window for Fast Open

[PATCH] netfilter: nf_conntrack: fix tcp_in_window for Fast Open
 2013-08-10 16:38 UTC  (4+ messages)

[PATCH 0/4] Generalize DEBUGP macros
 2013-08-09 15:48 UTC  (2+ messages)

[PATCH RFC 0/5] netfilter: implement netfilter SYN proxy
 2013-08-09 13:55 UTC  (7+ messages)

[libnftables PATCH 01/13] src: expr: missing commas in json output support
 2013-08-09 11:44 UTC  (17+ messages)
` [libnftables PATCH 02/13] src: expr: missing curly braces "
` [libnftables PATCH 03/13] src: expr: change wrong value in data_reg
` [libnftables PATCH 04/13] src: fix display of compat_flag and compat_proto
` [libnftables PATCH 05/13] expr: ct: optional output in ct
` [libnftables PATCH 06/13] json: bitwise: add missing node len
` [libnftables PATCH 07/13] src: json: delete unneeded JSON prefixes
` [libnftables PATCH 08/13] expr: bytecode: add nft_str2ntoh function
` [libnftables PATCH 09/13] expr: cmp: add nft_str2cmp function
` [libnftables PATCH 10/13] expr: nat: add nft_str2nat function
` [libnftables PATCH 11/13] expr: payload: add nft_str2base function
` [libnftables PATCH 12/13] example: nft-rule-get: family parameter added
` [libnftables PATCH 13/13] jansson: Add nft_jansson_family function

[PATCH 0/7 -next] rm tproxy_core, ct event redelivery via workqueue
 2013-08-09 10:08 UTC  (5+ messages)
` [PATCH 6/7] netfilter: conntrack: don't send destroy events from iterator

[PATCH v2 1/2] netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
 2013-08-09  7:11 UTC  (2+ messages)

[PATCH nftables 1/2] netfilter: nf_tables: don't delete table if in use
 2013-08-08 17:54 UTC  (2+ messages)
` [PATCH nftables 2/2] netfilter: nft_log: group and qthreshold are 2^16

[PATCH] iptables: iptables calls setsockopt incorrectly
 2013-08-08 17:29 UTC  (2+ messages)

[PATCH] iptables: state match incompatibilty across versions
 2013-08-08 16:16 UTC  (2+ messages)

PROBLEM: Netfilter time matching matches all packets when time start and time stop is the same
 2013-08-08 16:02 UTC  (5+ messages)

[PATCH v2 -next 1/2] netfilter: ctnetlink: refactor ctnetlink_create_expect
 2013-08-08 15:24 UTC  (2+ messages)
` [PATCH v2 -next 2/2] netfilter: nfnetlink_queue: allow to attach expectations to conntracks

[PATCH RFC 0/5] netfilter: implement netfilter SYN proxy
 2013-08-08 15:07 UTC  (11+ messages)
` [PATCH 3/5] netfilter: add SYNPROXY core/target

state match incompatibilty across versions
 2013-08-08 13:53 UTC  (4+ messages)

[PATCH -next 1/2] netfilter: ctnetlink: refactor ctnetlink_create_expect
 2013-08-08 12:28 UTC  (3+ messages)
` [PATCH -next 2/2] netfilter: nfnetlink_queue: allow to attach expectations to conntracks

[patch] netfilter: information leaks building packet message
 2013-08-08 12:02 UTC  (2+ messages)

[PATCH] iptables: correctly reference generated file
 2013-08-08 10:30 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).