netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 01:38:41 to 2020-10-26 16:36:47 UTC [more...]

[iptables PATCH 0/3] nft: Fix transaction refreshing
 2020-10-26 16:36 UTC  (9+ messages)
` [iptables PATCH 3/3] nft: Fix for concurrent noflush restore calls

[net-next PATCH 0/2] netfilter: Improve inverted IP prefix matches
 2020-10-26 12:29 UTC  (6+ messages)

[PATCH xtables-addons] pnock: pknlusr: mention the group ID command-line paramater in the man-page
 2020-10-26 10:20 UTC  (2+ messages)

[PATCH linux-5.9 1/1] net: netfilter: fix KASAN: slab-out-of-bounds Read in nft_flow_rule_create
 2020-10-25 23:31 UTC  (5+ messages)

[PATCH v3 1/1] uapi: Move constants from <linux/kernel.h> to <linux/const.h>
 2020-10-25 22:29 UTC 

[PATCH xtables-addons v2 00/13] pknlusr improvements
 2020-10-25 14:18 UTC  (16+ messages)
` [PATCH xtables-addons v2 01/13] pknock: pknlusr: ensure man-page is included by `make dist`
` [PATCH xtables-addons v2 02/13] pknock: pknlusr: remove dest_addr and rename src_addr
` [PATCH xtables-addons v2 03/13] pknock: pknlusr: tighten up variable scopes
` [PATCH xtables-addons v2 04/13] pknock: pknlusr: tidy up initialization of local address
` [PATCH xtables-addons v2 05/13] pknock: pknlusr: use NLMSG macros and proper types, rather than arithmetic on char pointers
` [PATCH xtables-addons v2 06/13] pknock: pknlusr: use macro to define inet_ntop buffer size
` [PATCH xtables-addons v2 07/13] pknock: pknlusr: don't treat recv return value of zero as an error
` [PATCH xtables-addons v2 08/13] pknock: pknlusr: always close socket
` [PATCH xtables-addons v2 09/13] pknock: pknlusr: fix hard-coded netlink multicast group ID
` [PATCH xtables-addons v2 10/13] pknock: xt_pknock: use IS_ENABLED
` [PATCH xtables-addons v2 11/13] pknock: xt_pknock: use kzalloc
` [PATCH xtables-addons v2 12/13] pknock: xt_pknock: use `pr_err`
` [PATCH xtables-addons v2 13/13] pknock: xt_pknock: remove DEBUG definition and disable debug output

[PATCH xtables-addons 0/3] pknlusr improvements
 2020-10-25 10:59 UTC  (8+ messages)
` [PATCH xtables-addons 1/3] pknock: pknlusr: fix formatting
` [PATCH xtables-addons 2/3] pknock: pknlusr: fix hard-coded netlink multicast group ID
` [PATCH xtables-addons 3/3] pknock: pknlusr: add man-page

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-23 20:40 UTC  (11+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls

[PATCH nft] Revert "monitor: do not print generation ID with --echo"
 2020-10-23 12:27 UTC 

[PATCH 0/8] Fast bulk transfers of large sets of ct entries
 2020-10-23 11:07 UTC  (9+ messages)
` [PATCH 1/8] tests: icmp entry create/delete
` [PATCH 2/8] conntrack: fix icmp entry creation
` [PATCH 6/8] conntrack: implement options output format

[PATCH nf] netfilter: nftables: fix netlink report logic in flowtable and genid
 2020-10-22 20:40 UTC 

[PATCH 0/5] add support for reject verdict in netdev
 2020-10-22 19:43 UTC  (6+ messages)
` [PATCH nf-next 1/5] net: netfilter: add reject skbuff creation helpers
` [PATCH nf-next 2/5] net: netfilter: unify reject init and dump into nft_reject
` [PATCH nf-next 3/5] net: netfilter: add reject verdict support for netdev
` [PATCH nftables 4/5] evaluate: add netdev support for reject default
` [PATCH nftables 5/5] tests: py: add netdev folder and reject.t icmp cases

[PATCH 0/7] Netfilter fixes for net
 2020-10-22 19:20 UTC  (10+ messages)
` [PATCH 1/7] ipvs: adjust the debug info in function set_tcp_state
` [PATCH 2/7] netfilter: conntrack: connection timeout after re-register
` [PATCH 3/7] netfilter: Drop fragmented ndisc packets assembled in netfilter
` [PATCH 4/7] netfilter: ebtables: Fixes dropping of small packets in bridge nat
` [PATCH 5/7] docs: nf_flowtable: fix typo
` [PATCH 6/7] netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_create
` [PATCH 7/7] netfilter: nf_fwd_netdev: clear timestamp in forwarding path

