netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 16:53:25 to 2019-10-15 16:21:31 UTC [more...]

[libnftnl PATCH 0/6] A series of covscan-indicated fixes
 2019-10-15 16:21 UTC  (17+ messages)
` [libnftnl PATCH 1/6] obj: ct_timeout: Check return code of mnl_attr_parse_nested()
` [libnftnl PATCH 2/6] set_elem: Fix return code of nftnl_set_elem_set()
` [libnftnl PATCH 3/6] set_elem: Validate nftnl_set_elem_set() parameters
` [libnftnl PATCH 4/6] set: Don't bypass checks in nftnl_set_set_u{32,64}()
` [libnftnl PATCH 5/6] obj/ct_timeout: Avoid array overrun in timeout_parse_attr_data()
` [libnftnl PATCH 6/6] obj/tunnel: Fix for undefined behaviour

[nft PATCH] mnl: Don't use nftnl_set_set()
 2019-10-15 14:30 UTC  (2+ messages)

[PATCH nft] flowtable: fix memleak in exit path
 2019-10-15 13:59 UTC 

[PATCH nft] rule: fix flowtable memleaks
 2019-10-15 13:48 UTC 

[PATCH v2 nf-next 0/2] netfilter: conntrack: free extension area immediately
 2019-10-15 13:19 UTC  (3+ messages)
` [PATCH v2 nf-next 1/2] netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracks
` [PATCH nf-next 2/2] netfilter: conntrack: free extension area immediately

[iptables PATCH v4 0/8] Improve iptables-nft performance with large rulesets
 2019-10-15 11:41 UTC  (9+ messages)
` [iptables PATCH v4 1/8] nft-cache: Introduce cache levels
` [iptables PATCH v4 2/8] nft-cache: Fetch only chains in nft_chain_list_get()
` [iptables PATCH v4 3/8] nft-cache: Cover for multiple fetcher invocation
` [iptables PATCH v4 4/8] nft-cache: Support partial cache per table
` [iptables PATCH v4 5/8] nft-cache: Support partial rule cache per chain
` [iptables PATCH v4 6/8] nft: Reduce cache overhead of nft_chain_builtin_init()
` [iptables PATCH v4 7/8] nft: Support nft_is_table_compatible() per chain
` [iptables PATCH v4 8/8] nft: Optimize flushing all chains of a table

First Contribution
 2019-10-15 10:49 UTC  (3+ messages)

[PATCH nf-next] netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracks
 2019-10-15  9:23 UTC  (5+ messages)

[PATCH net-next,v5 0/4] flow_offload: update mangle action representation
 2019-10-15  8:48 UTC  (9+ messages)
` [PATCH net-next,v5 1/4] net: flow_offload: flip mangle action mask
` [PATCH net-next,v5 2/4] net: flow_offload: bitwise AND on mangle action value field
` [PATCH net-next,v5 3/4] net: flow_offload: mangle action at byte level
  ` [RFC PATCH] net: flow_offload: tc_proto_udp_hdr[] can be static
