messages from 2015-04-09 22:29:47 to 2015-04-27 18:37:30 UTC [more...]
[PATCH 0/2] Netfilter fixes for net
2015-04-27 18:41 UTC
[PATCH] netfilter; Add some missing default cases to switch statements in nft_reject
2015-04-27 17:21 UTC
[PATCH] Allow use of 'socket' match in OUTPUT
2015-04-27 11:47 UTC (2+ messages)
[PATCH -next] netfilter: nf_tables: fix wrong length for jump/goto verdicts
2015-04-27 11:27 UTC (2+ messages)
[PATCH nf] netfilter: bridge: fix NULL deref in physin/out ifindex helpers
2015-04-27 11:26 UTC (2+ messages)
[PATCH net-next 0/6] ipv6: netfilter - coding style improvements
2015-04-27 2:43 UTC
roadmap of the nftables development
2015-04-22 9:31 UTC
[PATCH] Add arpt_MARK to xt_mark
2015-04-17 2:21 UTC
[PATCH] Add NFPROTO_ARP for mark target
2015-04-17 1:38 UTC (9+ messages)
` [PATCH] Add NFPROTO_ARP for mark
` "
[PATCH 0/7 RFC] Netfilter/nf_tables ingress support
2015-04-16 5:49 UTC (39+ messages)
` [PATCH 1/7] net: refactor __netif_receive_skb_core
` [PATCH 2/7] netfilter: add nf_hook_list_active()
` [PATCH 3/7] netfilter: add hook list to nf_hook_state
` [PATCH 4/7] netfilter: cleanup struct nf_hook_ops struct indentation
` [PATCH 5/7] net: add netfilter ingress hook
` [PATCH 6/7] netfilter: nf_tables: allow to bind table to net_device
` [PATCH 7/7] netfilter: nf_tables: add netdev table to filter from ingress
[PATCH nf-next v3] netfilter: x_tables: add context to know if extension runs from nft_compat
2015-04-15 8:40 UTC (2+ messages)
[PATCH libnftnl 1/2] src: add batch abstraction
2015-04-14 19:00 UTC (2+ messages)
` [PATCH nft] mnl: use new libnftnl batch API
nftables: oob crash w. verdict maps & jumps
2015-04-14 14:28 UTC (4+ messages)
[PATCH libnftnl 0/5] concatenation and dynamic expression instantiation
2015-04-14 7:00 UTC (6+ messages)
` [PATCH libnftnl 1/5] headers: resync headers for new register definitions
` [PATCH libnftnl 2/5] data: increase maximum possible data size
` [PATCH libnftnl 3/5] expr: seperate expression parsing and building functions
` [PATCH libnftnl 4/5] set_elem: support expressions attached to set elements
` [PATCH libnftnl 5/5] dynset: support expression templates
[PATCH 00/21] Netfilter updates for net-next
2015-04-14 2:18 UTC (23+ messages)
` [PATCH 01/21] netfilter: nf_tables: validate len in nft_validate_data_load()
` [PATCH 02/21] netfilter: nf_tables: rename nft_validate_data_load()
` [PATCH 03/21] netfilter: nft_lookup: use nft_validate_register_store() to validate types
` [PATCH 04/21] netfilter: nf_tables: kill nft_validate_output_register()
` [PATCH 05/21] netfilter: nf_tables: introduce nft_validate_register_load()
` [PATCH 06/21] netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
` [PATCH 07/21] netfilter: nf_tables: use struct nft_verdict within struct nft_data
` [PATCH 08/21] netfilter: nf_tables: convert expressions to u32 register pointers
` [PATCH 09/21] netfilter: nf_tables: kill nft_data_cmp()
` [PATCH 10/21] netfilter: nf_tables: convert sets to u32 data pointers
` [PATCH 11/21] netfilter: nf_tables: add register parsing/dumping helpers
` [PATCH 12/21] netfilter: nf_tables: switch registers to 32 bit addressing
` [PATCH 13/21] netfilter: nf_tables: support variable sized data in nft_data_init()
` [PATCH 14/21] netfilter: nf_tables: variable sized set element keys / data
` [PATCH 15/21] uapi: ebtables: don't include linux/if.h
` [PATCH 16/21] netfilter: nf_tables: add helper functions for expression handling
` [PATCH 17/21] netfilter: nf_tables: prepare for expressions associated to set elements
` [PATCH 18/21] netfilter: nf_tables: mark stateful expressions
` [PATCH 19/21] netfilter: nf_tables: add flag to indicate set contains expressions
` [PATCH 20/21] netfilter: nft_dynset: dynamic stateful expression instantiation
` [PATCH 21/21] netfilter: nf_tables: get rid of the expression example code
[PATCH 1/5 v4] netlink: Fix portid type in netlink_notify
2015-04-13 20:35 UTC (13+ messages)
` [PATCH 2/5 v4] nfc: Fix portid type in urelease_work
` [PATCH 3/5 v4] netfilter: Fix portid types
` [PATCH 4/5 v4] netfilter: Fix format string of nfnetlink_queue proc file
` [PATCH 5/5 v4] netfilter: Fix format string of nfnetlink_log "
[libnftnl PATCH v2] expr: dynset: fix json/xml parsing
2015-04-13 19:24 UTC (2+ messages)
[libnftnl PATCH] expr: dynset: fix json/xml parsing
2015-04-13 19:07 UTC
[PATCH 0/5] netfilter: nf_tables: dynamic stateful expression instantiation
2015-04-13 18:54 UTC (9+ messages)
` [PATCH 1/5] netfilter: nf_tables: add helper functions for expression handling
` [PATCH 2/5] netfilter: nf_tables: prepare for expressions associated to set elements
` [PATCH 3/5] netfilter: nf_tables: mark stateful expressions
` [PATCH 4/5] netfilter: nf_tables: add flag to indicate set contains expressions
` [PATCH 5/5] netfilter: nft_dynset: dynamic stateful expression instantiation
` [PATCH 6/5] netfilter: nft_dynset: make sure expr extension exists before using it
[PATCH nf-next] netfilter: nf_tables: get rid of the expression example code
2015-04-13 18:17 UTC (2+ messages)
Looking for extensible kernel database format
2015-04-13 18:09 UTC (2+ messages)
[kernel PATCH] uapi: ebtables: don't include linux/if.h
2015-04-13 18:10 UTC (3+ messages)
[PATCH 00/14] netfilter: nf_tables: concatenation support
2015-04-13 18:07 UTC (18+ messages)
` [PATCH 01/14] netfilter: nf_tables: validate len in nft_validate_data_load()
` [PATCH 02/14] netfilter: nf_tables: rename nft_validate_data_load()
` [PATCH 03/14] netfilter: nft_lookup: use nft_validate_register_store() to validate types
` [PATCH 04/14] netfilter: nf_tables: kill nft_validate_output_register()
` [PATCH 05/14] netfilter: nf_tables: introduce nft_validate_register_load()
` [PATCH 06/14] netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
` [PATCH 07/14] netfilter: nf_tables: use struct nft_verdict within struct nft_data
` [PATCH 08/14] netfilter: nf_tables: convert expressions to u32 register pointers
` [PATCH 09/14] netfilter: nf_tables: kill nft_data_cmp()
` [PATCH 10/14] netfilter: nf_tables: convert sets to u32 data pointers
` [PATCH 11/14] netfilter: nf_tables: add register parsing/dumping helpers
` [PATCH 12/14] netfilter: nf_tables: switch registers to 32 bit addressing
` [PATCH 13/14] netfilter: nf_tables: support variable sized data in nft_data_init()
` [PATCH 14/14] netfilter: nf_tables: variable sized set element keys / data
[PATCH 0/3] libnftnl: dynset dynamic expression instantiation
2015-04-12 19:35 UTC (4+ messages)
` [PATCH 1/3] expr: seperate expression parsing and building functions
` [PATCH 2/3] set_elem: support expressions attached to set elements
` [PATCH 3/3] dynset: support expression templates
[PATCH 0/3] libnfnl: support for new set features
2015-04-12 19:24 UTC (4+ messages)
` [PATCH 1/3] set: print set elem timeout information
` [PATCH 2/3] set_elem: add support for userdata
` [PATCH 3/3] expr: add support for the dynset expr
[PATCH 00/10] nftables: set timeouts and dynamic updates
2015-04-12 12:16 UTC (11+ messages)
` [PATCH 01/10] datatype: fix parsing of time type
` [PATCH 02/10] datatype: less strict time parsing
` [PATCH 03/10] datatype: seperate time parsing/printing from time_type
` [PATCH 04/10] parser: add a time_spec rule
` [PATCH 05/10] parser: fix inconsistencies in set expression rules
` [PATCH 06/10] expr: add set_elem_expr as container for set element attributes
` [PATCH 07/10] set: add timeout support for sets
` [PATCH 08/10] setelem: add timeout support for set elements
` [PATCH 09/10] setelem: add support for attaching comments to "
` [PATCH 10/10] nftables: add set statement
[PATCH] netlink: kill non-batch compat code
2015-04-11 21:55 UTC
[PATCH RFC 0/2] nftables: fix time parsing
2015-04-11 17:25 UTC (5+ messages)
` [PATCH 1/2] datatype: fix parsing of time type
` [PATCH 2/2] datatype: less strict time parsing
[PATCH] src: restore interface to index cache
2015-04-11 17:15 UTC (2+ messages)
[PATCH nft v4] src: restore interface to index cache
2015-04-11 16:16 UTC (2+ messages)
[PATCH 00/20] Netfilter updates for net-next
2015-04-11 13:45 UTC (5+ messages)
` [PATCH 05/20] netfilter: nft_hash: add support for timeouts
[PATCH nft v3] src: restore interface to index cache
2015-04-11 13:12 UTC (2+ messages)
[PATCH 1/5 v2] netlink: Fix portid type in netlink_notify
2015-04-10 19:40 UTC (6+ messages)
` [PATCH 5/5 v2] netfilter: Fix format string of nfnetlink_log proc file
Namespaces and NFLOG
2015-04-10 11:47 UTC
Re
2015-04-10 7:29 UTC
[PATCH v3] netfilter: Fix format string of nfnetlink_log proc file
2015-04-10 7:30 UTC
[PATCH v2] parser: add kludges for "param-problem" and "redirect"
2015-04-10 5:38 UTC (12+ messages)
` nft parser and names for constants (was [PATCH v2] parser: add kludges for "param-problem" and "redirect")
[PATCH nft v2 1/3] include: cache ip_tables.h, ip6_tables.h, arp_tables.h and ebtables.h
2015-04-10 1:00 UTC (25+ messages)
` [PATCH nft v2 3/3] src: add xt compat support
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).