[PATCH nf,v3] netfilter: nf_fwd_netdev: clear timestamp in forwarding path
 2020-10-22 12:50 UTC 

[PATCH net-next,v2 0/9] netfilter: flowtable bridge and vlan enhancements
 2020-10-22 10:24 UTC  (15+ messages)
` [PATCH net-next,v2 1/9] netfilter: flowtable: add xmit path types
` [PATCH net-next,v2 2/9] net: resolve forwarding path from virtual netdevice and HW destination address
` [PATCH net-next,v2 3/9] net: 8021q: resolve forwarding path for vlan devices
` [PATCH net-next,v2 4/9] bridge: resolve forwarding path for bridge devices
` [PATCH net-next,v2 5/9] netfilter: flowtable: use dev_fill_forward_path() to obtain ingress device
` [PATCH net-next,v2 6/9] netfilter: flowtable: use dev_fill_forward_path() to obtain egress device
` [PATCH net-next,v2 7/9] netfilter: flowtable: add direct xmit path
` [PATCH net-next,v2 8/9] netfilter: flowtable: bridge port support
` [PATCH net-next,v2 9/9] netfilter: flowtable: add vlan support

[PATCH nf,v2] netfilter: nf_dup_netdev: clear timestamp in forwarding path
 2020-10-21 11:05 UTC 

[PATCH nf] netfilter: nf_dup_netdev: clear timestamp in forwarding path
 2020-10-21 11:02 UTC 

Network namespace, ipvlan and IPVS source NAT
 2020-10-21  4:41 UTC  (3+ messages)

[PATCH nft] monitor: do not print generation ID with --echo
 2020-10-20 19:50 UTC 

[PATCH v4] ipvs: adjust the debug info in function set_tcp_state
 2020-10-20 15:22 UTC  (4+ messages)
` [PATCH v5] "

[PATCH nf v2] netfilter: conntrack: connection timeout after re-register
 2020-10-20 15:21 UTC  (14+ messages)

[PATCH net V2] netfilter: Drop fragmented ndisc packets assembled in netfilter
 2020-10-20 15:20 UTC  (2+ messages)

[PATCH] docs: nf_flowtable: fix typo
 2020-10-20 15:19 UTC  (3+ messages)

[PATCH] Fixes dropping of small packets in bridge nat
 2020-10-20 15:18 UTC  (3+ messages)

[PATCH] netfilter: nf_conntrack_sip: Fix inconsistent of format with argument type in nf_nat_sip
 2020-10-20 15:17 UTC  (2+ messages)

[PATCH] conntrack: fix zone sync issue
 2020-10-20 10:57 UTC  (2+ messages)

[PATCH nft 1/2] rule: larger number of error locations
 2020-10-19 12:50 UTC  (2+ messages)
` [PATCH nft 2/2] src: improve rule error reporting

[PATCH libnftnl] expr: add nftnl_rule_del_expr()
 2020-10-19 12:49 UTC 

[PATCH] conntrack: fix zone sync issue
 2020-10-19  2:53 UTC 

[PATCH AUTOSEL 5.4 69/80] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:22 UTC 

[PATCH AUTOSEL 4.19 50/56] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:24 UTC 

[PATCH AUTOSEL 4.9 37/41] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:26 UTC 

[PATCH AUTOSEL 4.4 29/33] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:27 UTC 

[PATCH AUTOSEL 4.14 46/52] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:25 UTC 

[PATCH AUTOSEL 5.8 086/101] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:20 UTC 

[PATCH AUTOSEL 5.9 092/111] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
 2020-10-18 19:17 UTC 

[PATCH libnfnl] expr: expose nftnl_expr_build_payload()
 2020-10-16 16:56 UTC 

[bugreport] [5.10] warning at net/netfilter/nf_tables_api.c:622
 2020-10-16 14:31 UTC  (2+ messages)

bpf-next test error: BUG: program execution failed: executor 0: exit status 67
 2020-10-16 10:04 UTC  (4+ messages)

University study about the use of web technologies on websites
 2020-10-16  6:36 UTC 

[nft] Bug 1444 - Segfault
 2020-10-15 19:01 UTC 

[PATCH net-next] netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements
 2020-10-15 19:00 UTC  (3+ messages)

[PATCH nf-next] netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements
 2020-10-15 16:41 UTC  (2+ messages)

[PATCH net-next 0/9] netfilter: flowtable bridge and vlan enhancements
 2020-10-15 15:28 UTC  (13+ messages)
` [PATCH net-next 1/9] netfilter: flowtable: add xmit path types
` [PATCH net-next 2/9] net: resolve forwarding path from virtual netdevice and HW destination address
` [PATCH net-next 3/9] net: 8021q: resolve forwarding path for vlan devices
` [PATCH net-next 4/9] bridge: resolve forwarding path for bridge devices
` [PATCH net-next 5/9] netfilter: flowtable: use dev_fill_forward_path() to obtain ingress device
` [PATCH net-next 6/9] netfilter: flowtable: use dev_fill_forward_path() to obtain egress device
` [PATCH net-next 7/9] netfilter: flowtable: add direct xmit path
` [PATCH net-next 8/9] netfilter: flowtable: bridge port support
` [PATCH net-next 9/9] netfilter: flowtable: add vlan support

