messages from 2025-06-17 08:02:32 to 2025-06-17 14:12:12 UTC [more...]
[PATCH net-next v3 0/3] vsock/test: Improve transport_uaf test
2025-06-17 14:12 UTC (5+ messages)
` [PATCH net-next v3 2/3] vsock/test: Introduce get_transports()
[PATCH net-next 0/2] Add support for externally validated neighbor entries
2025-06-17 14:09 UTC (4+ messages)
` [PATCH net-next 1/2] neighbor: Add NTF_EXT_VALIDATED flag for externally validated entries
[PATCH stable 6.1-6.12 1/2] net: Fix checksum update for ILA adj-transport
2025-06-17 14:08 UTC (2+ messages)
` [PATCH stable 6.1-6.12 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
[PATCH v5 00/42] SELinux namespace support
2025-06-17 14:05 UTC (43+ messages)
` [PATCH v5 01/42] selinux: restore passing of selinux_state
` [PATCH v5 02/42] selinux: introduce current_selinux_state
` [PATCH v5 03/42] selinux: support multiple selinuxfs instances
` [PATCH v5 04/42] selinux: dynamically allocate selinux namespace
` [PATCH v5 05/42] netstate,selinux: create the selinux netlink socket per network namespace
` [PATCH v5 06/42] selinux: limit selinux netlink notifications to init namespace
` [PATCH v5 07/42] selinux: support per-task/cred selinux namespace
` [PATCH v5 08/42] selinux: introduce cred_selinux_state() and use it
` [PATCH v5 09/42] selinux: init inode from nearest initialized namespace
` [PATCH v5 10/42] selinux: add a selinuxfs interface to unshare selinux namespace
` [PATCH v5 11/42] selinux: add limits for SELinux namespaces
` [PATCH v5 12/42] selinux: exempt creation of init SELinux namespace from limits
` [PATCH v5 13/42] selinux: refactor selinux_state_create()
` [PATCH v5 14/42] selinux: allow userspace to detect non-init SELinux namespace
` [PATCH v5 15/42] selinuxfs: restrict write operations to the same selinux namespace
` [PATCH v5 16/42] selinux: introduce a global SID table
` [PATCH v5 17/42] selinux: wrap security server interfaces to use the "
` [PATCH v5 18/42] selinux: introduce a Kconfig option for SELinux namespaces
` [PATCH v5 19/42] selinux: eliminate global SID table if !CONFIG_SECURITY_SELINUX_NS
` [PATCH v5 20/42] selinux: maintain a small cache in the global SID table
` [PATCH v5 21/42] selinux: update hook functions to use correct selinux namespace
` [PATCH v5 22/42] selinux: introduce cred_task_has_perm()
` [PATCH v5 23/42] selinux: introduce cred_has_extended_perms()
` [PATCH v5 24/42] selinux: introduce cred_self_has_perm()
` [PATCH v5 25/42] selinux: introduce cred_has_perm()
` [PATCH v5 26/42] selinux: introduce cred_ssid_has_perm() and cred_other_has_perm()
` [PATCH v5 27/42] selinux: introduce task_obj_has_perm()
` [PATCH v5 28/42] selinux: update bprm hooks for selinux namespaces
` [PATCH v5 29/42] selinux: add kerneldoc to new permission checking functions
` [PATCH v5 30/42] selinux: convert selinux_file_send_sigiotask() to namespace-aware helper
` [PATCH v5 31/42] selinux: rename cred_has_perm*() to cred_tsid_has_perm*()
` [PATCH v5 32/42] selinux: update cred_tsid_has_perm_noaudit() to return the combined avd
` [PATCH v5 33/42] selinux: convert additional checks to cred_ssid_has_perm()
` [PATCH v5 34/42] selinux: introduce selinux_state_has_perm()
` [PATCH v5 35/42] selinux: annotate selinuxfs permission checks
` [PATCH v5 36/42] selinux: annotate process transition "
` [PATCH v5 37/42] selinux: convert xfrm and netlabel "
` [PATCH v5 38/42] selinux: switch selinux_lsm_setattr() checks to current namespace
` [PATCH v5 39/42] selinux: make open_perms namespace-aware
` [PATCH v5 40/42] selinux: split cred_ssid_has_perm() into two cases
` [PATCH v5 41/42] selinux: convert nlmsg_sock_has_extended_perms() to namespace-aware
` [PATCH v5 42/42] selinux: disallow writes to /sys/fs/selinux/user in non-init namespaces
[RFC] Keyrings: How to make them more useful
2025-06-17 13:54 UTC (2+ messages)
[PATCH net-next v3 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
2025-06-17 13:48 UTC (8+ messages)
` [PATCH net-next v3 1/4] netdevsim: migrate to dstats stats collection
` [PATCH net-next v3 2/4] netdevsim: collect statistics at RX side
` [PATCH net-next v3 3/4] net: add dev_dstats_rx_dropped_add() helper
` [PATCH net-next v3 4/4] netdevsim: account dropped packet length in stats on queue free
[PATCH net-next] neighbour: add support for NUD_PERMANENT proxy entries
2025-06-17 13:42 UTC (3+ messages)
[PATCH v5 00/15] Don't generate netlink .rst files inside $(srctree)
2025-06-17 13:40 UTC (34+ messages)
` [PATCH v5 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v5 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v5 03/15] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v5 04/15] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v5 05/15] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v5 06/15] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v5 07/15] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v5 08/15] docs: netlink: index.rst: add a netlink index file
` [PATCH v5 09/15] tools: ynl_gen_rst.py: clanup coding style
` [PATCH v5 10/15] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v5 11/15] docs: use parser_yaml extension to handle "
` [PATCH v5 12/15] docs: uapi: netlink: update netlink specs link
` [PATCH v5 13/15] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v5 14/15] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc
[PATCH net-next v3 00/10] net: fec: general + VLAN cleanups
2025-06-17 13:25 UTC (11+ messages)
` [PATCH net-next v3 01/10] net: fec: fix typos found by codespell
` [PATCH net-next v3 02/10] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next v3 03/10] net: fec: add missing header files
` [PATCH net-next v3 04/10] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next v3 05/10] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next v3 06/10] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next v3 07/10] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()
` [PATCH net-next v3 08/10] net: fec: fec_enet_rx_queue(): reduce scope of data
` [PATCH net-next v3 09/10] net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
` [PATCH net-next v3 10/10] net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()
[PATCH net-next v3] net: phy: Add c45_phy_ids sysfs directory entry
2025-06-17 13:20 UTC (2+ messages)
[net-next PATCH v2 1/2] dt-bindings: net: Document support for Airoha AN7583 MDIO Controller
2025-06-17 13:14 UTC (3+ messages)
` [net-next PATCH v2 2/2] net: mdio: Add MDIO bus controller for Airoha AN7583
[PATCH net-next 0/7][pull request] igc: harmonize queue priority and add preemptible queue support
2025-06-17 13:10 UTC (7+ messages)
` [PATCH net-next 5/7] igc: add private flag to reverse TX queue priority in TSN mode
[PATCH net] openvswitch: Allocate struct ovs_pcpu_storage dynamically
2025-06-17 13:00 UTC (3+ messages)
` [ovs-dev] "
[PATCH net-next] tcp: Remove inet_hashinfo2_free_mod()
2025-06-17 13:06 UTC
[RFC net-next 00/22] net: per-queue rx-buf-len configuration
2025-06-17 12:36 UTC (9+ messages)
` [RFC net-next 19/22] eth: bnxt: use queue op config validate
[PATCH net-next] net/sched: replace strncpy with strscpy
2025-06-17 12:35 UTC
[PATCH v2 0/2] vringh small unused functions
2025-06-17 12:30 UTC (4+ messages)
` [PATCH v2 2/2] vhost: vringh: Remove "
[PATCH] net/smc: replace strncpy with strscpy
2025-06-17 12:25 UTC
[PATCH net-next v14 00/13] Add support for PSE budget evaluation strategy
2025-06-17 12:12 UTC (14+ messages)
` [PATCH net-next v14 01/13] net: pse-pd: Introduce attached_phydev to pse control
` [PATCH net-next v14 02/13] net: pse-pd: Add support for reporting events
` [PATCH net-next v14 03/13] net: pse-pd: tps23881: Add support for PSE events and interrupts
` [PATCH net-next v14 04/13] net: pse-pd: Add support for PSE power domains
` [PATCH net-next v14 05/13] net: ethtool: Add support for new power domains index description
` [PATCH net-next v14 06/13] net: pse-pd: Add helper to report hardware enable status of the PI
` [PATCH net-next v14 07/13] net: pse-pd: Add support for budget evaluation strategies
` [PATCH net-next v14 08/13] net: ethtool: Add PSE port priority support feature
` [PATCH net-next v14 09/13] net: pse-pd: pd692x0: Add support for PSE PI priority feature
` [PATCH net-next v14 10/13] net: pse-pd: pd692x0: Add support for controller and manager power supplies
` [PATCH net-next v14 11/13] dt-bindings: net: pse-pd: microchip,pd692x0: Add manager regulator supply
` [PATCH net-next v14 12/13] net: pse-pd: tps23881: Add support for static port priority feature
` [PATCH net-next v14 13/13] dt-bindings: net: pse-pd: ti,tps23881: Add interrupt description
[PATCH 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-06-17 12:06 UTC (9+ messages)
` [PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH 2/8] clk: qcom: ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH 3/8] dt-bindings: clock: gcc-ipq5424: Add definition for GPLL0_OUT_AUX
` [PATCH 4/8] clock: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH 5/8] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH 7/8] arm64: dts: qcom: ipq5424: Add NSS clock controller node
` [PATCH 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424
[PATCH net-next] bonding: Remove support for use_carrier = 0
2025-06-17 12:01 UTC (2+ messages)
[PATCH net 0/2] tcp_metrics: fix hanlding of route options
2025-06-17 11:56 UTC (7+ messages)
` [PATCH net 1/2] tcp_metrics: set maximum cwnd from the dst entry
` [PATCH net 2/2] tcp_metrics: use ssthresh value from dst if there is no metrics
[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
2025-06-17 11:50 UTC (11+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst
[PATCH] net-next: gianfar: Use device_get_named_child_node_count()
2025-06-17 11:47 UTC (2+ messages)
[PATCH iwl-next] ice: add recovery clock and clock 1588 control for E825c
2025-06-17 11:46 UTC (3+ messages)
` [Intel-wired-lan] "
[net-next v6 0/4] add broadcast_neighbor for no-stacking networking arch
2025-06-17 11:39 UTC (11+ messages)
` [net-next v6 1/4] net: bonding: add broadcast_neighbor option for 802.3ad
` [net-next v6 3/4] net: bonding: send peer notify when failure recovery
` [net-next v6 4/4] net: bonding: add tracepoint for 802.3ad
[PATCH net-next v1] net/mlx4e: Don't redefine IB_MTU_XXX enum
2025-06-17 11:37 UTC (2+ messages)
[RFC PATCH v2 nf-next] selftests: netfilter: Add bridge_fastpath.sh
2025-06-17 11:34 UTC (2+ messages)
[PATCH net-next] net: mana: Set tx_packets to post gso processing packet count
2025-06-17 11:33 UTC
[net] Octeontx2-pf: Fix Backpresure configuration
2025-06-17 11:27 UTC (2+ messages)
[PATCH v13 net-next 0/9] PHC support in ENA driver
2025-06-17 11:05 UTC (10+ messages)
` [PATCH v13 net-next 1/9] net: ena: Add PHC support in the "
` [PATCH v13 net-next 2/9] net: ena: PHC silent reset
` [PATCH v13 net-next 3/9] net: ena: Add device reload capability through devlink
` [PATCH v13 net-next 4/9] net: ena: Add devlink port support
` [PATCH v13 net-next 5/9] devlink: Add new "enable_phc" generic device param
` [PATCH v13 net-next 6/9] net: ena: Control PHC enable through devlink
` [PATCH v13 net-next 7/9] net: ena: Add debugfs support to the ENA driver
` [PATCH v13 net-next 8/9] net: ena: View PHC stats using debugfs
` [PATCH v13 net-next 9/9] net: ena: Add PHC documentation
[PATCH v6 0/5] Allow dyn MSI-X vector allocation of MANA
2025-06-17 10:53 UTC (5+ messages)
[PATCH net-next 0/2] selftests: net: use slowwait to make sure setup finished
2025-06-17 10:51 UTC (3+ messages)
` [PATCH net-next 1/2] selftests: net: use slowwait to stabilize vrf_route_leaking test
` [PATCH net-next 2/2] selftests: net: use slowwait to make sure IPv6 setup finished
[PATCH v2 net-next] net: enetc: replace PCVLANR1/2 with SICVLANR1/2 and remove dead branch
2025-06-17 10:40 UTC (2+ messages)
[PATCH net-next v2] net: ti: icssg-prueth: Add prp offload support to ICSSG driver
2025-06-17 10:18 UTC
[syzbot] [wireless?] INFO: task hung in rfkill_global_led_trigger_worker (3)
2025-06-17 10:11 UTC (3+ messages)
[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
2025-06-17 10:00 UTC (4+ messages)
[syzbot] [wireless?] WARNING: net/mac80211/tx.c:LINE at __ieee80211_beacon_get, CPU: syz.NUM.NUM/NUM
2025-06-17 9:59 UTC (6+ messages)
[PTP][KSZ9477][p2p1step] Questions for PTP support on KSZ9477 device
2025-06-17 9:53 UTC (3+ messages)
[PATCH v12 net-next 0/9] PHC support in ENA driver
2025-06-17 9:50 UTC (4+ messages)
` [PATCH v12 net-next 9/9] net: ena: Add PHC documentation
[PATCH net-next] eth: bnxt: add netmem TX support
2025-06-17 9:45 UTC
[PATCH v8 net-next 00/15] AccECN protocol patch series
2025-06-17 9:44 UTC (7+ messages)
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v8 net-next 11/15] tcp: accecn: AccECN option failure handling
[PATCH net v1 4/4] tcp: fix passive TFO socket having invalid NAPI ID
2025-06-17 9:28 UTC (4+ messages)
[PATCH net] ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()`
2025-06-17 9:18 UTC
[PATCH net-next v13 00/13] Add support for PSE budget evaluation strategy
2025-06-17 9:17 UTC (6+ messages)
` [PATCH net-next v13 07/13] net: pse-pd: Add support for budget evaluation strategies
[REGRESSION] ixgbe broken after devlink support patch
2025-06-17 9:01 UTC (2+ messages)
[PATCH net-next] nfc: Remove checks for nla_data returning NULL
2025-06-17 8:45 UTC
[RFC]Page pool buffers stuck in App's socket queue
2025-06-17 8:38 UTC (3+ messages)
[PATCH] MAINTAINERS: Remove Shannon Nelson from MAINTAINERS file
2025-06-17 8:33 UTC (2+ messages)
[PATCH v14 6/9] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
2025-06-17 8:24 UTC (2+ messages)
[PATCH rdma-next 0/2] Add multiple priorities support to mlx5 RDMA TRANSPORT tables
2025-06-17 8:19 UTC (2+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: fs, add multiple prios to RDMA TRANSPORT steering domain
[PATCH v5 0/9] Add i.MX91 platform support
2025-06-17 8:09 UTC (3+ 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).