netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-16 22:10:26 to 2025-10-17 10:17:31 UTC [more...]

[PATCH net-next] net/hsr: add interlink to fill_info output
 2025-10-17 10:17 UTC  (4+ messages)

[PATCH v30 0/3] MCTP Over PCC Transport
 2025-10-17 10:12 UTC  (5+ messages)
` [PATCH v30 2/3] mailbox: pcc: functions for reading and writing PCC extended data
  ` [External] : "
` [PATCH v30 3/3] mctp pcc: Implement MCTP over PCC Transport

[PATCH 2/2] net: spacemit: compile k1_emac driver as built-in by default
 2025-10-17 10:02 UTC 

[PATCHv6 net-next 0/4] net: common feature compute for upper interface
 2025-10-17  9:58 UTC  (6+ messages)
` [PATCHv6 net-next 1/4] net: add a common function to compute features for upper devices
` [PATCHv6 net-next 2/4] bonding: use common function to compute the features
` [PATCHv6 net-next 3/4] team: "
` [PATCHv6 net-next 4/4] net: bridge: "

[PATCH net-next] bonding: show master index when dumping slave info
 2025-10-17  9:56 UTC  (5+ messages)
` [PATCH iproute2-next] bond: slave: print master name

[PATCH net-next] s390/iucv: Convert sprintf/snprintf to scnprintf
 2025-10-17  9:49 UTC 

[PATCH net] net: phy: realtek: fix rtl8221b-vm-cg name
 2025-10-17  9:20 UTC  (2+ messages)

[PATCH net-next] bnxt_en: support PPS in/out on all pins
 2025-10-17  9:15 UTC  (4+ messages)

[PATCH net-next 0/6] convert net drivers to ndo_hwtstamp API part 2
 2025-10-17  9:15 UTC  (3+ messages)
` [PATCH net-next 6/6] net: hns3: add hwtstamp_get/hwtstamp_set ops

[PATCH net-next] net: stmmac: replace has_xxxx with core_type
 2025-10-17  9:13 UTC  (2+ messages)

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-17  9:05 UTC  (28+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH net-next v3 00/13] net: airoha: Add AN7583 ethernet controller support
 2025-10-17  9:06 UTC  (14+ messages)
` [PATCH net-next v3 01/13] dt-bindings: net: airoha: Add AN7583 support
` [PATCH net-next v3 02/13] net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe struct
` [PATCH net-next v3 03/13] net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_total_stats_entries()
` [PATCH net-next v3 04/13] net: airoha: Add airoha_eth_soc_data struct
` [PATCH net-next v3 05/13] net: airoha: Generalize airoha_ppe2_is_enabled routine
` [PATCH net-next v3 06/13] net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data struct
` [PATCH net-next v3 07/13] net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessary
` [PATCH net-next v3 08/13] net: airoha: ppe: Configure SRAM PPE entries via the cpu
` [PATCH net-next v3 09/13] net: airoha: ppe: Flush PPE SRAM table during PPE setup
` [PATCH net-next v3 10/13] net: airoha: Select default ppe cpu port in airoha_dev_init()
` [PATCH net-next v3 11/13] net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopback
` [PATCH net-next v3 12/13] net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()
` [PATCH net-next v3 13/13] net: airoha: Add AN7583 SoC support

[Linux Kernel Bug] WARNING: ODEBUG bug in free_netdev
 2025-10-17  9:05 UTC  (3+ messages)
` [PATCH] usbnet: Prevents free active kevent
  ` [PATCH V2] "

[PATCH net] dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx path
 2025-10-17  9:03 UTC  (2+ messages)

[PATCH net v2] net/smc: fix general protection fault in __smc_diag_dump
 2025-10-17  9:03 UTC  (5+ messages)

[PATCH net-next] net/smc: add full IPv6 support for SMC
 2025-10-17  9:01 UTC  (3+ messages)

[PATCH iwl-next] ice: unify PHY FW loading status handler for E800 devices
 2025-10-17  8:45 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v2 iwl-next] ice: unify PHY FW loading status handler for E800 devices
 2025-10-17  8:42 UTC 

