messages from 2016-09-14 13:00:08 to 2016-09-27 13:38:44 UTC [more...]
[PATCH nf-next v2 0/2] fixes for recent nf_compact hooks
2016-09-27 13:38 UTC (3+ messages)
` [PATCH nf-next v2 1/2] netfilter: Fix potential null pointer dereference
` [PATCH nf-next v2 2/2] nf_set_hooks_head: acommodate different kconfig
[PATCH] Fix link error in 32bit arch because of 64bit division
2016-09-27 13:32 UTC (3+ messages)
[PATCH nf] netfilter: nft_limit: fix divded by zero panic
2016-09-27 12:49 UTC
linux-next: Tree for Sep 27
2016-09-27 10:03 UTC
[PATCH v3 2/2] netfilter: Create revision 2 of xt_hashlimit to support higher pps rates
2016-09-27 7:35 UTC (7+ messages)
[PATCH nf-next] netfilter: xt_osf: Use explicit member assignment to avoid implicit no padding rule
2016-09-27 6:10 UTC (5+ messages)
[PATCH nf-next] netfilter: xt_nfacct: Use not operation instead of condition check
2016-09-27 1:04 UTC (5+ messages)
[PATCH v4 2/2] libxt_hashlimit: Create revision 2 of xt_hashlimit to support higher pps rates
2016-09-26 19:08 UTC
[PATCH v4 1/2] libxt_hashlimit: Prepare libxt_hashlimit.c for revision 2
2016-09-26 19:08 UTC
[PATCH nf-next 0/2] fixes for recent nf_compact hooks
2016-09-26 16:43 UTC (5+ messages)
` [PATCH nf-next 1/2] netfilter: Fix potential null pointer dereference
` [PATCH nf-next 2/2] nf_set_hooks_head: acommodate different kconfig
[PATCH nf-next] netfilter: xt_multiport: Use switch case instead of multiple condition checks
2016-09-26 13:23 UTC
[nft] Problems with flushing all elements from a set
2016-09-26 3:54 UTC (2+ messages)
[PATCH 00/53] Netfilter updates for net-next
2016-09-26 1:05 UTC (55+ messages)
` [PATCH 01/53] netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter
` [PATCH 02/53] netfilter: gre: Use consistent GRE and PTTP header structure instead of the "
` [PATCH 03/53] netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers
` [PATCH 04/53] netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header
` [PATCH 05/53] netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern
` [PATCH 06/53] netfilter: ftp: Remove the useless code
` [PATCH 07/53] netfilter: nft_numgen: rename until attribute by modulus
` [PATCH 08/53] netfilter: nft_quota: fix overquota logic
` [PATCH 09/53] netfilter: nft_quota: introduce nft_overquota()
` [PATCH 10/53] netfilter: nf_ct_sip: allow tab character in SIP headers
` [PATCH 11/53] netfilter: nft_queue: check the validation of queues_total and queuenum
` [PATCH 12/53] netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto
` [PATCH 13/53] netfilter: nft_hash: Add hash offset value
` [PATCH 14/53] netfilter: nft_dynset: allow to invert match criteria
` [PATCH 15/53] netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields
` [PATCH 16/53] netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parse
` [PATCH 17/53] netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate()
` [PATCH 18/53] netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validate
` [PATCH 19/53] netfilter: nf_tables: don't drop IPv6 packets that cannot parse transport
` [PATCH 20/53] netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic
` [PATCH 21/53] netfilter: Add the missed return value check of register_netdevice_notifier
` [PATCH 22/53] netfilter: Add the missed return value check of nft_register_chain_type
` [PATCH 23/53] netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLES
` [PATCH 24/53] netfilter: conntrack: remove packet hotpath stats
` [PATCH 25/53] netfilter: nft_numgen: fix race between num generate and store it
` [PATCH 26/53] netfilter: nft_hash: fix hash overflow validation
` [PATCH 27/53] netfilter: nft_numgen: add number generation offset
` [PATCH 28/53] netfilter: nf_tables: validate maximum value of u32 netlink attributes
` [PATCH 29/53] netfilter: nft_queue: add _SREG_QNUM attr to select the queue number
` [PATCH 30/53] netfilter: nf_queue: improve queue range support for bridge family
` [PATCH 31/53] netfilter: nf_tables: improve nft payload fast eval
` [PATCH 32/53] netfilter: nf_tables: check tprot_set first when we use xt.thoff
` [PATCH 33/53] netfilter: Enhance the codes used to get random once
` [PATCH 34/53] netfilter: xt_helper: Use sizeof(variable) instead of literal number
` [PATCH 35/53] netfilter: nft_lookup: remove superfluous element found check
` [PATCH 36/53] netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable
` [PATCH 37/53] netfilter: bridge: add and use br_nf_hook_thresh
` [PATCH 38/53] netfilter: call nf_hook_state_init with rcu_read_lock held
` [PATCH 39/53] netfilter: call nf_hook_ingress with rcu_read_lock
` [PATCH 40/53] netfilter: Remove explicit rcu_read_lock in nf_hook_slow
` [PATCH 41/53] netfilter: Only allow sane values in nf_register_net_hook
` [PATCH 42/53] netfilter: nf_queue: whitespace cleanup
` [PATCH 43/53] netfilter: replace list_head with single linked list
` [PATCH 44/53] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
` [PATCH 45/53] netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol
` [PATCH 46/53] netfilter: nft_ct: report error if mark and dir specified simultaneously
` [PATCH 47/53] netfilter: xt_hashlimit: Prepare for revision 2
` [PATCH 48/53] netfilter: xt_hashlimit: Create revision 2 to support higher pps rates
` [PATCH 49/53] netfilter: evict stale entries when user reads /proc/net/nf_conntrack
` [PATCH 50/53] netfilter: xt_socket: fix transparent match for IPv6 request sockets
` [PATCH 51/53] netfilter: nf_tables: add range expression
` [PATCH 52/53] netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
` [PATCH 53/53] netfilter: nf_log: get rid of XT_LOG_* macros
[nf-next:master 43/54] net/netfilter/core.c:96: error: type defaults to 'int' in declaration of '__val'
2016-09-26 0:28 UTC
[nf-next:master 43/54] net/netfilter/core.c:96:30: error: 'struct net_device' has no member named 'nf_hooks_ingress'
2016-09-25 22:47 UTC
[PATCH nf-next 2/2] netfilter: nf_log: get rid of XT_LOG_* macros
2016-09-25 13:16 UTC (2+ messages)
[PATCH nf-next 0/2] netfilter: complete nft log flags support
2016-09-25 13:15 UTC (3+ messages)
` [PATCH nf-next 1/2] netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
[PATCH] netfilter: xt_socket: fix transparent match for IPv6 request sockets
2016-09-25 11:47 UTC (2+ messages)
[PATCH nf-next] netfilter: evict stale entries when user reads /proc/net/nf_conntrack
2016-09-25 11:47 UTC (2+ messages)
[PATCH nf-next 1/2] netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol
2016-09-25 11:32 UTC (4+ messages)
` [PATCH nf-next 2/2] netfilter: nft_ct: report error if mark and dir specified simultaneously
[PATCH nf v5] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
2016-09-25 11:31 UTC (2+ messages)
[PATCH nf-next v3 0/7] Compact netfilter hooks list
2016-09-25 11:30 UTC (10+ messages)
` [PATCH nf-next v3 1/7] netfilter: bridge: add and use br_nf_hook_thresh
` [PATCH nf-next v3 2/7] netfilter: call nf_hook_state_init with rcu_read_lock held
` [PATCH nf-next v3 3/7] netfilter: call nf_hook_ingress with rcu_read_lock
` [PATCH nf-next v3 4/7] nf_hook_slow: Remove explicit rcu_read_lock
` [PATCH nf-next v3 5/7] nf_register_net_hook: Only allow sane values
` [PATCH nf-next v3 6/7] nf_queue_handler: whitespace cleanup
` [PATCH] netfilter: replace list_head with single linked list
[PATCH nft 0/3] src: add nft log flags support
2016-09-25 9:07 UTC (4+ messages)
` [PATCH nft 1/3] src: add log flags syntax support
` [PATCH nft 2/3] doc: add description about log flags
` [PATCH nft 3/3] tests: py: add some testcases for "
[PATCH libnftnl 0/3] expr: complete log flags support
2016-09-25 8:54 UTC (4+ messages)
` [PATCH libnftnl 1/3] expr: log: fix typo in nftnl_expr_log_export
` [PATCH libnftnl 2/3] expr: log: do not print prefix if it is not set
` [PATCH libnftnl 3/3] expr: log: complete log flags support
[PATCH nf-next] netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable
2016-09-24 19:14 UTC (2+ messages)
[PATCH] netfilter: don't permit unprivileged writes to global state via sysctls
2016-09-23 22:21 UTC
[PATCH 1/1 linux-next] netfilter: conntrack: fix kmemleak false positive
2016-09-23 19:40 UTC (5+ messages)
Seeking help for implementing CT HELPER in nftables
2016-09-23 15:46 UTC (14+ messages)
[PATCH nf-next] netfilter: nf_tables: add range expression
2016-09-23 13:23 UTC
[libnftnl PATCH] libnftnl: remove libmxml support
2016-09-23 9:23 UTC (2+ messages)
[PATCH libnftnl] src: display offset only if present in hash and numgen expressions
2016-09-23 8:19 UTC
[PATCH nf] netfilter: nf_tables: Ensure u8 attributes are loaded from u32 within the bounds
2016-09-22 18:33 UTC (6+ messages)
[PATCH v3 1/2] netfilter: Prepare xt_hashlimit.c for revision 2
2016-09-22 16:42 UTC
[PATCH nf-next] netfilter: xt_helper: Use sizeof(variable) instead of literal number
2016-09-22 15:47 UTC (2+ messages)
[PATCH nf-next] netfilter: Enhance the codes used to get random once
2016-09-22 15:43 UTC (2+ messages)
[PATCH nft] tests: py: fix numgen case failed due to changes in libnftnl
2016-09-22 15:27 UTC (2+ messages)
[PATCH nf-next] netfilter: nf_tables: check tprot_set first when we use xt.thoff
2016-09-22 15:26 UTC (2+ messages)
[PATCH nf-next] netfilter: nf_queue: improve queue range support for bridge family
2016-09-22 15:18 UTC (2+ messages)
[PATCH nft] tests: py: add more test cases for queue expr
2016-09-22 15:15 UTC (2+ messages)
[PATCH nf-next V2] netfilter: nft_queue: add _SREG_QNUM attr to select the queue number
2016-09-22 15:11 UTC (2+ messages)
[PATCH v3 libnftnl] expr: numgen: add number generation offset
2016-09-22 14:36 UTC (2+ messages)
[PATCH nft] src: support ct l3proto/protocol without direction syntax
2016-09-22 14:34 UTC
[PATCH v3] netfilter: nft_numgen: add number generation offset
2016-09-22 14:33 UTC (2+ messages)
[PATCH conntrack-tools] Link nfct and helper modules with `-z lazy`
2016-09-22 14:28 UTC (2+ messages)
[PATCH nf-next] netfilter: nf_meta: support for nexthop and nexthop6
2016-09-22 9:39 UTC (4+ messages)
[PATCH nf v4] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
2016-09-22 6:29 UTC
[PATCH nf v3] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
2016-09-22 6:27 UTC (3+ messages)
[PATCH nf] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
2016-09-22 6:21 UTC (5+ messages)
libnftnl XML parsing seems broken with libmxml 2.10
2016-09-21 12:24 UTC
[PATCH nf-next] netfilter: nft_lookup: remove superfluous element found check
2016-09-20 16:22 UTC
[PATCH] netfilter: xt_socket: fix transparent match for IPv6 request sockets
2016-09-20 15:05 UTC (3+ messages)
Why ctinfo is IP_CT_RELATED_REPLY when reject with TCP RST
2016-09-20 14:21 UTC
rate limit not working ?
2016-09-20 11:14 UTC (3+ messages)
[PATCH] netfilter: fix namespace handling in nf_log_proc_dostring
2016-09-18 19:40 UTC
[PATCH 1/2 nf] netfilter: seqadj: Fix some possible panics of seqadj when mem is exhausted
2016-09-17 10:40 UTC (4+ messages)
` [lkp] [netfilter] 68263ddb47: WARNING: CPU: 0 PID: 1225 at net/netfilter/nf_conntrack_seqadj.c:232 nf_ct_seq_offset+0x7a/0x9a
` [netfilter-core] "
[PATCH nf-next] netfilter: nf_tables: improve nft payload fast eval
2016-09-15 13:29 UTC
[RFC] nftables: reverse path filtering for nft
2016-09-15 8:27 UTC (12+ messages)
[PATCH libnftnl V2] expr: queue: add NFTA_QUEUE_SREG_QNUM attr support
2016-09-14 15:45 UTC
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).