netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 08:13:28 to 2019-09-22 11:50:15 UTC [more...]

[PATCH] netfilter: use __u8 instead of uint8_t in uapi header
 2019-09-22 11:49 UTC  (4+ messages)

[PATCH nftables 0/3] Add Linenoise support to the CLI
 2019-09-22  9:22 UTC  (7+ messages)
` [PATCH nftables 1/3] src, include: add upstream linenoise source
` [PATCH nftables 2/3] cli: add linenoise CLI implementation
` [PATCH nftables 3/3] main: add more information to `nft -v`

[PATCH nft,v2] mnl: do not cache sender buffer size
 2019-09-22  7:17 UTC 

[PATCH libnetfilter_queue] src: Enable clang build
 2019-09-22  0:10 UTC 

[PATCH 0/1] netfilter: bridge: build fix for 5.3
 2019-09-21 11:21 UTC  (3+ messages)
` [PATCH 1/1] netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file

Feature request: Add support for linenoise as alternative to readline
 2019-09-21 11:11 UTC  (12+ messages)
` [PATCH RFC nftables 0/4] Add Linenoise support to the CLI
  ` [PATCH RFC nftables 1/4] configure: remove unused AC_SUBST macros
  ` [PATCH RFC nftables 2/4] cli: remove unused declaration
  ` [PATCH RFC nftables 3/4] cli: add upstream linenoise source
  ` [PATCH RFC nftables 4/4] cli: add linenoise CLI implementation

[PATCH] src: Enable doxygen to generate Function Documentation
 2019-09-21 10:55 UTC  (5+ messages)

[PATCH libmnl, v3] Enable doxygen to generate Function Documentation
 2019-09-21 10:32 UTC 

[PATCH libmnl, v2] Enable doxygen to generate Function Documentation
 2019-09-21 10:25 UTC 

[PATCH nft] mnl: do not cache sender buffer size
 2019-09-20 16:11 UTC  (2+ messages)

[iptables PATCH] xtables-restore: Fix --table parameter check
 2019-09-20 15:49 UTC 

[PATCH conntrack-tools,v2 1/2] conntrackd: Fix "Address Accept" filter case
 2019-09-20 13:50 UTC  (2+ messages)
` [PATCH conntrack-tools,v2 2/2] conntrackd: incorrect filtering of Address with cidr /0

[PATCH conntrack-tools 1/2] conntrackd: Fix "Address Accept" filter case
 2019-09-20 13:44 UTC  (2+ messages)