` [PATCH net-next,v5 4/4] netfilter: nft_payload: packet mangling offload support

[PATCH nftables v2 0/2] Add Linenoise support to the CLI
 2019-10-15  8:32 UTC  (4+ messages)
` [PATCH nftables v2 1/2] cli: add linenoise CLI implementation
` AW: [PATCH nftables v2 0/2] Add Linenoise support to the CLI

[PATCH 0/6] [GIT PULL ipvs-next] IPVS updates for v5.5
 2019-10-15  7:32 UTC  (7+ messages)
` [PATCH 1/6] ipvs: no need to update skb route entry for local destination packets
` [PATCH 2/6] ipvs: batch __ip_vs_cleanup
` [PATCH 3/6] ipvs: batch __ip_vs_dev_cleanup
` [PATCH 4/6] selftests: netfilter: add ipvs test script
` [PATCH 5/6] selftests: netfilter: add ipvs nat test case
` [PATCH 6/6] selftests: netfilter: add ipvs tunnel "

[PATCH net-next,v4 0/4] flow_offload: update mangle action representation
 2019-10-14 22:04 UTC  (6+ messages)
` [PATCH net-next,v4 1/4] net: flow_offload: bitwise AND on mangle action value field
` [PATCH net-next,v4 2/4] net: flow_offload: mangle action at byte level
` [PATCH net-next,v4 3/4] netfilter: nft_payload: packet mangling offload support
` [PATCH net-next,v4 4/4] net: flow_offload: add flow_rule_print()

xtables-addons GEOIP not matching chain
 2019-10-14 20:32 UTC 

[PATCH v2 nf-next] netfilter: add and use nf_hook_slow_list()
 2019-10-14 13:56 UTC  (5+ messages)

[iptables PATCH v3 00/11] Improve iptables-nft performance with large rulesets
 2019-10-14 10:00 UTC  (22+ messages)
` [iptables PATCH v3 01/11] nft: Pass nft_handle to flush_cache()
` [iptables PATCH v3 02/11] nft: Avoid nested cache fetching
` [iptables PATCH v3 03/11] nft: Extract cache routines into nft-cache.c
` [iptables PATCH v3 04/11] nft-cache: Introduce cache levels
` [iptables PATCH v3 05/11] nft-cache: Fetch only chains in nft_chain_list_get()
` [iptables PATCH v3 06/11] nft-cache: Cover for multiple fetcher invocation
` [iptables PATCH v3 07/11] nft-cache: Support partial cache per table
` [iptables PATCH v3 08/11] nft-cache: Support partial rule cache per chain
` [iptables PATCH v3 09/11] nft: Reduce cache overhead of nft_chain_builtin_init()
` [iptables PATCH v3 10/11] nft: Support nft_is_table_compatible() per chain
` [iptables PATCH v3 11/11] nft: Optimize flushing all chains of a table

[PATCH libmnl] include: add MNL_SOCKET_DUMP_SIZE definition
 2019-10-14  9:13 UTC 

[PATCH nf] netfilter: nf_flow_table: set timeout before insertion into hashes
 2019-10-14  9:03 UTC 

[PATCH nft] expression: extend 'nft describe' to allow listing data types
 2019-10-14  8:50 UTC  (2+ messages)

[PATCH libnfnetlink 0/1] Minimally resurrect doxygen documentation
 2019-10-14  2:02 UTC  (2+ messages)
` [PATCH libnfnetlink 1/1] src: "

[PATCH nf-next] netfilter: ecache: document extension area access rules
 2019-10-13 18:19 UTC 

[PATCH trivial] netfilter: nft_tproxy: Fix typo in IPv6 module description
 2019-10-13  0:13 UTC 

[PATCH nf] ipvs: don't ignore errors in case refcounting ip_vs module fails
 2019-10-12 16:26 UTC  (2+ messages)

[PATCH v6 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-10-11  9:45 UTC  (5+ messages)
` [PATCH v6 1/3] selftests: netfilter: add ipvs test script
` [PATCH v6 2/3] selftests: netfilter: add ipvs nat test case
` [PATCH v6 3/3] selftests: netfilter: add ipvs tunnel "

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:40 UTC  (24+ messages)
` [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 08/21] audit: add contid support for signalling the audit daemon
` [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 nf-next] netfilter: add and use nf_hook_slow_list()
 2019-10-10 19:41 UTC  (3+ messages)

[PATCH] ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
 2019-10-10 17:18 UTC 

