messages from 2025-06-20 10:51:20 to 2025-06-20 20:12:32 UTC [more...]
[net-next v6 0/4] rework IRQ handling in mtk_eth_soc
2025-06-20 20:12 UTC (5+ messages)
` [net-next v6 1/4] net: ethernet: mtk_eth_soc: support named IRQs
` [net-next v6 4/4] net: ethernet: mtk_eth_soc: only use legacy mode on missing IRQ name
[net-next PATCH] octeontx2-af: Fix rvu_mbox_init return path
2025-06-20 20:00 UTC (4+ messages)
[PATCH v2 net-next] net/sched: replace strncpy with strscpy
2025-06-20 19:59 UTC (2+ messages)
[PATCH v2] net/smc: replace strncpy with strscpy
2025-06-20 19:58 UTC (2+ messages)
[PATCH net 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
2025-06-20 19:57 UTC (11+ messages)
` [PATCH net 1/3] vsock: Fix transport_{h2g,g2h} TOCTOU
` [PATCH net 3/3] vsock: Fix transport_* TOCTOU
[PATCH net-next] net: pse-pd: Fix ethnl_pse_send_ntf() stub parameter type
2025-06-20 19:54 UTC (2+ messages)
[PATCH RFC net v2 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
2025-06-20 19:52 UTC (4+ messages)
` [PATCH RFC net v2 1/3] vsock: Fix transport_{g2h,h2g} TOCTOU
` [PATCH RFC net v2 2/3] vsock: Fix transport_* TOCTOU
` [PATCH RFC net v2 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
[PATCH v5 0/5] io_uring cmd for tx timestamps
2025-06-20 19:46 UTC (8+ messages)
[PATCH] [v2] ethernet: intel: fix building with large NR_CPUS
2025-06-20 19:12 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH net] net: netpoll: Initialize UDP checksum field before checksumming
2025-06-20 18:48 UTC
[PATCH net-next] netdevsim: fix UaF when counting Tx stats
2025-06-20 18:24 UTC (3+ messages)
[GIT PULL] bluetooth 2025-06-20
2025-06-20 17:57 UTC
[PATCH net-next v3] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
2025-06-20 17:46 UTC (14+ messages)
[PATCH v6 00/42] SELinux namespace support
2025-06-20 17:44 UTC (43+ messages)
` [PATCH v6 01/42] selinux: restore passing of selinux_state
` [PATCH v6 02/42] selinux: introduce current_selinux_state
` [PATCH v6 03/42] selinux: support multiple selinuxfs instances
` [PATCH v6 04/42] selinux: dynamically allocate selinux namespace
` [PATCH v6 05/42] netstate,selinux: create the selinux netlink socket per network namespace
` [PATCH v6 06/42] selinux: limit selinux netlink notifications to init namespace
` [PATCH v6 07/42] selinux: support per-task/cred selinux namespace
` [PATCH v6 08/42] selinux: introduce cred_selinux_state() and use it
` [PATCH v6 09/42] selinux: init inode from nearest initialized namespace
` [PATCH v6 10/42] selinux: add a selinuxfs interface to unshare selinux namespace
` [PATCH v6 11/42] selinux: add limits for SELinux namespaces
` [PATCH v6 12/42] selinux: exempt creation of init SELinux namespace from limits
` [PATCH v6 13/42] selinux: refactor selinux_state_create()
` [PATCH v6 14/42] selinux: allow userspace to detect non-init SELinux namespace
` [PATCH v6 15/42] selinuxfs: restrict write operations to the same selinux namespace
` [PATCH v6 16/42] selinux: introduce a global SID table
` [PATCH v6 17/42] selinux: wrap security server interfaces to use the "
` [PATCH v6 18/42] selinux: introduce a Kconfig option for SELinux namespaces
` [PATCH v6 19/42] selinux: eliminate global SID table if !CONFIG_SECURITY_SELINUX_NS
` [PATCH v6 20/42] selinux: maintain a small cache in the global SID table
` [PATCH v6 21/42] selinux: update hook functions to use correct selinux namespace
` [PATCH v6 22/42] selinux: introduce cred_task_has_perm()
` [PATCH v6 23/42] selinux: introduce cred_has_extended_perms()
` [PATCH v6 24/42] selinux: introduce cred_self_has_perm()
` [PATCH v6 25/42] selinux: introduce cred_has_perm()
` [PATCH v6 26/42] selinux: introduce cred_ssid_has_perm() and cred_other_has_perm()
` [PATCH v6 27/42] selinux: introduce task_obj_has_perm()
` [PATCH v6 28/42] selinux: update bprm hooks for selinux namespaces
` [PATCH v6 29/42] selinux: add kerneldoc to new permission checking functions
` [PATCH v6 30/42] selinux: convert selinux_file_send_sigiotask() to namespace-aware helper
` [PATCH v6 31/42] selinux: rename cred_has_perm*() to cred_tsid_has_perm*()
` [PATCH v6 32/42] selinux: update cred_tsid_has_perm_noaudit() to return the combined avd
` [PATCH v6 33/42] selinux: convert additional checks to cred_ssid_has_perm()
` [PATCH v6 34/42] selinux: introduce selinux_state_has_perm()
` [PATCH v6 35/42] selinux: annotate selinuxfs permission checks
` [PATCH v6 36/42] selinux: annotate process transition "
` [PATCH v6 37/42] selinux: convert xfrm and netlabel "
` [PATCH v6 38/42] selinux: switch selinux_lsm_setattr() checks to current namespace
` [PATCH v6 39/42] selinux: make open_perms namespace-aware
` [PATCH v6 40/42] selinux: split cred_ssid_has_perm() into two cases
` [PATCH v6 41/42] selinux: convert nlmsg_sock_has_extended_perms() to namespace-aware
` [PATCH v6 42/42] selinux: disallow writes to /sys/fs/selinux/user in non-init namespaces
[PATCH v5 net-next 0/9] virtio: introduce GSO over UDP tunnel
2025-06-20 17:39 UTC (10+ messages)
` [PATCH v5 net-next 1/9] scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
` [PATCH v5 net-next 2/9] virtio: introduce extended features
` [PATCH v5 net-next 3/9] virtio_pci_modern: allow configuring "
` [PATCH v5 net-next 4/9] vhost-net: "
` [PATCH v5 net-next 5/9] virtio_net: add supports for extended offloads
` [PATCH v5 net-next 6/9] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v5 net-next 7/9] virtio_net: enable gso over UDP tunnel support
` [PATCH v5 net-next 8/9] tun: "
` [PATCH v5 net-next 9/9] vhost/net: "
[RFC PATCH] ipv6: enable per-interface forwarding
2025-06-20 17:26 UTC (3+ messages)
[PATCH] rust: cast to the proper type
2025-06-20 17:25 UTC (5+ messages)
[PATCH v5 00/13] further mt7988 devicetree work
2025-06-20 17:23 UTC (3+ messages)
` [PATCH v5 06/13] arm64: dts: mediatek: mt7988: add basic ethernet-nodes
` Aw: "
[PATCH iwl-next] idpf: preserve coalescing settings across resets
2025-06-20 17:15 UTC
[PATCH net-next v11 00/14] Add Microchip ZL3073x support (part 1)
2025-06-20 17:05 UTC (5+ messages)
` [PATCH net-next v11 03/14] dpll: Add basic Microchip ZL3073x support
[PATCH net 0/4] net: axienet: Fix deferred probe loop
2025-06-20 16:34 UTC (12+ messages)
` [PATCH net 1/4] auxiliary: Allow empty id
[PATCH net-next] net: xsk: update tx queue consumer immdiately after transmission
2025-06-20 16:29 UTC (8+ messages)
[PATCH net-next RFC] net: Throw ASSERT_RTNL into phy_detach
2025-06-20 16:25 UTC (3+ messages)
When routed to VRF, NF _output_ hook is run unexpectedly
2025-06-20 16:20 UTC (4+ messages)
[PATCH net-next 0/2] selftests: drv-net: stats: use skip instead of xfail
2025-06-20 16:11 UTC (3+ messages)
` [PATCH net-next 1/2] selftests: drv-net: stats: fix pylint issues
` [PATCH net-next 2/2] selftests: drv-net: stats: use skip instead of xfail for unsupported features
[PATCH net-next 0/2] net: lockless sk_sndtimeo and sk_rcvtimeo
2025-06-20 15:55 UTC (3+ messages)
` [PATCH net-next 1/2] net: make sk->sk_sndtimeo lockless
` [PATCH net-next 2/2] net: make sk->sk_rcvtimeo lockless
[PATCH v4 net-next 0/8] virtio: introduce GSO over UDP tunnel
2025-06-20 15:51 UTC (4+ messages)
` [PATCH v4 net-next 7/8] tun: enable gso over UDP tunnel support
[PATCH bpf-next v2 0/5] sockmap: Fix reading with splice(2)
2025-06-20 15:44 UTC (5+ messages)
` [PATCH bpf-next v2 1/5] net: Add splice_read to prot
[PATCH v4 00/14] Don't generate netlink .rst files inside $(srctree)
2025-06-20 15:31 UTC (9+ messages)
` [PATCH v4 12/14] MAINTAINERS: add maintainers for netlink_yml_parser.py
[PATCH 10/27] net: Keep ignoring isolated cpuset change
2025-06-20 15:22 UTC
[PATCH 0/3] net: phy: bcm54811: Fix the PHY initialization
2025-06-20 15:19 UTC (5+ messages)
` [PATCH 2/3] net: phy: bcm5481x: Implement MII-Lite mode
` [PATCH 1/3] net: phy: bcm54811: Fix the PHY initialization
` [PATCH 3/3] dt-bindings: ethernet-phy: add optional mii-lite-mode flag
[net-next PATCH v3 0/8] Add support for 25G, 50G, and 100G to fbnic
2025-06-20 14:36 UTC (3+ messages)
[PATCH net] atm: clip: prevent NULL deref in clip_push()
2025-06-20 14:28 UTC
[PATCH net v3] ethernet: atl1: Add missing DMA mapping error checks
2025-06-20 14:26 UTC (2+ messages)
[syzbot] [net?] [ext4?] general protection fault in clip_push
2025-06-20 14:25 UTC
[PATCH 0/3] Expose REFCLK for RMII and enable RMII
2025-06-20 14:22 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: net: cdns,macb: Add external REFCLK property
[PATCH] net: qed: reduce stack usage for TLV processing
2025-06-20 14:09 UTC (2+ messages)
[PATCH net 4/4] net: axienet: Split into MAC and MDIO drivers
2025-06-20 14:03 UTC (2+ messages)
[PATCH net-next 0/2] net: replace sock_i_uid() with sk_uid()
2025-06-20 13:57 UTC (5+ messages)
` [PATCH net-next 1/2] net: annotate races around sk->sk_uid
` [PATCH net-next 2/2] net: remove sock_i_uid()
[PATCH] ethernet: intel: fix building with large NR_CPUS
2025-06-20 13:46 UTC (3+ messages)
` [Intel-wired-lan] "
[RFC PATCH net-next 0/6] net: dsa: b53: mmap: Add bcm63xx EPHY power and reset control
2025-06-20 13:41 UTC (7+ messages)
` [RFC PATCH net-next 1/6] net: dsa: b53: Add phy_enable(), phy_disable() methods
` [RFC PATCH net-next 2/6] net: dsa: b53: mmap: Add reference to bcm63xx gpio controller
` [RFC PATCH net-next 3/6] dt-bindings: net: dsa: b53: Document brcm,gpio-ctrl property
` [RFC PATCH net-next 4/6] net: dsa: b53: mmap: Add register layout for bcm63268
` [RFC PATCH net-next 5/6] net: dsa: b53: mmap: Clear resets on bcm63xx EPHYs
` [RFC PATCH net-next 6/6] net: dsa: b53: mmap: Implement bcm63xx ephy power control
[PATCH] [RFC] net/mlx5: don't build with CONFIG_CPUMASK_OFFSTACK
2025-06-20 13:33 UTC (2+ messages)
[patch 00/13] ptp: Belated spring cleaning of the chardev driver
2025-06-20 13:24 UTC (14+ messages)
` [patch 01/13] ptp: Split out PTP_CLOCK_GETCAPS ioctl code
` [patch 02/13] ptp: Split out PTP_EXTTS_REQUEST "
` [patch 03/13] ptp: Split out PTP_PEROUT_REQUEST "
` [patch 04/13] ptp: Split out PTP_ENABLE_PPS "
` [patch 05/13] ptp: Split out PTP_SYS_OFFSET_PRECISE "
` [patch 06/13] ptp: Split out PTP_SYS_OFFSET_EXTENDED "
` [patch 07/13] ptp: Split out PTP_SYS_OFFSET "
` [patch 08/13] ptp: Split out PTP_PIN_GETFUNC "
` [patch 09/13] ptp: Split out PTP_PIN_SETFUNC "
` [patch 10/13] ptp: Split out PTP_MASK_CLEAR_ALL "
` [patch 11/13] ptp: Split out PTP_MASK_EN_SINGLE "
` [patch 12/13] ptp: Convert chardev code to lock guards
` [patch 13/13] ptp: Convert ptp_open/read() to __free()
[PATCH net v2 0/2] tcp_metrics: fix hanlding of route options
2025-06-20 13:24 UTC (4+ messages)
` [PATCH net v2 1/2] tcp_metrics: set congestion window clamp from the dst entry
` [PATCH net v2 2/2] tcp_metrics: use ssthresh value from dst if there is no metrics
[PATCH net-next] Bluetooth: Remove hci_conn_hash_lookup_state()
2025-06-20 13:20 UTC (2+ messages)
[PATCH net-next 0/3] change some statistics to 64-bit
2025-06-20 12:51 UTC (7+ messages)
` [PATCH net-next 1/3] net: enetc: change the statistics of ring to unsigned long type
` [PATCH net-next 2/3] net: enetc: separate 64-bit counters from enetc_port_counters
` [PATCH net-next 3/3] net: enetc: read 64-bit statistics from port MAC counters
[PATCH v3] bridge: dump mcast querier state per vlan
2025-06-20 12:44 UTC (2+ messages)
[PATCH ethtool-next 0/2] Add support for PSE priority feature
2025-06-20 12:33 UTC (3+ messages)
` [PATCH ethtool-next 1/2] update UAPI header copies
` [PATCH ethtool-next 2/2] ethtool: pse-pd: Add PSE priority and event monitoring support
[PATCH net-next] ethtool: pse-pd: Add missing linux/export.h include
2025-06-20 12:17 UTC (3+ messages)
[PATCH] myri10ge: avoid uninitialized variable use
2025-06-20 11:26 UTC
[PATCH net-next v2 00/14] Enable Inbound IPsec offload on Marvell CN10K SoC
2025-06-20 11:22 UTC (9+ messages)
` [PATCH net-next v2 05/14] octeontx2-af: Add support for CPT second pass
` [PATCH net-next v2 10/14] octeontx2-pf: ipsec: Handle NPA threshold interrupt
` [PATCH net-next v2 12/14] octeontx2-pf: ipsec: Process CPT metapackets
` [PATCH net-next v2 14/14] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows
[PATCH] caif: reduce stack size, again
2025-06-20 11:22 UTC
[PATCH] lib: test_objagg: split test_hints_case() into two functions
2025-06-20 11:19 UTC
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-06-20 11:01 UTC (9+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[syzbot] [wireless?] WARNING in cfg80211_scan_done
2025-06-20 11:01 UTC (3+ messages)
` [PATCH] wifi: cfg80211: Prevent comparison with invalid registered dev scan req
[PATCH v7 00/17] Don't generate netlink .rst files inside $(srctree)
2025-06-20 10:58 UTC (4+ messages)
` [PATCH v7 04/17] tools: ynl_gen_rst.py: Split library from command line tool
[PATCH net-next v4 0/4] net: selftest: improve test string formatting and checksum handling
2025-06-20 10:53 UTC (3+ messages)
[PATCH net v3] ethernet: ionic: Fix DMA mapping tests
2025-06-20 10:51 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).