public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 15:14:16 to 2026-03-19 22:33:28 UTC [more...]

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-19 22:32 UTC  (14+ messages)
` [PATCH v5 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
` [PATCH v5 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v5 phy-next 03/27] usb: add "
` [PATCH v5 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
` [PATCH v5 phy-next 05/27] phy: "
` [PATCH v5 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v5 phy-next 07/27] net: lan969x: include missing <linux/of.h>
` [PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v5 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v5 phy-next 12/27] usb: host: tegra: avoid direct dereference of phy->dev.of_node
` [PATCH v5 phy-next 13/27] usb: gadget: tegra-xudc: "
` [PATCH v5 phy-next 14/27] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v5 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>

[PATCH net v2] neighbour: add RTNL_FLAG_DUMP_SPLIT_NLM_DONE to RTM_GETNEIGH
 2026-03-19 22:22 UTC  (2+ messages)
` [PATCH net v3] "

[RFC net-next 00/15] Introducing ipxlat: a stateless IPv4/IPv6 translation device
 2026-03-19 22:11 UTC  (11+ messages)
` [RFC net-next 01/15] drivers/net: add ipxlat netdevice skeleton and build plumbing
` [RFC net-next 02/15] ipxlat: add RFC 6052 address conversion helpers
` [RFC net-next 06/15] ipxlat: add transport checksum and offload helpers
` [RFC net-next 08/15] ipxlat: add translation engine and dispatch core
` [RFC net-next 09/15] ipxlat: emit translator-generated ICMP errors on drop
` [RFC net-next 10/15] ipxlat: add 4to6 pre-fragmentation path
` [RFC net-next 13/15] ipxlat: add netlink control plane and uapi
` [RFC net-next 14/15] selftests: net: add ipxlat coverage
` [RFC net-next 15/15] Documentation: networking: add ipxlat translator guide

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-19 22:06 UTC  (19+ messages)
` [PATCH v7 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v7 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v7 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v7 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v7 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v7 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v7 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v7 09/10] x86/vmscape: Fix conflicting attack-vector controls with =force
` [PATCH v7 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH net v2 0/2] stmmac crash/stall fixes when under memory pressure
 2026-03-19 21:59 UTC  (4+ messages)
` [PATCH net v2 1/2] net: stmmac: Prevent NULL deref when RX memory exhausted
` [PATCH net v2 2/2] net: stmmac: Prevent indefinite RX stall on buffer exhaustion

[PATCH iwl-net] idpf: fix xdp crash in soft reset error path
 2026-03-19 21:47 UTC  (3+ messages)

[PATCH net-next v2 0/2] r8152: Add support for the RTL8157 5Gbit USB Ethernet chip
 2026-03-19 21:43 UTC  (12+ messages)
` [PATCH net-next v2 1/2] r8152: Add support for 5Gbit Link Speeds and EEE
` [PATCH net-next v2 2/2] r8152: Add support for the RTL8157 hardware

[PATCH net-next 0/2] Add support for PIC64-HPSC/HX MDIO controller
 2026-03-19 21:38 UTC  (14+ messages)
` [PATCH net-next 1/2] dt-bindings: net: document Microchip "
` [PATCH net-next 2/2] net: mdio: add a driver for "

[PATCH net-next v8 0/6] tls: Add TLS 1.3 hardware offload support
 2026-03-19 21:33 UTC  (7+ messages)
` [PATCH v8 1/6] net: tls: reject TLS 1.3 offload in chcr_ktls and nfp drivers
` [PATCH v8 2/6] net/mlx5e: add TLS 1.3 hardware offload support
` [PATCH v8 3/6] tls: "
` [PATCH v8 4/6] tls: split tls_set_sw_offload into init and finalize stages
` [PATCH v8 5/6] tls: add hardware offload key update support
` [PATCH v8 6/6] selftests: net: add TLS hardware offload test

[syzbot] Monthly wireguard report (Mar 2026)
 2026-03-19 21:35 UTC 

[PATCH net-next v3 0/6] net: bcmgenet: add XDP support
 2026-03-19 21:34 UTC  (9+ messages)
` [PATCH net-next v3 2/6] net: bcmgenet: register xdp_rxq_info for each RX ring
` [PATCH net-next v3 3/6] net: bcmgenet: add basic XDP support (PASS/DROP)
` [PATCH net-next v3 4/6] net: bcmgenet: add XDP_TX support
` [PATCH net-next v3 5/6] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support

[PATCH net-next 0/3] tcp: fix scaled no-shrink rwnd quantization slack
 2026-03-19 21:21 UTC  (8+ messages)
` [PATCH net-next 1/3] selftests: packetdrill: stop pinning rwnd in tcp_ooo_rcv_mss
` [PATCH net-next 2/3] tcp: keep scaled no-shrink window representable

[PATCH iwl-net v2 0/3] idpf: virtchnl locking and async fixes
 2026-03-19 21:13 UTC  (4+ messages)
` [PATCH iwl-net v2 1/3] idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handling
` [PATCH iwl-net v2 2/3] idpf: improve locking around idpf_vc_xn_push_free()
` [PATCH iwl-net v2 3/3] idpf: set the payload size before calling the async handler

[PATCH net-next 0/9] pull request: ovpn 2026-03-17
 2026-03-19 21:04 UTC  (5+ messages)
` [PATCH net-next 8/9] selftests: ovpn: add test for the FW mark feature

[PATCH net-next 1/2] net: page_pool: support dumping pps of a specific ifindex via Netlink
 2026-03-19 21:04 UTC  (4+ messages)

[GIT PULL] Networking for v7.0-rc5
 2026-03-19 20:59 UTC  (2+ messages)

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-19 20:54 UTC  (4+ messages)

[PATCH iwl-net v4] ice: fix missing dpll notifications for SW pins
 2026-03-19 20:52 UTC 

[PATCH net-next 2/2] r8152: add helper functions for PHY OCP registers
 2026-03-19 20:46 UTC  (2+ messages)

[PATCH net-next v17 03/14] net: homa: create shared Homa header files
 2026-03-19 20:37 UTC  (3+ messages)
` [net-next,v17,03/14] "

[PATCH net-next v3] selftests: bonding: add test for stacked bond header_parse recursion
 2026-03-19 20:29 UTC  (2+ messages)

[PATCH net-next] net: add netdev_from_priv() helper
 2026-03-19 20:27 UTC  (3+ messages)

[PATCH] net: fix fanout UAF in packet_release() via NETDEV_UP race
 2026-03-19 20:18 UTC  (2+ messages)

[PATCH v2 0/2] net: cleanup bitmaps printing
 2026-03-19 20:17 UTC  (3+ messages)
` [PATCH 1/2] octeontx2-af: simplify rvu_debugfs
` [PATCH 2/2] net-sysfs: switch xps_queue_show() to sysfs_emit()

[PATCH net-next v2 0/2] selftests: rds: add config file and config.sh -c option
 2026-03-19 20:16 UTC  (4+ messages)
` [PATCH net-next v2 2/2] selftests: rds: Add -c config option to rds/config.sh
  ` [net-next,v2,2/2] "

[PATCH net-next] gve: add XDP metadata support for DQ RDA
 2026-03-19 20:02 UTC  (3+ messages)

r8169: Discussion on implementing RSS support for r8169
 2026-03-19 19:59 UTC  (3+ messages)

[PATCH net-next v4 00/13] macb usrio/tsu patches
 2026-03-19 19:52 UTC  (2+ messages)

[net-next v3 00/12] Add TSO map-once DMA helpers and bnxt SW USO support
 2026-03-19 19:34 UTC  (8+ messages)
` [net-next v3 02/12] net: tso: Add tso_dma_map helpers
` [net-next v3 08/12] net: bnxt: Implement software USO

[PATCH net-next v2 02/13] wifi: cfg80211: use __rtnl_unlock in nl80211_pre_doit
 2026-03-19 19:22 UTC  (2+ messages)
` [Intel-wired-lan] "

[GIT PULL] bluetooth 2026-03-19
 2026-03-19 19:04 UTC 

[PATCH net-next v4 0/3] netdevsim: support ETS offload
 2026-03-19 18:40 UTC  (4+ messages)
` [PATCH net-next v4 1/3] netdevsim: move TC offload code to a dedicated file
` [PATCH net-next v4 2/3] netdevsim: support tc-ets offload
` [PATCH net-next v4 3/3] tc-testing: add a test case for ETS offload

[PATCH] net: mana: fix use-after-free in add_adev() error path
 2026-03-19 18:18 UTC  (2+ messages)

[PATCH net] udp: Fix wildcard bind conflict check when using hash2
 2026-03-19 18:18 UTC 

[PATCH net-next] net: dsa: microchip: Don't embed struct phy_device to maintain the port state
 2026-03-19 18:17 UTC 

[PATCH net] net: ti: icssg-prueth: fix use-after-free of CPPI descriptor in RX path
 2026-03-19 18:12 UTC 

[PATCH net] ionic: fix persistent MAC address override on PF
 2026-03-19 18:11 UTC  (4+ messages)

[PATCH net-next 0/8] dpll/ice: Add TXC DPLL type and full TX reference clock control for E825
 2026-03-19 18:07 UTC  (4+ messages)
` [PATCH net-next 1/8] dpll: add new DPLL type for transmit clock (TXC) usage

