netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 13:06:51 to 2024-07-29 22:34:47 UTC [more...]

[PATCH net-next 00/15][pull request] ice: support devlink subfunction
 2024-07-29 22:34 UTC  (14+ messages)
` [PATCH net-next 01/15] ice: add new VSI type for subfunctions
` [PATCH net-next 02/15] ice: export ice ndo_ops functions
` [PATCH net-next 03/15] ice: add basic devlink subfunctions support
` [PATCH net-next 04/15] ice: treat subfunction VSI the same as PF VSI
` [PATCH net-next 05/15] ice: allocate devlink for subfunction
` [PATCH net-next 06/15] ice: base subfunction aux driver
` [PATCH net-next 07/15] ice: implement netdev for subfunction
` [PATCH net-next 08/15] ice: make representor code generic
` [PATCH net-next 09/15] ice: create port representor for SF
` [PATCH net-next 10/15] ice: don't set target VSI for subfunction
` [PATCH net-next 11/15] ice: check if SF is ready in ethtool ops
` [PATCH net-next 12/15] ice: implement netdevice ops for SF representor
` [PATCH net-next 13/15] ice: support subfunction devlink Tx topology

[PATCH net-next 1/2] selftests: net-drv: exercise queue stats when the device is down
 2024-07-29 22:10 UTC  (2+ messages)
` [PATCH net-next 2/2] selftests: net: ksft: support marking tests as disruptive

[PATCH net 0/2] Fix bad offload warning when sending UDP GSO from a tunnel device
 2024-07-29 22:10 UTC  (6+ messages)
` [PATCH net 1/2] udp: Mark GSO packets as CHECKSUM_UNNECESSARY early on on output

linux-next: Fixes tag needs some work in the bpf-next tree
 2024-07-29 22:07 UTC  (2+ messages)

[PATCH net-next v2] Add support for PIO p flag
 2024-07-29 22:00 UTC 

[PATCH net-next] selftests: net: ksft: print more of the stack for checks
 2024-07-29 21:58 UTC  (2+ messages)

[PATCH v1 net-next 0/6] net: Random cleanup for netns initialisation
 2024-07-29 21:08 UTC  (7+ messages)
` [PATCH v1 net-next 1/6] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops
` [PATCH v1 net-next 2/6] net: Don't register pernet_operations if only one of id or size is specified
` [PATCH v1 net-next 3/6] net: Initialise net->passive once in preinit_net()
` [PATCH v1 net-next 4/6] net: Call preinit_net() without pernet_ops_rwsem
` [PATCH v1 net-next 5/6] net: Slim down setup_net()
` [PATCH v1 net-next 6/6] net: Initialise net.core sysctl defaults in preinit_net()

[PATCH net-next 0/9] net: dsa: vsc73xx: fix MDIO bus access and PHY operations
 2024-07-29 21:06 UTC  (10+ messages)
` [PATCH net-next 1/9] net: dsa: vsc73xx: fix phylink capabilities
` [PATCH net-next 2/9] net: dsa: vsc73xx: fix port MAC configuration in full duplex mode
` [PATCH net-next 3/9] net: dsa: vsc73xx: pass value in phy_write operation
` [PATCH net-next 4/9] net: dsa: vsc73xx: use defined values in phy operations
` [PATCH net-next 5/9] net: dsa: vsc73xx: use mutex to mdio operations
` [PATCH net-next 6/9] net: dsa: vsc73xx: speed up mdio bus to max allowed value
` [PATCH net-next 7/9] net: dsa: vsc73xx: allow phy resetting
` [PATCH net-next 8/9] net: phy: vitesse: repair vsc73xx autonegotiation
` [PATCH net-next 9/9] net: phy: vitesse: implement downshift in vsc73xx phys

[PATCH bpf] selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
 2024-07-29 21:05 UTC  (2+ messages)

[PATCH net-next v3 1/2] net: dsa: vsc73xx: make RGMII delays configurable
 2024-07-29 21:02 UTC  (2+ messages)
` [PATCH net-next v3 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps

[PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr'
 2024-07-29 21:01 UTC  (7+ messages)

[PATCH net-next] net/rds: remove unused struct 'rds_ib_dereg_odp_mr'
 2024-07-29 21:01 UTC 

[syzbot] [net?] Internal error in _prb_read_valid (2)
 2024-07-29 20:55 UTC 

[PATCH net-next v1 0/3] fix bnxt_en queue reset when queue is active
 2024-07-29 20:54 UTC  (4+ messages)
` [PATCH net-next v1 1/3] bnxt_en: Add support to call FW to update a VNIC
` [PATCH net-next v1 2/3] bnxt_en: stop packet flow during bnxt_queue_stop/start
` [PATCH net-next v1 3/3] bnxt_en: only set dev->queue_mgmt_ops if BNXT_SUPPORTS_NTUPLE_VNIC

[PATCH] net/tcp: Expand goo.gl link
 2024-07-29 20:54 UTC  (5+ messages)

[PATCH net-next] net/tcp: Expand goo.gl link
 2024-07-29 20:53 UTC 

[GIT PULL] virtio: fixes for rc1
 2024-07-29 20:16 UTC  (2+ messages)

[RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
 2024-07-29 20:00 UTC  (2+ messages)

[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  (4+ 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  (4+ 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  (5+ 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


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