netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 03:23:17 to 2025-07-10 15:32:03 UTC [more...]

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-10 15:31 UTC  (15+ messages)
` [PATCH 01/17] drivers: net: "
` [PATCH 02/17] gpu: nova-core: "
` [PATCH 03/17] rust: auxiliary: "
` [PATCH 04/17] rust: clk: "
` [PATCH 05/17] rust: configfs: "
` [PATCH 06/17] rust: cpufreq: "
` [PATCH 07/17] rust: device: "
` [PATCH 08/17] rust: firmware: "
` [PATCH 09/17] rust: kunit: "
` [PATCH 10/17] rust: macros: "
` [PATCH 11/17] rust: miscdevice: "
` [PATCH 12/17] rust: net: "
` [PATCH 13/17] rust: pci: "
` [PATCH 14/17] rust: platform: "

[PATCH net] selftests: rtnetlink: try double sleep to give WQ a chance
 2025-07-10 14:53 UTC 

[PATCH net-next 0/3] net: fec: add some optimizations
 2025-07-10 14:50 UTC  (8+ messages)
` [PATCH net-next 1/3] net: fec: use phy_interface_mode_is_rgmii() to check RGMII mode
` [PATCH net-next 2/3] net: fec: add more macros for bits of FEC_ECR
` [PATCH net-next 3/3] net: fec: add fec_set_hw_mac_addr() helper function

[PATCH net-next v2 1/2] net: ipv4: fix incorrect MTU in broadcast routes
 2025-07-10 14:27 UTC  (2+ messages)
` [PATCH net-next v2 2/2] selftests: net: add test for variable PMTU "

