public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 14:24:16 to 2026-04-27 20:14:30 UTC [more...]

[PATCH net v3] ipv6: Implement limits on extension header parsing
 2026-04-27 20:14 UTC  (2+ messages)

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 20:12 UTC  (18+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[net-next PATCH 00/10] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support
 2026-04-27 20:11 UTC  (8+ messages)
` [net-next PATCH 06/10] net: dsa: realtek: rtl8365mb: add "

[PATCH net] tcp: do not shrink window clamp when SO_RCVBUF is locked
 2026-04-27 20:11 UTC  (3+ messages)

[PATCH net-next v2 0/5] Reimplement TCP-AO using crypto library
 2026-04-27 20:01 UTC  (8+ messages)
` [PATCH net-next v2 1/5] net/tcp-ao: Drop support for most non-RFC-specified algorithms
` [PATCH net-next v2 2/5] net/tcp-ao: Use crypto library API instead of crypto_ahash
` [PATCH net-next v2 3/5] net/tcp-ao: Use stack-allocated MAC and traffic_key buffers
` [PATCH net-next v2 4/5] net/tcp-ao: Return void from functions that can no longer fail
` [PATCH net-next v2 5/5] net/tcp: Remove tcp_sigpool

[PATCH net] net: psp: require admin permission for dev-set and key-rotate
 2026-04-27 19:58 UTC 

[PATCH net 0/4] mptcp: misc fixes for v7.1-rc2
 2026-04-27 19:54 UTC  (5+ messages)
` [PATCH net 1/4] mptcp: sockopt: set timestamp flags on subflow socket, not msk
` [PATCH net 2/4] mptcp: fix scheduling with atomic in timestamp sockopt
` [PATCH net 3/4] mptcp: fastclose msk when linger time is 0
` [PATCH net 4/4] mptcp: pm: kernel: reset fullmesh counter after flush

[PATCH 0/2] mfd: rsmu_spi: fixes and new IC support
 2026-04-27 19:50 UTC  (2+ messages)

[PATCH net] ice: fix stats array overflow when VF requests more queues
 2026-04-27 19:32 UTC  (3+ messages)
` [Intel-wired-lan] "

[syzbot] [wireless?] divide error in mac80211_hwsim_link_info_changed (3)
 2026-04-27 19:28 UTC 

[PATCH net-next] net: enc28j60: use of_get_ethdev_address
 2026-04-27 19:18 UTC  (3+ messages)

[PATCH net v2] net: psp: check for device unregister when creating assoc
 2026-04-27 19:06 UTC 

[PATCH 1/2] hv_sock: fix ARM64 support
 2026-04-27 19:05 UTC  (7+ messages)
` [PATCH 2/2] drm/hyperv: use VMBUS_RING_SIZE()

[PATCH net-next v7 0/4] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-04-27 19:05 UTC  (3+ messages)
` [PATCH net-next v7 3/4] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible

[PATCH v5] net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler
 2026-04-27 19:04 UTC  (3+ messages)

[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
 2026-04-27 18:40 UTC  (3+ messages)

[PATCH v1 1/2] vfio: add callback to get tph info for dma-buf
 2026-04-27 18:35 UTC  (4+ messages)

[PATCH v2 iproute2-next 0/4] Introduce FRMR pools
 2026-04-27 18:27 UTC  (7+ messages)
` [PATCH v2 iproute2-next 1/4] rdma: Update headers

[REGRESSION] aquantia: Sunshine/Moonlight UDP video streaming broken since 5b4015ad833c ("net: aquantia: Remove redundant UDP length adjustment with GSO_PARTIAL")
 2026-04-27 18:26 UTC  (3+ messages)

[PATCH] net: nixge: fix skb leak and missing bail on DMA mapping error
 2026-04-27 18:14 UTC  (2+ messages)

[PATCH iproute2-next] man: remove libnetlink man page
 2026-04-27 17:28 UTC 

[syzbot] [lvs?] UBSAN: shift-out-of-bounds in ip_vs_rht_desired_size
 2026-04-27 17:27 UTC 

[syzbot] [virt?] [net?] memory leak in __vsock_create (2)
 2026-04-27 17:03 UTC  (3+ messages)

[PATCH net-next] selftests: drv-net: Enable ntuple-filters if supported
 2026-04-27 16:58 UTC 

[GIT PULL] Networking deletions for 7.1
 2026-04-27 16:56 UTC  (2+ messages)

[PATCH net v4 4/4] ice: skip unnecessary VF reset when setting trust
 2026-04-27 16:50 UTC  (2+ messages)

[PATCH v4 net-next 0/3] Implement PTP support in netdevsim
 2026-04-27 16:47 UTC  (4+ messages)
` [PATCH v4 net-next 1/3] ptp_mock: Expose ptp_clock_info to external drivers
` [PATCH v4 net-next 2/3] netdevsim: Implement basic ptp support
` [PATCH v4 net-next 3/3] selftests:net: Implement ptp4l sync test using netdevsim

[PATCH v2 iproute2-next] utils: add fflush_monitor() helper
 2026-04-27 16:47 UTC  (3+ messages)

[PATCH net v4 3/4] iavf: send MAC change request synchronously
 2026-04-27 16:43 UTC  (2+ messages)

[PATCH net v4 2/4] i40e: skip unnecessary VF reset when setting trust
 2026-04-27 16:25 UTC  (2+ messages)

[PATCH] net: nixge: fix skb leak and missing bail on DMA mapping error
 2026-04-27 16:20 UTC 

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-27 16:01 UTC  (9+ messages)

[Intel-wired-lan] [PATCH net] iavf: iavf_virtchnl_completion: drop duplicate ether_addr_equal() test
 2026-04-27 15:58 UTC  (6+ messages)
`  "

[PATCH] [v4] wiznet: convert to GPIO descriptors
 2026-04-27 15:34 UTC  (6+ messages)

[syzbot] [hams?] KASAN: slab-use-after-free Read in ax25_send_frame (3)
 2026-04-27 15:25 UTC  (2+ messages)

[BUG] some temporary IPv6 address don't get regenerated
 2026-04-27 14:55 UTC  (2+ messages)

[RFC PATCH net-next] net: mana: Force single RX buffer per page under SWIOTLB bounce modes
 2026-04-27 14:41 UTC 

MAINTAINERS: Add self for the DEC LANCE network driver
 2026-04-27 14:37 UTC  (2+ messages)

[PATCH iwl-net v7 0/3] ice: fix missing dpll notifications for SW pins
 2026-04-27 14:37 UTC  (8+ messages)
` [PATCH iwl-net v7 1/3] dpll: export __dpll_pin_change_ntf() for use under dpll_lock
` [PATCH iwl-net v7 2/3] ice: fix missing dpll notifications for SW pins
` [PATCH iwl-net v7 3/3] ice: add dpll peer notification for paired SMA and U.FL pins

MAINTAINERS: Add self for the 3c509 network driver
 2026-04-27 14:36 UTC  (2+ messages)

[RFC Patch net-next v1 0/9] r8169: add RSS support for RTL8127
 2026-04-27 14:34 UTC  (5+ messages)
` [RFC Patch net-next v1 1/9] r8169: add some register definitions

[PATCH v2 0/2] pinctrl: qcom: add support for the TLMM controller on Nord platforms
 2026-04-27 14:33 UTC  (3+ messages)
` [PATCH v2 2/2] pinctrl: qcom: add the TLMM driver for the "

[PATCH net v2 0/4] netconsole: configfs store callback fixes
 2026-04-27 14:30 UTC  (5+ messages)
` [PATCH net v2 1/4] netconsole: return count instead of strnlen(buf, count) from store callbacks
` [PATCH net v2 2/4] netconsole: avoid clobbering userdatum value on truncated write
` [PATCH net v2 3/4] netconsole: propagate device name truncation in dev_name_store()
` [PATCH net v2 4/4] netconsole: restore userdatum value on update_userdata() failure

[PATCH] dsa: b53: hide legacy gpiolib usage on non-mips
 2026-04-27 14:30 UTC 

[PATCH v3 0/3] wireless: p54 devicetree conversion
 2026-04-27 14:23 UTC  (3+ messages)
` [PATCH v3 2/3] ARM: dts: omap2: add stlc4560 spi-wireless node
` [PATCH v3 3/3] p54spi: convert to devicetree


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox