netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-10 10:55:54 to 2020-01-16 21:20:43 UTC [more...]

[PATCH ghak25 v2 0/9] Address NETFILTER_CFG issues
 2020-01-16 21:20 UTC  (4+ messages)

general protection fault in nft_chain_parse_hook
 2020-01-16 21:11 UTC  (3+ messages)
` [PATCH nf] netfilter: nf_tables: check for valid chain type pointer before dereference

[PATCH netfilter/iptables] Add new slavedev match extension
 2020-01-16 19:59 UTC  (3+ messages)

[PATCH 0/9] Netfilter updates for net
 2020-01-16 19:50 UTC  (10+ messages)
` [PATCH 1/9] netfilter: fix a use-after-free in mtype_destroy()
` [PATCH 2/9] netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct
` [PATCH 3/9] netfilter: nf_tables: store transaction list locally while requesting module
` [PATCH 4/9] netfilter: nft_tunnel: fix null-attribute check
` [PATCH 5/9] netfilter: nft_tunnel: ERSPAN_VERSION must not be null
` [PATCH 6/9] netfilter: nf_tables: remove WARN and add NLA_STRING upper limits
` [PATCH 7/9] netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()
` [PATCH 8/9] netfilter: nf_tables: fix flowtable list del corruption
` [PATCH 9/9] netfilter: nat: fix ICMP header corruption on ICMP errors

[PATCH AUTOSEL 5.4 148/205] netfilter: nf_tables_offload: release flow_rule on error from commit path
 2020-01-16 16:42 UTC 

[PATCH AUTOSEL 4.19 032/671] netfilter: nft_osf: usage from output path is not valid
 2020-01-16 16:44 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 037/671] netfilter: nf_flow_table: do not remove offload when other netns's interface is down

[PATCH AUTOSEL 4.19 225/671] netfilter: nft_set_hash: fix lookups with fixed size hash on big endian
 2020-01-16 16:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 226/671] netfilter: nft_set_hash: bogus element self comparison from deactivation path

[PATCH AUTOSEL 4.19 320/671] netfilter: nft_flow_offload: add entry to flowtable after confirmation
 2020-01-16 17:02 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 349/671] netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule
` [PATCH AUTOSEL 4.19 355/671] netfilter: nf_tables: correct NFT_LOGLEVEL_MAX value
` [PATCH AUTOSEL 4.19 524/671] netfilter: ctnetlink: honor IPS_OFFLOAD flag

[PATCH AUTOSEL 4.14 126/371] netfilter: nft_set_hash: fix lookups with fixed size hash on big endian
 2020-01-16 17:21 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 197/371] netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule

[PATCH AUTOSEL 4.9 137/251] netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule
 2020-01-16 17:34 UTC 

[PATCH AUTOSEL 4.4 089/174] netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule
 2020-01-16 17:41 UTC 

[PATCH] Fixed some man pages typos ('This modules' -> 'This module')
 2020-01-16 15:29 UTC  (2+ messages)

[PATCH nf-next v4 00/10] netfilter: nft_bitwise: shift support
 2020-01-16 14:59 UTC  (19+ messages)
` [PATCH nf-next v4 01/10] netfilter: nf_tables: white-space fixes
` [PATCH nf-next v4 02/10] netfilter: bitwise: remove NULL comparisons from attribute checks
` [PATCH nf-next v4 03/10] netfilter: bitwise: replace gotos with returns
` [PATCH nf-next v4 04/10] netfilter: bitwise: add NFTA_BITWISE_OP attribute
` [PATCH nf-next v4 05/10] netfilter: bitwise: add helper for initializing boolean operations
` [PATCH nf-next v4 06/10] netfilter: bitwise: add helper for evaluating "
` [PATCH nf-next v4 07/10] netfilter: bitwise: add helper for dumping "
` [PATCH nf-next v4 08/10] netfilter: bitwise: only offload "
` [PATCH nf-next v4 09/10] netfilter: bitwise: add NFTA_BITWISE_DATA attribute
` [PATCH nf-next v4 10/10] netfilter: bitwise: add support for shifts

BUG: corrupted list in nft_obj_del
 2020-01-16 14:53 UTC  (3+ messages)

[PATCH nf-next] netfilter: nft_bitwise: correct uapi header comment
 2020-01-16 14:51 UTC  (2+ messages)

[PATCH nf-next] netfilter: hashlimit: do not use indirect calls during gc
 2020-01-16 14:28 UTC  (2+ messages)

[PATCH nf-next,v3 8/9] netfilter: flowtable: add nf_flow_offload_tuple() helper
 2020-01-16 14:25 UTC  (2+ messages)