` [PATCH conntrack-tools 2/2] conntrackd: incorrect filtering of Address with cidr /0

[iptables PATCH 00/14] Improve iptables-nft performance with large rulesets
 2019-09-20 11:57 UTC  (24+ messages)
` [iptables PATCH 01/14] tests/shell: Make ebtables-basic test more verbose
` [iptables PATCH 02/14] tests/shell: Speed up ipt-restore/0004-restore-race_0
` [iptables PATCH 03/14] DEBUG: Print to stderr to not disturb iptables-save
` [iptables PATCH 04/14] nft: Use nftnl_*_set_str() functions
` [iptables PATCH 05/14] nft: Introduce nft_bridge_commit()
` [iptables PATCH 06/14] nft: Fix for add and delete of same rule in single batch
` [iptables PATCH 07/14] nft Increase mnl_talk() receive buffer size
` [iptables PATCH 08/14] xtables-restore: Avoid cache population when flushing
` [iptables PATCH 09/14] nft: Rename have_cache into have_chain_cache
` [iptables PATCH 10/14] nft: Fetch rule cache only if needed
` [iptables PATCH 11/14] nft: Allow to fetch only a specific chain from kernel
` [iptables PATCH 12/14] nft: Support fetching rules for a single chain only
` [iptables PATCH 13/14] nft: Optimize flushing all chains of a table
` [iptables PATCH 14/14] nft: Reduce impact of nft_chain_builtin_init()

[PATCH] netfilter: bridge: drop a broken include
 2019-09-20  9:49 UTC  (6+ messages)

[PATCH] extensions: fix iptables-{nft,translate} with conntrack EXPECTED
 2019-09-20  9:44 UTC  (2+ messages)

[iptables PATCH] nft: Fix add_bitwise_u16() on Big Endian
 2019-09-20  9:36 UTC  (2+ messages)

[PATCH nft] src: meter: avoid double-space in list ruleset output
 2019-09-20  9:29 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: allow lookups in dynamic sets
 2019-09-20  8:22 UTC  (2+ messages)

[BUG] nft: "XT target TCPMSS not found" when TCPMSS clamp to PMTU rule is added for *both* ip and ip6
 2019-09-19 22:44 UTC 

netfilter.org HTTPS certificate expired today (Sept 19)
 2019-09-19 21:43 UTC 

What is 'dynamic' set flag supposed to mean?
 2019-09-19 14:55 UTC  (14+ messages)

Contributing to the Netfilter Project
 2019-09-19 13:41 UTC  (2+ messages)

[PATCH nf-next v6 0/8] netfilter: nf_tables_offload: support tunnel offload
 2019-09-19  9:15 UTC  (11+ messages)
` [PATCH nf-next v6 1/8] netfilter: nft_tunnel: add nft_tunnel_mode_validate function
` [PATCH nf-next v6 2/8] netfilter: nft_tunnel: support NFT_TUNNEL_IP_SRC/DST match
` [PATCH nf-next v6 3/8] netfilter: nft_tunnel: add ipv6 check in nft_tunnel_mode_validate
` [PATCH nf-next v6 4/8] netfilter: nft_tunnel: support NFT_TUNNEL_IP6_SRC/DST match
` [PATCH nf-next v6 5/8] netfilter: nft_tunnel: support tunnel meta match offload
` [PATCH nf-next v6 6/8] netfilter: nft_tunnel: add NFTA_TUNNEL_KEY_RELEASE action
` [PATCH nf-next v6 7/8] netfilter: nft_objref: add nft_objref_type offload
` [PATCH nf-next v6 8/8] netfilter: nft_tunnel: support nft_tunnel_obj offload

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-09-19  1:22 UTC  (22+ messages)
` [PATCH ghak90 V7 01/21] audit: collect audit task parameters
` [PATCH ghak90 V7 02/21] audit: add container id
` [PATCH ghak90 V7 03/21] audit: read container ID of a process
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 07/21] audit: log container info of syscalls
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 09/21] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V7 10/21] audit: add containerid support for user records
` [PATCH ghak90 V7 11/21] audit: add containerid filtering
` [PATCH ghak90 V7 12/21] audit: add support for containerid to network namespaces
` [PATCH ghak90 V7 13/21] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting
` [PATCH ghak90 V7 19/21] audit: check cont depth
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V7 21/21] audit: add proc interface for capcontid

icmp_hdr is wrong on CentOS 6 kernels (2.6.32-754.12.1)
 2019-09-18  2:53 UTC 

[PATCH nf 1/2] netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it
 2019-09-16 16:33 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nf_tables_offload: fix always true policy is unset check

[PATCH nft] src: parser_json: fix crash while restoring secmark object
 2019-09-16 14:11 UTC  (2+ messages)

[PATCH nft v2] src: parser_json: fix crash while restoring secmark object
 2019-09-16 10:24 UTC 

[PATCH] nftables: don't crash in 'list ruleset' if policy is not set
 2019-09-16  7:52 UTC  (3+ messages)

[PATCH nft] json: tests: fix typo in ct expectation json test
 2019-09-15 19:07 UTC  (2+ messages)

[nf-next:master 7/27] net/netfilter/nf_tables_offload.c:316 nft_flow_offload_chain() warn: always true condition '(policy != -1) => (0-255 != (-1))'
 2019-09-15 16:04 UTC 

[iptables PATCH] iptables-test: Support testing host binaries
 2019-09-14  8:30 UTC  (2+ messages)

