netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-25 14:48:37 to 2025-10-26 20:04:01 UTC [more...]

[PATCH net V3 0/3] tls: Introduce and use RX async resync request cancel function
 2025-10-26 20:03 UTC  (3+ messages)
` [PATCH net V3 1/3] net: tls: Change async resync helpers argument
` [PATCH net V3 2/3] net: tls: Cancel RX async resync request on rcd_delta overflow

[PATCH] selftest: net: fix socklen_t type mismatch in sctp_collision test
 2025-10-26 18:09 UTC  (2+ messages)

[PATCH] xdrgen: handle _XdrString in union encoder/decoder
 2025-10-26 18:00 UTC 

[RFC PATCH net-next v2 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-10-26 17:54 UTC  (3+ messages)
` [RFC PATCH net-next v2 1/2] net: Add ndo_write_rx_config and helper structs and functions:
` [RFC PATCH net-next v2 2/2] net: ethernet: Implement ndo_write_rx_config callback for the 8139cp driver

[PATCH v3 0/3] io_uring zcrx ifq sharing
 2025-10-26 17:34 UTC  (4+ messages)
` [PATCH v3 1/3] io_uring/rsrc: rename and export io_lock_two_rings()
` [PATCH v3 2/3] io_uring/zcrx: add refcount to struct io_zcrx_ifq
` [PATCH v3 3/3] io_uring/zcrx: share an ifq between rings

[PATCH ethtool-next] netlink: tsconfig: add HW time stamping configuration
 2025-10-26 16:57 UTC  (2+ messages)

[PATCH v2] net: usb: asix_devices: Check return value of usbnet_get_endpoints
 2025-10-26 16:43 UTC 

[PATCH v3] net: sctp: fix KMSAN uninit-value in sctp_inq_pop
 2025-10-26 16:33 UTC 

[PATCH] dt-bindings: Remove extra blank lines
 2025-10-26 15:33 UTC  (2+ messages)

[PATCH net-next v2] net: add net cookie for trace_net_dev_xmit_timeout
 2025-10-26 15:13 UTC  (2+ messages)

[PATCH net-next v5 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-10-26 15:09 UTC  (16+ messages)
` [PATCH net-next v5 01/15] crypto: octeontx2: Share engine group info with AF driver
` [PATCH net-next v5 02/15] octeontx2-af: Configure crypto hardware for inline ipsec
` [PATCH net-next v5 03/15] octeontx2-af: Setup Large Memory Transaction for crypto
` [PATCH net-next v5 04/15] octeontx2-af: Handle inbound inline ipsec config in AF
` [PATCH net-next v5 05/15] octeontx2-af: Add support for CPT second pass
` [PATCH net-next v5 06/15] octeontx2-af: Add support for SPI to SA index translation
` [PATCH net-next v5 07/15] octeontx2-af: Add mbox to alloc/free BPIDs
` [PATCH net-next v5 08/15] octeontx2-pf: ipsec: Setup NIX HW resources for inbound flows
` [PATCH net-next v5 09/15] octeontx2-pf: ipsec: Allocate Ingress SA table
` [PATCH net-next v5 10/15] octeontx2-pf: ipsec: Handle NPA threshold interrupt
` [PATCH net-next v5 11/15] octeontx2-pf: ipsec: Initialize ingress IPsec
` [PATCH net-next v5 12/15] octeontx2-pf: ipsec: Configure backpressure
` [PATCH net-next v5 13/15] octeontx2-pf: ipsec: Process CPT metapackets
` [PATCH net-next v5 14/15] octeontx2-pf: ipsec: Manage NPC rules and SPI-to-SA table entries
` [PATCH net-next v5 15/15] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows

[PATCH v2 0/5] io_uring zcrx ifq sharing
 2025-10-26 15:06 UTC  (13+ messages)
` [PATCH v2 1/5] io_uring/rsrc: rename and export io_lock_two_rings()
` [PATCH v2 2/5] io_uring/zcrx: add refcount to struct io_zcrx_ifq
` [PATCH v2 3/5] io_uring/zcrx: share an ifq between rings
` [PATCH v2 4/5] io_uring/zcrx: redirect io_recvzc on proxy ifq to src ifq
` [PATCH v2 5/5] io_uring/zcrx: free proxy ifqs

[PATCH net-next v2] xsk: add indirect call for xsk_destruct_skb
 2025-10-26 14:58 UTC 

[PATCH AUTOSEL 6.17-6.12] net: wwan: t7xx: add support for HP DRMR-H01
 2025-10-26 14:49 UTC 

[PATCH bpf-next v3 00/16] Make TC BPF helpers preserve skb metadata
 2025-10-26 14:18 UTC  (17+ messages)
` [PATCH bpf-next v3 01/16] net: Helper to move packet data and metadata after skb_push/pull
` [PATCH bpf-next v3 02/16] net: Preserve metadata on pskb_expand_head
` [PATCH bpf-next v3 03/16] bpf: Unclone skb head on bpf_dynptr_write to skb metadata
` [PATCH bpf-next v3 04/16] vlan: Make vlan_remove_tag return nothing
` [PATCH bpf-next v3 05/16] bpf: Make bpf_skb_vlan_pop helper metadata-safe
` [PATCH bpf-next v3 06/16] bpf: Make bpf_skb_vlan_push "
` [PATCH bpf-next v3 07/16] bpf: Make bpf_skb_adjust_room metadata-safe
` [PATCH bpf-next v3 08/16] bpf: Make bpf_skb_change_proto helper metadata-safe
` [PATCH bpf-next v3 09/16] bpf: Make bpf_skb_change_head "
` [PATCH bpf-next v3 10/16] selftests/bpf: Verify skb metadata in BPF instead of userspace
` [PATCH bpf-next v3 11/16] selftests/bpf: Dump skb metadata on verification failure
` [PATCH bpf-next v3 12/16] selftests/bpf: Expect unclone to preserve skb metadata
` [PATCH bpf-next v3 13/16] selftests/bpf: Cover skb metadata access after vlan push/pop helper
` [PATCH bpf-next v3 14/16] selftests/bpf: Cover skb metadata access after bpf_skb_adjust_room
` [PATCH bpf-next v3 15/16] selftests/bpf: Cover skb metadata access after change_head/tail helper
` [PATCH bpf-next v3 16/16] selftests/bpf: Cover skb metadata access after bpf_skb_change_proto

[PATCH] net: phy: motorcomm: Add support for PHY LEDs on YT8531
 2025-10-26 13:36 UTC 

[PATCH net-next 0/5] net/mlx5: Add balance ID support for LAG multiplane groups
 2025-10-26 12:53 UTC  (3+ messages)

[PATCH net-next 0/7] net/mlx5e: Reduce interface downtime on configuration change
 2025-10-26 12:50 UTC  (6+ messages)
` [PATCH net-next 2/7] net/mlx5e: Use TIR API in mlx5e_modify_tirs_lb()

[PATCH net v2] dt-bindings: net: sparx5: Narrow properly LAN969x register space windows
 2025-10-26 10:17 UTC 

[PATCH net] dt-bindings: net: sparx5: Narrow properly LAN969x register space windows
 2025-10-26 10:17 UTC  (2+ messages)

[PATCH net] dt-bindings: net: sparx5: correct LAN969x register space windows
 2025-10-26 10:11 UTC  (2+ messages)

[PATCH net-next] net: bonding: use workqueue to make sure peer notify updated
 2025-10-26  9:59 UTC  (3+ messages)

[PATCH net-next] net: bonding: use atomic instead of rtnl_mutex, to make sure peer notify updated
 2025-10-26  9:56 UTC 

[PATCH v3] net/dccp: validate Reset/Close/CloseReq in DCCP_REQUESTING
 2025-10-26  9:44 UTC  (2+ messages)
` [PATCH RESEND "

[PATCH v5 00/10] arm64: dts: socfpga: agilex5: enable network and add new board
 2025-10-26  8:53 UTC  (10+ messages)
` [PATCH v5 01/10] net: stmmac: dwmac-socfpga: don't set has_gmac
` [PATCH v5 02/10] net: stmmac: Use interrupt mode INTM=1 for per channel irq
` [PATCH v5 05/10] dt-bindings: net: altr,socfpga-stmmac: add generic dwxgmac compatible
` [PATCH v5 07/10] dt-bindings: net: altr,socfpga-stmmac: allow dma-coherent property

[PATCH net-next v8 1/2] net/tls: support setting the maximum payload size
 2025-10-26  8:50 UTC  (5+ messages)

[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in get_random_u8
 2025-10-26  1:24 UTC 

[syzbot] [net?] BUG: unable to handle kernel NULL pointer dereference in pc_clock_gettime
 2025-10-25 23:10 UTC 

ipv6_route flags RTF_ADDRCONF and RTF_PREFIX_RT are not cleared when static on-link routes are added during IPv6 address configuration
 2025-10-25 21:21 UTC  (4+ messages)
    ` Bug#1117959: "

[PATCH 0/3] Resolve ARM kCFI build failure in idpf xsk.c
 2025-10-25 20:53 UTC  (4+ messages)
` [PATCH 1/3] compiler_types: Introduce __nocfi_generic
` [PATCH 2/3] ARM: Select ARCH_USES_CFI_GENERIC_LLVM_PASS
` [PATCH 3/3] libeth: xdp: Disable generic kCFI pass for libeth_xdp_tx_xmit_bulk()

[PATCH net-next 0/3] net: stmmac: phylink PCS conversion part 3 (dodgy stuff)
 2025-10-25 20:48 UTC  (4+ messages)
` [PATCH net-next 1/3] net: stmmac: configure AN control according to phylink
` [PATCH net-next 2/3] net: stmmac: report PCS configuration changes
` [PATCH net-next 3/3] net: stmmac: add support specifying PCS supported interfaces

[PATCH net-next 00/13] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
 2025-10-25 20:46 UTC  (5+ messages)
` [PATCH net-next 03/13] net: dsa: lantiq_gswip: support Energy Efficient Ethernet
` [PATCH net-next 13/13] net: dsa: add driver for MaxLinear GSW1xx switch family

[net-next PATCH v2 0/2] net: airoha: initial phylink support
 2025-10-25 20:36 UTC  (3+ messages)
` [net-next PATCH v2 2/2] net: airoha: add phylink support for GDM1

[PATCH net-next v2 0/4] net: dsa: yt921x: Add STP/MST/HSR/LAG support
 2025-10-25 20:16 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net: dsa: yt921x: Use *_ULL bitfield macros for VLAN_CTRL
` [PATCH net-next v2 2/4] net: dsa: yt921x: Add STP/MST support
` [PATCH net-next v2 3/4] net: dsa: yt921x: Add HSR offloading support
` [PATCH net-next v2 4/4] net: dsa: yt921x: Add LAG "

[PATCH net-next 0/2] net: stmmac: pcs support part 2
 2025-10-25 19:50 UTC  (5+ messages)
` [PATCH net-next 1/2] net: stmmac: add stmmac_mac_irq_modify()

[PATCH net] tools: ynl: fix string attribute length to include null terminator
 2025-10-25 19:05 UTC  (3+ messages)

[PATCH net-next v2 00/13] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
 2025-10-25 19:05 UTC  (16+ messages)
` [PATCH net-next v2 03/13] net: dsa: lantiq_gswip: support Energy Efficient Ethernet
` [PATCH net-next v2 04/13] net: dsa: lantiq_gswip: set link parameters also for CPU port
` [PATCH net-next v2 05/13] net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID
` [PATCH net-next v2 06/13] dt-bindings: net: dsa: lantiq,gswip: add support for MII delay properties
` [PATCH net-next v2 07/13] net: dsa: lantiq_gswip: allow adjusting MII delays
` [PATCH net-next v2 08/13] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property
` [PATCH net-next v2 09/13] net: dsa: lantiq_gswip: add vendor property to setup MII refclk output
` [PATCH net-next v2 10/13] dt-bindings: net: dsa: lantiq,gswip: add support for MaxLinear GSW1xx switches
` [PATCH net-next v2 11/13] net: dsa: add tagging driver for MaxLinear GSW1xx switch family
` [PATCH net-next v2 12/13] net: dsa: lantiq_gswip: add registers specific for MaxLinear GSW1xx
` [PATCH net-next v2 13/13] net: dsa: add driver for MaxLinear GSW1xx switch family

[PATCH v2] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
 2025-10-25 19:02 UTC 

[PATCH net-next 0/2] net: phy: fixed_phy: add helper fixed_phy_register_100fd
 2025-10-25 18:59 UTC  (3+ messages)

[PATCH v3 net-next 0/4] net: phy: add iterator mdiobus_for_each_phy
 2025-10-25 18:52 UTC  (5+ messages)
` [PATCH v3 net-next 1/4] "
` [PATCH v3 net-next 2/4] net: fec: use new "
` [PATCH v3 net-next 3/4] net: davinci_mdio: "
` [PATCH v3 net-next 4/4] net: phy: use new iterator mdiobus_for_each_phy in mdiobus_prevent_c45_scan

[PATCH v2 net-next 0/4] net: phy: add iterator mdiobus_for_each_phy
 2025-10-25 18:44 UTC  (3+ messages)

[PATCH v2 net-next] net: stmmac: mdio: fix incorrect phy address check
 2025-10-25 18:35 UTC 

[PATCH net-next] net: stmmac: mdio: fix smatch warning
 2025-10-25 18:33 UTC  (2+ messages)

[PATCH net v2] xsk: avoid data corruption on cq descriptor number
 2025-10-25 18:18 UTC  (3+ messages)

[PATCH net-next v2 0/2] net: dsa: yt921x: Fix MIB overflow wraparound routine
 2025-10-25 17:13 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net: dsa: yt921x: Protect MIB stats with a lock

[PATCH iwl-net v1] iavf: fix off-by-one issues in iavf_config_rss_reg()
 2025-10-25 16:58 UTC 

[syzbot] [mptcp?] WARNING in mptcp_pm_nl_del_addr_doit
 2025-10-25 16:35 UTC 

[PATCH AUTOSEL 6.17-6.1] net: phy: fixed_phy: let fixed_phy_unregister free the phy_device
 2025-10-25 16:01 UTC  (56+ messages)
` [PATCH AUTOSEL 6.17-5.4] ipv6: np->rxpmtu race annotation
` [PATCH AUTOSEL 6.17-6.6] net: stmmac: Correctly handle Rx checksum offload errors
` [PATCH AUTOSEL 6.17-6.12] PCI/ERR: Update device error_state already after reset
` [PATCH AUTOSEL 6.17-6.1] selftests: net: replace sleeps in fcnal-test with waits
` [PATCH AUTOSEL 6.17-5.4] selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8
` [PATCH AUTOSEL 6.17-6.12] bnxt_en: Add Hyper-V VF ID
` [PATCH AUTOSEL 6.17-5.4] selftests/net: Ensure assert() triggers in psock_tpacket.c
` [PATCH AUTOSEL 6.17-5.4] net: When removing nexthops, don't call synchronize_net if it is not necessary
` [PATCH AUTOSEL 6.17] netlink: specs: fou: change local-v6/peer-v6 check
` [PATCH AUTOSEL 6.17-6.1] smsc911x: add second read of EEPROM mac when possible corruption seen
` [PATCH AUTOSEL 6.17-5.4] net: sh_eth: Disable WoL if system can not suspend
` [PATCH AUTOSEL 6.17] bnxt_en: Add fw log trace support for 5731X/5741X chips
` [PATCH AUTOSEL 6.17-5.10] udp_tunnel: use netdev_warn() instead of netdev_WARN()
` [PATCH AUTOSEL 6.17] tcp: Update bind bucket state on port release
` [PATCH AUTOSEL 6.17-6.1] net: bridge: Install FDB for bridge MAC on VLAN 0
` [PATCH AUTOSEL 6.17] selftest: net: Fix error message if empty variable
` [PATCH AUTOSEL 6.17] net: phy: dp83640: improve phydev and driver removal handling
` [PATCH AUTOSEL 6.17-5.4] selftests: Disable dad for ipv6 in fcnal-test.sh
` [PATCH AUTOSEL 6.17-6.6] net: phy: clear link parameters on admin link down
` [PATCH AUTOSEL 6.17] net: Prevent RPS table overwrite of active flows
` [PATCH AUTOSEL 6.17-5.10] r8169: set EEE speed down ratio to 1
` [PATCH AUTOSEL 6.17-5.4] rds: Fix endianness annotation for RDS_MPATH_HASH
` [PATCH AUTOSEL 6.17-6.12] net: stmmac: est: Drop frames causing HLBS error
` [PATCH AUTOSEL 6.17-6.12] net: ipv4: allow directed broadcast routes to use dst hint
` [PATCH AUTOSEL 6.17-6.12] net: dsa: felix: support phy-mode = "10g-qxgmii"
` [PATCH AUTOSEL 6.17-5.4] net: ipv6: fix field-spanning memcpy warning in AH output
` [PATCH AUTOSEL 6.17-6.12] net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463
` [PATCH AUTOSEL 6.17] net/mlx5e: Prevent entering switchdev mode with inconsistent netns
` [PATCH AUTOSEL 6.17-6.12] microchip: lan865x: add ndo_eth_ioctl handler to enable PHY ioctl support
` [PATCH AUTOSEL 6.17] Octeontx2-af: Broadcast XON on all channels
` [PATCH AUTOSEL 6.17] hinic3: Queue pair endianness improvements
` [PATCH AUTOSEL 6.17-6.12] tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()
` [PATCH AUTOSEL 6.17] selftests: net: lib.sh: Don't defer failed commands
` [PATCH AUTOSEL 6.17] ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2
` [PATCH AUTOSEL 6.17-5.10] selftests: traceroute: Use require_command()
` [PATCH AUTOSEL 6.17-5.10] net: stmmac: Check stmmac_hw_setup() in stmmac_resume()
` [PATCH AUTOSEL 6.17-5.10] ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled
` [PATCH AUTOSEL 6.17-6.1] net/mlx5e: Don't query FEC statistics when FEC is disabled
` [PATCH AUTOSEL 6.17] bng_en: make bnge_alloc_ring() self-unwind on failure
` [PATCH AUTOSEL 6.17-5.4] page_pool: Clamp pool size to max 16K pages
` [PATCH AUTOSEL 6.17] selftests: drv-net: hds: restore hds settings
` [PATCH AUTOSEL 6.17-6.12] selftests: traceroute: Return correct value on failure
` [PATCH AUTOSEL 6.17-5.4] bridge: Redirect to backup port when port is administratively down
` [PATCH AUTOSEL 6.17-6.12] net: devmem: expose tcp_recvmsg_locked errors
` [PATCH AUTOSEL 6.17] net: phy: clear EEE runtime state in PHY_HALTED/PHY_ERROR
` [PATCH AUTOSEL 6.17-6.12] selftests: mptcp: join: allow more time to send ADD_ADDR
` [PATCH AUTOSEL 6.17-5.10] net: phy: marvell: Fix 88e1510 downshift counter errata
` [PATCH AUTOSEL 6.17] selftests: net: make the dump test less sensitive to mem accounting
` [PATCH AUTOSEL 6.17-5.4] net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
` [PATCH AUTOSEL 6.17] hinic3: Fix missing napi->dev in netif_queue_set_napi
` [PATCH AUTOSEL 6.17-5.4] selftests: Replace sleep with slowwait
` [PATCH AUTOSEL 6.17-6.12] inet_diag: annotate data-races in inet_diag_bc_sk()
` [PATCH AUTOSEL 6.17-5.15] page_pool: always add GFP_NOWARN for ATOMIC allocations
` [PATCH AUTOSEL 6.17-5.4] net/cls_cgroup: Fix task_get_classid() during qdisc run
` [PATCH AUTOSEL 6.17-5.15] ptp: Limit time setting of PTP clocks

[syzbot] [kernel?] BUG: soft lockup in sys_bpf
 2025-10-25 15:30 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH iwl-next v1 0/3] igc: add RSS key get/set support
 2025-10-25 15:01 UTC  (4+ messages)
` [PATCH iwl-next v1 1/3] igc: prepare for "
` [PATCH iwl-next v1 2/3] igc: expose RSS key via ethtool get_rxfh
` [PATCH iwl-next v1 3/3] igc: allow configuring RSS key via ethtool set_rxfh


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