messages from 2024-11-08 12:09:03 to 2024-11-19 08:52:56 UTC [more...]
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-11-19 8:52 UTC (51+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
` [cocci] "
` [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v2 04/21] s390: kernel: "
` [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v2 06/21] mm: kmemleak: "
` [PATCH v2 07/21] accel/habanalabs: "
` [PATCH v2 08/21] drm/xe: Convert timeout "
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts "
` [PATCH v2 10/21] scsi: lpfc: "
` [PATCH v2 11/21] scsi: arcmsr: "
` [PATCH v2 12/21] scsi: pm8001: "
` [PATCH v2 13/21] xen/blkback: "
` [PATCH v2 14/21] gve: "
` [PATCH v2 15/21] wifi: ath11k: "
` [PATCH v2 16/21] Bluetooth: MGMT: "
` [PATCH v2 17/21] staging: vc04_services: "
` [PATCH v2 18/21] ceph: "
` [PATCH v2 19/21] livepatch: "
` [PATCH v2 20/21] ALSA: line6: "
` [PATCH v2 21/21] nfp: "
[PATCH] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
2024-11-19 7:37 UTC (3+ messages)
[PATCH net-next] net: reformat kdoc return statements
2024-11-19 0:33 UTC (8+ messages)
[PATCH iptables] nft: fix interface comparisons in `-C` commands
2024-11-18 15:13 UTC (3+ messages)
[PATCH nft] optimize: compare expression length
2024-11-18 12:21 UTC
[PATCH 00/22] Converge on using secs_to_jiffies()
2024-11-18 11:27 UTC (29+ messages)
` [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions
` [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script
` [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH 04/22] s390: kernel: "
` [PATCH 05/22] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH 06/22] mm: kmemleak: "
` [PATCH 07/22] accel/habanalabs: "
` [PATCH 08/22] drm/xe: Convert timeout "
` [PATCH 09/22] drm/etnaviv: Convert timeouts "
` [PATCH 10/22] scsi: lpfc: "
` [PATCH 11/22] scsi: arcmsr: "
` [PATCH 12/22] scsi: pm8001: "
` [PATCH 13/22] xen/blkback: "
` [PATCH 14/22] gve: "
` [PATCH 15/22] wifi: ath11k: "
` [PATCH 16/22] Bluetooth: MGMT: "
` [PATCH 17/22] staging: vc04_services: "
` [PATCH 18/22] ceph: "
` [PATCH 19/22] livepatch: "
` [PATCH 20/22] ALSA: line6: "
` [PATCH 21/22] nfp: "
` [PATCH 22/22] jiffies: Define secs_to_jiffies()
[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-11-17 11:56 UTC (2+ messages)
` (subset) "
DSA and netfilter interaction
2024-11-16 21:11 UTC
[PATCH net 0/3] Netfilter fixes for net
2024-11-15 23:10 UTC (9+ messages)
` [PATCH net 1/3] selftests: netfilter: Add missing gitignore file
` [PATCH net 2/3] selftests: netfilter: Fix missing return values in conntrack_dump_flush
` [PATCH net 3/3] netfilter: ipset: add missing range check in bitmap_ip_uadt
[PATCH net-next 00/14] Netfilter updates for net-next
2024-11-15 22:20 UTC (16+ messages)
` [PATCH net-next 01/14] netfilter: nfnetlink: Report extack policy errors for batched ops
` [PATCH net-next 02/14] netfilter: bpf: Pass string literal as format argument of request_module()
` [PATCH net-next 03/14] netfilter: nf_tables: add nft_trans_commit_list_add_elem helper
` [PATCH net-next 04/14] netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure
` [PATCH net-next 05/14] netfilter: nf_tables: prepare nft audit for set element compaction
` [PATCH net-next 06/14] netfilter: nf_tables: switch trans_elem to real flex array
` [PATCH net-next 07/14] netfilter: nf_tables: allocate element update information dynamically
` [PATCH net-next 08/14] netfilter: ipv4: Convert ip_route_me_harder() to dscp_t
` [PATCH net-next 09/14] netfilter: flow_offload: Convert nft_flow_route() "
` [PATCH net-next 10/14] netfilter: rpfilter: Convert rpfilter_mt() "
` [PATCH net-next 11/14] netfilter: nft_fib: Convert nft_fib4_eval() "
` [PATCH net-next 12/14] netfilter: nf_dup4: Convert nf_dup_ipv4_route() "
` [PATCH net-next 13/14] netfilter: bitwise: rename some boolean operation functions
` [PATCH net-next 14/14] netfilter: bitwise: add support for doing AND, OR and XOR directly
[PATCH nf-next] netfilter: conntrack: add conntrack event timestamp
2024-11-15 13:46 UTC
[nf-next PATCH v6 0/7] Dynamic hook interface binding part 1
2024-11-15 11:57 UTC (2+ messages)
[PATCH nf-next 0/5] netfilter: Prepare netfilter to future .flowi4_tos conversion
2024-11-15 10:50 UTC (7+ messages)
` [PATCH nf-next 1/5] netfilter: ipv4: Convert ip_route_me_harder() to dscp_t
` [PATCH nf-next 2/5] netfilter: flow_offload: Convert nft_flow_route() "
` [PATCH nf-next 3/5] netfilter: rpfilter: Convert rpfilter_mt() "
` [PATCH nf-next 4/5] netfilter: nft_fib: Convert nft_fib4_eval() "
` [PATCH nf-next 5/5] netfilter: nf_dup4: Convert nf_dup_ipv4_route() "
[PATCH nf-next,v2] netfilter: bitwise: add support for doing AND, OR and XOR directly
2024-11-15 10:24 UTC
Dropping of the end of a chain
2024-11-15 1:30 UTC
[PATCH nf-next 0/2] nftables bitwise multiregister support
2024-11-14 21:13 UTC (3+ messages)
` [PATCH nf-next 1/2] netfilter: bitwise: rename some boolean operation functions
` [PATCH nf-next 2/2] netfilter: bitwise: add support for doing AND, OR and XOR directly
nft set statistics/info
2024-11-14 13:14 UTC (2+ messages)
[PATCH net v2] netfilter: ipset: add missing range check in bitmap_ip_uadt
2024-11-14 12:09 UTC (6+ messages)
[PATCH v5 net-next 00/13] AccECN protocol preparation patch series
2024-11-14 1:04 UTC (12+ messages)
` [PATCH v5 net-next 08/13] gso: AccECN support
` [PATCH v5 net-next 09/13] gro: prevent ACE field corruption & better AccECN handling
[PATCH nf-next v5 0/5] netfilter: nf_tables: reduce set element transaction size
2024-11-13 15:35 UTC (6+ messages)
` [PATCH nf-next v5 1/5] netfilter: nf_tables: add nft_trans_commit_list_add_elem helper
` [PATCH nf-next v5 2/5] netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure
` [PATCH nf-next v5 3/5] netfilter: nf_tables: prepare nft audit for set element compaction
` [PATCH nf-next v5 4/5] netfilter: nf_tables: switch trans_elem to real flex array
` [PATCH nf-next v5 5/5] netfilter: nf_tables: allocate element update information dynamically
[PATCH nft] json: collapse set element commands from parser
2024-11-13 14:35 UTC (10+ messages)
` improving json error reporting [was Re: [PATCH nft] json: collapse set element commands from parser]
[PATCH nf-next v4 0/5] netfilter: nf_tables: reduce set element transaction size
2024-11-13 11:11 UTC (8+ messages)
` [PATCH nf-next v4 4/5] netfilter: nf_tables: switch trans_elem to real flex array
[syzbot] Monthly netfilter report (Nov 2024)
2024-11-13 11:07 UTC
0x19: Call For Submissions open!
2024-11-13 0:00 UTC
[PATCH net] netfilter: ipset: add missing range check in bitmap_ip_uadt
2024-11-12 19:50 UTC (2+ messages)
[PATCH nf-next] netfilter: conntrack: add conntrack event timestamp
2024-11-12 18:25 UTC (2+ messages)
[PATCH iptables] ip[6]tables-translate: fix test failures when WESP is defined
2024-11-12 14:11 UTC (4+ messages)
[PATCH nf-next] netfilter: bpf: Pass string literal as format argument of request_module()
2024-11-12 11:36 UTC (2+ messages)
[PATCH net-next v5 0/9] net: ip: add drop reasons to input route
2024-11-12 10:50 UTC (2+ messages)
[PATCH libmnl] whitespace: remove spacing irregularities
2024-11-12 10:03 UTC (3+ messages)
[syzbot] [netfilter?] KASAN: slab-out-of-bounds Read in bitmap_ip_add (2)
2024-11-12 3:25 UTC
[PATCH libmnl v2] whitespace: remove spacing irregularities
2024-11-12 0:45 UTC
[PATCH] netfilter: uapi: Fix file names for case-insensitive filesystem
2024-11-11 21:16 UTC (6+ messages)
[RFC PATCH v3 00/19] Support socket access-control
2024-11-11 16:29 UTC (3+ messages)
` [RFC PATCH v3 01/19] landlock: "
[PATCH nft] src: allow to map key to nfqueue number
2024-11-11 10:38 UTC (9+ messages)
[PATCH] nf_conntrack_proto_udp: Set ASSURED for NAT_CLASH entries to avoid packets dropped
2024-11-11 9:56 UTC (3+ messages)
[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
2024-11-08 17:16 UTC (6+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
[ANNOUNCE] iptables 1.8.11 release
2024-11-08 14:58 UTC
[iptables PATCH] xtables-translate: Use protocol name/value as user specified it
2024-11-08 13:15 UTC
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