[nft PATCH v2] parser_bison: Fix 'exists' keyword on Big Endian
 2019-09-13 22:35 UTC  (4+ messages)

[PATCH nft] json: fix type mismatch on "ct expect" json exporting
 2019-09-13 19:06 UTC  (3+ messages)

[nft PATCH] parser_bison: Fix 'exists' keyword on Big Endian
 2019-09-13 18:35 UTC  (3+ messages)

[PATCH] netfilter: trivial: remove extraneous space from message
 2019-09-13 13:43 UTC  (2+ messages)

[PATCH 00/27] Netfilter updates for net-next
 2019-09-13 13:40 UTC  (29+ messages)
` [PATCH 01/27] netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handling
` [PATCH 02/27] netfilter: nf_tables_offload: avoid excessive stack usage
` [PATCH 03/27] netfilter: nf_tables_offload: move indirect flow_block callback logic to core
` [PATCH 04/27] netfilter: nft_synproxy: add synproxy stateful object support
` [PATCH 05/27] netfilter: nft_{fwd,dup}_netdev: add offload support
` [PATCH 06/27] netfilter: nf_tables_offload: add __nft_offload_get_chain function
` [PATCH 07/27] netfilter: nf_tables_offload: refactor the nft_flow_offload_chain function
` [PATCH 08/27] netfilter: nf_tables_offload: refactor the nft_flow_offload_rule function
` [PATCH 09/27] netfilter: nf_tables_offload: remove rules when the device unregisters
` [PATCH 10/27] netfilter: fix include guards
` [PATCH 11/27] netfilter: fix coding-style errors
` [PATCH 12/27] netfilter: ip_tables: remove unused function declarations
` [PATCH 13/27] netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headers
` [PATCH 14/27] netfilter: update include directives
` [PATCH 15/27] netfilter: remove nf_conntrack_icmpv6.h header
` [PATCH 16/27] netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header
` [PATCH 17/27] netfilter: synproxy: move code between headers
` [PATCH 18/27] netfilter: move nf_bridge_frag_data struct definition to a more appropriate header
` [PATCH 19/27] netfilter: conntrack: use consistent style when defining inline functions
` [PATCH 20/27] netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...)
` [PATCH 21/27] netfilter: conntrack: wrap two inline functions in config checks
` [PATCH 22/27] netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `void *priv`
` [PATCH 23/27] netfilter: conntrack: move code to linux/nf_conntrack_common.h
` [PATCH 24/27] netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h
` [PATCH 25/27] netfilter: remove CONFIG_NETFILTER checks from headers
` [PATCH 26/27] netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zones.h
` [PATCH 27/27] netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h

[PATCH nft v5] src: add synproxy stateful object support
 2019-09-13 11:42 UTC  (2+ messages)

[PATCH nf-next v6 0/4] netfilter: nf_tables_offload: clean offload things when the device unregister
 2019-09-13 10:58 UTC  (2+ messages)

[PATCH nf-next v3 00/18] Remove config option checks from netfilter headers
 2019-09-13 10:57 UTC  (16+ messages)
` [PATCH nf-next v3 03/18] netfilter: remove unused function declarations
` [PATCH nf-next v3 04/18] netfilter: inline three headers
` [PATCH nf-next v3 10/18] netfilter: use consistent style when defining inline functions in nf_conntrack_ecache.h
` [PATCH nf-next v3 11/18] netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...)
` [PATCH nf-next v3 12/18] netfilter: wrap two inline functions in config checks
` [PATCH nf-next v3 13/18] netfilter: update stub br_nf_pre_routing_ipv6 parameter to `void *priv`
` [PATCH nf-next v3 14/18] netfilter: move nf_conntrack code to linux/nf_conntrack_common.h
` [PATCH nf-next v3 15/18] netfilter: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h
` [PATCH nf-next v3 16/18] netfilter: remove CONFIG_NETFILTER checks from headers
` [PATCH nf-next v3 17/18] netfilter: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zones.h
` [PATCH nf-next v3 18/18] netfilter: remove two unused functions from nf_conntrack_timestamp.h


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