messages from 2021-04-03 18:03:47 to 2021-04-20 22:35:42 UTC [more...]
[PATCH] netfilter: nf_conntrack: Add conntrack helper for ESP/IPsec
2021-04-20 22:35 UTC (3+ messages)
[PATCH nf-next] netfilter: disable defrag once its no longer needed
2021-04-20 19:28 UTC (2+ messages)
[PATCH nf-next 00/12] netfilter: remove xtables pointers from struct net
2021-04-20 16:44 UTC (15+ messages)
` [PATCH nf-next 01/12] netfilter: ebtables: remove the 3 ebtables "
` [PATCH nf-next 02/12] netfilter: x_tables: remove ipt_unregister_table
` [PATCH nf-next 03/12] netfilter: add xt_find_table
` [PATCH nf-next 04/12] netfilter: iptables: unregister the tables by name
` [PATCH nf-next 05/12] netfilter: ip6tables: "
` [PATCH nf-next 06/12] netfilter: arptables: "
` [PATCH nf-next 07/12] netfilter: x_tables: remove paranoia tests
` [PATCH nf-next 08/12] netfilter: xt_nat: pass table to hookfn
` [PATCH nf-next 09/12] netfilter: ip_tables: pass table pointer via nf_hook_ops
` [PATCH nf-next 10/12] netfilter: arp_tables: "
` [PATCH nf-next 11/12] netfilter: ip6_tables: "
` [PATCH nf-next 12/12] netfilter: remove all xt_table anchors from struct net
[PATCH] netfilter: conntrack: Reset the max ACK flag on SYN in ignore state
2021-04-20 12:25 UTC (2+ messages)
[PATCH] conntrack_tcp: Reset the max ACK flag on SYN in ignore state
2021-04-20 11:45 UTC (6+ messages)
Error when using clone option in iptables
2021-04-20 9:56 UTC (2+ messages)
Now have make distcheck passing with doxygen enabled
2021-04-20 9:54 UTC (3+ messages)
` [PATCH libnetfilter_queue 1/1] build: doc: `make distcheck` passes "
Test message - please ignore
2021-04-20 3:10 UTC
[PATCH net-next 00/14] Netfilter updates for net-next
2021-04-19 23:10 UTC (16+ messages)
` [PATCH net-next 01/14] netfilter: flowtable: add vlan match offload support
` [PATCH net-next 02/14] netfilter: flowtable: add vlan pop action "
` [PATCH net-next 03/14] netfilter: conntrack: move autoassign warning member to net_generic data
` [PATCH net-next 04/14] netfilter: conntrack: move autoassign_helper sysctl "
` [PATCH net-next 05/14] netfilter: conntrack: move expect counter "
` [PATCH net-next 06/14] netfilter: conntrack: move ct "
` [PATCH net-next 07/14] netfilter: conntrack: convert sysctls to u8
` [PATCH net-next 08/14] netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit type
` [PATCH net-next 09/14] netfilter: nft_payload: fix C-VLAN offload support
` [PATCH net-next 10/14] netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector
` [PATCH net-next 11/14] netfilter: nftables_offload: special ethertype handling for VLAN
` [PATCH net-next 12/14] netfilter: Dissect flow after packet mangling
` [PATCH net-next 13/14] selftests: fib_tests: Add test cases for interaction with mangling
` [PATCH net-next 14/14] netfilter: nftables: counter hardware offload support
[PATCH nf-next] netfilter: nat: move nf_xfrm_me_harder to where it is used
2021-04-19 16:16 UTC
[PATCH v2 0/2] Two fixes related to '--concurrent'
2021-04-19 14:36 UTC (4+ messages)
` [PATCH v2 1/2] libebtc: Fix an issue that '--concurrent' doesn't work with NFS
` [PATCH v2 2/2] ebtables: Spewing an error if --concurrent isn't first argument
[PATCH nft] parser_bison: missing relational operation on flag list
2021-04-19 10:51 UTC
[PATCH 3/3,v4] netfilter: nftables_offload: special ethertype handling for VLAN
2021-04-18 20:00 UTC
[PATCH nf-next v2 0/2] netfilter: Dissect flow after packet mangling
2021-04-18 18:49 UTC (5+ messages)
` [PATCH nf-next v2 1/2] "
` [PATCH nf-next v2 2/2] selftests: fib_tests: Add test cases for interaction with mangling
[PATCH] netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()
2021-04-15 20:23 UTC (4+ messages)
[PATCH nf-next] netfilter: nftables: counter hardware offload support
2021-04-15 19:47 UTC
[PATCH nf-next] netfilter: Dissect flow after packet mangling
2021-04-15 14:56 UTC (6+ messages)
[PATCH nft 0/10] cache updates
2021-04-15 13:13 UTC (11+ messages)
` [PATCH nft 01/10] cache: add hashtable cache for object
` [PATCH nft 02/10] cache: add hashtable cache for flowtable
` [PATCH nft 03/10] cache: add set_cache_del() and use it
` [PATCH nft 04/10] evaluate: add set to the cache
` [PATCH nft 05/10] evaluate: add flowtable "
` [PATCH nft 06/10] cache: missing table cache for several policy objects
` [PATCH nft 07/10] evaluate: add object to the cache
` [PATCH nft 08/10] cache: move struct nft_cache declaration to cache.h
` [PATCH nft 09/10] cache: add hashtable cache for table
` [PATCH nft 10/10] evaluate: remove table_lookup_global()
[PATCH] net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_meta
2021-04-14 23:08 UTC (3+ messages)
[nft PATCH] mnl: Increase BATCH_PAGE_SIZE to support huge rulesets
2021-04-14 11:53 UTC
[syzbot] WARNING: suspicious RCU usage in find_inlist_lock
2021-04-13 18:12 UTC (2+ messages)
KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
2021-04-13 17:20 UTC (3+ messages)
` [syzbot] "
[PATCH nf-next,v3 1/3] netfilter: nft_payload: fix C-VLAN offload support
2021-04-13 11:43 UTC (3+ messages)
` [PATCH nf-next,v3 2/3] netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector
` [PATCH nf-next,v3 3/3] netfilter: nftables_offload: special ethertype handling for VLAN
[PATCH nf-next v2 0/5] netfilter: conntrack: shrink size of netns_ct
2021-04-13 11:13 UTC (7+ messages)
` [PATCH nf-next v2 1/5] netfilter: conntrack: move autoassign warning member to net_generic data
` [PATCH nf-next v2 2/5] netfilter: conntrack: move autoassign_helper sysctl "
` [PATCH nf-next v2 3/5] netfilter: conntrack: move expect counter "
` [PATCH nf-next v2 4/5] netfilter: conntrack: move ct "
` [PATCH nf-next v2 5/5] netfilter: conntrack: convert sysctls to u8
[PATCH nf-next v2 1/2] netfilter: flowtable: add vlan match offload support
2021-04-13 11:13 UTC (4+ messages)
` [PATCH nf-next v2 2/2] netfilter: flowtable: add vlan pop action "
[PATCH nf-next,v2 1/3] netfilter: nft_payload: fix C-VLAN offload support
2021-04-13 10:59 UTC (4+ messages)
` [PATCH nf-next,v2 2/3] netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector
` [PATCH nf-next,v2 3/3] netfilter: nftables_offload: special ethertype handling for VLAN
[PATCH nft] parser: allow to load stateful ct connlimit elements in sets
2021-04-13 9:03 UTC
[PATCH net 0/7] Netfilter fixes for net
2021-04-12 23:20 UTC (9+ messages)
` [PATCH net 1/7] netfilter: flowtable: fix NAT IPv6 offload mangling
` [PATCH net 2/7] netfilter: conntrack: do not print icmpv6 as unknown via /proc
` [PATCH net 3/7] netfilter: nft_limit: avoid possible divide error in nft_limit_init
` [PATCH net 4/7] netfilter: bridge: add pre_exit hooks for ebtable unregistration
` [PATCH net 5/7] netfilter: arp_tables: add pre_exit hook for table unregister
` [PATCH net 6/7] netfilter: x_tables: fix compat match/target pad out-of-bound write
` [PATCH net 7/7] netfilter: nftables: clone set element expression template
[PATCH nf] netfilter: x_tables: fix compat match/target pad out-of-bound write
2021-04-12 22:23 UTC (2+ messages)
[PATCH nf-next 1/3] netfilter: nft_payload: fix C-VLAN offload support
2021-04-12 16:46 UTC (4+ messages)
` [PATCH nf-next 2/3] netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector
` [PATCH nf-next 3/3] netfilter: nftables_offload: special ethertype handling for VLAN
[PATCH nf-next 0/5] netfilter: conntrack: shrink size of netns_ct
2021-04-12 13:46 UTC (7+ messages)
` [PATCH nf-next 1/5] netfilter: conntrack: move autoassign warning member to net_generic data
` [PATCH nf-next 2/5] netfilter: conntrack: move autoassign_helper sysctl "
` [PATCH nf-next 3/5] netfilter: conntrack: move expect counter "
` [PATCH nf-next 4/5] netfilter: conntrack: move ct "
` [PATCH nf-next 5/5] netfilter: conntrack: convert sysctls to u8
linux-next: build failure after merge of the net-next tree
2021-04-12 13:25 UTC (3+ messages)
[PATCH nf,v4] netfilter: nftables: clone set element expression template
2021-04-10 19:33 UTC
[PATCH nf,v3] netfilter: nftables: clone set element expression template
2021-04-10 19:30 UTC
[PATCH nf 0/2] arp,ebtables: add pre_exit hooks for arp/ebtable hook unregister
2021-04-10 19:17 UTC (4+ messages)
` [PATCH nf 1/2] netfilter: bridge: add pre_exit hooks for ebtable unregistration
` [PATCH nf 2/2] netfilter: arp_tables: netfilter: bridge: add pre_exit hook for table unregister
[PATCH net] netfilter: nft_limit: avoid possible divide error in nft_limit_init
2021-04-10 19:15 UTC (2+ messages)
[syzbot] WARNING in __nf_unregister_net_hook (4)
2021-04-10 14:49 UTC
[PATCH nf v2] netfilter: nft_payload: fix the h_vlan_encapsulated_proto flow_dissector vlaue
2021-04-09 14:28 UTC (4+ messages)
[PATCH nf] netfilter: nft_payload: fix vlan_tpid get from h_vlan_proto
2021-04-08 22:48 UTC (5+ messages)
[PATCH nf] netfilter: nftables: clone set element expression template
2021-04-08 15:53 UTC
[PATCH nft] evaluate: check if nat statement map specifies a transport header expr
2021-04-06 16:34 UTC
LPC 2021 Networking and BPF Track CFP
2021-04-06 15:27 UTC
[PATCH net-next 00/28] Netfilter updates for net-next
2021-04-06 12:21 UTC (29+ messages)
` [PATCH net-next 01/28] netfilter: nf_log_ipv4: rename to nf_log_syslog
` [PATCH net-next 02/28] netfilter: nf_log_arp: merge with nf_log_syslog
` [PATCH net-next 03/28] netfilter: nf_log_ipv6: "
` [PATCH net-next 04/28] netfilter: nf_log_netdev: "
` [PATCH net-next 05/28] netfilter: nf_log_bridge: "
` [PATCH net-next 06/28] netfilter: nf_log_common: "
` [PATCH net-next 07/28] netfilter: nf_log: add module softdeps
` [PATCH net-next 08/28] netfilter: nft_log: perform module load from nf_tables
` [PATCH net-next 09/28] audit: log nftables configuration change events once per table
` [PATCH net-next 10/28] netfilter: ipset: Remove duplicate declaration
` [PATCH net-next 11/28] netfilter: flowtable: dst_check() from garbage collector path
` [PATCH net-next 12/28] netfilter: nftables: remove unnecessary spin_lock_init()
` [PATCH net-next 13/28] netfilter: nftables: add helper function to set the base sequence number
` [PATCH net-next 14/28] netfilter: add helper function to set up the nfnetlink header and use it
` [PATCH net-next 15/28] netfilter: ipvs: do not printk on netns creation
` [PATCH net-next 16/28] netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()
` [PATCH net-next 17/28] netfilter: nftables: remove documentation on static functions
` [PATCH net-next 18/28] netfilter: nfnetlink: add and use nfnetlink_broadcast
` [PATCH net-next 19/28] netfilter: nfnetlink: use net_generic infra
` [PATCH net-next 20/28] netfilter: cttimeout: "
` [PATCH net-next 21/28] netfilter: nf_defrag_ipv6: "
` [PATCH net-next 22/28] netfilter: nf_defrag_ipv4: "
` [PATCH net-next 23/28] netfilter: ebtables: "
` [PATCH net-next 24/28] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH net-next 25/28] netfilter: x_tables: move known table lists to net_generic infra
` [PATCH net-next 26/28] netfilter: conntrack: move sysctl pointer "
` [PATCH net-next 27/28] netfilter: conntrack: move ecache dwork "
` [PATCH net-next 28/28] net: remove obsolete members from struct net
[PATCH 0/2] Two fixes related to '--concurrent'
2021-04-06 11:56 UTC (11+ messages)
` [PATCH 1/2] ebtables: processing '--concurrent' beofore other arguments
Unused macro
2021-04-06 11:53 UTC (5+ messages)
[PATCH v4 0/5] conntrack: save output format
2021-04-06 10:09 UTC (6+ messages)
` [PATCH v4 1/5] conntrack: introduce ct_cmd_list
` [PATCH v4 2/5] conntrack: accept commands from file
` [PATCH v4 3/5] conntrack.8: man update for --load-file support
` [PATCH v4 4/5] tests: saving and loading ct entries, save format
` [PATCH v4 5/5] tests: conntrack -L/-D ip family filtering
[iptables PATCH v2] nft: Increase BATCH_PAGE_SIZE to support huge rulesets
2021-04-06 8:51 UTC
[PATCH nf-next v2 00/11] netfilter: reduce struct net size
2021-04-05 22:35 UTC (2+ messages)
[PATCH nf-next] netfilter: ipvs: do not printk on netns creation
2021-04-03 18:17 UTC (2+ messages)
[PATCH] files: move example files away from /etc
2021-04-03 18:03 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).