messages from 2026-03-03 16:23:57 to 2026-03-04 01:27:27 UTC [more...]
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-03-04 1:27 UTC
[PATCH net-next 0/4] tools: ynl: tests: adjust Makefile to mimic ksft
2026-03-04 1:26 UTC (7+ messages)
` [PATCH net-next 1/4] tools: ynl: rename TESTS variable to TEST_PROGS
` [PATCH net-next 2/4] tools: ynl: don't install tests in /usr/bin/
` [PATCH net-next 3/4] tools: ynl: support INSTALL_PATH in the tests Makefile
` [PATCH net-next 4/4] tools: ynl: produce kselftest-list.txt from tests
[PATCH net v4] serial: caif: hold tty->link reference in ldisc_open and ser_release
2026-03-04 1:26 UTC (2+ messages)
` [net,v4] "
[PATCH net-next v5] net: openvswitch: clean up some kernel-doc warnings
2026-03-04 1:24 UTC
[PATCH net-next v3 0/3] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
2026-03-04 1:23 UTC (7+ messages)
` [PATCH net-next v3 1/3] dt-bindings: ethernet: eswin: add clock sampling control
` [PATCH net-next v3 2/3] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing
[net-next v32 0/2] MCTP Over PCC Transport
2026-03-04 1:12 UTC (4+ messages)
` [net-next v32 1/2] mailbox: pcc: functions for reading and writing PCC extended data
` [net-next v32 2/2] mctp pcc: Implement MCTP over PCC Transport
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
2026-03-04 1:12 UTC (14+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 053/110] uprobes: use PRIino format for i_ino
` [PATCH v2 105/110] security: replace PRIino with %llu/%llx format strings
[PATCH net-next 0/5] octeontx2-af: npc: Enhancements
2026-03-04 1:09 UTC (3+ messages)
` [PATCH net-next 5/5] octeontx2-af: Add support for loading custom KPU profile from filesystem
[PATCH net-next v2] net/smc: transition to RDMA core CQ pooling
2026-03-04 1:09 UTC (2+ messages)
[PATCH net-next] ipv6: add IPV6_CALL() helper
2026-03-04 1:08 UTC (3+ messages)
[PATCH bpf-next v4 0/2] bpf: Add multi-level pointer parameter support for trampolines
2026-03-04 0:38 UTC (11+ messages)
` [PATCH bpf-next v4 1/2] bpf: Support new pointer param types via SCALAR_VALUE "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add trampolines single and multi-level pointer params test coverage
[PATCH net-next 0/5] ethtool: Dynamic RSS context indirection table resizing
2026-03-04 0:16 UTC (12+ messages)
` [PATCH net-next 1/5] ethtool: Add RSS indirection table resize helpers
` [PATCH net-next 2/5] bnxt_en: Resize RSS contexts on channel count change
` [PATCH net-next 3/5] netdevsim: Add RSS context support with dynamic table sizing
` [PATCH net-next 4/5] selftests: netdevsim: Add RSS indirection table resize test
` [PATCH net-next 5/5] selftests: rss_drv: Add RSS indirection table resize tests
[PATCH v2 net-next 0/9] psp: Add support for dev-assoc/disassoc
2026-03-04 0:00 UTC (9+ messages)
` [PATCH v2 net-next 2/9] selftests/net: Export Netlink class via lib.py
` [PATCH v2 net-next 3/9] selftests/net: Add env for container based tests
` [PATCH v2 net-next 4/9] selftests/net: Add netkit container ping test
` [PATCH v2 net-next 5/9] psp: add unprivileged version of psp_device_get_locked
` [PATCH v2 net-next 6/9] psp: Add new netlink cmd for dev-assoc and dev-disassoc
` [PATCH v2 net-next 7/9] psp: add a new netdev event for dev unregister
` [PATCH v2 net-next 8/9] selftests/net: Add bpf skb forwarding program
` [PATCH v2 net-next 9/9] selftest/net: psp: Add test for dev-assoc/disassoc
[PATCH net-next v2 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-02 (ice, i40e, ixgbe)
2026-03-04 0:07 UTC (5+ messages)
` [PATCH net-next v2 1/4] ice: Make name member of struct ice_cgu_pin_desc const
` [PATCH net-next v2 2/4] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
` [PATCH net-next v2 3/4] i40e: Add missing wordpart.h header
` [PATCH net-next v2 4/4] ixgbe: refactor: use DECLARE_BITMAP for ring state field
[PATCH net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
2026-03-04 0:01 UTC (3+ messages)
` [EXTERNAL] "
[PATCH v2 net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
2026-03-04 0:00 UTC (7+ messages)
` [PATCH v2 net-next 1/6] net: mana: Create separate EQs for each vPort
` [PATCH v2 net-next 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH v2 net-next 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH v2 net-next 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH v2 net-next 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH v2 net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
[PATCH v2 net-next] tcp: Initialise ehash secrets during connect() and listen()
2026-03-03 23:54 UTC
[PATCH net-next v2 0/4] selftests/net: add netkit container env and test
2026-03-03 23:51 UTC (7+ messages)
` [PATCH net-next v2 2/4] selftests/net: Export Netlink class via lib.py
` [PATCH net-next v2 3/4] selftests/net: Add env for container based tests
` [PATCH net-next v2 4/4] selftests/net: Add netkit container ping test
[PATCH v1 bpf-next] net: core: allow netdev_upper_get_next_dev_rcu from bh context
2026-03-03 23:42 UTC (2+ messages)
[PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2026-03-03 (ice, libie, iavf, igb, igc)
2026-03-03 23:11 UTC (9+ messages)
` [PATCH net 1/8] ice: fix adding AQ LLDP filter for VF
` [PATCH net 2/8] ice: reintroduce retry mechanism for indirect AQ
` [PATCH net 3/8] ice: fix retry for AQ command 0x06EE
` [PATCH net 4/8] ice: Fix memory leak in ice_set_ringparam()
` [PATCH net 5/8] libie: don't unroll if fwlog isn't supported
` [PATCH net 6/8] iavf: fix netdev->max_mtu to respect actual hardware limit
` [PATCH net 7/8] igb: Fix trigger of incorrect irq in igb_xsk_wakeup
` [PATCH net 8/8] igc: Fix trigger of incorrect irq in igc_xsk_wakeup function
[PATCH 0/2] Fix typos in comments in Intel Ethernet drivers (igb, igc)
2026-03-03 23:09 UTC (5+ messages)
` [PATCH 1/2] igb: fix typos in comments
` [PATCH 2/2] igc: "
[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-02 (ice, i40e, ixgbe)
2026-03-03 22:55 UTC (5+ messages)
` [PATCH net-next 3/4] i40e: Add missing header
[PATCH net 0/5] nfc: fix leaks and races surfaced by NIPA
2026-03-03 22:51 UTC (11+ messages)
` [PATCH net 1/5] nfc: nci: free skb on nci_transceive early error paths
` [PATCH net 2/5] nfc: digital: free skb on digital_in_send "
` [PATCH net 3/5] nfc: nci: complete pending data exchange on device close
` [PATCH net 4/5] nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callback
` [PATCH net 5/5] nfc: rawsock: cancel tx_work before socket teardown
[syzbot] [wireless?] WARNING: refcount bug in rsi_91x_deinit
2026-03-03 22:48 UTC
[PATCH net-next v2 2/8] net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio
2026-03-03 22:44 UTC (7+ messages)
` [net-next,v2,2/8] "
[PATCH net 00/11] MAINTAINERS: annual cleanup of inactive maintainers
2026-03-03 21:53 UTC (12+ messages)
` [PATCH net 01/11] MAINTAINERS: remove Johan Hedberg from Bluetooth subsystem
` [PATCH net 02/11] MAINTAINERS: remove Manish Chopra from QLogic QL4xxx (now orphan)
` [PATCH net 03/11] MAINTAINERS: remove Jerin Jacob from Marvell OcteonTX2
` [PATCH net 04/11] MAINTAINERS: remove Salil Mehta from HiSilicon network drivers
` [PATCH net 05/11] MAINTAINERS: remove Sean Wang from MediaTek Ethernet and switch
` [PATCH net 06/11] MAINTAINERS: remove DENG Qingfang from MediaTek switch
` [PATCH net 07/11] MAINTAINERS: replace Clark Wang with Frank Li for Freescale FEC
` [PATCH net 08/11] MAINTAINERS: remove Jonathan Lemon from OpenCompute PTP
` [PATCH net 09/11] MAINTAINERS: replace Taras Chornyi with Elad Nachman for Marvell Prestera
` [PATCH net 10/11] MAINTAINERS: remove Claudiu Manoil and Alexandre Belloni from Ocelot switch
` [PATCH net 11/11] MAINTAINERS: remove Thomas Falcon from IBM ibmvnic
[PATCH v3] vsock: add G2H fallback for CIDs not owned by H2G transport
2026-03-03 21:43 UTC
[PATCH net-next 0/9] pull request: ovpn 2026-02-28
2026-03-03 21:39 UTC (5+ messages)
[PATCH net-next] selftests: drv-net: update the README
2026-03-03 21:36 UTC
[PATCH v9 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
2026-03-03 21:31 UTC (5+ messages)
` [PATCH v9 bpf-next 1/2] bpf: test_run: "
` [PATCH v9 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap
[PATCH net-next v3] inet: add ip_local_port_step_width sysctl to improve port usage distribution
2026-03-03 21:18 UTC (2+ messages)
[PATCH] vsock: Enable H2G override
2026-03-03 21:05 UTC (11+ messages)
[PATCH net-next v4] NFC: pn544: i2c: Replace strcpy() with strscpy()
2026-03-03 20:59 UTC (2+ messages)
[PATCH net-next v1] NFC: nfcmrvl: Replace strcpy() with strscpy()
2026-03-03 20:56 UTC (2+ messages)
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-03 20:49 UTC (10+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
[PATCH net-next 0/4] Initial support for p64h GEM
2026-03-03 20:45 UTC (11+ messages)
` [PATCH net-next 1/4] dt-bindings: net: cdns,macb: add a compatible for Microchip p64h
` [PATCH net-next 2/4] dt-bindings: net: cdns,macb: forbid phy nodes "
` [PATCH net-next 3/4] net: macb: add safeguards for jumbo frame larger than 10240
` [PATCH net-next 4/4] net: macb: add support for Microchip p64h ethernet endpoint
[PATCH net-next] net: dsa: realtek: rtl8365mb: remove ifOutDiscards from rx_packets
2026-03-03 20:25 UTC
[PATCH net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update
2026-03-03 20:22 UTC
[PATCH net-next 0/8] net: dsa: add DSA support for the LAN9645x switch chip family
2026-03-03 20:21 UTC (9+ messages)
` [PATCH net-next 2/8] dt-bindings: net: lan9645x: add LAN9645X switch bindings
` [PATCH net-next 8/8] net: dsa: lan9645x: add port statistics
[PATCH net] ovpn: Fix race condition in ovpn_dellink()
2026-03-03 20:15 UTC (2+ messages)
[PATCH v3 net-next 0/7] rfs: use high-order allocations for hash tables
2026-03-03 20:06 UTC (15+ messages)
` [PATCH v3 net-next 1/7] net: add rps_tag_ptr type and helpers
` [PATCH v3 net-next 2/7] net-sysfs: remove rcu field from 'struct rps_sock_flow_table'
` [PATCH v3 net-next 3/7] net-sysfs: add rps_sock_flow_table_mask() helper
` [PATCH v3 net-next 4/7] net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_table
` [PATCH v3 net-next 5/7] net-sysfs: get rid of rps_dev_flow_lock
` [PATCH v3 net-next 6/7] net-sysfs: remove rcu field from 'struct rps_dev_flow_table'
` [PATCH v3 net-next 7/7] net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_table
[PATCH net-next v8 0/5] doc/netlink: Expand nftables specification
2026-03-03 20:00 UTC (6+ messages)
` [PATCH net-next v8 1/5] doc/netlink: netlink-raw: Add max check
` [PATCH net-next v8 2/5] doc/netlink: nftables: Add definitions
` [PATCH net-next v8 3/5] doc/netlink: nftables: Update attribute sets
` [PATCH net-next v8 4/5] doc/netlink: nftables: Add sub-messages
` [PATCH net-next v8 5/5] doc/netlink: nftables: Fill out operation attributes
[RFC PATCH] iov: Bypass usercopy hardening for kernel iterators
2026-03-03 19:59 UTC (4+ messages)
[PATCH net-next 0/4] gve: optimize and enable HW GRO for DQO
2026-03-03 19:55 UTC (5+ messages)
` [PATCH net-next 1/4] gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LRO
` [PATCH net-next 2/4] gve: fix SW coalescing when hw-GRO is used
` [PATCH net-next 3/4] gve: pull network headers into skb linear part
` [PATCH net-next 4/4] gve: Enable hw-gro by default if device supported
[RFC PATCHv2 0/1] idpf: IDPF + SWIOTLB Bug
2026-03-03 19:44 UTC (4+ messages)
` [RFC PATCHv2 1/1] idpf: Fix header clobber in IDPF with SWIOTLB enabled
[PATCH RESEND 0/2] net: cleanup bitmaps printing
2026-03-03 19:16 UTC (4+ messages)
` [PATCH 1/2] octeontx2-af: siplify rvu_debugfs
` [PATCH 2/2] net-sysfs: switch xps_queue_show() to sysfs_emit()
[PATCH net-next] dt-bindings: net: dsa: maxlinear,mxl862xx: remove port label
2026-03-03 19:13 UTC (2+ messages)
[PATCH net-next] tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.c
2026-03-03 19:12 UTC
[PATCH 0/2] bnxt_en: Add XDP RSS hash metadata
2026-03-03 18:48 UTC (9+ messages)
` [PATCH net-next v2 0/4] bnxt_en: add XDP RSS hash metadata support
` [PATCH net-next v2 1/4] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH net-next v2 2/4] bnxt_en: Implement XDP RSS hash metadata extraction
` [PATCH net-next v2 3/4] selftests: net: move common xdp.py functions into lib
[PATCH net-next 0/2] net: sfp: Describe and handle regulators
2026-03-03 18:37 UTC (13+ messages)
` [PATCH net-next 1/2] dt-bindings: net: sff,sfp: Describe power supply pins
` [PATCH net-next 2/2] net: sfp: manage receiver and transmitter regulators
[PATCH net-next v1] NFC: nxp-nci: Replace strcpy() with strscpy()
2026-03-03 18:19 UTC (2+ messages)
[PATCH 00/12] cleanup bitmaps printing in sysfs
2026-03-03 18:17 UTC (3+ messages)
[PATCH net] mptcp: fix soft lockup in mptcp_recvmsg()
2026-03-03 18:06 UTC (2+ messages)
[PATCH net v2] net: ethernet: mtk_eth_soc: Reset prog ptr to old_prog in case of error in mtk_xdp_setup()
2026-03-03 17:56 UTC
[PATCH ipsec] xfrm: iptfs: fix skb_put() panic on non-linear skb during reassembly
2026-03-03 17:21 UTC (2+ messages)
[PATCH net-next v2 0/2] Preserve UDP socket addresses on abort
2026-03-03 17:01 UTC (3+ messages)
` [PATCH net-next v2 1/2] udp: "
` [PATCH net-next v2 2/2] selftests/bpf: Ensure dst addr/port are preserved after socket abort
[PATCH net-next v5 0/5] net: cadence: macb: add IEEE 802.3az EEE support
2026-03-03 16:53 UTC (5+ messages)
` [PATCH net-next v5 2/5] net: cadence: macb: implement EEE TX LPI support
[PATCH net v2] net: add xmit recursion limit to tunnel drivers
2026-03-03 16:43 UTC
[PATCH iwl-next v2 0/6] ixgbe: enable EEE for E610 devices
2026-03-03 16:47 UTC (13+ messages)
` [PATCH iwl-next v2 1/6] ixgbe: E610: add discovering EEE capability
` [Intel-wired-lan] "
` [PATCH iwl-next v2 2/6] ixgbe: E610: use new version of 0x601 ACI command buffer
` [Intel-wired-lan] "
` [PATCH iwl-next v2 3/6] ixgbe: E610: update EEE supported speeds
` [Intel-wired-lan] "
` [PATCH iwl-next v2 4/6] ixgbe: E610: update ACI command structs with EEE fields
` [Intel-wired-lan] "
` [PATCH iwl-next v2 5/6] ixgbe: move EEE config validation out of ixgbe_set_eee()
` [Intel-wired-lan] "
` [PATCH iwl-next v2 6/6] ixgbe: E610: add EEE support
` [Intel-wired-lan] "
[PATCH net-next 0/5] net: dpaa2-mac: export standard statistics
2026-03-03 16:43 UTC (10+ messages)
` [PATCH net-next 5/5] selftests: drivers: hw: add tests for the ethtool standard counters
[PATCH v3] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
2026-03-03 16:40 UTC (2+ messages)
[PATCH v2] dibs: change dibs_class to a const struct
2026-03-03 16:31 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