netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-09 16:15:28 to 2025-09-10 02:40:13 UTC [more...]

[PATCH net-next v2] net: phy: marvell: Fix 88e1510 downshift counter errata
 2025-09-10  2:40 UTC  (2+ messages)

[PATCH v2 net-next 0/3] ptp: add pulse signal loopback support for debugging
 2025-09-10  2:40 UTC  (2+ messages)

[PATCH net-next v2] selftests: net: replace sleeps in fcnal-test with waits
 2025-09-10  2:34 UTC  (6+ messages)

[net-next PATCH v16 00/10] net: dsa: Add Airoha AN8855 support
 2025-09-10  2:32 UTC  (3+ messages)
` [net-next PATCH v16 02/10] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch

[PATCH V7 net-next 00/11] *devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-09-10  2:30 UTC  (3+ messages)

[PATCH net-next 0/2] net/mlx5e: Add pcie congestion event extras
 2025-09-10  2:30 UTC  (2+ messages)

[PATCHv2 1/2] bonding: don't set oif to bond dev when getting NS target destination
 2025-09-10  2:26 UTC  (5+ messages)
` [PATCHv2 2/2] selftests: bonding: add vlan over bond testing

[PATCH net-next v4 00/10] net: stmmac: Add support for Allwinner A523 GMAC200
 2025-09-10  2:22 UTC  (3+ messages)
` [PATCH net-next v4 01/10] dt-bindings: net: sun8i-emac: Add A523 GMAC200 compatible

[PATCH net-next 0/3] mptcp: make ADD_ADDR retransmission timeout adaptive
 2025-09-10  2:20 UTC  (2+ messages)

[PATCH net 1/2] bonding: set random address only when slaves already exist
 2025-09-10  2:17 UTC  (6+ messages)

[PATCH net-next 00/13][pull request] idpf: add XDP support
 2025-09-10  1:50 UTC  (2+ messages)

[PATCH net v2] mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPEN
 2025-09-10  1:50 UTC  (2+ messages)

[PATCH net 0/3] mptcp: misc fixes for v6.17-rc6
 2025-09-10  1:50 UTC  (10+ messages)
` [PATCH net 1/3] netlink: specs: mptcp: fix if-idx attribute type
` [PATCH net 2/3] doc: mptcp: net.mptcp.pm_type is deprecated
` [PATCH net 3/3] selftests: mptcp: shellcheck: support v0.11.0

[PATCH net-next] vxlan: Make vxlan_fdb_find_uc() more robust against NPDs
 2025-09-10  1:40 UTC  (2+ messages)

[PATCH net] macsec: sync features on RTM_NEWLINK
 2025-09-10  1:40 UTC  (3+ messages)

[PATCH net 0/4] wireguard fixes for 6.17-rc6
 2025-09-10  1:36 UTC  (5+ messages)
` [PATCH net 1/4] wireguard: queueing: simplify wg_cpumask_next_online()
` [PATCH net 2/4] wireguard: queueing: always return valid online CPU in wg_cpumask_choose_online()
` [PATCH net 3/4] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH net 4/4] wireguard: selftests: select CONFIG_IP_NF_IPTABLES_LEGACY

[PATCH net-next] net: devmem: expose tcp_recvmsg_locked errors
 2025-09-10  1:35 UTC  (5+ messages)

[PATCH net-next] net: phy: aquantia: delete aqr_firmware_read_fingerprint() prototype
 2025-09-10  1:30 UTC  (2+ messages)

[PATCH net-next 0/4] net: phy: fixed_phy: improvements
 2025-09-10  1:30 UTC  (2+ messages)

[PATCH v2 net] net: dev_ioctl: take ops lock in hwtstamp lower paths
 2025-09-10  1:30 UTC  (2+ messages)

[PATCH net 0/3] mlx5e misc fixes 2025-09-08
 2025-09-10  1:23 UTC  (5+ messages)
` [PATCH net 1/3] net/mlx5e: Harden uplink netdev access against device unbind
` [PATCH net 2/3] net/mlx5e: Prevent entering switchdev mode with inconsistent netns

[PATCH] net: ethernet: sun4i-emac: free dma descriptor
 2025-09-10  1:15 UTC  (5+ messages)

[PATCH] eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP
 2025-09-10  1:13 UTC  (2+ messages)

[PATCH net v3 0/3] net: netpoll: fix a memleak and create a selftest
 2025-09-10  0:40 UTC  (9+ messages)
` [PATCH net v3 1/3] netpoll: fix incorrect refcount handling causing incorrect cleanup

[PATCH net v2] net/mlx5: Not returning mlx5_link_info table when speed is unknown
 2025-09-10  0:37 UTC 

[PATCH] net: ipv4: Potential null pointer dereference in cipso_v4_parsetag_enum
 2025-09-10  0:09 UTC  (2+ messages)

[RFC PATCH bpf-next 00/14] bpf: Efficient socket destruction
 2025-09-10  0:03 UTC  (16+ messages)
` [RFC PATCH bpf-next 01/14] bpf: Use reference counting for struct bpf_shtab_elem
` [RFC PATCH bpf-next 02/14] bpf: Hold socket lock in socket hash iterator
` [RFC PATCH bpf-next 03/14] bpf: Hold socket lock in socket map iterator
` [RFC PATCH bpf-next 04/14] bpf: Mark sk as PTR_TRUSTED in sockmap iterator context
` [RFC PATCH bpf-next 05/14] selftests/bpf: Test bpf_sock_destroy() with sockmap iterators
` [RFC PATCH bpf-next 06/14] bpf: Enable precise bucketing control for socket hashes
` [RFC PATCH bpf-next 07/14] bpf: Support key prefix filtering for socket hash iterators
` [RFC PATCH bpf-next 08/14] selftests/bpf: Fix off by one error in remove_all_established
` [RFC PATCH bpf-next 09/14] selftests/bpf: Test socket hash iterator resume scenarios
` [RFC PATCH bpf-next 10/14] selftests/bpf: Socket map + sockops insert and destroy
` [RFC PATCH bpf-next 11/14] bpf: Introduce BPF_SOCK_OPS_UDP_CONNECTED_CB
` [RFC PATCH bpf-next 12/14] bpf: Allow bpf_sock_(map|hash)_update from BPF_SOCK_OPS_UDP_CONNECTED_CB
` [RFC PATCH bpf-next 13/14] selftests/bpf: Extend insert and destroy tests for UDP sockets
` [RFC PATCH bpf-next 14/14] bpf, doc: Document map_extra and key prefix filtering for socket hash

[PATCH v6 net-next 0/6] net: fec: add the Jumbo frame support
 2025-09-10  0:00 UTC  (3+ messages)
` [PATCH v6 net-next 1/6] net: fec: use a member variable for maximum buffer size

[PATCH net v1 1/1] net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime PM wakeups
 2025-09-09 23:58 UTC  (5+ messages)

[PATCH net-next] ipv4: udp: fix typos in comments
 2025-09-09 23:50 UTC  (2+ messages)

[PATCH net] net: phy: fix phy_uses_state_machine()
 2025-09-09 23:50 UTC  (2+ messages)

[PATCH net-next 0/4] net: dsa: mv88e6xxx: remove redundant ptp/timestamping code
 2025-09-09 23:38 UTC  (9+ messages)
` [PATCH net-next 1/4] net: dsa: mv88e6xxx: remove mv88e6250_ptp_ops
` [PATCH net-next 2/4] net: dsa: mv88e6xxx: remove chip->trig_config
` [PATCH net-next 3/4] net: dsa: mv88e6xxx: remove chip->evcap_config
` [PATCH net-next 4/4] net: dsa: mv88e6xxx: remove unused support for PPS event capture

[PATCH net] net: ethtool: fix wrong type used in struct kernel_ethtool_ts_info
 2025-09-09 23:33 UTC  (2+ messages)

[PATCH net-next] selftests: net: speed up pmtu.sh by avoiding unnecessary cleanup
 2025-09-09 23:30 UTC  (2+ messages)

[PATCH v1 bpf] tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate psock->cork
 2025-09-09 23:26 UTC 

[PATCH] selftests/net: fix unused return value warnings in ksft.h
 2025-09-09 23:25 UTC  (4+ messages)

[PATCH net-next 0/2] net: xdp: handle frags with unreadable memory
 2025-09-09 23:24 UTC  (4+ messages)
` [PATCH net-next 1/2] net: xdp: pass full flags to xdp_update_skb_shared_info()

[syzbot] [net?] WARNING in inet_sock_destruct (5)
 2025-09-09 23:22 UTC 

[PATCH net-next 00/11] tools: ynl: prepare for wireguard
 2025-09-09 23:02 UTC  (8+ messages)
` [PATCH net-next 02/11] tools: ynl-gen: generate nested array policies
` [PATCH net-next 10/11] tools: ynl: decode hex input

[PATCH net-next v2] selftests: net: run groups from fcnal-test in parallel
 2025-09-09 22:50 UTC  (2+ messages)

[PATCH net-next v3] selftests: net: replace sleeps in fcnal-test with waits
 2025-09-09 22:38 UTC 

[PATCH RFC net-next 0/7] ice: implement live migration driver for E800 series hardware
 2025-09-09 21:57 UTC  (8+ messages)
` [PATCH RFC net-next 1/7] ice: add basic skeleton and TLV framework for live migration support
` [PATCH RFC net-next 2/7] ice: implement device suspension for live migration
` [PATCH RFC net-next 3/7] ice: add migration TLV for basic VF information
` [PATCH RFC net-next 4/7] ice: add migration TLVs for queue and interrupt state
` [PATCH RFC net-next 5/7] ice: add remaining migration TLVs
` [PATCH RFC net-next 6/7] ice-vfio-pci: add ice VFIO PCI live migration driver
` [PATCH RFC net-next 7/7] ice-vfio-pci: implement PCI .reset_done handling

[PATCH net-next v10 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-09-09 21:57 UTC  (13+ messages)
` [PATCH net-next v10 4/7] bonding: Processing extended arp_ip_target from user space
` [PATCH net-next v10 5/7] bonding: Update to bond_arp_send_all() to use supplied vlan tags
` [PATCH net-next v10 6/7] bonding: Update for extended arp_ip_target format

[net-next PATCH 1/3] net: phy: introduce phy_id_compare_model() PHY ID helper
 2025-09-09 21:36 UTC  (9+ messages)
` [net-next PATCH 2/3] net: phy: broadcom: Convert to phy_id_compare_model()
` [net-next PATCH 3/3] net: phy: broadcom: Convert to PHY_ID_MATCH_MODEL macro

[PATCH net-next v4 0/3] Documentation and ynl: add flow control
 2025-09-09 21:32 UTC  (2+ messages)

[PATCH nf-next v6 0/2] Add IPIP flowtable SW acceleratio
 2025-09-09 21:31 UTC  (3+ messages)
` [PATCH nf-next v6 1/2] net: netfilter: Add IPIP flowtable SW acceleration

[PATCH net-next 0/2] net: phy: print warning if usage of deprecated array-style fixed-link binding is detected
 2025-09-09 21:27 UTC  (5+ messages)
` [PATCH net-next 1/2] of: mdio: warn if deprecated fixed-link binding is used
` [PATCH net-next 2/2] net: phylink: warn if deprecated array-style "

[PATCH 1/1] IPVS: Fix use-after-free issue in ip_vs_unbind_app()
 2025-09-09 21:21 UTC  (2+ messages)
` [PATCH v2] ipvs: Check ipvs->enable before unregistration in __ip_vs_ftp_exit()

[PATCH net-next 0/5] netconsole: support automatic target recovery
 2025-09-09 21:12 UTC  (6+ messages)
` [PATCH net-next 1/5] netconsole: add target_state enum
` [PATCH net-next 2/5] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next 3/5] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next 4/5] netconsole: resume previously deactivated target
` [PATCH net-next 5/5] selftests: netconsole: validate target reactivation

[PATCH RFC net-next 0/5] selftests: drv-net: Convert XDP program to bpf_dynptr
 2025-09-09 21:12 UTC  (4+ messages)
` [PATCH RFC net-next 3/5] selftests: drv-net: Test XDP head adjustment with bpf_dynptr

[PATCH net-next 0/8] tools: ynl: fix errors reported by Ruff
 2025-09-09 21:07 UTC  (9+ messages)
` [PATCH net-next 1/8] tools: ynl: fix undefined variable name
` [PATCH net-next 2/8] tools: ynl: avoid bare except
` [PATCH net-next 3/8] tools: ynl: remove assigned but never used variable
` [PATCH net-next 4/8] tools: ynl: remove f-string without any placeholders
` [PATCH net-next 5/8] tools: ynl: remove unused imports
` [PATCH net-next 6/8] tools: ynl: remove unnecessary semicolons
` [PATCH net-next 7/8] tools: ynl: use 'cond is None'
` [PATCH net-next 8/8] tools: ynl: check for membership with 'not in'

[PATCH net-next] net: mvneta: add support for hardware timestamps
 2025-09-09 21:07 UTC  (5+ messages)

[PATCH 0/3] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
 2025-09-09 21:04 UTC  (8+ messages)
` [PATCH 3/3] selftests: drv-net: Relax total BW check "

[PATCH net-next v11 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-09-09 20:58 UTC  (7+ messages)
` [PATCH net-next v11 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v11 4/5] net: rnpgbe: Add basic mbx_fw support

[PATCH v7 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-09 20:45 UTC  (7+ messages)
` [PATCH v7 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v7 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v7 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl
` [PATCH v7 bpf-next/net 4/6] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v7 bpf-next/net 5/6] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_EXCLUSIVE
` [PATCH v7 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2025-09-09 (igb, i40e)
 2025-09-09 20:32 UTC  (5+ messages)
` [PATCH net 1/4] igb: Fix NULL pointer dereference in ethtool loopback test
` [PATCH net 2/4] igb: fix link test skipping when interface is admin down
` [PATCH net 3/4] i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path
` [PATCH net 4/4] i40e: fix Jumbo Frame support after iPXE boot

[PATCH net-next 0/7] net: ethtool: add dedicated GRXRINGS driver callbacks
 2025-09-09 20:24 UTC  (8+ messages)
` [PATCH net-next 1/7] net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indir
` [PATCH net-next 2/7] net: ethtool: add support for ETHTOOL_GRXRINGS ioctl
` [PATCH net-next 3/7] net: ethtool: remove the duplicated handling from ethtool_get_rxrings
` [PATCH net-next 4/7] net: ethtool: add get_rx_ring_count callback to optimize RX ring queries
` [PATCH net-next 5/7] net: ethtool: update set_rxfh to use get_num_rxrings helper
` [PATCH net-next 6/7] net: ethtool: update set_rxfh_indir "
` [PATCH net-next 7/7] net: virtio_net: add get_rxrings ethtool callback for RX ring queries

[PATCH net 0/7] pull-request: can 2025-09-09
 2025-09-09 19:32 UTC  (3+ messages)
` [PATCH net 2/7] selftests: can: enable CONFIG_CAN_VCAN as a module

[PATCH net-next v2 03/11] virtio_net: Create virtio_net directory
 2025-09-09 19:27 UTC  (2+ messages)

[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
 2025-09-09 19:20 UTC  (6+ messages)

[PATCH net v2] octeon_ep: Validate the VF ID
 2025-09-09 18:51 UTC  (2+ messages)

[PATCH net-next 0/4] add FEC bins histogramm report via ethtool
 2025-09-09 18:42 UTC  (5+ messages)
` [PATCH net-next 1/4] ethtool: add FEC bins histogramm report
` [PATCH net-next 2/4] net/mlx5e: Don't query FEC statistics when FEC is disabled
` [PATCH net-next 3/4] net/mlx5e: Add logic to read RS-FEC histogram bin ranges from PPHCR
` [PATCH net-next 4/4] net/mlx5e: Report RS-FEC histogram statistics via ethtool

[PATCH net 0/3] net: stmmac: misc fixes
 2025-09-09 18:47 UTC  (6+ messages)
` [PATCH net 3/3] net: stmmac: check if interface is running before TC block setup

[PATCH net-next 00/11] net: stmmac: timestamping/ptp cleanups
 2025-09-09 18:46 UTC  (13+ messages)
` [PATCH net-next 01/11] net: stmmac: ptp: improve handling of aux_ts_lock lifetime
` [PATCH net-next 02/11] net: stmmac: disable PTP clock after unregistering PTP
` [PATCH net-next 03/11] net: stmmac: fix PTP error cleanup in __stmmac_open()
` [PATCH net-next 04/11] net: stmmac: fix stmmac_xdp_open() clk_ptp_ref error cleanup
` [PATCH net-next 05/11] net: stmmac: unexport stmmac_init_tstamp_counter()
` [PATCH net-next 06/11] net: stmmac: add __stmmac_release() to complement __stmmac_open()
` [PATCH net-next 07/11] net: stmmac: move stmmac_init_ptp() messages into function
` [PATCH net-next 08/11] net: stmmac: rename stmmac_init_ptp()
` [PATCH net-next 09/11] net: stmmac: add stmmac_setup_ptp()
` [PATCH net-next 10/11] net: stmmac: move PTP support check into stmmac_init_timestamping()
` [PATCH net-next 11/11] net: stmmac: move timestamping/ptp init to stmmac_hw_setup() caller

[PATCH v9 bpf] xsk: fix immature cq descriptor production
 2025-09-09 18:40 UTC  (2+ messages)

[PATCH ipsec] xfrm: fix offloading of cross-family tunnels
 2025-09-09 18:29 UTC  (4+ messages)

[PATCH net-next 0/4] net: stmmac: new features
 2025-09-09 18:26 UTC  (4+ messages)

[PATCH net-next v2 00/11] virtio_net: Add ethtool flow rules support
 2025-09-09 17:56 UTC  (4+ messages)
` [PATCH net-next v2 01/11] virtio-pci: Expose generic device capability operations

[PATCH net-next] doc: mptcp: fix Netlink specs link
 2025-09-09 17:46 UTC 

[PATCH] nbd: restrict sockets to TCP and UDP
 2025-09-09 17:16 UTC  (8+ messages)

[PATCH net v2 0/2] net: dst_metadata: fix DF flag extraction on tunnel rx
 2025-09-09 16:54 UTC  (3+ messages)
` [PATCH net v2 1/2] net: dst_metadata: fix IP_DF bit not extracted from tunnel headers
` [PATCH net v2 2/2] selftests: openvswitch: add a simple test for tunnel metadata

[PATCH net-next 00/10] bridge: Allow keeping local FDB entries only on VLAN 0
 2025-09-09 13:34 UTC  (4+ messages)
` [PATCH net-next 02/10] net: bridge: BROPT_FDB_LOCAL_VLAN_0: Look up FDB on VLAN 0 on miss

[pull-request] mlx5-next updates 2025-09-09
 2025-09-09 16:30 UTC  (2+ messages)

[PATCH net-next v9 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-09-09 16:18 UTC  (8+ messages)
` [PATCH net-next v9 2/5] net: spacemit: Add K1 Ethernet MAC

[PATCH net-next] net: stmmac: dwc-qos: use PHY WoL
 2025-09-09 16:16 UTC  (2+ messages)

[PATCH][next] geneve: Avoid -Wflex-array-member-not-at-end warning
 2025-09-09 16:15 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).