[PATCH v5 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-10-10  9:42 UTC  (5+ messages)
` [PATCH v5 1/3] selftests: netfilter: add ipvs test script
` [PATCH v5 2/3] selftests: netfilter: add ipvs nat test case
` [PATCH v5 3/3] selftests: netfilter: add ipvs tunnel "

[PATCH nft,v2] datatype: display description for header field < 8 bits
 2019-10-10  8:01 UTC 

[PATCH net] netfilter: conntrack: avoid possible false sharing
 2019-10-10  4:30 UTC  (4+ messages)

[PATCH nft] datatype: display description for header field < 8 bits
 2019-10-09 20:48 UTC 

[PATCH nf] ipvs: more robust refcounting when sync thread starts
 2019-10-09 19:28 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 18/26] netfilter: nft_connlimit: disable bh on garbage collection
 2019-10-09 17:05 UTC 

[PATCH tip/core/rcu 8/9] net/netfilter: Replace rcu_swap_protected() with rcu_replace()
 2019-10-09 15:36 UTC  (3+ messages)

[libnftnl PATCH v2] set: Export nftnl_set_list_lookup_byname()
 2019-10-09 10:47 UTC  (2+ messages)

[PATCH nft] src: obj: fix memleak in parser_bison.y
 2019-10-09 10:17 UTC  (2+ messages)

[PATCH] checksum: Fix TCP/UDP checksum computation on big endian arches
 2019-10-09 10:15 UTC  (2+ messages)

[PATCH nft] segtree: always close interval in non-anonymous sets
 2019-10-09  9:54 UTC 

[PATCH nft] tests: shell: fix failed tests due to missing quotes
 2019-10-08 18:47 UTC  (2+ messages)

[PATCH libnetfilter_queue 0/5] clang and documentation updates
 2019-10-08 10:27 UTC  (7+ messages)
` [PATCH libnetfilter_queue 1/5] src: doc: Miscellaneous updates
` [PATCH libnetfilter_queue 2/5] src: Enable clang build
` [PATCH libnetfilter_queue 3/5] doxygen: remove EXPORT_SYMBOL from the output
` [PATCH libnetfilter_queue 4/5] src: Fix invalid conversion specifier
` [PATCH libnetfilter_queue 5/5] src: doc: Minor fix

[PATCH v4 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-10-08  9:42 UTC  (5+ messages)
` [PATCH v4 1/3] selftests: netfilter: add ipvs test script
` [PATCH v4 2/3] selftests: netfilter: add ipvs nat test case
` [PATCH v4 3/3] selftests: netfilter: add ipvs tunnel "

[PATCH nf-next v6 0/8] netfilter: nf_tables_offload: support tunnel offload
 2019-10-08  5:41 UTC  (4+ messages)

[PATCH nf-next 0/7] ipset: remove static inline functions
 2019-10-07 22:00 UTC  (10+ messages)
` [PATCH nf-next 1/7] netfilter: ipset: add a coding-style fix to ip_set_ext_destroy
` [PATCH nf-next 2/7] netfilter: ipset: remove inline from static functions in .c files
` [PATCH nf-next 3/7] netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c
` [PATCH nf-next 4/7] netfilter: ipset: move functions "
` [PATCH nf-next 5/7] netfilter: ipset: make ip_set_put_flags extern
` [PATCH nf-next 6/7] netfilter: ipset: move function to ip_set_bitmap_ip.c
` [PATCH nf-next 7/7] netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c

[PATCH] libmnl: doxygen: remove EXPORT_SYMBOL from the output
 2019-10-06 20:45 UTC  (2+ messages)

[PATCH libmnl] src: fix doxygen function documentation
 2019-10-06 17:50 UTC  (4+ messages)

[PATCH libnetfilter_queue] BUG: src: Update UDP header length field after mangling
 2019-10-06 10:38 UTC  (3+ messages)

[PATCH v3 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-10-05  1:05 UTC  (6+ messages)

[PATCH net-next] net, uapi: fix -Wpointer-arith warnings
 2019-10-04 21:25 UTC  (2+ messages)

[PATCH] Fix a missing doxygen section trailer in nlmsg.c
 2019-10-03 10:24 UTC  (3+ messages)

[PATCH] ipset: Add wildcard support to net,iface
 2019-10-03 10:02 UTC  (3+ messages)

[PATCH 0/2] Netfilter fixes for net
 2019-10-02 20:23 UTC  (4+ messages)
` [PATCH 1/2] netfilter: drop bridge nf reset from nf_reset
` [PATCH 2/2] netfilter: nft_connlimit: disable bh on garbage collection

[PATCH v2 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-10-02  1:15 UTC  (4+ messages)
` [PATCH v2 1/3] selftests: netfilter: add ipvs test script

[PATCH iptables] extensions: add libxt_SYNPROXY xlate method
 2019-10-01 18:27 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 17/63] netfilter: nf_tables: allow lookups in dynamic sets
 2019-10-01 16:40 UTC 

[PATCH AUTOSEL 4.19 12/43] netfilter: nf_tables: allow lookups in dynamic sets
 2019-10-01 16:42 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).