[PATCH iwl-next 0/4] iavf: fix VLAN filter state machine races
 2026-03-19 18:07 UTC  (2+ messages)

[PATCH net-next] net: ethtool: re-order local includes
 2026-03-19 18:05 UTC 

[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
 2026-03-19 17:52 UTC  (3+ messages)

[PATCH v3 0/2] Add ICSSG0 dual EMAC support for AM642 EVM
 2026-03-19 17:58 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: ti: k3-am642-evm: Add ICSSG0 overlay for dual EMAC support

[PATCH v2 net 0/8] xsk: tailroom reservation and MTU validation
 2026-03-19 17:55 UTC  (9+ messages)
` [PATCH v2 net 1/8] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v2 net 2/8] xsk: respect tailroom for ZC setups
` [PATCH v2 net 3/8] ice: do not round up result of dbuf calculation for xsk pool
` [PATCH v2 net 4/8] i40e: do not round up result of dbuff "
` [PATCH v2 net 5/8] xsk: validate MTU against usable frame size on bind
` [PATCH v2 net 6/8] selftests: bpf: fix pkt grow tests
` [PATCH v2 net 7/8] selftests: bpf: have a separate variable for drop test
` [PATCH v2 net 8/8] selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom

net: disable default loopback
 2026-03-19 17:46 UTC 

[PATCH net-next v7 00/10] net: phy_port: SFP modules representation and phy_port listing
 2026-03-19 17:52 UTC  (6+ messages)
` [PATCH net-next v7 10/10] net: ethtool: Introduce ethtool command to list ports

[PATCH v2] net: fjes: Drop fjes_acpi_driver and rework initialization
 2026-03-19 17:51 UTC  (2+ messages)

[PATCH net-next 0/5] dpll: zl3073x: add ref-sync pair support
 2026-03-19 17:48 UTC  (6+ messages)
` [PATCH net-next 1/5] dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()
` [PATCH net-next 2/5] dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patterns
` [PATCH net-next 3/5] dpll: zl3073x: add ref sync and output clock type helpers
` [PATCH net-next 4/5] dt-bindings: dpll: add ref-sync-sources property
` [PATCH net-next 5/5] dpll: zl3073x: add ref-sync pair support

[PATCH net-next v2] bonding: remove bonding_priv.h
 2026-03-19 17:47 UTC  (2+ messages)

[PATCH net-next 5/8] ice: add TX clock (TXC) DPLL interface for E825 devices
 2026-03-19 17:37 UTC  (2+ messages)

[PATCH] net: ti: icssg-prueth: fix use-after-free of CPPI descriptor in RX path
 2026-03-19 17:30 UTC  (2+ messages)

[syzbot] [netfilter?] KCSAN: data-race in hash_ipport6_add / hash_ipport6_head
 2026-03-19 17:27 UTC 

[syzbot] [wireguard?] KCSAN: data-race in wg_expired_retransmit_handshake / wg_packet_send_queued_handshake_initiation (4)
 2026-03-19 17:27 UTC 

[PATCH net-next v4 0/8] TLS read_sock performance scalability
 2026-03-19 17:21 UTC  (3+ messages)
` [PATCH PATCH net-next v4 1/8] tls: Factor tls_decrypt_async_drain() from recvmsg

[PATCH iwl-next v1 0/3] i40e: support XDP metadata ops (RX
 2026-03-19 17:16 UTC  (4+ messages)
` [PATCH iwl-next v1 1/3] i40e: prepare for XDP metadata ops support
` [PATCH iwl-next v1 2/3] i40e: add support for bpf_xdp_metadata_rx_hash()
` [PATCH iwl-next v1 3/3] i40e: add support for bpf_xdp_metadata_rx_vlan_tag()

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-19 17:14 UTC  (3+ messages)
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts

[PATCH net-next v1 0/2] virtchnl/ice: add IEEE 802.1ah (0x88E7) VLAN ethertype support
 2026-03-19 17:11 UTC  (2+ messages)

[PATCH net-next v1 0/4] r8169: add ltr and c10 support for RTL8116af
 2026-03-19 17:09 UTC  (8+ messages)
` [PATCH net-next v1 2/4] r8169: add sfp mode "

[PATCH 0/2] rxrpc: Fix key and keyring reference count leaks
 2026-03-19 16:55 UTC  (4+ messages)
` [PATCH 1/2] rxrpc: Fix keyring reference count leak in rxrpc_setsockopt()

[PATCH net-next] net: dsa: mxl862xx: don't read out-of-bounds
 2026-03-19 16:44 UTC  (2+ messages)

[PATCH net] MPTCP: fix lock class name family in pm_nl_create_listen_socket
 2026-03-19 16:40 UTC  (2+ messages)

[PATCH net v3] net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error paths
 2026-03-19 16:40 UTC  (2+ messages)

[PATCH net] icmp: fix NULL pointer dereference in icmp_tag_validation()
 2026-03-19 16:40 UTC  (2+ messages)

[Intel-wired-lan][PATCH iwl-net] idpf: only assign num refillqs if allocation was successful
 2026-03-19 16:38 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH "

[PATCH] ipvs: Move defense_work to system_dfl_long_wq
 2026-03-19 16:36 UTC  (2+ messages)

[PATCH v3 net-next 0/3] amd-xgbe: TX resilience improvements for link-down handling
 2026-03-19 16:32 UTC  (4+ messages)
` [PATCH v3 net-next 1/3] amd-xgbe: add adaptive link status polling
` [PATCH v3 net-next 2/3] amd-xgbe: optimize TX shutdown on link-down
` [PATCH v3 net-next 3/3] amd-xgbe: add TX descriptor cleanup for link-down

[PATCH RFC net-next v2 2/2] af_packet: Add port specific handling for HSR
 2026-03-19 16:27 UTC  (12+ messages)

[PATCH net] net: enetc: fix the output issue of 'ethtool --show-ring'
 2026-03-19 16:22 UTC  (2+ messages)

[PATCH iwl-net 0/3] idpf: virtchnl locking and async fixes
 2026-03-19 16:21 UTC  (4+ messages)
` [PATCH iwl-net 2/3] idpf: set the payload size before calling the async handler

[PATCH net-next 00/15][pull request] Introduce iXD driver
 2026-03-19 16:17 UTC  (4+ messages)
` [PATCH net-next 06/15] libie: add bookkeeping support for control queue messages

[PATCH iwl-next v2 0/2] igc: enable build_skb path
 2026-03-19 16:11 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net] idpf: clear stale cdev_info ptr
 2026-03-19 16:08 UTC  (3+ messages)

[PATCH net-next v3 0/9] selftests: drivers: bash support for remote traffic generators
 2026-03-19 16:04 UTC  (10+ messages)
` [PATCH net-next v3 1/9] selftests: forwarding: extend ethtool_std_stats_get with pause statistics
` [PATCH net-next v3 2/9] selftests: net: add helpers for running a command on other targets
` [PATCH net-next v3 3/9] selftests: net: extend lib.sh to parse drivers/net/net.config
` [PATCH net-next v3 4/9] selftests: net: update some helpers to use run_on
` [PATCH net-next v3 5/9] selftests: drivers: hw: cleanup shellcheck warnings in the rmon test
` [PATCH net-next v3 6/9] selftests: drivers: hw: test rmon counters only on first interface
` [PATCH net-next v3 7/9] selftests: drivers: hw: replace counter upper limit with UINT32_MAX in rmon test
` [PATCH net-next v3 8/9] selftests: drivers: hw: update ethtool_rmon to work with a single local interface
` [PATCH net-next v3 9/9] selftests: drivers: hw: add test for the ethtool standard counters

[PATCH net-next v3 0/5] net: centralize master device offload feature computation
 2026-03-19 16:01 UTC  (3+ messages)

[PATCH net v2 1/1] net: fec: fix the PTP periodic output sysfs interface
 2026-03-19 15:59 UTC 

[PATCH net v1] net/ipv6: mcast: fix circular locking dependency in __ipv6_dev_mc_inc()
 2026-03-19 15:36 UTC  (6+ messages)

[PATCH net-next v2 00/13] net: sleepable ndo_set_rx_mode
 2026-03-19 15:54 UTC  (4+ messages)
` [PATCH net-next v2 08/13] bnxt: use snapshot in bnxt_cfg_rx_mode
  ` [Intel-wired-lan] "

[PATCH v3 0/3] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-19 15:49 UTC  (5+ messages)
` [PATCH v3 3/3] nfs: refactor nfs_errorf macros and remove unused ones


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox