netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 11:24:04 to 2024-07-29 20:11:13 UTC [more...]

[PATCH net v2] net: drop bad gso csum_start and offset in virtio_net_hdr
 2024-07-29 20:10 UTC 

[PATCH net v2 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-07-29 20:07 UTC  (9+ messages)
` [PATCH net v2 1/8] ice: respect netif readiness in AF_XDP ZC related ndo's
` [PATCH net v2 2/8] ice: don't busy wait for Rx queue disable in ice_qp_dis()
` [PATCH net v2 3/8] ice: replace synchronize_rcu with synchronize_net
` [PATCH net v2 4/8] ice: modify error handling when setting XSK pool in ndo_bpf
` [PATCH net v2 5/8] ice: toggle netif_carrier when setting up XSK pool
` [PATCH net v2 6/8] ice: improve updating ice_{t,r}x_ring::xsk_pool
` [PATCH net v2 7/8] ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
` [PATCH net v2 8/8] ice: xsk: fix txq interrupt mapping

[PATCH RFC net-next] net: pcs: add helper module for standalone drivers
 2024-07-29 19:42 UTC  (3+ messages)

[RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
 2024-07-29 19:25 UTC  (2+ messages)

[PATCH v2 0/7] can: m_can: Add am62 wakeup support
 2024-07-29 19:37 UTC  (5+ messages)
` [PATCH v2 2/7] can: m_can: Map WoL to device_set_wakeup_enable

[PATCH v2 net-next resent] net: fec: Enable SOC specific rx-usecs coalescence default setting
 2024-07-29 19:35 UTC 

[PATCH v1 net] sctp: Fix null-ptr-deref in reuseport_add_sock()
 2024-07-29 19:26 UTC 

[PATCH v7 0/3] vdpa: support set mac address from vdpa tool
 2024-07-29 19:16 UTC  (7+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] vdpa_sim_net: Add the support of set mac address
` [PATCH v7 3/3] vdpa/mlx5: "

[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: improve RX performance
 2024-07-29 19:10 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: ethernet: mtk_eth_soc: use prefetch methods
` [PATCH net-next v2 2/2] net: ethernet: mtk_eth_soc: use PP exclusively for XDP programs

[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
 2024-07-29 18:56 UTC  (3+ messages)

PCI: Work around PCIe link training failures
 2024-07-29 18:56 UTC  (5+ messages)

[syzbot] [wireless?] WARNING in plfxlc_mac_release
 2024-07-29 18:50 UTC 

[PATCH net] net: annotate data race around dev->flags in __dev_change_flags
 2024-07-29 18:36 UTC  (3+ messages)

[syzbot] [net?] general protection fault in reuseport_add_sock (3)
 2024-07-29 18:27 UTC  (3+ messages)

[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-29 18:12 UTC  (3+ messages)
` (subset) "

[PATCH net-next v17 00/14] net: Make timestamping selectable
 2024-07-29 18:08 UTC  (13+ messages)
` [PATCH net-next v17 04/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v17 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v17 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config

XDP Performance Regression in recent kernel versions
 2024-07-29 18:00 UTC  (11+ messages)

[PATCH bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
 2024-07-29 17:50 UTC  (5+ messages)
` [PATCH bpf-next v1 6/8] selftests/bpf: Fix compile if backtrace support missing in libc

[PATCH v2 0/8] Introduce fwctl subystem
 2024-07-29 17:30 UTC  (19+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw

[PATCH net-next] Add support for PIO p flag
 2024-07-29 17:22 UTC  (5+ messages)

[PATCH net-next v25 01/13] rtase: Add support for a pci table in this module
 2024-07-29 16:44 UTC  (5+ messages)

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (3+ messages)

[PATCH 00/24] netfs: Read/write improvements
 2024-07-29 16:19 UTC  (25+ messages)
` [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 04/24] netfs: Record contention stats for writeback lock
` [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH 10/24] netfs: Set the request work function upon allocation
` [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH 15/24] netfs: Provide an iterator-reset function
` [PATCH 16/24] netfs: Simplify the writeback code
` [PATCH 17/24] afs: Make read subreqs async
` [PATCH 18/24] netfs: Speed up buffered reading
` [PATCH 19/24] netfs: Remove fs/netfs/io.c
` [PATCH 20/24] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH 21/24] netfs: Cancel dirty folios that have no storage destination
` [PATCH 22/24] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH 23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH 24/24] cifs: Don't support ITER_XARRAY

[PATCH] tcp/dccp: Add another way to allocate local ports in connect()
 2024-07-29 16:16 UTC  (5+ messages)

[PATCH v3] ptp: Add vDSO-style vmclock support
 2024-07-29 16:16 UTC  (3+ messages)

[PATCH net v2] tcp: Adjust clamping window for applications specifying SO_RCVBUF
 2024-07-29 16:07 UTC  (6+ messages)

[RFC PATCH net-next 0/3] Preparations for FIB rule DSCP selector
 2024-07-29 16:05 UTC  (5+ messages)
` [RFC PATCH net-next 3/3] ipv4: Centralize TOS matching

[syzbot] [wireguard?] WARNING in kthread_unpark (2)
 2024-07-29 15:48 UTC  (2+ messages)

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-07-29 15:42 UTC  (28+ messages)

[PATCH net-next 00/15] l2tp: simplify tunnel and session cleanup
 2024-07-29 15:38 UTC  (16+ messages)
` [PATCH net-next 01/15] l2tp: lookup tunnel from socket without using sk_user_data
` [PATCH net-next 02/15] ipv4: export ip_flush_pending_frames
` [PATCH net-next 03/15] l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_frames
` [PATCH net-next 04/15] l2tp: don't use tunnel socket sk_user_data in ppp procfs output
` [PATCH net-next 05/15] l2tp: don't set sk_user_data in tunnel socket
` [PATCH net-next 06/15] l2tp: remove unused tunnel magic field
` [PATCH net-next 07/15] l2tp: simplify tunnel and socket cleanup
` [PATCH net-next 08/15] l2tp: delete sessions using work queue
` [PATCH net-next 09/15] l2tp: free sessions using rcu
` [PATCH net-next 10/15] l2tp: refactor ppp socket/session relationship
` [PATCH net-next 11/15] l2tp: prevent possible tunnel refcount underflow
` [PATCH net-next 12/15] l2tp: use rcu list add/del when updating lists
` [PATCH net-next 13/15] l2tp: add idr consistency check in session_register
` [PATCH net-next 14/15] l2tp: cleanup eth/ppp pseudowire setup code
` [PATCH net-next 15/15] l2tp: use pre_exit pernet hook to avoid rcu_barrier

[PATCH net-next] net: wangxun: use net_prefetch to simplify logic
 2024-07-29 15:26 UTC 

[syzbot] [net?] INFO: task hung in addrconf_dad_work (5)
 2024-07-29 15:23 UTC 

[PATCH RFC v2 00/11] net: introduce TX shaping H/W offload API
 2024-07-29 15:13 UTC  (4+ messages)

[ANN] netdev call - Jul 30th
 2024-07-29 15:06 UTC 

[ANN] net-next is OPEN
 2024-07-29 15:05 UTC 

[PATCH net v2] net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115c
 2024-07-29 15:03 UTC 

[PATCH AUTOSEL 6.10 01/27] wifi: nl80211: disallow setting special AP channel widths
 2024-07-29 15:01 UTC  (5+ messages)
` [PATCH AUTOSEL 6.10 08/27] rtnetlink: move rtnl_lock handling out of af_netlink
` [PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT

[PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH
 2024-07-29 14:56 UTC  (2+ messages)

[syzbot] [net?] KCSAN: data-race in __dev_change_flags / is_upper_ndev_bond_master_filter (9)
 2024-07-29 14:41 UTC  (3+ messages)
` [PATCH net] net: Fix data race around dev->flags in netif_is_bond_master

[PATCH net] net: Add skbuff.h to MAINTAINERS
 2024-07-29 14:12 UTC 

[PATCH] wifi: mac80211: check basic rates validity
 2024-07-29 13:51 UTC  (2+ messages)

[PATCH can-next 00/21] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
 2024-07-29 13:05 UTC  (22+ messages)
` [PATCH can-next 01/21] dt-bindings: can: rockchip_canfd: add binding for rockchip CAN-FD controller
` [PATCH can-next 02/21] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
` [PATCH can-next 03/21] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH can-next 04/21] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
` [PATCH can-next 05/21] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH can-next 06/21] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH can-next 07/21] can: rockchip_canfd: add support for rk3568v3
` [PATCH can-next 08/21] can: rockchip_canfd: add notes about known issues
` [PATCH can-next 09/21] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH can-next 10/21] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH can-next 11/21] can: rockchip_canfd: add functions to check if CAN-FD frames are equal
` [PATCH can-next 12/21] can: rockchip_canfd: add TX PATH
` [PATCH can-next 13/21] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH can-next 14/21] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH can-next 15/21] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH can-next 16/21] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH can-next 17/21] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH can-next 18/21] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH can-next 19/21] can: rockchip_canfd: add hardware timestamping support
` [PATCH can-next 20/21] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH can-next 21/21] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING

[PATCH 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-29 13:00 UTC  (5+ messages)
` [PATCH 6/6] net: mvpp2: "