[PATCH v9 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-07-10 14:25 UTC  (6+ messages)
` [PATCH v9 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v9 12/13] docs: parser_yaml.py: add support for line numbers from the parser

[TEST] net/udpgro.sh is flaky on debug
 2025-07-10 14:20 UTC  (2+ messages)

[PATCH net v2 1/2] net: ipv4: fix incorrect MTU in broadcast routes
 2025-07-10 14:16 UTC  (3+ messages)

[PATCH 0/8] Introduce simple hazard pointers for lockdep
 2025-07-10 14:06 UTC  (3+ messages)
` [PATCH 8/8] locking/lockdep: Use shazptr to protect the key hashlist

[PATCH v3 00/19] add basic PSP encryption for TCP connections
 2025-07-10 13:57 UTC  (5+ messages)
` [PATCH v3 04/19] tcp: add datapath logic for PSP with inline key exchange

[PATCH net 0/3] mlx5 misc fixes 2025-07-10
 2025-07-10 13:53 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5: Reset bw_share field when changing a node's parent
` [PATCH net 2/3] net/mlx5e: Fix race between DIM disable and net_dim()
` [PATCH net 3/3] net/mlx5e: Add new prio for promiscuous mode

[PATCH v4 0/3] fix two issues and optimize code on tpacket_snd()
 2025-07-10 13:49 UTC  (5+ messages)
` [PATCH v4 1/3] af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()
` [PATCH v4 2/3] af_packet: fix soft lockup issue caused by tpacket_snd()
` [PATCH v4 3/3] af_packet: optimize the packet_read_pending function called on tpacket_snd()

[PATCHv2 0/2] net: dsa: rzn1_a5psw: add COMPILE_TEST
 2025-07-10 13:50 UTC  (2+ messages)

[PATCH net-next v8 00/15] net: phy: Introduce PHY ports representation
 2025-07-10 13:45 UTC  (16+ messages)
` [PATCH net-next v8 01/15] dt-bindings: net: Introduce the ethernet-connector description
` [PATCH net-next v8 02/15] net: ethtool: common: Indicate that BaseT works on up to 4 lanes
` [PATCH net-next v8 03/15] net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
` [PATCH net-next v8 04/15] net: phy: Introduce PHY ports representation
` [PATCH net-next v8 05/15] net: phy: dp83822: Add support for phy_port representation
` [PATCH net-next v8 06/15] net: phy: Create a phy_port for PHY-driven SFPs
` [PATCH net-next v8 07/15] net: phy: Introduce generic SFP handling for PHY drivers
` [PATCH net-next v8 08/15] net: phy: marvell-88x2222: Support SFP through phy_port interface
` [PATCH net-next v8 09/15] net: phy: marvell: "
` [PATCH net-next v8 10/15] net: phy: marvell10g: Support SFP through phy_port
` [PATCH net-next v8 11/15] net: phy: at803x: Support SFP through phy_port interface
` [PATCH net-next v8 12/15] net: phy: qca807x: "
` [PATCH net-next v8 13/15] net: phy: Only rely on phy_port for PHY-driven SFP
` [PATCH net-next v8 14/15] net: phy: dp83822: Add SFP support through the phy_port interface
` [PATCH net-next v8 15/15] Documentation: networking: Document the phy_port infrastructure

[PATCH net-next] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2025-07-10 13:45 UTC  (2+ messages)

[PATCH v5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-10 13:41 UTC  (2+ messages)

[PATCH net-next] net: phy: micrel: Add callback for restoring context
 2025-07-10 13:38 UTC  (2+ messages)

[PATCH net-next] ethtool: Fix set RXFH for drivers without RXFH fields support
 2025-07-10 13:37 UTC  (4+ messages)

[PATCH net-next v5] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-10 13:26 UTC  (2+ messages)

[PATCH for-netdev v2 0/2] PCI: hv: MSI parent domain conversion
 2025-07-10 13:22 UTC  (5+ messages)
` [PATCH for-netdev v2 2/2] PCI: hv: Switch to msi_create_parent_irq_domain()

[PATCH net v2] net: ti: icssg-prueth: Fix buffer allocation for ICSSG
 2025-07-10 13:12 UTC 

[PATCH net-next v8] net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt
 2025-07-10 13:00 UTC  (2+ messages)

[PATCH net 0/2] gre: Fix default IPv6 multicast route creation
 2025-07-10 12:57 UTC  (6+ messages)
` [PATCH net 1/2] gre: Fix "
` [PATCH net 2/2] selftests: Add IPv6 multicast route generation tests for GRE devices

[GIT PULL] Networking for v6.16-rc6
 2025-07-10 12:45 UTC 

[PATCH net-next V6 00/13] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-07-10 12:45 UTC  (13+ messages)
` [PATCH net-next V6 01/13] devlink: Add 'total_vfs' generic device param
` [PATCH net-next V6 02/13] net/mlx5: Implement cqe_compress_type via devlink params
` [PATCH net-next V6 09/13] devlink: Add 'keep_link_up' generic devlink device param

[PATCH v2 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-07-10 12:37 UTC  (6+ messages)
` [PATCH v2 3/4] net: renesas: rswitch: add offloading for L2 switching

[PATCH v3 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-07-10 12:31 UTC  (5+ messages)
` [PATCH v3 1/4] net: renesas: rswitch: rename rswitch.c to rswitch_main.c
` [PATCH v3 2/4] net: renesas: rswitch: configure default ageing time
` [PATCH v3 3/4] net: renesas: rswitch: add offloading for L2 switching
` [PATCH v3 4/4] net: renesas: rswitch: add modifiable ageing time

[GIT PULL] wireless-next-2025-07-10
 2025-07-10 12:30 UTC 

[PATCH v3 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-07-10 12:28 UTC  (11+ messages)
` [PATCH v3 01/10] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH v3 02/10] clk: qcom: ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v3 03/10] dt-bindings: clock: gcc-ipq5424: Add definition for GPLL0_OUT_AUX
` [PATCH v3 04/10] clock: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH v3 05/10] dt-bindings: clock: ipq9574: Rename NSS CC source clocks to drop rate
` [PATCH v3 06/10] arm64: dts: qcom: ipq9574: Rename NSSCC source clock names "
` [PATCH v3 07/10] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH v3 08/10] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH v3 09/10] arm64: dts: qcom: ipq5424: Add NSS clock controller node
` [PATCH v3 10/10] arm64: defconfig: Build NSS clock controller driver for IPQ5424

[GIT PULL] wireless-2025-07-10
 2025-07-10 12:21 UTC 

[PATCH net] net: fix segmentation after TCP/UDP fraglist GRO
 2025-07-10 11:58 UTC  (5+ messages)

[PATCH net-next 0/2] in order support for vhost-net
 2025-07-10 11:56 UTC  (5+ messages)
` [PATCH net-next 1/2] vhost: basic in order support
` [PATCH net-next 2/2] vhost_net: basic in_order support

[PATCH V2 0/4] Add ethtool support to configure irq coalescing count and delay
 2025-07-10 11:26 UTC  (6+ messages)
` [PATCH V2 1/4] dmaengine: Add support to configure and read IRQ coalescing parameters
` [PATCH V2 2/4] dmaengine: xilinx_dma: Fix irq handler and start transfer path for AXI DMA
` [PATCH V2 3/4] dmaengine: xilinx_dma: Add support to configure/report coalesce parameters from/to client using "
` [PATCH V2 4/4] net: xilinx: axienet: Add ethtool support to configure/report irq coalescing parameters in DMAengine flow

[PATCH v2 0/4] QRTR bus and Qualcomm Sensor Manager IIO drivers
 2025-07-10 11:22 UTC  (8+ messages)
` [PATCH v2 1/4] net: qrtr: smd: Rename qdev to qsdev
` [PATCH v2 2/4] net: qrtr: Turn QRTR into a bus
` [PATCH v2 3/4] net: qrtr: Define macro to convert QMI version and instance to QRTR instance
` [PATCH v2 4/4] iio: Add Qualcomm Sensor Manager driver

[PATCH net-next v4 0/2] netdevsim: support setting a permanent address
 2025-07-10 11:18 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net: netdevsim: Support setting dev->perm_addr on port creation
` [PATCH net-next v4 2/2] selftests: net: add netdev-l2addr.sh for testing L2 address functionality

