netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 15:52:08 to 2020-05-12 13:34:59 UTC [more...]

[iptables PATCH 0/2] Critical: Unbreak nfnl_osf tool
 2020-05-12 13:34 UTC  (7+ messages)
` [iptables PATCH 1/2] nfnl_osf: Fix broken conversion to nfnl_query()
` [iptables PATCH 2/2] nfnl_osf: Improve error handling

[iptables PATCH] xtables-restore: Fix verbose mode table flushing
 2020-05-12 11:49 UTC 

[nf PATCH v2] netfilter: nft_set_rbtree: Add missing expired checks
 2020-05-12 11:34 UTC  (2+ messages)

[PATCH v1 1/1] xtables-addons: geoip: update scripts for DBIP names, etc
 2020-05-12  9:30 UTC  (2+ messages)

[PATCH] libiptc.c: pragma disable a gcc compiler warning
 2020-05-11 21:34 UTC 

[PATCH] libip6t_srh.t: switch to lowercase, add /128 suffix, require success
 2020-05-11 21:33 UTC 

Correct usage of nf_ct_get
 2020-05-11 21:26 UTC 

WARNING in cgroup_finalize_control
 2020-05-11 18:31 UTC  (2+ messages)

KMSAN: uninit-value in hash_net6_del
 2020-05-11 18:21 UTC 

[PATCH nf] netfilter: conntrack: fix infinite loop on rmmod
 2020-05-11 17:29 UTC  (2+ messages)

[PATCH net] netfilter: nf_flow_table_offload: Remove WQ_MEM_RECLAIM from workqueue
 2020-05-11 17:28 UTC  (2+ messages)

[PATCH] iptables: flush stdout after every verbose log
 2020-05-11 15:40 UTC  (7+ messages)

[PATCH net] netfilter: flowtable: Add pending bit for offload work
 2020-05-11 14:37 UTC  (7+ messages)

[iptables PATCH 1/2] nft: Merge nft_*_rule_find() functions
 2020-05-11 13:38 UTC  (2+ messages)
` [iptables PATCH 2/2] nft: Drop save_counters callback from family_ops

[iptables PATCH] iptables-test: Don't choke on empty lines
 2020-05-11 13:37 UTC 

[nf PATCH] netfilter: nft_set_rbtree: Add missing expired checks
 2020-05-11 13:31 UTC  (3+ messages)

[PATCH nf] netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expiration
 2020-05-11 10:40 UTC  (2+ messages)

[RFC PATCH net] net: flow_offload: simplify hw stats check handling
 2020-05-11 10:09 UTC  (8+ messages)

[PATCH net] netfilter: flowtable: Fix expired flow not being deleted from software
 2020-05-11  9:50 UTC  (5+ messages)

[PATCH v2] do not typedef socklen_t on Android
 2020-05-10 23:03 UTC  (2+ messages)

[PATCH 00/15] gcc-10 warning fixes
 2020-05-10 21:48 UTC  (3+ messages)
` [PATCH 06/15] netfilter: conntrack: avoid gcc-10 zero-length-bounds warning

[PATCH net] netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
 2020-05-10 21:46 UTC  (2+ messages)

[PATCH libnetfilter_queue 0/1] pktb_alloc2()
 2020-05-10 21:30 UTC  (4+ messages)
` [PATCH libnetfilter_queue 1/1] src: add pktb_alloc2() and pktb_head_size()

mlx5: Panic with conntrack offload
 2020-05-10  8:52 UTC  (2+ messages)

[PATCH] document danger of '-j REJECT'ing of '-m state INVALID' packets
 2020-05-09 21:31 UTC  (7+ messages)
    ` [PATCH] doc: document danger of applying REJECT to INVALID CTs

[PATCH libnetfilter_queue 1/2] pktbuff: add __pktb_setup()
 2020-05-09 17:26 UTC  (4+ messages)
` [PATCH libnetfilter_queue 2/2] pktbuff: add pktb_head_alloc(), pktb_setup() and pktb_head_size()

[PATCH nft,v2] mnl: fix error rule reporting with missing table/chain and anonymous sets
 2020-05-09  9:36 UTC 

[PATCH libnetfilter_queue 0/3] pktbuff API updates
 2020-05-09  8:26 UTC  (16+ messages)

[PATCH ghak25 v4 0/3] Address NETFILTER_CFG issues
 2020-05-08 18:23 UTC  (10+ messages)
` [PATCH ghak25 v4 3/3] audit: add subj creds to NETFILTER_CFG record to cover async unregister

[PATCH nft 1/3] src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTS
 2020-05-08 12:44 UTC  (3+ messages)
` [PATCH nft 2/3] libnftables: call nft_cmd_expand() only with CMD_ADD
` [PATCH nft 3/3] src: add CMD_OBJ_SETELEMS

ETA of libnetfilter_queue-1.0.4?
 2020-05-08 13:07 UTC 

[PATCH nft] mnl: fix error rule reporting with missing table/chain and anonymous sets
 2020-05-07 19:33 UTC  (3+ messages)

[PATCH net,v4] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-07 12:15 UTC  (5+ messages)

nft: crash parsing cmd line
 2020-05-07 11:30 UTC  (2+ messages)

[PATCH] netfilter: fix make target xt_TCPMSS.o error
 2020-05-06 21:55 UTC  (3+ messages)

