[PATCH v3 00/19] Converge on using secs_to_jiffies()
2024-12-11 3:01 UTC (29+ messages)
` [PATCH v3 01/19] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 03/19] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v3 04/19] s390: kernel: "
` [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v3 06/19] mm: kmemleak: "
` [PATCH v3 07/19] accel/habanalabs: "
` [PATCH v3 08/19] drm/xe: Convert timeout "
` [PATCH v3 09/19] scsi: lpfc: Convert timeouts "
` [PATCH v3 10/19] scsi: arcmsr: "
` [PATCH v3 11/19] scsi: pm8001: "
` [PATCH v3 12/19] xen/blkback: "
` [PATCH v3 13/19] gve: "
` [PATCH v3 14/19] wifi: ath11k: "
` [PATCH v3 15/19] Bluetooth: MGMT: "
` [PATCH v3 16/19] staging: vc04_services: "
` [PATCH v3 17/19] ceph: "
` [PATCH v3 18/19] livepatch: "
` [PATCH v3 19/19] ALSA: line6: "
[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
2024-12-10 18:08 UTC (20+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
` [RFC PATCH v2 3/8] landlock: Fix inconsistency of errors for TCP actions
` [RFC PATCH v2 6/8] selftests/landlock: Test consistency "
` [RFC PATCH v2 7/8] landlock: Add note about errors consistency in documentation
[PATCH] netfilter: nfnetlink_queue: Fix redundant comparison of unsigned value
2024-12-10 16:24 UTC (6+ messages)
[PATCH RFC v3 net-next 00/13] bridge-fastpath and related improvements
2024-12-10 9:45 UTC (14+ messages)
` [PATCH RFC v3 net-next 01/13] netfilter: nf_flow_table_offload: Add nf_flow_encap_push() for xmit direct
` [PATCH RFC v3 net-next 02/13] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH RFC v3 net-next 03/13] netfilter: nft_chain_filter: Add bridge "
` [PATCH RFC v3 net-next 04/13] bridge: Add filling forward path from port to port
` [PATCH RFC v3 net-next 05/13] net: core: dev: Add dev_fill_bridge_path()
` [PATCH RFC v3 net-next 06/13] netfilter :nf_flow_table_offload: Add nf_flow_rule_bridge()
` [PATCH RFC v3 net-next 07/13] netfilter: nf_flow_table_inet: Add nf_flowtable_type flowtable_bridge
` [PATCH RFC v3 net-next 08/13] netfilter: nft_flow_offload: Add NFPROTO_BRIDGE to validate
` [PATCH RFC v3 net-next 09/13] netfilter: nft_flow_offload: Add DEV_PATH_MTK_WDMA to nft_dev_path_info()
` [PATCH RFC v3 net-next 10/13] netfilter: nft_flow_offload: No ingress_vlan forward info for dsa user port
` [PATCH RFC v3 net-next 11/13] bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign
` [PATCH RFC v3 net-next 12/13] bridge: Introduce DEV_PATH_BR_VLAN_KEEP_HW for bridge-fastpath
` [PATCH RFC v3 net-next 13/13] netfilter: nft_flow_offload: Add bridgeflow to nft_flow_offload_eval()
Help Building IPT / NFT Extension
2024-12-10 1:55 UTC (2+ messages)
[PATCH net-next v2] net: reformat kdoc return statements
2024-12-09 23:20 UTC (4+ messages)
Support for xt_bpf in nftables
2024-12-09 23:03 UTC
[PATCH nf] netfilter: nf_tables: do not defer rule destruction via call_rcu
2024-12-09 22:04 UTC (3+ messages)
[PATCH] intervals: set internal element location with the deletion trigger
2024-12-09 18:00 UTC
[PATCH nft 1/2] expression: remove elem_flags from EXPR_SET_ELEM to shrink struct expr size
2024-12-09 17:33 UTC (2+ messages)
` [PATCH nft 2/2] src: remove unused token_offset from struct location
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-12-09 15:03 UTC (10+ messages)
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies()
` [PATCH v2 18/21] ceph: "
[PATCH nft] tests: shell: add a test case for netdev ruleset flush + parallel link down
2024-12-07 11:17 UTC
[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
2024-12-06 20:57 UTC (3+ messages)
[PATCH net] Fix clamp() of ip_vs_conn_tab on small memory systems
2024-12-06 20:58 UTC (6+ messages)
[nf PATCH] netfilter: IDLETIMER: Fix for possible ABBA deadlock
2024-12-06 18:32 UTC
[nf PATCH] selftests: netfilter: Stabilize rpath.sh
2024-12-06 14:08 UTC
[PATCH nf-next] netfilter: xt_hashlimit: htable_selective_cleanup() optimization
2024-12-06 11:38 UTC
arm64: include/linux/compiler_types.h:542:38: error: call to '__compiletime_assert_1050' declared with attribute error: clamp() low limit min greater than high limit max_avail
2024-12-06 2:18 UTC (5+ messages)
[PATCH net 0/6] Netfilter fixes for net
2024-12-05 11:00 UTC (8+ messages)
` [PATCH net 1/6] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
` [PATCH net 2/6] netfilter: x_tables: fix LED ID check in led_tg_check()
` [PATCH net 3/6] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
` [PATCH net 4/6] netfilter: nft_inner: incorrect percpu area handling under softirq
` [PATCH net 5/6] netfilter: ipset: Hold module reference while requesting a module
` [PATCH net 6/6] netfilter: nft_set_hash: skip duplicated elements pending gc run
[PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh
2024-12-05 3:30 UTC (4+ messages)
[PATCH nf-next] ipvs: speed up reads from ip_vs_conn proc file
2024-12-04 18:09 UTC (2+ messages)
[PATCH nft] src: allow binop expressions with variable right-hand operands
2024-12-04 14:45 UTC (2+ messages)
[libnftnl PATCH 1/3] set: Fix for array overrun when setting NFTNL_SET_DESC_CONCAT
2024-12-04 14:45 UTC (5+ messages)
` [libnftnl PATCH 2/3] tests: Extend set test by NFTNL_SET_DESC_CONCAT
` [libnftnl PATCH 3/3] tests: Fix for ASAN
[PATCH libnftnl,v2 0/5] bitwise multiregister support
2024-12-04 14:44 UTC (2+ messages)
[nf PATCH] ipset: core: Hold module reference while requesting a module
2024-12-04 14:40 UTC (3+ messages)
[PATCH net,v2 0/4] Netfilter fixes for net
2024-12-03 20:22 UTC (12+ messages)
` [PATCH net 1/4] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
` [PATCH net 2/4] netfilter: x_tables: fix LED ID check in led_tg_check()
` [PATCH net 3/4] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
` [PATCH net 4/4] netfilter: nft_inner: incorrect percpu area handling under softirq
[PATCH 00/22] Converge on using secs_to_jiffies()
2024-12-03 17:45 UTC (5+ messages)
` [PATCH 09/22] drm/etnaviv: Convert timeouts to secs_to_jiffies()
` [PATCH 18/22] ceph: "
[PATCH xtables-addons] build: fix inclusion of Makefile.extra
2024-12-03 17:30 UTC
[PATCH] selftests/net: call sendmmsg via udpgso_bench.sh
2024-12-03 15:21 UTC (3+ messages)
[PATCH linux-next] netfilter: nf_tables: remove the genmask parameter
2024-12-03 10:08 UTC (2+ messages)
[PATCH 4.19.y 1/1] inet: inet_defrag: prevent sk release while still in use
2024-12-02 18:06 UTC (3+ messages)
[PATCH 4.19.y 1/1] inet: inet_defrag: prevent sk release while still in use
2024-12-02 18:04 UTC
[RFC PATCH v3 00/19] Support socket access-control
2024-12-02 11:32 UTC (9+ messages)
` [RFC PATCH v3 01/19] landlock: "
[syzbot] [bpf?] [netfilter?] INFO: rcu detected stall in sys_sendmmsg (7)
2024-11-30 18:05 UTC
[PATCH nft] mnl: fix basehook comparison
2024-11-29 16:26 UTC (3+ messages)
[PATCH] netfilter: uapi: Fix file names for case-insensitive filesystem
2024-11-29 7:08 UTC (6+ messages)
[PATCH libmnl v2] whitespace: remove spacing irregularities
2024-11-28 22:50 UTC (4+ messages)
[PATCH] NETFILTER: Fix typo in nf_conntrack_l4proto.h comment
2024-11-28 12:52 UTC
[PATCH net 0/4] Netfilter fixes for net
2024-11-28 12:33 UTC (6+ messages)
` [PATCH net 1/4] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
` [PATCH net 2/4] netfilter: x_tables: fix LED ID check in led_tg_check()
` [PATCH net 3/4] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
` [PATCH net 4/4] netfilter: nft_inner: incorrect percpu area handling under softirq
[PATCH v3 net] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
2024-11-28 12:12 UTC (5+ messages)
[PATCH nf] netfilter: nft_inner: incorrect percpu area handling under softirq
2024-11-27 13:17 UTC
[PATCH nf] netfilter: nft_inner: incorrect percpu area handling under softirq
2024-11-27 13:10 UTC
[PATCH nf] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
2024-11-26 11:04 UTC
[PATCH nf-next] netfilter: nf_tables: fix set size with rbtree backend
2024-11-26 10:58 UTC
[syzbot] [netfilter?] WARNING in nft_socket_init
2024-11-25 10:47 UTC (4+ messages)
[syzbot] [netfilter?] INFO: task hung in htable_put (2)
2024-11-24 5:34 UTC
[nf-next PATCH v6 0/7] Dynamic hook interface binding part 1
2024-11-22 18:18 UTC (6+ messages)
[PATCH v2 net] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
2024-11-22 18:02 UTC (3+ messages)
[syzbot] [netfilter?] KMSAN: uninit-value in ip6table_mangle_hook (3)
2024-11-22 14:42 UTC
[PATCH nft 1/2] tests/py: prepare for set debug change
2024-11-22 14:38 UTC (13+ messages)
` [PATCH nft 2/2] debug: include kernel set information on cache fill
[syzbot] [netfilter?] BUG: using smp_processor_id() in preemptible code in nft_inner_eval
2024-11-22 13:51 UTC (4+ messages)
` [PATCH] netfilter: nf_tables: Use get_cpu_ptr "
[PATCH] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
2024-11-21 15:23 UTC (4+ messages)
page: next (older)
- 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 read-only IMAP folder(s) and NNTP newsgroup(s).