netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 10:00:08 to 2020-01-16 14:09:03 UTC [more...]

[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

[PATCH nf-next v4 00/10] netfilter: nft_bitwise: shift support
 2020-01-16 12:13 UTC  (17+ 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

[RFC nf-next 0/4] netfilter: conntrack: allow insertion of clashing entries
 2020-01-16 11:37 UTC  (12+ messages)
` [RFC nf-next 1/4] netfilter: conntrack: remove two args from resolve_clash
` [RFC nf-next 2/4] netfilter: conntrack: place confirm-bit setting in a helper
` [RFC nf-next 3/4] netfilter: conntrack: split resolve_clash function
` [RFC nf-next 4/4] netfilter: conntrack: allow insertion of duplicate/clashing entries

BUG: corrupted list in nft_obj_del
 2020-01-16  6:03 UTC  (2+ messages)

[PATCH] Fixed some man pages typos ('This modules' -> 'This module')
 2020-01-16  1:40 UTC 

general protection fault in nft_chain_parse_hook
 2020-01-15 20:51 UTC 

[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 libnetfilter_queue] src: Fix indenting weirdness is pktbuff.c w/out changing indent
 2020-01-15  7:52 UTC 

[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  (10+ messages)
` [PATCH nft 1/3] libnftables: add nft_ctx_set_netns()
` [PATCH nft 2/3] main: split parsing from libnftables initialization
` [PATCH nft 3/3] main: add -w/--netns option

[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)

[PATCH netfilter/iptables] Add new slavedev match extension
 2020-01-10 16:34 UTC  (2+ 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)

[ANNOUNCE] ipset 7.5 released
 2020-01-09 19:42 UTC 

[PATCH nft] main: restore --debug
 2020-01-09 17:19 UTC 

[PATCH 0/9] Netfilter fixes for net
 2020-01-08 23:22 UTC  (11+ messages)
` [PATCH 1/9] netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
` [PATCH 2/9] netfilter: nft_flow_offload: fix underflow in flowtable reference counter
` [PATCH 3/9] netfilter: nf_flow_table_offload: fix incorrect ethernet dst address
` [PATCH 4/9] netfilter: nf_flow_table_offload: check the status of dst_neigh
` [PATCH 5/9] netfilter: nf_flow_table_offload: fix the nat port mangle
` [PATCH 6/9] netfilter: nf_tables: unbind callbacks from flowtable destroy path
` [PATCH 7/9] netfilter: flowtable: add nf_flowtable_time_stamp
` [PATCH 8/9] netfilter: conntrack: dccp, sctp: handle null timeout argument
` [PATCH 9/9] netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

[PATCH RFC libnetfilter_queue 0/1] Make usable man pages
 2020-01-08 22:47 UTC  (2+ messages)

[PATCH nft v2] evaluate: fix expr_set_context call for shift binops
 2020-01-08 22:35 UTC  (3+ messages)
` [PATCH nft v3] "

general protection fault in hash_ipportnet4_uadt
 2020-01-08 22:32 UTC  (7+ messages)
` [PATCH nf] netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
  ` [PATCH] "

general protection fault in dccp_timeout_nlattr_to_obj
 2020-01-08 22:32 UTC  (3+ messages)
` [PATCH nf] netfilter: conntrack: dccp, sctp: handle null timeout argument

[PATCH ghak25 v2 0/9] Address NETFILTER_CFG issues
 2020-01-08 16:47 UTC  (3+ messages)
` [PATCH ghak25 v2 1/9] netfilter: normalize x_table function declarations

general protection fault in hash_ipportip6_uadt
 2020-01-08 16:05 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).