[PATCH net-next v02 0/6] net: hinic3: PF initialization
 2025-10-17  8:30 UTC  (7+ messages)
` [PATCH net-next v02 1/6] hinic3: Add PF framework
` [PATCH net-next v02 2/6] hinic3: Add PF management interfaces
` [PATCH net-next v02 3/6] hinic3: Add NIC configuration ops
` [PATCH net-next v02 4/6] hinic3: Add mac filter ops
` [PATCH net-next v02 5/6] hinic3: Add netdev register interfaces
` [PATCH net-next v02 6/6] hinic3: Fix netif_queue_set_napi queue_index parameter passing error

[PATCH net-next 0/3] devlink eswitch active/inactive state
 2025-10-17  8:06 UTC  (5+ messages)
` [PATCH net-next 1/3] devlink: Introduce devlink eswitch state

[PATCH iwl-net] ice: fix usage of logical PF id
 2025-10-17  8:03 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] net: phy: micrel: Add support for non PTP SKUs for lan8814
 2025-10-17  7:47 UTC 

[PATCH net v4 0/2] phy: mscc: Fix PTP for VSC8574 and VSC8572
 2025-10-17  7:42 UTC  (5+ messages)
` [PATCH net v4 1/2] phy: mscc: Use PHY_ID_MATCH_MODEL for VSC8584, VSC8582, VSC8575, VSC856X
` [PATCH net v4 2/2] phy: mscc: Fix PTP for VSC8574 and VSC8572

[syzbot] [smc?] general protection fault in __smc_diag_dump (4)
 2025-10-17  7:40 UTC  (2+ messages)

[PATCH net 0/1] Prevent DSA tags from breaking COE
 2025-10-17  6:56 UTC  (4+ messages)
      ` Proxy ARP NetNS Awareness

[PATCH net v3 0/3] net: stmmac: Fixes for stmmac Tx VLAN insert and EST
 2025-10-17  7:36 UTC  (5+ messages)
` [PATCH net v3 1/3] net: stmmac: vlan: Disable 802.1AD tag insertion offload
` [PATCH net v3 2/3] net: stmmac: Consider Tx VLAN offload tag length for maxSDU
` [PATCH net v3 3/3] net: stmmac: est: Fix GCL bounds checks

[PATCH v2 1/4] net: mdio: common handling of phy reset properties
 2025-10-17  7:33 UTC  (3+ messages)
` [PATCH v2 4/4] net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy

[PATCH iwl-next v1] ice: lower default irq/queue counts on high-core systems
 2025-10-17  7:30 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH v2 net] net: enetc: correct the value of ENETC_RXB_TRUESIZE
 2025-10-17  7:22 UTC  (2+ messages)

[syzbot] [smc?] general protection fault in __smc_diag_dump (4)
 2025-10-17  7:22 UTC  (2+ messages)

[PATCH net] sctp: avoid NULL dereference when chunk data buffer is missing
 2025-10-17  7:15 UTC  (3+ messages)

[PATCH v2 iwl-net] ice: fix destination CGU for dual complex E825
 2025-10-17  7:06 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v2 00/14] net: stmmac: phylink PCS conversion
 2025-10-17  7:04 UTC  (2+ messages)

[PATCH net-next v2 0/4] amd-xgbe: introduce support for ethtool selftests
 2025-10-17  6:47 UTC  (5+ messages)
` [PATCH net-next v2 1/4] amd-xgbe: introduce support ethtool selftest
` [PATCH net-next v2 2/4] amd-xgbe: add ethtool phy selftest
` [PATCH net-next v2 3/4] amd-xgbe: add ethtool split header selftest
` [PATCH net-next v2 4/4] amd-xgbe: add ethtool jumbo frame selftest

[PATCH net-next 0/2] networking docs section headings cleanup
 2025-10-17  6:45 UTC  (3+ messages)
` [PATCH net-next 1/2] net: nfc: Format userspace interface subsection headings
` [PATCH net-next 2/2] net: 6pack: Demote "How to turn on 6pack support" section heading