` [PATCH nf-next,v3 9/9] netfilter: flowtable: add nf_flow_table_offload_cmd()

[PATCH libnetfilter_queue] src: Fix indenting weirdness is pktbuff.c w/out changing indent
 2020-01-16 14:12 UTC  (2+ messages)

[net,v2] netfilter: nat: fix ICMP header corruption on ICMP errors
 2020-01-16 14:08 UTC  (3+ messages)

general protection fault in nft_tunnel_get_init
 2020-01-16 14:00 UTC  (3+ messages)
` [PATCH nf] netfilter: nft_tunnel: fix null-attribute check

[PATCH nf] netfilter: nft_tunnel: ERSPAN_VERSION must not be null
 2020-01-16 14:00 UTC  (2+ messages)

memory leak in nf_tables_parse_netdev_hooks
 2020-01-16 13:59 UTC  (4+ messages)
` [PATCH] netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()

WARNING in nft_request_module
 2020-01-16 13:58 UTC  (4+ messages)
` [PATCH nf] netfilter: nf_tables: remove WARN and add NLA_STRING upper limits

BUG: corrupted list in nf_tables_commit
 2020-01-16 13:54 UTC  (3+ messages)
` [PATCH nf] netfilter: nf_tables: fix flowtable list del corruption

[nft PATCH 1/2] tests: shell: Search diff tool once and for all
 2020-01-16 13:17 UTC  (4+ messages)
` [nft PATCH 2/2] cache: Fix for doubled output after reset command

[RFC nf-next 0/4] netfilter: conntrack: allow insertion of clashing entries
 2020-01-16 11:37 UTC  (8+ messages)

[PATCH nf-next v3 00/10] netfilter: nft_bitwise: shift support
 2020-01-15 20:48 UTC  (12+ messages)
` [PATCH nf-next v3 01/10] netfilter: nf_tables: white-space fixes
` [PATCH nf-next v3 02/10] netfilter: bitwise: remove NULL comparisons from attribute checks
` [PATCH nf-next v3 03/10] netfilter: bitwise: replace gotos with returns
` [PATCH nf-next v3 04/10] netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute
` [PATCH nf-next v3 05/10] netfilter: bitwise: add helper for initializing boolean operations
` [PATCH nf-next v3 06/10] netfilter: bitwise: add helper for evaluating "
` [PATCH nf-next v3 07/10] netfilter: bitwise: add helper for dumping "
` [PATCH nf-next v3 08/10] netfilter: bitwise: only offload "
` [PATCH nf-next v3 09/10] netfilter: bitwise: add NFTA_BITWISE_DATA attribute
` [PATCH nf-next v3 10/10] netfilter: bitwise: add support for shifts

[PATCH nf-next v2 00/10] netfilter: nft_bitwise: shift support
 2020-01-15  9:30 UTC  (14+ messages)
` [PATCH nf-next v2 01/10] netfilter: nf_tables: white-space fixes
` [PATCH nf-next v2 02/10] netfilter: bitwise: remove NULL comparisons from attribute checks
` [PATCH nf-next v2 03/10] netfilter: bitwise: replace gotos with returns
` [PATCH nf-next v2 04/10] netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute
` [PATCH nf-next v2 05/10] netfilter: bitwise: add helper for initializing boolean operations
` [PATCH nf-next v2 06/10] netfilter: bitwise: add helper for evaluating "
` [PATCH nf-next v2 07/10] netfilter: bitwise: add helper for dumping "
` [PATCH nf-next v2 08/10] netfilter: bitwise: only offload "
` [PATCH nf-next v2 09/10] netfilter: bitwise: add NFTA_BITWISE_DATA attribute
` [PATCH nf-next v2 10/10] netfilter: bitwise: add support for shifts

[PATCH nf-next 0/3] netfilter: nft_bitwise: shift support
 2020-01-14 21:30 UTC  (5+ messages)
` [PATCH nf-next 1/3] netfilter: nf_tables: white-space fixes
` [PATCH nf-next 2/3] netfilter: bitwise: replace gotos with returns
` [PATCH nf-next 3/3] netfilter: bitwise: add support for shifts

[PATCH nft 0/3] netns support
 2020-01-14 17:04 UTC  (8+ messages)
` [PATCH nft 1/3] libnftables: add nft_ctx_set_netns()

[PATCH nft] xfrm: spi is big endian
 2020-01-14 13:39 UTC  (3+ messages)

[PATCH nf-next v4 0/4] netfilter: flowtable: add indr-block offload
 2020-01-14 10:00 UTC  (5+ messages)
` [PATCH nf-next v4 1/4] netfilter: flowtable: add nf_flow_table_block_offload_init()
` [PATCH nf-next v4 2/4] netfilter: flowtable: add indr block setup support
` [PATCH nf-next v4 3/4] netfilter: flowtable: add tunnel match offload support
` [PATCH nf-next v4 4/4] netfilter: flowtable: add tunnel encap/decap action "

[PATCH nf-next,v2 8/9] netfilter: flowtable: add flow_offload_tuple() helper
 2020-01-14  9:32 UTC  (2+ messages)
