messages from 2023-04-14 01:58:49 to 2023-04-22 10:15:04 UTC [more...]
[PATCH nf-next v3 0/4] ipvs: Cleanups for v6.4
2023-04-22 10:14 UTC (8+ messages)
` [PATCH nf-next v3 1/4] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH nf-next v3 2/4] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH nf-next v3 3/4] ipvs: Remove {Enter,Leave}Function
` [PATCH nf-next v3 4/4] ipvs: Correct spelling in comments
[PATCH net-next 00/19] Netfilter/IPVS updates for net-next
2023-04-21 23:50 UTC (20+ messages)
` [PATCH net-next 01/19] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
` [PATCH net-next 02/19] netfilter: nf_tables: don't store address of last rule on jump
` [PATCH net-next 03/19] netfilter: nf_tables: don't store chain address "
` [PATCH net-next 04/19] netfilter: nf_tables: don't write table validation state without mutex
` [PATCH net-next 05/19] netfilter: nf_tables: make validation state per table
` [PATCH net-next 06/19] netfilter: nf_tables: remove unneeded conditional
` [PATCH net-next 07/19] netfilter: nf_tables: do not store pktinfo in traceinfo structure
` [PATCH net-next 08/19] netfilter: nf_tables: do not store verdict "
` [PATCH net-next 09/19] netfilter: nf_tables: do not store rule "
` [PATCH net-next 10/19] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH net-next 11/19] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH net-next 12/19] ipvs: Remove {Enter,Leave}Function
` [PATCH net-next 13/19] ipvs: Correct spelling in comments
` [PATCH net-next 14/19] netfilter: nf_tables: extended netlink error reporting for netdevice
` [PATCH net-next 15/19] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH net-next 16/19] netfilter: nf_tables: rename function to destroy hook list
` [PATCH net-next 17/19] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH net-next 18/19] netfilter: nf_tables: support for deleting devices in "
` [PATCH net-next 19/19] netfilter: nf_tables: allow to create netdev chain without device
[PATCH net-next 00/20] Netfilter/IPVS updates for net-next
2023-04-21 23:40 UTC (22+ messages)
` [PATCH net-next 01/20] netfilter: nft_exthdr: add boolean DCCP option matching
` [PATCH net-next 02/20] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
` [PATCH net-next 03/20] netfilter: nf_tables: don't store address of last rule on jump
` [PATCH net-next 04/20] netfilter: nf_tables: don't store chain address "
` [PATCH net-next 05/20] netfilter: nf_tables: don't write table validation state without mutex
` [PATCH net-next 06/20] netfilter: nf_tables: make validation state per table
` [PATCH net-next 07/20] netfilter: nf_tables: remove unneeded conditional
` [PATCH net-next 08/20] netfilter: nf_tables: do not store pktinfo in traceinfo structure
` [PATCH net-next 09/20] netfilter: nf_tables: do not store verdict "
` [PATCH net-next 10/20] netfilter: nf_tables: do not store rule "
` [PATCH net-next 11/20] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH net-next 12/20] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH net-next 13/20] ipvs: Remove {Enter,Leave}Function
` [PATCH net-next 14/20] ipvs: Correct spelling in comments
` [PATCH net-next 15/20] netfilter: nf_tables: extended netlink error reporting for netdevice
` [PATCH net-next 16/20] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH net-next 17/20] netfilter: nf_tables: rename function to destroy hook list
` [PATCH net-next 18/20] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH net-next 19/20] netfilter: nf_tables: support for deleting devices in "
` [PATCH net-next 20/20] netfilter: nf_tables: allow to create netdev chain without device
[PATCH bpf-next v5 0/7] bpf: add netfilter program type
2023-04-21 20:26 UTC (10+ messages)
` [PATCH bpf-next v5 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v5 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v5 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v5 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v5 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v5 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v5 7/7] selftests/bpf: add missing netfilter return value and ctx access tests
[iptables PATCH 0/3] Extract nftnl_rule parsing code
2023-04-21 17:40 UTC (4+ messages)
` [iptables PATCH 1/3] nft: Introduce nft-ruleparse.{c,h}
` [iptables PATCH 2/3] nft: Extract rule parsing callbacks from nft_family_ops
` [iptables PATCH 3/3] nft: ruleparse: Create family-specific source files
[PATCH bpf-next v4 0/7] bpf: add netfilter program type
2023-04-21 16:09 UTC (11+ messages)
` [PATCH bpf-next v4 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v4 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v4 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v4 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v4 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v4 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v4 7/7] selftests/bpf: add missing netfilter return value and ctx access tests
[iptables PATCH 1/2] utils: nfbpf_compile: Replace pcap_compile_nopcap()
2023-04-21 16:04 UTC (2+ messages)
` [iptables PATCH 2/2] nft-shared: Drop unused include
[PATCH net 0/2] Netfilter fixes for net
2023-04-21 15:00 UTC (4+ messages)
` [PATCH net 1/2] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
` [PATCH net 2/2] netfilter: conntrack: fix wrong ct->timeout value
[PATCH nft] evaluate: bail out if new flowtable does not specify hook and priority
2023-04-21 12:52 UTC
[PATCH v10 00/13] Network support for Landlock
2023-04-21 10:07 UTC (30+ messages)
` [PATCH v10 02/13] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v10 03/13] landlock: Remove unnecessary inlining
` [PATCH v10 05/13] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v10 07/13] landlock: Refactor layer helpers
` [PATCH v10 09/13] landlock: Add network rules and TCP hooks support
` [PATCH v10 10/13] selftests/landlock: Share enforce_ruleset()
` [PATCH v10 11/13] selftests/landlock: Add 10 new test suites dedicated to network
` [PATCH v10 12/13] samples/landlock: Add network demo
` [PATCH v10 13/13] landlock: Document Landlock's network support
[PATCH net 0/2] Netfilter fixes for net
2023-04-21 3:25 UTC (4+ messages)
` [PATCH net 1/2] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
` [PATCH net 2/2] netfilter: conntrack: fix wrong ct->timeout value
[PATCH nft,v3 1/2] mnl: flowtable support for extended netlink error reporting
2023-04-20 22:48 UTC (2+ messages)
` [PATCH nft,v3 2/2] src: allow for updating devices on existing netdev chain
[PATCH nf-next,v6 1/7] netfilter: nf_tables: extended netlink error reporting for netdevice
2023-04-20 22:34 UTC (7+ messages)
` [PATCH nf-next,v6 2/7] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH nf-next,v6 3/7] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v6 4/7] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v6 5/7] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v6 6/7] netfilter: nf_tables: allow to create netdev chain without device
` [PATCH nf-next,v6 7/7] netfilter: nf_tables: remove artificial cap on maximum number of netdevices
[nft PATCH] tests: shell: Fix for unstable sets/0043concatenated_ranges_0
2023-04-20 21:15 UTC (4+ messages)
[libmnl, PATCH] examples: add rtnl-link-can
2023-04-20 19:21 UTC
[PATCH nf-next,v5 1/7] netfilter: nf_tables: extended netlink error reporting for netdevice
2023-04-20 16:56 UTC (7+ messages)
` [PATCH nf-next,v5 2/7] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH nf-next,v5 3/7] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v5 4/7] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v5 5/7] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v5 6/7] netfilter: nf_tables: allow to create netdev chain without device
` [PATCH nf-next,v5 7/7] netfilter: nf_tables: remove artificial cap on maximum number of netdevices
[PATCH nft 1/2] mnl: flowtable support for extended netlink error reporting
2023-04-20 16:59 UTC (2+ messages)
` [PATCH nft 2/2] src: allow for updating devices on existing netdev chain
[PATCH bpf-next v3 0/6] bpf: add netfilter program type
2023-04-20 9:54 UTC (14+ messages)
` [PATCH bpf-next v3 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v3 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v3 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v3 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v3 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next v3 6/6] bpf: add test_run support for netfilter program type
[PATCH nf-next,v4 1/7] netfilter: nf_tables: extended netlink error reporting for netdevice
2023-04-19 22:23 UTC (7+ messages)
` [PATCH nf-next,v4 2/7] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH nf-next,v4 3/7] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v4 4/7] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v4 5/7] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v4 6/7] netfilter: nf_tables: allow to create netdev chain without device
` [PATCH nf-next,v4 7/7] netfilter: nf_tables: remove artificial cap on maximum number of netdevices
[PATCH nft 1/2] mnl: flowtable support for extended netlink error reporting
2023-04-19 22:26 UTC (2+ messages)
` [PATCH nft 2/2] src: allow for updating devices on existing netdev chain
[PATCH v3] netfilter: conntrack: fix wrong ct->timeout value
2023-04-19 10:11 UTC (3+ messages)
[PATCH nf-next,v3 1/5] netfilter: nf_tables: do not send complete notification of deletions
2023-04-19 9:20 UTC (5+ messages)
` [PATCH nf-next,v3 2/5] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v3 3/5] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v3 4/5] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v3 5/5] netfilter: nf_tables: allow to create netdev chain without device
[PATCH nf] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
2023-04-19 7:41 UTC (3+ messages)
[PATCH] netfilter: conntrack: fix wrong ct->timeout value
2023-04-19 5:20 UTC (12+ messages)
[PATCH net 0/5] Netfilter fixes for net
2023-04-19 4:00 UTC (7+ messages)
` [PATCH net 1/5] netfilter: br_netfilter: fix recent physdev match breakage
` [PATCH net 2/5] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
` [PATCH net 3/5] netfilter: nf_tables: fix ifdef to also consider nf_tables=m
` [PATCH net 4/5] netfilter: nf_tables: validate catch-all set elements
` [PATCH net 5/5] netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
[PATCH] ipvs: change ip_vs_conn_tab_bits range to [8,31]
2023-04-18 11:58 UTC (5+ messages)
[PATCH] src: try SO_SNDBUF before SO_SNDBUFFORCE
2023-04-18 10:10 UTC (4+ messages)
[PATCH nft] mnl: set SO_SNDBUF before SO_SNDBUFFORCE
2023-04-18 10:02 UTC
[PATCH nf,v2] netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
2023-04-18 7:32 UTC
[PATCH nf] netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
2023-04-18 7:20 UTC
[PATCH nf,v2] netfilter: nf_tables: validate catch-all set elements
2023-04-18 7:19 UTC
[PATCH nf] netfilter: nf_tables: fix ifdef to also consider nf_tables=m
2023-04-17 10:22 UTC (2+ messages)
[PATCH nf] netfilter: nf_tables: validate catch-all set elements
2023-04-17 10:21 UTC
Prezentacja
2023-04-17 8:06 UTC
Tlakově litý
2023-04-17 7:35 UTC
[PATCH v5 3/3] Replace invocation of weak PRNG
2023-04-15 22:57 UTC (3+ messages)
[PATCH bpf-next v2 0/6] bpf: add netfilter program type
2023-04-14 14:54 UTC (7+ messages)
` [PATCH bpf-next v2 5/6] tools: bpftool: print netfilter link info
[PATCH nf-next 0/4] netfilter: nf_tables: shrink stack usage a bit more
2023-04-14 13:01 UTC (5+ messages)
` [PATCH nf-next 1/4] netfilter: nf_tables: remove unneeded conditional
` [PATCH nf-next 2/4] netfilter: nf_tables: do not store pktinfo in traceinfo structure
` [PATCH nf-next 3/4] netfilter: nf_tables: do not store verdict "
` [PATCH nf-next 4/4] netfilter: nf_tables: do not store rule "
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