[PATCH nft] evaluate: fix memleak in stmt_evaluate_reject_icmp()
 2020-05-06 20:51 UTC 

[PATCH nft] src: fix netlink_get_setelem() memleaks
 2020-05-06 20:36 UTC 

[PATCH net,v3] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-06 18:16 UTC  (2+ messages)

[iptables PATCH 00/15] cache evaluation phase bonus material
 2020-05-06 17:33 UTC  (16+ messages)
` [iptables PATCH 01/15] nft: Free rule pointer in nft_cmd_free()
` [iptables PATCH 02/15] nft: Add missing clear_cs() calls
` [iptables PATCH 03/15] nft: Avoid use-after-free when rebuilding cache
` [iptables PATCH 04/15] nft: Call nft_release_cache() in nft_fini()
` [iptables PATCH 05/15] tests: shell: Implement --valgrind mode
` [iptables PATCH 06/15] nft: cache: Re-establish cache consistency check
` [iptables PATCH 07/15] nft: Clear all lists in nft_fini()
` [iptables PATCH 08/15] nft: Fix leaks in ebt_add_policy_rule()
` [iptables PATCH 09/15] nft: Fix leak when deleting rules
` [iptables PATCH 10/15] ebtables: Free statically loaded extensions again
` [iptables PATCH 11/15] libxtables: Introduce xtables_fini()
` [iptables PATCH 12/15] nft: Use clear_cs() instead of open coding
` [iptables PATCH 13/15] arptables: Fix leak in nft_arp_print_rule()
` [iptables PATCH 14/15] nft: Fix leak when replacing a rule
` [iptables PATCH 15/15] nft: Don't exit early after printing help texts

iptables 1.8.5 ETA ?
 2020-05-06 12:40 UTC  (5+ messages)

[PATCH net,v2] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-06 11:44 UTC  (12+ messages)

[PATCH] rule: fix out of memory write if num_stmts is too low
 2020-05-06 10:38 UTC  (5+ messages)

[PATCH 0/3] Avoid gretap fragmentation with nftables on bridge
 2020-05-06  9:46 UTC  (4+ messages)
` [PATCH 1/3] nftables: add frag-needed (ipv4) to reject options
` [PATCH 2/3] nftables: enable reject with 802.1q
` [PATCH 3/3] netfilter: enable reject with bridge vlan

[PATCH nf-next v5 1/1] netfilter: ctnetlink: add kernel side filtering for dump
 2020-05-05 19:14 UTC  (4+ messages)

[PATCH libnftnl] expr: dynset: release stateful expression from .free path
 2020-05-05 19:12 UTC 

[PATCH nft 1/3] parser_bison: release extended priority string after parsing
 2020-05-05 19:05 UTC  (3+ messages)
` [PATCH nft 2/3] parser_bison: release helper type "
` [PATCH nft 3/3] src: ct_timeout: release policy string and state list

[PATCH libnftnl] expr: objref: add nftnl_expr_objref_free() to release object name
 2020-05-05 18:50 UTC 

[PATCH nft 1/2] src: add rule_stmt_insert_at() and use it
 2020-05-05 18:40 UTC  (2+ messages)
` [PATCH nft 2/2] src: add rule_stmt_append() "

[PATCH net] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-05 12:11 UTC  (4+ messages)

stable-rc 4.19: NETDEV WATCHDOG: eth0 (asix): transmit queue 0 timed out - net/sched/sch_generic.c:466 dev_watchdog
 2020-05-05 11:31 UTC 

[RFC] concat with dynamically sized fields like vlan id
 2020-05-05 10:03 UTC  (3+ messages)

[RFC] netlink: do not alter set element width
 2020-05-05  9:41 UTC 

[PATCH nf-next v6] netfilter: ctnetlink: add kernel side filtering for dump
 2020-05-04 19:34 UTC 

[nft PATCH 0/4] Two bugfixes around prefixes in sets
 2020-05-04 12:53 UTC  (9+ messages)
` [nft PATCH 3/4] segtree: Merge get_set_interval_find() and get_set_interval_end()

[PATCH] main: fix get_optstring truncating output
 2020-05-02 16:49 UTC  (2+ messages)

[PATCH] tests: dump generated use new nft tool
 2020-05-01 21:56 UTC  (2+ messages)

[PATCH v1 1/1] xtables-addons: geoip: install and document xt_geoip_fetch
 2020-05-01 21:09 UTC  (2+ messages)

[PATCH 1/3] main: fix ASAN -fsanizize=address error
 2020-05-01 20:30 UTC  (8+ messages)
` [PATCH 2/3] utils: fix UBSAN warning in fls
` [PATCH 3/3] datatype: fix double-free resulting in use-after-free in datatype_free

[PATCH nft] ct: Add support for the 'id' key
 2020-05-01 18:59 UTC  (2+ messages)

strage iptables counts of wireguard traffic
 2020-05-01 17:07 UTC  (5+ messages)

[PATCH 0/2] Netfilter fixes for net
 2020-05-01  1:07 UTC  (2+ messages)

[PATCH 00/37] net: manually convert files to ReST format - part 2
 2020-04-30 19:56 UTC  (3+ messages)
` [PATCH 37/37] docs: networking: convert tproxy.txt to ReST

[iptables PATCH v2 00/18] iptables: introduce cache evaluation phase
 2020-04-30 15:52 UTC  (8+ 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).