` [PATCH nf-next,v2 9/9] netfilter: flowtable: add nf_flow_table_offload_cmd()

[NET] netfilter: nat: fix ICMP header corruption on ICMP errors
 2020-01-14  7:25 UTC 

[PATCH nf-next,v3 1/9] netfilter: flowtable: fetch stats only if flow is still alive
 2020-01-14  5:58 UTC  (11+ messages)
` [PATCH nf-next,v2 2/9] netfilter: flowtable: restrict flow dissector match on meta ingress device
` [PATCH nf-next,v2 3/9] netfilter: flowtable: add nf_flow_offload_work_alloc()
` [PATCH nf-next,v2 4/9] netfilter: flowtable: remove dying bit, use teardown bit instead
` [PATCH nf-next,v2 5/9] netfilter: flowtable: use atomic bitwise operations for flow flags
` [PATCH nf-next 6/9] netfilter: flowtable: add nf_flowtable_hw_offload() helper function
` [PATCH nf-next,v2 7/9] netfilter: flowtable: refresh flow if hardware offload fails
` [PATCH nf-next 8/9] netfilter: flowtable: add flow_offload_tuple() helper
` [PATCH nf-next 9/9] netfilter: flowtable: add nf_flow_table_offload_cmd()

[PATCH nf-next] netfilter: ctnetlink: add kernel side filtering for dump
 2020-01-13 23:00 UTC  (4+ messages)

[PATCH nf-next 0/3] netfilter: nft_bitwise: shift support
 2020-01-13 21:59 UTC  (5+ messages)
` [PATCH nf-next 1/3] netfilter: nf_tables: white-space fixes
` [PATCH nf-next 2/3] netfilter: bitwise: replace gotos with returns
` [PATCH nf-next 3/3] netfilter: bitwise: add support for shifts

WARNING: locking bug in finish_task_switch
 2020-01-13 19:34 UTC 

[PATCH libnetfilter_queue 0/1] New pktb_usebuf() function
 2020-01-13 18:51 UTC  (5+ messages)
` [PATCH libnetfilter_queue v2 0/1] New pktb_make() function

general protection fault in xt_rateest_put
 2020-01-13 17:51 UTC  (7+ messages)
` [PATCH nf] netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct

[Patch net] netfilter: fix a use-after-free in mtype_destroy()
 2020-01-13 17:50 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: store transaction list locally while requesting module
 2020-01-13 17:09 UTC 

[nft PATCH] monitor: Fix output for ranges in anonymous sets
 2020-01-13 15:23 UTC  (2+ messages)

vmaps and default action
 2020-01-13 11:05 UTC 

Investment opportunity
 2020-01-12  3:06 UTC 

KASAN: use-after-free Read in bitmap_port_ext_cleanup
 2020-01-10 19:13 UTC  (3+ messages)

INFO: task hung in hashlimit_mt_check_common
 2020-01-10 16:00 UTC 

[PATCH nft] evaluate: better error notice when interval flag is not set on
 2020-01-10 13:07 UTC  (2+ messages)

Unable to create htb tc classes more than 64K
 2020-01-10 12:38 UTC  (10+ messages)

[PATCH nft 0/7] bitwise shift support
 2020-01-10 12:38 UTC  (8+ messages)
` [PATCH nft 1/7] Update gitignore
` [PATCH nft 2/7] src: white-space fixes
` [PATCH nft 3/7] netlink_delinearize: fix typo
` [PATCH nft 4/7] netlink_delinearize: remove commented out pr_debug statement
` [PATCH nft 5/7] parser: add parenthesized statement expressions
` [PATCH nft 6/7] netlink: add support for handling shift expressions
` [PATCH nft 7/7] tests: shell: add bit-shift tests

[PATCH libnftnl 0/2] bitwise shift support
 2020-01-10 12:34 UTC  (3+ messages)
` [PATCH libnftnl 1/2] gitignore: add tag and Emacs back-up files
` [PATCH libnftnl 2/2] bitwise: add support for left and right shifts

[nft PATCH 0/3] Fixes for monitor/echo mode with maps
 2020-01-10 11:21 UTC  (7+ messages)
` [nft PATCH 1/3] monitor: Do not decompose non-anonymous sets
` [nft PATCH 2/3] monitor: Fix for use after free when printing map elements
` [nft PATCH 3/3] tests: monitor: Support running individual test cases

[PATCH libnetfilter_queue 0/1] src: Fix value returned by nfq_tcp_get_payload_len()
 2020-01-10 11:18 UTC  (3+ messages)
` [PATCH libnetfilter_queue 1/1] "

[PATCH libnetfilter_queue] src: doc: Final polish for current round
 2020-01-10 11:16 UTC  (2+ messages)

[PATCH RFC libnetfilter_queue] src: Simplify struct pkt_buff
 2020-01-10 11:12 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).