netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-27 07:40:10 to 2025-03-28 12:13:52 UTC [more...]

net-shapers plan
 2025-03-28 12:13 UTC  (2+ messages)

[PATCH] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
 2025-03-28 12:02 UTC  (2+ messages)

[PATCH net] net: fix use-after-free in the netdev_nl_sock_priv_destroy()
 2025-03-28 11:51 UTC  (2+ messages)

[net-next v5 0/4] net: phy: realtek: Add support for PHY LEDs on
 2025-03-28 11:49 UTC  (2+ messages)

[PATCH net v1] net: Fix tuntap uninitialized value
 2025-03-28 11:39 UTC  (4+ messages)

[PATCH net-next v4 0/3] Fix late DMA unmap crash for page pool
 2025-03-28 11:20 UTC  (6+ messages)
` [PATCH net-next v4 1/3] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v4 2/3] page_pool: Turn dma_sync into a full-width bool field
` [PATCH net-next v4 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH net v3 0/3] Bug fixes from XDP and perout series
 2025-03-28 10:24 UTC  (4+ messages)
` [PATCH net v3 1/3] net: ti: icssg-prueth: Fix kernel warning while bringing down network interface
` [PATCH net v3 2/3] net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame()
` [PATCH net v3 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request

[PATCH net-next v2 0/3] Bug fixes from XDP and perout series
 2025-03-28 10:23 UTC  (8+ messages)
` [PATCH net-next v2 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request
        ` [EXTERNAL] "

[PATCH v8 0/8] vhost: Add support of kthread API
 2025-03-28 10:02 UTC  (9+ messages)
` [PATCH v8 1/8] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v8 2/8] vhost: Reintroduce vhost_worker to support kthread
` [PATCH v8 3/8] vhost: Add the cgroup related function
` [PATCH v8 4/8] vhost: Introduce vhost_worker_ops in vhost_worker
` [PATCH v8 5/8] vhost: Reintroduce kthread mode support in vhost
` [PATCH v8 6/8] vhost: uapi to control task mode (owner vs kthread)
` [PATCH v8 7/8] vhost: Add check for inherit_owner status
` [PATCH v8 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH iproute2] ip: display the 'netns-immutable' property
 2025-03-28  9:58 UTC 

[PATCH v8 0/2] arm64: dts: fsd: Add Ethernet support for FSD SoC
 2025-03-28  9:37 UTC  (3+ messages)