[PATCH net] virtio_net: Avoid sending unnecessary vq coalescing commands
 2024-07-29 12:47 UTC 

[PATCH net 0/4] Fixes for IPsec over bonding
 2024-07-29 12:44 UTC  (5+ messages)
` [PATCH net 1/4] bonding: implement xfrm state xdo_dev_state_free API
` [PATCH net 2/4] bonding: call xfrm state xdo_dev_state_free after deletion
` [PATCH net 3/4] bonding: extract the use of real_device into local variable
` [PATCH net 4/4] bonding: change ipsec_lock from spin lock to mutex

[PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
 2024-07-29 12:44 UTC  (2+ messages)

[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
 2024-07-29 12:42 UTC  (3+ messages)

[PATCH net 0/5] mptcp: fix signal endpoint readd
 2024-07-29 12:40 UTC  (2+ messages)

[PATCH net] net/iucv: fix use after free in iucv_sock_close()
 2024-07-29 12:28 UTC 

[PATCH net-next v25 00/13] Add Realtek automotive PCIe driver
 2024-07-29 12:26 UTC  (6+ messages)
` [PATCH net-next v25 08/13] rtase: Implement net_device_ops

[PATCH net-next v15 00/14] stmmac: Add Loongson platform support
 2024-07-29 12:24 UTC  (15+ messages)
` [PATCH net-next v15 01/14] net: stmmac: Move the atds flag to the stmmac_dma_cfg structure
` [PATCH net-next v15 02/14] net: stmmac: Add multi-channel support
` [PATCH net-next v15 03/14] net: stmmac: Export dwmac1000_dma_ops
` [PATCH net-next v15 04/14] net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size init
` [PATCH net-next v15 05/14] net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi calls
` [PATCH net-next v15 06/14] net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identification
` [PATCH net-next v15 07/14] net: stmmac: dwmac-loongson: Detach GMAC-specific platform data init
` [PATCH net-next v15 08/14] net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
` [PATCH net-next v15 09/14] net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMAC
` [PATCH net-next v15 10/14] net: stmmac: dwmac-loongson: Introduce PCI device info data
` [PATCH net-next v15 11/14] net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device support
` [PATCH net-next v15 12/14] net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC support
` [PATCH net-next v15 13/14] net: stmmac: dwmac-loongson: Add Loongson GNET support
` [PATCH net-next v15 14/14] net: stmmac: dwmac-loongson: Add loongson module author

[PATCH iwl-next v2] i40e: Add support for fw health report
 2024-07-29 12:04 UTC  (2+ messages)
` [Intel-wired-lan] "

[syzbot] [net?] BUG: unable to handle kernel paging request in net_generic
 2024-07-29 11:49 UTC  (4+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29 11:45 UTC  (3+ messages)

[PATCH 2/2] net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy
 2024-07-29 11:44 UTC  (4+ messages)

[PATCH iwl-next v4 0/5] Replace auxbus with ice_adapter in the PTP support code
 2024-07-29 11:37 UTC  (4+ messages)
` [PATCH iwl-next v4 5/5] ice: Drop auxbus use for PTP to finalize ice_adapter move
  ` [Intel-wired-lan] "

[PATCH v4 0/6] Add support for ICSSG PA_STATS
 2024-07-29 11:32 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
` [DO NOT MERGE][PATCH v4 2/6] net: ti: icssg_prueth: Add support for PA Stats
` [DO NOT MERGE][PATCH v4 3/6] arm64: dts: ti: k3-am65-main: Add ti,pruss-pa-st node
` [DO NOT MERGE][PATCH v4 4/6] arm64: dts: ti: k3-am654-icssg2: Add ti,pa-stats property
` [DO NOT MERGE][PATCH v4 5/6] arm64: dts: ti: k3-am64-main: Add ti,pruss-pa-st node
` [DO NOT MERGE][PATCH v4 6/6] arm64: dts: ti: k3-am64: Add ti,pa-stats property

[PATCH] net: axienet: start napi before enabling Rx/Tx
 2024-07-29 11:24 UTC  (2+ messages)

[PATCH v1 net] rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink()
 2024-07-29 11:24 UTC  (2+ 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).