[PATCH nft] segtree: copy expr data to closing element
 2020-10-15 14:52 UTC 

[PATCH] netfilter: conntrack: Fix kmemleak false positive reports
 2020-10-15 11:41 UTC  (2+ messages)

selftests: netfilter: nft_nat.sh: /dev/stdin:2:9-15: Error: syntax error, unexpected counter
 2020-10-15  9:26 UTC  (4+ messages)

[PATCH nft] src: ingress inet support
 2020-10-15  9:16 UTC  (5+ messages)

Disinfectant
 2020-10-15  7:39 UTC 

[PATCH net-next] netfilter: restore NF_INET_NUMHOOKS
 2020-10-15  4:21 UTC  (2+ messages)

[PATCH nf-next] netfilter: restore NF_INET_NUMHOOKS
 2020-10-14 16:02 UTC  (2+ messages)

iptables userspace API broken due to added value in nf_inet_hooks
 2020-10-14 13:01 UTC  (3+ messages)

WARNING: at net/netfilter/nf_tables_api.c:622 lockdep_nfnl_nft_mutex_not_held+0x28/0x38 [nf_tables]
 2020-10-14 10:39 UTC  (2+ messages)

Bug: ebtables snat drops small packets
 2020-10-14  9:48 UTC  (2+ messages)

[PATCH 0/4] Netfilter fixes for net
 2020-10-14  3:10 UTC  (7+ messages)
` [PATCH 1/4] selftests: netfilter: extend nfqueue test case
` [PATCH 2/4] ipvs: clear skb->tstamp in forwarding path
` [PATCH 3/4] netfilter: nftables: extend error reporting for chain updates
` [PATCH 4/4] netfilter: nf_log: missing vlan offload tag and proto

[iptables PATCH v2 00/10] nft: Sorted chain listing et al
 2020-10-13  9:56 UTC  (15+ messages)
` [iptables PATCH v2 01/10] nft: Fix selective chain compatibility checks
` [iptables PATCH v2 02/10] nft: Implement nft_chain_foreach()
` [iptables PATCH v2 03/10] nft: cache: Introduce nft_cache_add_chain()
` [iptables PATCH v2 04/10] nft: Eliminate nft_chain_list_get()
` [iptables PATCH v2 06/10] nft: Introduce struct nft_chain

[PATCH 0/6] Netfilter/IPVS updates for net-next
 2020-10-12 23:14 UTC  (6+ messages)
` [PATCH 3/6] netfilter: add nf_ingress_hook() helper function
` [PATCH 4/6] netfilter: add inet ingress support
` [PATCH 5/6] netfilter: nf_tables: "
` [PATCH 6/6] netfilter: flowtable: reduce calls to pskb_may_pull()

[PATCH nf] netfilter: nf_log: missing vlan offload tag and proto
 2020-10-12 20:55 UTC  (2+ messages)
` [PATCH nf] netfilter: nftables: extend error reporting for chain updates

[PATCH v21 16/23] LSM: security_secid_to_secctx in netlink netfilter
 2020-10-12 20:19 UTC 

[PATCH net] netfilter: Drop fragmented ndisc packets assembled in netfilter
 2020-10-12 14:22 UTC  (2+ messages)

[nft PATCH] json: Fix memleak in set_dtype_json()
 2020-10-12 13:03 UTC  (2+ 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).