netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 12:11:23 to 2020-05-06 22:43:34 UTC [more...]

[PATCH ghak25 v4 0/3] Address NETFILTER_CFG issues
 2020-05-06 22:42 UTC  (13+ messages)
` [PATCH ghak25 v4 1/3] audit: tidy and extend netfilter_cfg x_tables and ebtables logging
` [PATCH ghak25 v4 2/3] netfilter: add audit table unregister actions
` [PATCH ghak25 v4 3/3] audit: add subj creds to NETFILTER_CFG record to cover async unregister

[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,v4] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-06 18:34 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 net] netfilter: flowtable: Fix expired flow not being deleted from software
 2020-05-06 11:27 UTC 

[PATCH net] netfilter: flowtable: Add pending bit for offload work
 2020-05-06 11:24 UTC 

[nf PATCH] netfilter: nft_set_rbtree: Add missing expired checks
 2020-05-06 11:11 UTC 

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

[PATCH net] netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
 2020-05-06 10:17 UTC 

[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 libnetfilter_queue 0/3] pktbuff API updates
 2020-05-06  2:39 UTC  (22+ messages)
` [PATCH libnetfilter_queue 1/3] pktbuff: add pktb_alloc_head() and pktb_build_data()

[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  (12+ messages)
` [nft PATCH 1/4] segtree: Fix missing expires value in prefixes
` [nft PATCH 2/4] segtree: Use expr_clone in get_set_interval_*()
` [nft PATCH 3/4] segtree: Merge get_set_interval_find() and get_set_interval_end()
` [nft PATCH 4/4] segtree: Fix get element command with prefixes

[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  (4+ messages)
` [PATCH 1/2] netfilter: nat: never update the UDP checksum when it's 0
` [PATCH 2/2] netfilter: nf_osf: avoid passing pointer to local var

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

[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  (21+ messages)
` [iptables PATCH v2 01/18] ebtables-restore: Drop custom table flush routine
` [iptables PATCH v2 02/18] nft: cache: Eliminate init_chain_cache()
` [iptables PATCH v2 03/18] nft: cache: Init per table set list along with chain list
` [iptables PATCH v2 04/18] nft: cache: Fetch sets per table
` [iptables PATCH v2 07/18] nft: calculate cache requirements from list of commands
` [iptables PATCH v2 09/18] nft: remove cache build calls
` [iptables PATCH v2 10/18] nft: missing nft_fini() call in bridge family
` [iptables PATCH v2 13/18] nft: cache: Introduce struct nft_cache_req
` [iptables PATCH v2 14/18] nft-cache: Fetch cache per table

[PATCH nft] rule: memleak in __do_add_setelems()
 2020-04-30 15:46 UTC  (6+ messages)

[PATCH nft] rule: fix element cache update in __do_add_setelems()
 2020-04-30 14:43 UTC 

[PATCH AUTOSEL 5.6 43/79] netfilter: nat: fix error handling upon registering inet hook
 2020-04-30 13:50 UTC 

[PATCH AUTOSEL 5.4 29/57] netfilter: nat: fix error handling upon registering inet hook
 2020-04-30 13:51 UTC 

[PATCH 0/6] Netfilter updates for net-next
 2020-04-29 21:15 UTC  (8+ messages)
` [PATCH 1/6] netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bit
` [PATCH 2/6] netfilter: nf_tables: allow up to 64 bytes in the set element data area
` [PATCH 3/6] netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported
` [PATCH 4/6] netfilter: nft_nat: set flags from initialization path
` [PATCH 5/6] netfilter: nft_nat: add helper function to set up NAT address and protocol
` [PATCH 6/6] netfilter: nft_nat: add netmap support

[PATCH] netfilter: nf_osf: avoid passing pointer to local var
 2020-04-29 19:17 UTC  (3+ messages)

Issues with nft typeof
 2020-04-29 15:38 UTC  (4+ messages)

[PATCH nft] nat: transform range to prefix expression when possible
 2020-04-29 12:13 UTC 

[PATCH nft] evaluate: incorrect byteorder with typeof and integer_datatype
 2020-04-29 10:38 UTC 

[PATCH] iptables: flush stdout after every verbose log
 2020-04-28 22:30 UTC  (4+ messages)

[PATCH] do not typedef socklen_t on Android
 2020-04-28 22:21 UTC  (4+ messages)

[PATCH nf-next 0/3] Netfilter egress hook
 2020-04-28 20:11 UTC  (9+ messages)
` [PATCH nf-next 3/3] netfilter: Introduce "

[PATCH nft,v3 0/9] netmap support for nft
 2020-04-28 15:41 UTC  (10+ messages)
` [PATCH nft,v3 1/9] src: NAT support for intervals in maps
` [PATCH nft,v3 2/9] include: resync nf_nat.h kernel header
` [PATCH nft,v3 3/9] src: add netmap support
` [PATCH nft,v3 4/9] src: add STMT_NAT_F_CONCAT flag and use it
` [PATCH nft,v3 5/9] evaluate: fix crash when handling concatenation without map
` [PATCH nft,v3 6/9] tests: py: concatenation, netmap and nat mappings
` [PATCH nft,v3 7/9] mnl: restore --debug=netlink output with sets
` [PATCH nft,v3 8/9] tests: py: remove range test with service names
` [PATCH nft,v3 9/9] tests: shell: add NAT mappings tests

[iptables PATCH] tests: shell: Add test for nfbz#1391
 2020-04-28 14:17 UTC 

[nft PATCH 2/2] expr: add jool expressions
 2020-04-28 13:56 UTC  (7+ 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).