[PATCH net-next] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
 2025-10-17  6:26 UTC  (3+ messages)

[PATCH] dt-bindings: Fix inconsistent quoting
 2025-10-17  6:26 UTC  (2+ messages)

[PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
 2025-10-17  6:08 UTC  (15+ messages)
` [PATCH net-next v2 01/14] devlink: Add new "max_mac_per_vf" generic device param
` [PATCH net-next v2 02/14] i40e: support generic devlink param "max_mac_per_vf"
` [PATCH net-next v2 03/14] ice: add flow parsing for GTP and new protocol field support
` [PATCH net-next v2 04/14] ice: add virtchnl and VF context support for GTP RSS
` [PATCH net-next v2 05/14] ice: improve TCAM priority handling for RSS profiles
` [PATCH net-next v2 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
` [PATCH net-next v2 07/14] iavf: add RSS support for GTP protocol via ethtool
` [PATCH net-next v2 08/14] net: docs: add missing features that can have stats
` [PATCH net-next v2 09/14] ice: implement ethtool standard stats
` [PATCH net-next v2 10/14] ice: add tracking of good transmit timestamps
` [PATCH net-next v2 11/14] ice: implement transmit hardware timestamp statistics
` [PATCH net-next v2 12/14] ice: refactor to use helpers
` [PATCH net-next v2 13/14] ixgbe: preserve RSS indirection table across admin down/up
` [PATCH net-next v2 14/14] e1000e: Introduce private flag to disable K1

[PATCH net-next v14 0/4] net: dsa: yt921x: Add support for Motorcomm YT921x
 2025-10-17  6:08 UTC  (5+ messages)
` [PATCH net-next v14 1/4] dt-bindings: net: dsa: yt921x: Add Motorcomm YT921x switch support
` [PATCH net-next v14 2/4] net: dsa: tag_yt921x: add support for Motorcomm YT921x tags
` [PATCH net-next v14 3/4] net: dsa: yt921x: Add support for Motorcomm YT921x
` [PATCH net-next v14 4/4] MAINTAINERS: add entry for Motorcomm YT921x ethernet switch driver

[PATCH net-next 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
 2025-10-17  6:10 UTC  (9+ messages)
` [PATCH net-next 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows

[syzbot] [net?] kernel BUG in set_ipsecrequest
 2025-10-17  5:53 UTC 

[PATCH v2 net-next] net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()
 2025-10-17  5:33 UTC  (2+ messages)

[PATCH][v4] hung_task: Panic when there are more than N hung tasks at the same time
 2025-10-17  5:17 UTC  (4+ messages)
  ` [外部邮件] "

[PATCH v4 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-17  4:31 UTC  (10+ messages)
` [PATCH v4 1/7] net/handshake: Store the key serial number on completion
` [PATCH v4 2/7] net/handshake: Define handshake_sk_destruct_req
` [PATCH v4 3/7] net/handshake: Ensure the request is destructed on completion
` [PATCH v4 4/7] net/handshake: Support KeyUpdate message types
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate
` [PATCH v4 6/7] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs
` [PATCH v4 7/7] nvmet-tcp: Support KeyUpdate

[PATCH iwl-net v1] ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()
 2025-10-17  4:07 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net v6 0/3] ax88179 driver optimization
 2025-10-17  2:54 UTC  (4+ messages)
` [PATCH net v6 1/3] net: usb: support quirks in cdc_ncm
` [PATCH net v6 2/3] net: usb: ax88179_178a: add USB device driver for config selection
` [PATCH net v6 3/3] Revert "net: usb: ax88179_178a: Bind only to vendor-specific interface"

[PATCHv4 net-next 0/4] net: common feature compute for upper interface
 2025-10-17  2:53 UTC  (8+ messages)
` [PATCHv4 net-next 1/4] net: add a common function to compute features from lowers devices

[PATCH] net :ethernet : replace cleanup_module with __exit()
 2025-10-17  2:48 UTC  (2+ messages)

[PATCH net v5 2/3] net: usb: ax88179_178a: add USB device driver for config selection
 2025-10-17  2:42 UTC  (2+ messages)

[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-17  1:53 UTC  (4+ messages)
` [PATCH v3 7/8] nvmet-tcp: Support KeyUpdate

[PATCH net-next 00/15] net: macb: various cleanups
 2025-10-17  1:50 UTC  (2+ messages)

[PATCH net] net: stmmac: dwmac-rk: Fix disabling set_clock_selection
 2025-10-17  1:50 UTC  (2+ messages)

[PATCH net-next v4 00/24][pull request] Queue configs and large buffer providers
 2025-10-17  1:40 UTC  (6+ messages)

[PATCH net-next] gve: Consolidate and persist ethtool ring changes
 2025-10-17  1:25 UTC 

[PATCH] net: stmmac: dwmac-sophgo: Add phy interface filter
 2025-10-17  1:18 UTC 

[PATCH net] virtio_net: fix header access in big_packets mode
 2025-10-17  0:57 UTC  (2+ messages)

[PATCH net-next v13 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-10-17  0:21 UTC  (5+ messages)
` [PATCH net-next v13 6/7] bonding: Update for extended arp_ip_target format

[PATCH v2 bpf-next 0/4] Support associating BPF programs with struct_ops
 2025-10-17  0:19 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/4] bpf: Support associating BPF program "

[PATCH net-next v5] dt-bindings: net: qcom: ethernet: Add interconnect properties
 2025-10-16 23:50 UTC  (2+ messages)

[PATCH v2 net-next 0/6] net: optimize TX throughput and efficiency
 2025-10-16 23:50 UTC  (2+ messages)

[PATCH] sysfs: check visibility before changing group attribute ownership
 2025-10-16 23:30 UTC  (6+ messages)

[PATCH net v3] netpoll: Fix deadlock in memory allocation under spinlock
 2025-10-16 23:23 UTC  (2+ messages)

[PATCH v8 0/2] Add driver support for Eswin eic7700 SoC ethernet controller
 2025-10-16 23:20 UTC  (2+ messages)

[PATCH net v2] rtnetlink: Allow deleting FDB entries in user namespace
 2025-10-16 23:20 UTC  (2+ messages)

[PATCH net-next 0/5] net: stmmac: more cleanups
 2025-10-16 23:10 UTC  (2+ messages)

[Intel-wired-lan][PATCH iwl-next v8 0/9] refactor IDPF resource
 2025-10-16 23:03 UTC  (4+ messages)
` [Intel-wired-lan][PATCH iwl-next v8 3/9] idpf: move queue resources to idpf_q_vec_rsrc structure
  ` [Intel-wired-lan] [PATCH "

[PATCH net] net: rmnet: Fix checksum offload header v5 and aggregation packet formatting
 2025-10-16 23:00 UTC  (3+ messages)

[PATCH net-next] netdevsim: add ipsec hw_features
 2025-10-16 22:50 UTC  (2+ messages)

[PATCH v2] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
 2025-10-16 22:50 UTC  (2+ messages)

[PATCH net-next v2] net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45
 2025-10-16 22:50 UTC  (2+ messages)

[PATCH net] net/mlx5e: psp, avoid 'accel' NULL pointer dereference
 2025-10-16 22:50 UTC  (2+ messages)

[PATCH net] net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()
 2025-10-16 22:50 UTC  (2+ messages)

[PATCH net] net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()
 2025-10-16 22:50 UTC  (2+ messages)

[PATCH net-next v13 0/3] net: dsa: yt921x: Add support for Motorcomm YT921x
 2025-10-16 22:38 UTC  (3+ messages)
` [PATCH net-next v13 3/3] "

[PATCH net v2] net: usb: rtl8150: Fix frame padding
 2025-10-16 22:20 UTC  (2+ messages)

[PATCH iproute2] netshaper: update include files
 2025-10-16 22:10 UTC  (2+ messages)

[PATCH iproute2-next v4] netshaper: Add netshaper command
 2025-10-16 22:10 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).