messages from 2017-06-18 09:24:22 to 2017-06-30 15:20:10 UTC [more...]
[PATCH RFC 0/26] Remove spin_unlock_wait()
2017-06-30 15:20 UTC (41+ messages)
` [PATCH RFC 01/26] netfilter: Replace spin_unlock_wait() with lock/unlock pair
` [PATCH RFC 02/26] task_work: "
` [PATCH RFC 03/26] sched: "
` [PATCH RFC 04/26] completion: "
` [PATCH RFC 05/26] exit: "
` [PATCH RFC 06/26] ipc: "
` [PATCH RFC 07/26] drivers/ata: "
` [PATCH RFC 08/26] locking: Remove spin_unlock_wait() generic definitions
` [PATCH RFC 09/26] alpha: Remove spin_unlock_wait() arch-specific definitions
` [PATCH RFC 10/26] arc: "
` [PATCH RFC 11/26] arm: "
` [PATCH RFC 12/26] arm64: "
` [PATCH RFC 13/26] blackfin: "
` [PATCH RFC 14/26] hexagon: "
` [PATCH RFC 15/26] ia64: "
` [PATCH RFC 16/26] m32r: "
` [PATCH RFC 17/26] metag: "
` [PATCH RFC 18/26] mips: "
` [PATCH RFC 19/26] mn10300: "
` [PATCH RFC 20/26] parisc: "
` [PATCH RFC 21/26] powerpc: "
` [PATCH RFC 22/26] s390: "
` [PATCH RFC 23/26] sh: "
` [PATCH RFC 24/26] sparc: "
` [PATCH RFC 25/26] tile: "
` [PATCH RFC 26/26] xtensa: "
[PATCH] netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
2017-06-30 15:19 UTC (6+ messages)
` [PATCH v2] "
[ANNOUNCE] Netfilter (+folks) userday in Faro, Portugal (Monday, July 3th)
2017-06-30 12:15 UTC
[PATCH 00/29] Netfilter updates for net-next
2017-06-30 11:17 UTC (31+ messages)
` [PATCH 01/29] netfilter: ctnetlink: delete extra spaces
` [PATCH 02/29] netfilter: ipt_CLUSTERIP: switch to nf_register_net_hook
` [PATCH 03/29] netfilter: dup: resolve warnings about missing prototypes
` [PATCH 04/29] netfilter: nft_rt: make local functions static
` [PATCH 05/29] netfilter: conntrack: rename nf_ct_iterate_cleanup
` [PATCH 06/29] netfilter: conntrack: don't call iter for non-confirmed conntracks
` [PATCH 07/29] netfilter: conntrack: add nf_ct_iterate_destroy
` [PATCH 08/29] netfilter: conntrack: restart iteration on resize
` [PATCH 09/29] netfilter: nat: destroy nat mappings on module exit path only
` [PATCH 10/29] netfilter: nft_set_hash: unnecessary forward declaration
` [PATCH 11/29] netfilter: nf_tables: no size estimation if number of set elements is unknown
` [PATCH 12/29] netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend
` [PATCH 13/29] netfilter: nf_tables: select set backend flavour depending on description
` [PATCH 14/29] netfilter: nf_tables: pass set description to ->privsize
` [PATCH 15/29] netfilter: nft_set_hash: add nft_hash_buckets()
` [PATCH 16/29] netfilter: nf_tables: allow large allocations for new sets
` [PATCH 17/29] netfilter: nft_set_hash: add non-resizable hashtable implementation
` [PATCH 18/29] netfilter: nft_set_hash: add lookup variant for fixed size hashtable
` [PATCH 19/29] netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objs
` [PATCH 20/29] netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs
` [PATCH 21/29] netfilter: ipt_CLUSTERIP: do not hold dev
` [PATCH 22/29] netfilter: move table iteration out of netns exit paths
` [PATCH 23/29] netns: add and use net_ns_barrier
` [PATCH 24/29] netfilter: ebt: Use new helper ebt_invalid_target to check target
` [PATCH 25/29] netfilter, kbuild: use canonical method to specify objs
` [PATCH 26/29] netfilter: use nf_conntrack_helpers_register when possible
` [PATCH 27/29] netfilter: conntrack: use NFPROTO_MAX to size array
` [PATCH 28/29] netfilter: nf_tables: reduce chain type table size
` [PATCH 29/29] netfilter: nfnetlink: extended ACK reporting
[PATCH nft 0/3] include: Remove datatype_register(), __init and __exit macros
2017-06-30 10:56 UTC (6+ messages)
` [PATCH nft 1/3] include: Remove datatype_register()
` [PATCH nft 2/3] include: Remove __init macro definition
` [PATCH nft 3/3] include: Remove __exit "
[PATCH] netfilter: ctnetlink: move CTA_TIMEOUT case to outside
2017-06-29 16:51 UTC (2+ messages)
[PATCH] netfilter: conntrack: fix clash resolution in nat
2017-06-29 16:45 UTC (2+ messages)
[PATCH] nft: make raw payloads work
2017-06-29 16:18 UTC (2+ messages)
[4.9.y,netfilter] please, cherry-pick 2638fd0f92d4
2017-06-29 15:00 UTC
[4.11.y,netfilter] please, cherry-pick 87e94dbc210a
2017-06-29 14:51 UTC
[RFC 0/2] nftables iptables nat co-existence patches
2017-06-29 12:28 UTC (3+ messages)
` [RFC PATCH 1/2] netfilter: add nf_nat_netns_get infrasstructure
` [RFC PATCH 2/2] nefilter: nf_nat: split nat rewriting from do_chain logic
crash on >= 4.9.0 kernel seems nf related
2017-06-29 8:44 UTC (9+ messages)
[nft crap] ct original ip saddr ... handling
2017-06-29 0:39 UTC (21+ messages)
` [PATCH 01/17] rename struct ct to ct_helper
` [PATCH 02/17] src: prepare for future ct timeout policy support
` [PATCH 03/17] parser: use scanner tokens again for ct key handling
` [PATCH 04/17] parser: compact list of rhs keyword expressions
` [PATCH 05/17] bison: permit 'label' on rhs side of expression
` [PATCH 06/17] bison: permit keywords in list_stmt_expressions
` [PATCH 07/17] tests: ct: remove unsupported syntax
` [PATCH 08/17] src: add alternate syntax for ct saddr
` [PATCH 09/17] src: ct: store proto base of ct key, if any
` [PATCH 10/17] src: ct: add eval part to inject dependencies for ct saddr/daddr
` [PATCH 11/17] src: unifiy meta and ct postprocessing
` [PATCH 12/17] tests: update inet/bridge icmp test case
` [PATCH 13/17] src: ct: print nfproto name for some header fields
` [PATCH 14/17] tests: ct: adjust test case commands
` [PATCH 15/17] src: rt: add keyword distinction for nexthop vs nexthop6
` [PATCH 16/17] tests: rt: fix test cases
` [PATCH 17/17] doc: update man page
[PATCH nf] netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup
2017-06-28 23:36 UTC (5+ messages)
` [nf] "
[PATCH] man: add include statement documentation
2017-06-28 15:36 UTC (2+ messages)
[PATCH] libnetfilter_queue: Add information about retrieving UID/GID/SECCTX fields
2017-06-27 16:48 UTC (2+ messages)
[PATCH 1/2] scanner: support for wildcards in include statements
2017-06-27 16:14 UTC (5+ messages)
` [PATCH 2/2] tests: update include directory tests to support wildcard syntax
[PATCH nf] netfilter: ebt_nflog: fix unexpected truncated packet
2017-06-27 16:12 UTC (2+ messages)
[4.11.y netfilter] 4.11 iptables regression fix
2017-06-27 11:30 UTC (2+ messages)
[PATCH net-next] netfilter: conntrack: add a new NF_CT_EXT_EXPAND extension
2017-06-27 10:06 UTC (6+ messages)
[PATCH] netfilter: ip_tables: remove useless variable assignment in get_info()
2017-06-27 3:42 UTC (3+ messages)
Inquiry 26-06-17
2017-06-26 23:25 UTC
[netfilter-core] Heap overflow in xt_geoip.c
2017-06-26 18:49 UTC (3+ messages)
[PATCH 1/2] tests: shell: Add test for incomplete set add set command
2017-06-26 18:16 UTC (9+ messages)
` [PATCH 2/2] tests: shell: Test input descriptors for included files
[PATCH] tests: py: Fail test forcefully when bug is not fixed
2017-06-26 17:24 UTC (2+ messages)
[PATCH] bump version to 1.0.3
2017-06-26 17:22 UTC (4+ messages)
[PATCH nft 1/2] src: add new generic context structure nft_ctx
2017-06-26 17:00 UTC (4+ messages)
` [PATCH nft 2/2] src: add --check option flag
Bug on nfacct xml output
2017-06-26 13:17 UTC
inquiry
2017-06-25 2:09 UTC
[PATCH nft] include: Remove __init macro definition
2017-06-24 4:41 UTC
RFC: Ideas about possible solutions for nfbz#949
2017-06-23 14:03 UTC (5+ messages)
[PATCH lnf-queue] src: prepare for new release
2017-06-21 16:37 UTC (2+ messages)
let me know
2017-06-21 14:15 UTC
[PATCHv3] tests: py: Add test for ambiguity while setting the value
2017-06-21 8:50 UTC (7+ messages)
(unknown),
2017-06-20 18:45 UTC
[PATCH V2] netfilter: Remove duplicated rcu_read_lock
2017-06-20 15:32 UTC (4+ messages)
Reply Urgent
2017-06-19 19:51 UTC
[PATCH nf-next] netfilter: nfnetlink: extended ACK reporting
2017-06-19 17:40 UTC
[PATCH 1/1] iptables-xml: Fix segfault on jump without a target
2017-06-19 17:30 UTC (2+ messages)
[PATCH v3] extensions: libxt_hashlimit: fix uint64_t printf formats
2017-06-19 17:26 UTC (4+ messages)
[PATCH nf-next] netfilter: conntrack: use NFPROTO_MAX to size array
2017-06-19 17:20 UTC (2+ messages)
[PATCH nf-next] nf_tables: reduce chain type table size
2017-06-19 17:20 UTC (2+ messages)
[PATCH nf-next RFC 0/5] netfilter: add net namespace support for cthelper
2017-06-19 17:13 UTC (3+ messages)
` [PATCH nf-next RFC 1/5] netfilter: use nf_conntrack_helpers_register when possible
[PATCH] netfilter, kbuild: use canonical method to specify objs
2017-06-19 17:12 UTC (2+ messages)
[PATCH v2 nf-next] netfilter: ebt: Use new helper ebt_invalid_target to check target
2017-06-19 17:11 UTC (2+ messages)
[PATCH nf-next] netns: add and use net_ns_barrier
2017-06-19 17:10 UTC (2+ messages)
[PATCH nf-next] netfilter: move table iteration out of netns exit paths
2017-06-19 17:10 UTC (2+ messages)
[PATCH net] netfilter: do not hold dev in ipt_CLUSTERIP
2017-06-19 17:08 UTC (2+ messages)
[PATCH nft] evaluate: Better error reporting for bad set references
2017-06-19 12:04 UTC
[PATCH nft] evaluate: merge nested set flags
2017-06-18 11:13 UTC
[PATCH nft 0/4] restrict meta nfproto to inet family
2017-06-18 9:52 UTC (4+ messages)
` [PATCH 4/4] evaluate: reject meta nfproto outside of "
[PATCH nft v3] src: Pass stateless, numeric, ip2name and handle variables as structure members
2017-06-18 9:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).