[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
 2025-03-28  9:14 UTC  (2+ messages)

[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-03-28  9:11 UTC  (13+ messages)
` [PATCH v8 4/7] can: Add Nuvoton NCT6694 CANFD support

[net-next PATCH 0/6] net: pcs: Introduce support for PCS OF
 2025-03-28  8:59 UTC  (13+ messages)
` [net-next PATCH 3/6] net: phylink: Correctly handle PCS probe defer from PCS provider
` [net-next PATCH 4/6] dt-bindings: net: ethernet-controller: permit to define multiple PCS

[net-next RFC PATCH v4 0/6] net: phy: Add support for new Aeonsemi PHYs
 2025-03-28  8:31 UTC  (10+ messages)
` [net-next RFC PATCH v4 1/6] net: phy: pass PHY driver to .match_phy_device OP
` [net-next RFC PATCH v4 2/6] net: phy: bcm87xx: simplify "
` [net-next RFC PATCH v4 3/6] net: phy: nxp-c45-tja11xx: "
` [net-next RFC PATCH v4 4/6] net: phy: introduce genphy_match_phy_device()
` [net-next RFC PATCH v4 5/6] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next RFC PATCH v4 6/6] dt-bindings: net: Document support for Aeonsemi PHYs

[PATCH 0/3] Avoid calling WARN_ON() on allocation failure in cfg802154_switch_netns()
 2025-03-28  8:29 UTC  (7+ messages)
` [PATCH 1/3] ieee802154: Restore initial state on failed device_rename() "
` [PATCH 2/3] ieee802154: Avoid calling WARN_ON() on -ENOMEM "
` [PATCH 3/3] ieee802154: Remove WARN_ON() in cfg802154_pernet_exit()

[PATCH v7 0/8] vhost: Add support of kthread API
 2025-03-28  8:24 UTC  (12+ messages)
` [PATCH v7 6/8] vhost: uapi to control task mode (owner vs kthread)
` [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH net v2 00/11] net: hold instance lock during NETDEV_UP/REGISTER/UNREGISTER
 2025-03-28  8:07 UTC  (31+ messages)
` [PATCH net v2 01/11] net: switch to netif_disable_lro in inetdev_init
` [PATCH net v2 02/11] net: hold instance lock during NETDEV_REGISTER/UP/UNREGISTER
` [PATCH net v2 03/11] net: use netif_disable_lro in ipv6_add_dev
` [PATCH net v2 04/11] net: release instance lock during NETDEV_UNREGISTER for bond/team
` [PATCH net v2 05/11] net/mlx5e: use netdev_lockdep_set_classes
` [PATCH net v2 06/11] netdevsim: add dummy device notifiers
` [PATCH net v2 07/11] net: dummy: request ops lock
` [PATCH net v2 08/11] docs: net: document netdev notifier expectations
` [PATCH net v2 09/11] net: designate XSK pool pointers in queues as "ops protected"
` [PATCH net v2 10/11] netdev: add "ops compat locking" helpers
` [PATCH net v2 11/11] netdev: don't hold rtnl_lock over nl queue info get when possible

[PATCH net-next v5 00/13] net: phy: Rework linkmodes handling in a dedicated file
 2025-03-28  8:06 UTC  (4+ messages)
` [PATCH net-next v5 09/13] net: phylink: Use phy_caps_lookup for fixed-link configuration

[PATCH 5.10] gso: fix udp gso fraglist segmentation after pull from frag_list
 2025-03-28  5:23 UTC 

[GIT PULL] kunit next update for Linux 6.15-rc1
 2025-03-28  2:30 UTC  (2+ messages)

[PATCH] net: Avoid calling WARN_ON() on -ENOMEM in __dev_change_net_namespace()
 2025-03-28  2:15 UTC  (2+ messages)

[PATCH net v2] ipv6: sit: fix skb_under_panic with overflowed needed_headroom
 2025-03-28  2:18 UTC 

[PATCH net v3 0/3] selftests: drv-net: replace the rpath helper with Path objects
 2025-03-28  0:41 UTC  (7+ messages)
` [PATCH net v3 1/3] "
` [PATCH net v3 2/3] selftests: net: use the dummy bpf from net/lib
` [PATCH net v3 3/3] selftests: net: use Path helpers in ping

[Patch net-next 0/3] Add support for mdb offload failure notification
 2025-03-27 22:52 UTC  (5+ messages)
` [Patch net-next 1/3] net: bridge: mcast: Add offload failed mdb flag

[PATCH v3 0/2] clk: sophgo: add SG2044 clock controller support
 2025-03-27 22:49 UTC  (12+ messages)
` [PATCH v3 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044

[PATCH] net: bridge: set skb->protocol for 802.1Q VLAN packets
 2025-03-27 22:45 UTC  (2+ messages)

[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
 2025-03-27 22:17 UTC  (13+ messages)
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint

[RFC v2 00/38] Improve ABI documentation generation
 2025-03-27 21:58 UTC  (2+ messages)
` [f2fs-dev] "

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 21:06 UTC  (10+ messages)
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT

[PATCH v3 net 0/3] udp: Fix two integer overflows when sk->sk_rcvbuf is close to INT_MAX
 2025-03-27 20:26 UTC  (4+ messages)
` [PATCH v3 net 1/3] udp: Fix multiple wraparounds of sk->sk_rmem_alloc
` [PATCH v3 net 2/3] udp: Fix memory accounting leak
` [PATCH v3 net 3/3] selftest: net: Check wraparounds for sk->sk_rmem_alloc

[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-03-27 20:27 UTC  (5+ messages)
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd

[PATCH v2 net 0/3] udp: Fix two integer overflows when sk->sk_rcvbuf is close to INT_MAX
 2025-03-27 20:17 UTC  (3+ messages)

[PATCH net-next v4 0/4] Add support to do threaded napi busy poll
 2025-03-27 19:35 UTC  (14+ messages)
` [PATCH net-next v4 2/4] net: Create separate gro_flush helper function
` [PATCH net-next v4 3/4] Extend napi threaded polling to allow kthread based busy polling

[PATCH bpf-next] selftests/bpf: Fix tests after change in struct file
 2025-03-27 18:55 UTC 

[PATCH v2 net] rtnetlink: Allocate vfinfo size for VF GUIDs when supported
 2025-03-27 18:50 UTC  (2+ messages)

[PATCH net-next] net: move replay logic to tc_modify_qdisc
 2025-03-27 18:50 UTC  (2+ messages)

[PATCH v3 net-next] rndis_host: Flag RNDIS modems as WWAN devices
 2025-03-27 18:50 UTC  (2+ messages)

[PATCH net] net/mlx5e: SHAMPO, Make reserved size independent of page size
 2025-03-27 17:58 UTC  (3+ messages)

[RFC PATCH net-next] Add xsk_rr an AF_XDP benchmark to measure latency
 2025-03-27 17:08 UTC  (6+ messages)

[PATCH net-next 00/13] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
 2025-03-27 17:07 UTC  (14+ messages)
` [PATCH net-next 02/13] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net-next 07/13] net: macb: move HW IP alignment value to macb_config
` [PATCH net-next 10/13] net: macb: Add "mobileye,eyeq5-gem" compatible

[PATCH] mISDN: hfcsusb: Optimize performance by replacing rw_lock with spinlock
 2025-03-27 17:00 UTC  (4+ messages)

[RFC PATCH] net: sched: em_text: Replace strncpy() with strscpy_pad()
 2025-03-27 16:23 UTC  (2+ messages)

[RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
 2025-03-27 16:20 UTC  (2+ messages)

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 16:20 UTC  (2+ messages)

[syzbot] [x25?] possible deadlock in lapbeth_device_event
 2025-03-27 14:46 UTC  (6+ messages)

[PATCH net] net: lapbether: use netdev_lockdep_set_classes() helper
 2025-03-27 14:44 UTC 

[net-next RFC PATCH v3 0/4] net: phy: Add support for new Aeonsemi PHYs
 2025-03-27 14:15 UTC  (13+ messages)
` [net-next RFC PATCH v3 1/4] net: phy: pass PHY driver to .match_phy_device OP
` [net-next RFC PATCH v3 2/4] net: phy: bcm87xx: simplify "
` [net-next RFC PATCH v3 3/4] net: phy: Add support for Aeonsemi AS21xxx PHYs

[PATCH] net: ipv6: Fix NULL dereference in ipv6_route_check_nh
 2025-03-27 13:41 UTC  (3+ messages)

[v4,net] net: phy: broadcom: Correct BCM5221 PHY model detection
 2025-03-27 13:37 UTC  (2+ messages)

[RFC PATCH 00/13] Ultra Ethernet driver introduction
 2025-03-27 13:26 UTC  (11+ messages)

bnxt_en: Incorrect tx timestamp report
 2025-03-27 13:16 UTC  (9+ messages)

[linus:master] [net] 03abf2a7c6: WARNING:suspicious_RCU_usage
 2025-03-27 13:09 UTC  (3+ messages)

[PATCH net-next] igc: Fix TX drops in XDP ZC
 2025-03-27 13:07 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-next v10 00/14] igc: Add support for Frame Preemption feature in IGC
 2025-03-27 13:05 UTC  (23+ messages)
` [PATCH iwl-next v10 04/14] igc: rename xdp_get_tx_ring() for non-xdp usage
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 05/14] igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 06/14] igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 07/14] igc: optimize TX packet buffer utilization for TSN mode
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 08/14] igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 09/14] igc: set the RX packet buffer size for TSN mode
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 10/14] igc: add support for frame preemption verification
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 11/14] igc: add support to set tx-min-frag-size
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 12/14] igc: block setting preemptible traffic class in taprio
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 13/14] igc: add support to get MAC Merge data via ethtool
  ` [Intel-wired-lan] "
` [PATCH iwl-next v10 14/14] igc: add support to get frame preemption statistics "
  ` [Intel-wired-lan] "

[PATCH iwl-next] igc: enable HW vlan tag insertion/stripping by default
 2025-03-27 12:53 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] vhost_task: fix vhost_task_create() documentation
 2025-03-27 12:44 UTC 

[PATCH net-next v2] rtase: Add ndo_setup_tc support for CBS offload in traffic control setup
 2025-03-27 12:34 UTC  (3+ messages)

[PATCH v8 net-next 0/5] PHC support in ENA driver
 2025-03-27 12:01 UTC  (10+ messages)
` [PATCH v8 net-next 5/5] net: ena: Add PHC documentation
      ` [EXTERNAL] "

[GIT PULL] io_uring network zero-copy receive support
 2025-03-27 11:46 UTC 

[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
 2025-03-27 11:21 UTC  (6+ messages)

[PATCH RESEND net] MAINTAINERS: Add dedicated entries for phy_link_topology
 2025-03-27 11:00 UTC 

[PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
 2025-03-27 10:43 UTC  (2+ messages)

[PATCH net-next v3 0/3] Fix late DMA unmap crash for page pool
 2025-03-27 10:41 UTC  (5+ messages)

[net PATCH] octeontx2-af: Free NIX_AF_INT_VEC_GEN irq
 2025-03-27 10:33 UTC  (2+ messages)

[net PATCH] octeontx2-af: Fix mbox INTR handler when num VFs > 64
 2025-03-27 10:33 UTC  (2+ messages)

[PATCH v4 net] net: mvpp2: Prevent parser TCAM memory corruption
 2025-03-27 10:30 UTC 

[PATCH iwl-net v2] ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()
 2025-03-27 10:22 UTC  (2+ messages)

[GIT PULL] Networking for v6.15
 2025-03-27 10:23 UTC  (2+ messages)

[syzbot] [net?] kernel BUG in skbprio_enqueue
 2025-03-27 10:01 UTC 

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-27  9:14 UTC  (8+ messages)
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device

[PATCH net] ipv6: sit: fix skb_under_panic with overflowed needed_headroom
 2025-03-27  7:40 UTC  (5+ messages)


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).