netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 23:17:29 to 2021-02-17 23:00:03 UTC [more...]

[ebtables PATCH] Open the lockfile with O_CLOEXEC
 2021-02-17 22:59 UTC  (2+ messages)

[PATCH net-next 0/3] Netfilter updates for net-next
 2021-02-17 21:40 UTC  (5+ messages)
` [PATCH net-next 1/3] netfilter: nftables: add helper function to release one table
` [PATCH net-next 2/3] netfilter: nftables: add helper function to release hooks of one single table
` [PATCH net-next 3/3] netfilter: nftables: introduce table ownership

[libnftnl PATCH 2/2] Avoid out of bounds read from data
 2021-02-17 20:46 UTC 

[libnftnl PATCH 1/2] Avoid out of bound reads in tests
 2021-02-17 20:45 UTC 

Unable to create a chain called "trace"
 2021-02-17 20:16 UTC  (16+ messages)

[PATCH libnetfilter_queue] src: fix IPv6 header handling
 2021-02-17 15:09 UTC  (3+ messages)

[nft PATCH] monitor: Don't print newgen message with JSON output
 2021-02-17 11:43 UTC 

[iptables PATCH] include: Drop libipulog.h
 2021-02-16 23:16 UTC  (2+ messages)

[PATCH nft 0/3] nft: fix ct zone handling in sets and maps
 2021-02-16 13:35 UTC  (6+ messages)
` [PATCH nft 1/3] extend_test
` [PATCH nft 1/3] tests: extend dtype test case to cover expression with integer type
` [PATCH nft 2/3] evaluate: pick data element byte order, not dtype one
` [PATCH nft 3/3] evaluate: set evaluation context for set elements

traffic shaping with tc on Linux 5.4.x
 2021-02-15 17:28 UTC 

[PATCH nf-next,v3 1/3] netfilter: nftables: allow to release one table
 2021-02-15 17:11 UTC  (3+ messages)
` [PATCH nf-next,v3 2/3] netfilter: nftables: allow to release hooks of one single table
` [PATCH nf-next,v3 3/3] netfilter: nftables: introduce table ownership

[PATCH nf-next,v2] netfilter: nftables: introduce table ownership
 2021-02-15 16:57 UTC 

[PATCH net 0/4] Netfilter fixes for net
 2021-02-15  7:21 UTC  (16+ messages)
` [PATCH net 1/4] netfilter: xt_recent: Fix attempt to update deleted entry
` [PATCH net 2/4] selftests: netfilter: fix current year
` [PATCH net 3/4] netfilter: nftables: fix possible UAF over chains from packet path in netns
` [PATCH net 4/4] netfilter: flowtable: fix tcp and udp header checksum update

Question about using NFT_GOTO in kernel module
 2021-02-13  9:54 UTC 

[PATCH ghak124 v3] audit: log nftables configuration change events
 2021-02-12 20:54 UTC  (9+ messages)

[PATCH libnetfilter_queue v3] src: fix IPv6 header handling
 2021-02-09 22:51 UTC 

[PATCH net 0/2] Netfilter fixes for net
 2021-02-10  0:00 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: conntrack: skip identical origin tuple in same zone only
` [PATCH net 2/2] netfilter: nftables: relax check for stateful expressions in set definition

[PATCH libnetfilter_queue v2] src: fix IPv6 header handling
 2021-02-09 19:24 UTC 

[PATCH nf] netfilter: conntrack: skip identical origin tuple in same zone only
 2021-02-09 16:39 UTC  (2+ messages)

[PATCH libnetfilter_queue] src: add pkt_buff function for ICMP
 2021-02-09 16:32 UTC  (2+ messages)

[nft PATCH] erec: Sanitize erec location indesc
 2021-02-09 16:01 UTC  (10+ messages)

[PATCH] evaluate: incorrect usage of stmt_binary_error() in reject
 2021-02-09 15:59 UTC 

[PATCH nf,v3] netfilter: nftables: relax check for stateful expressions in set definition
 2021-02-09  1:42 UTC 

[PATCH nf,v2] netfilter: nftables: relax check for stateful expressions in set definition
 2021-02-08 22:54 UTC 

[PATCH nft] trace: do not remove icmp type from packet dump
 2021-02-08 15:08 UTC 

[PATCH nf] netfilter: nftables: relax check for stateful expressions in set definition
 2021-02-08 13:53 UTC 

[PATCH net-next 0/7] Netfilter/IPVS updates for net-next
 2021-02-07  0:00 UTC  (9+ messages)
` [PATCH net-next 1/7] netfilter: ctnetlink: remove get_ct indirection
` [PATCH net-next 2/7] ipvs: add weighted random twos choice algorithm
` [PATCH net-next 3/7] netfilter: flowtable: add hash offset field to tuple
` [PATCH net-next 4/7] netfilter: nftables: add nft_parse_register_load() and use it
` [PATCH net-next 5/7] netfilter: nftables: add nft_parse_register_store() "
` [PATCH net-next 6/7] netfilter: nftables: statify nft_parse_register()
` [PATCH net-next 7/7] netfilter: nftables: remove redundant assignment of variable err

[RFC conntrack-tools PATCH] conntrack-tools: introduce conntrackdctl
 2021-02-06  1:57 UTC  (3+ messages)

[PATCH net-next v2 0/4] Fix W=1 compilation warnings in net/* folder
 2021-02-05  5:07 UTC  (6+ messages)
` [PATCH net-next v2 1/4] ipv6: silence compilation warning for non-IPV6 builds
` [PATCH net-next v2 2/4] ipv6: move udp declarations to net/udp.h
` [PATCH net-next v2 3/4] net/core: move gro function declarations to separate header
` [PATCH net-next v2 4/4] netfilter: move handlers to net/ip_vs.h

(no subject)
 2021-02-04 19:04 UTC 

[PATCH nft,v2] src: add negation match on singleton bitmask value
 2021-02-04  0:00 UTC 

[PATCH] netfilter: nf_tables: remove redundant assignment of variable err
 2021-02-03 23:58 UTC  (3+ messages)

[PATCH] netfilter: Fix attempt to update deleted entry in xt_recent
 2021-02-03 22:49 UTC  (2+ messages)

[nft PATCH 1/2] tests/py: Write dissenting payload into the right file
 2021-02-03 22:46 UTC  (2+ messages)
` [nft PATCH 2/2] tests/py: Add a test sanitizer and fix its findings

[PATCH nft 0/3] evaluate: fix crash on empty set restore
 2021-02-03 18:42 UTC  (4+ messages)
` [PATCH nft 1/3] testcases: move two dump files to correct location
  ` [PATCH nft 2/3] tests: add empty dynamic set
  ` [PATCH nft 3/3] evaluate: do not crash if dynamic set has no statements

[PATCH net-next v1 0/4] Fix W=1 compilation warnings in net/* folder
 2021-02-03 13:22 UTC  (6+ messages)
` [PATCH net-next v1 1/4] ipv6: silence compilation warning for non-IPV6 builds
` [PATCH net-next v1 2/4] ipv6: move udp declarations to net/udp.h
` [PATCH net-next v1 3/4] net/core: move gro function declarations to separate header
` [PATCH net-next v1 4/4] netfilter: move handlers to net/ip_vs.h

[PATCH] netfilter: flowtable: fix tcp and udp header checksum update
 2021-02-02 23:29 UTC  (2+ messages)

[nft PATCH] json: Do not abbreviate reject statement object
 2021-02-02 22:17 UTC 

[PATCH net 0/4] Fix W=1 compilation warnings in net/* folder
 2021-02-02 21:55 UTC  (14+ messages)
` [PATCH net 1/4] ipv6: silence compilation warning for non-IPV6 builds
` [PATCH net 2/4] ipv6: move udp declarations to net/udp.h
` [PATCH net 3/4] net/core: move ipv6 gro function declarations to net/ipv6
` [PATCH net 4/4] netfilter: move handlers to net/ip_vs.h

[PATCH nft 1/2] tests: add icmp/6 test where dependency should be left alone
 2021-02-02 17:39 UTC  (4+ messages)
` [PATCH nft 2/2] payload: check icmp dependency before removing previous icmp expression