[PATCH net] net: libwx: fix multicast packets received count
 2025-07-10 10:54 UTC  (4+ messages)

[PATCH] Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections
 2025-07-10 10:52 UTC 

[PATCH net v2] virtio-net: fix received length check in big packets
 2025-07-10 10:44 UTC  (3+ messages)

[PATCH v2] e1000e: Populate entire system_counterval_t in get_time_fn() callback
 2025-07-10 10:33 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v3 net-next 0/2] ibmvnic: Fix/Improve queue stats
 2025-07-10 10:16 UTC  (2+ messages)

[PATCH 3/3] net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy
 2025-07-10 10:11 UTC  (3+ messages)

[PATCH v3] net/sched: sch_qfq: Fix race condition on qfq_aggregate
 2025-07-10 10:09 UTC 

[PATCH v1] net/sched: sch_qfq: Fix race condition on qfq_aggregate
 2025-07-10 10:06 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v9 00/13] further mt7988 devicetree work
 2025-07-10  9:52 UTC  (7+ messages)
` [PATCH v9 02/13] dt-bindings: net: mediatek,net: allow up to 8 IRQs
` [PATCH v9 03/13] dt-bindings: net: mediatek,net: allow irq names
` [PATCH v9 04/13] dt-bindings: net: mediatek,net: add sram property

[PATCH] net: Fix RPS table slot collision overwriting flow
 2025-07-10  9:45 UTC  (2+ messages)

[RFC] net: openvswitch: Inroduce a light-weight socket map concept
 2025-07-10  9:35 UTC  (5+ messages)

[PATCH v2] af_key: Add check for the return value of pfkey_sadb2xfrm_user_sec_ctx()
 2025-07-10  9:29 UTC  (2+ messages)

[RFC net-next v1 1/1] e1000e: Introduce private flag and module param to disable K1
 2025-07-10  9:24 UTC 

[PATCH v3] net/sched: sch_qfq: Fix null-deref in agg_dequeue
 2025-07-10  9:20 UTC  (2+ messages)

[PATCH net-next v2] net: bonding: add bond_is_icmpv6_nd() helper
 2025-07-10  9:16 UTC 

[PATCH] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
 2025-07-10  8:50 UTC 

[PATCH net-next v4 0/8] net: mctp: Improved bind handling
 2025-07-10  8:56 UTC  (9+ messages)
` [PATCH net-next v4 1/8] net: mctp: mctp_test_route_extaddr_input cleanup
` [PATCH net-next v4 2/8] net: mctp: Prevent duplicate binds
` [PATCH net-next v4 3/8] net: mctp: Treat MCTP_NET_ANY specially in bind()
` [PATCH net-next v4 4/8] net: mctp: Add test for conflicting bind()s
` [PATCH net-next v4 5/8] net: mctp: Use hashtable for binds
` [PATCH net-next v4 6/8] net: mctp: Allow limiting binds to a peer address
` [PATCH net-next v4 7/8] net: mctp: Test conflicts of connect() with bind()
` [PATCH net-next v4 8/8] net: mctp: Add bind lookup test

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-10  8:47 UTC  (10+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 4/8] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v9 5/8] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 7/8] netdevsim: "
` [PATCH net-next v9 8/8] mt76: "