[PATCH net 0/3] Netfilter fixes for net
 2021-02-02 15:25 UTC  (2+ messages)

[PATCH nf] netfilter: nftables: fix possible UAF over chains from packet path in netns
 2021-02-02 15:22 UTC 

[conntrack-tools PATCH 1/3] tests: introduce new python-based framework for running tests
 2021-02-02 10:23 UTC  (5+ messages)

[PATCH conntrack-tools] tests: conntrackd: move basic netns scenario setup to shell script
 2021-02-02 10:23 UTC  (2+ messages)

[PATCH nft] src: add negation match on singleton bitmask value
 2021-02-01 21:29 UTC 

[PATCH nf-next] netfilter: nftables: introduce table ownership
 2021-02-01 14:13 UTC  (4+ messages)

[conntrack-tools PATCH] conntrackd: introduce yes & no config values
 2021-02-01  3:12 UTC  (2+ messages)

[PATCH nf-next v4 0/5] Netfilter egress hook
 2021-01-30 16:58 UTC  (15+ messages)
` [PATCH nf-next v4 1/5] net: sched: Micro-optimize egress handling
` [PATCH nf-next v4 4/5] netfilter: Introduce egress hook
` [PATCH nf-next v4 5/5] af_packet: "

[PATCH 1/1 nf] selftests: netfilter: fix current year
 2021-01-30 10:14 UTC 

[PATCH v3 0/8] conntrack: save output format
 2021-01-29 21:24 UTC  (9+ messages)
` [PATCH v3 1/8] conntrack: reset optind in do_parse
` [PATCH v3 2/8] conntrack: move global options to struct ct_cmd
` [PATCH v3 3/8] conntrack: per-command entries counters
` [PATCH v3 4/8] conntrack: introduce ct_cmd_list
` [PATCH v3 5/8] conntrack: accept commands from file
` [PATCH v3 6/8] conntrack.8: man update for --load-file support
` [PATCH v3 7/8] tests: saving and loading ct entries, save format
` [PATCH v3 8/8] tests: conntrack -L/-D ip family filtering

[PATCH] tests: monitor: use correct $nft value in EXIT trap
 2021-01-28  7:30 UTC  (3+ messages)

[PATCH net 0/3] Netfilter fixes for net
 2021-01-28  2:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nft_dynset: honor stateful expressions in set definition
` [PATCH net 2/3] netfilter: nft_dynset: add timeout extension to template
` [PATCH net 3/3] netfilter: nft_dynset: dump expressions when set definition contains no expressions

[iptables PATCH] ebtables: Exit gracefully on invalid table names
 2021-01-28  0:17 UTC 

https://bugzilla.kernel.org/show_bug.cgi?id=207773
 2021-01-27 23:25 UTC  (6+ messages)

[PATCH v24 07/25] LSM: Use lsmblob in security_secctx_to_secid
 2021-01-26 16:40 UTC  (4+ messages)
` [PATCH v24 08/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v24 15/25] LSM: Ensure the correct LSM context releaser
` [PATCH v24 16/25] LSM: Use lsmcontext in security_secid_to_secctx

[nft PATCH 1/2] reject: Fix for missing dependencies in netdev family
 2021-01-26 17:55 UTC  (2+ messages)
` [nft PATCH 2/2] reject: Unify inet, netdev and bridge delinearization

[PATCH nf-next] netfilter: nftables: introduce table ownership
 2021-01-27  1:52 UTC 

[nft PATCH] json: limit: Always include burst value
 2021-01-26 17:56 UTC 


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