[PATCH] dt-bindings: net: Convert Marvell Armada NETA and BM to DT schema
 2025-07-10  8:46 UTC  (2+ messages)

[PATCH net-next v2 00/14] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-07-10  8:44 UTC  (10+ messages)
` [PATCH net-next v2 10/14] octeontx2-pf: ipsec: Handle NPA threshold interrupt
` [PATCH net-next v2 12/14] octeontx2-pf: ipsec: Process CPT metapackets
` [PATCH net-next v2 14/14] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows

[PATCH v1 net] netlink: Fix wraparounds of sk->sk_rmem_alloc
 2025-07-10  8:34 UTC  (2+ messages)

[PATCH net v2] virtio-net: fix a rtnl_lock() deadlock during probing
 2025-07-10  8:30 UTC  (2+ messages)

[PATCH net v5 1/2] net/sched: Restrict conditions for adding duplicating netems to qdisc tree
 2025-07-10  8:26 UTC  (3+ messages)
` This breaks netem use cases

[PATCH] [v2] devlink: move DEVLINK_ATTR_MAX-sized array off stack
 2025-07-10  7:58 UTC  (3+ messages)

[PATCH v3 2/2] af_packet: fix soft lockup issue caused by tpacket_snd()
 2025-07-10  7:27 UTC  (2+ messages)

[PATCH net-next V2 0/3] net/mlx5e: Add support for PCIe congestion events
 2025-07-10  6:51 UTC  (4+ messages)
` [PATCH net-next V2 1/3] net/mlx5e: Create/destroy PCIe Congestion Event object
` [PATCH net-next V2 2/3] net/mlx5e: Add device PCIe congestion ethtool stats
` [PATCH net-next V2 3/3] net/mlx5e: Make PCIe congestion event thresholds configurable

[PATCH net-next v3 0/3] netdevsim: add support for PHY devices
 2025-07-10  6:22 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: netdevsim: Add PHY support in netdevsim
` [PATCH net-next v3 2/3] selftests: ethtool: Drop the unused old_netdevs variable
` [PATCH net-next v3 3/3] selftests: ethtool: Introduce ethernet PHY selftests on netdevsim

[PATCH net-next v08 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-07-10  6:08 UTC  (9+ messages)
` [PATCH net-next v08 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v08 2/8] hinic3: Complete "
` [PATCH net-next v08 3/8] hinic3: Command Queue framework
` [PATCH net-next v08 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v08 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v08 6/8] hinic3: Mailbox framework
` [PATCH net-next v08 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v08 8/8] hinic3: Interrupt request configuration

[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
 2025-07-10  5:54 UTC 

[PATCH net-next 0/3] net: net: add negotiation of in-band capabilities (remainder)
 2025-07-10  5:29 UTC  (6+ messages)
` [PATCH net-next 1/3] net: pcs: pcs-lynx: implement pcs_inband_caps() method
  ` [REGRESSION] net: pcs-lynx: 10G SFP no longer links up

[PATCH 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx
 2025-07-10  4:49 UTC  (2+ messages)

[PATCH rdma-next 1/1] net/mlx5: Fix build -Wframe-larger-than warnings
 2025-07-10  4:44 UTC  (3+ messages)

[PATCH net-next v4 0/2] Add Ethernet MAC support for SpacemiT K1
 2025-07-10  4:42 UTC  (4+ messages)
` [PATCH net-next v4 2/2] net: spacemit: Add K1 Ethernet MAC

[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
 2025-07-10  3:20 UTC  (5+ messages)
` [PATCH bpf-next v4 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v4 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v4 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v4 7/7] netkit: Remove location field in netkit_link


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