Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 23 Jul 2025 22:23:25 +0800 you wrote:
> From: Jason Xing
>
> Fix two negative overflow issues around {stmmac_xdp|igb}_xmit_zc().
>
> Jason Xing (2):
> stmmac: xsk: fix negative overflow of budget in zerocopy
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 21 Jul 2025 11:18:23 +0900 you wrote:
> Hi all,
>
> The MM subsystem is trying to reduce struct page to a single pointer.
> See the following link for your information:
>
>https://kernelnewbies.org/Matt
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 26 Jun 2025 15:52:16 +0200 you wrote:
> The device may support the Reference SYNC feature, which allows the
> combination of two inputs into a input pair. In this configuration,
> clock signals from both inpu
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 18 Jun 2025 14:54:08 +0100 you wrote:
> Don't populate the const read-only array supported_sizes on the
> stack at run time, instead make it static.
>
> Signed-off-by: Colin Ian King
> ---
> drivers/net/eth
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 16 Jun 2025 09:21:11 -0700 you wrote:
> Recently bnxt had to grow back a bunch of rtnl dependencies because
> of udp_tunnel's infra. Add separate (global) mutext to protect
> udp_tunnel state.
>
> v5:
> - re
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 14 Jun 2025 11:09:00 -0700 you wrote:
> Migrate Intel drivers to the recently added dedicated .get_rxfh_fields
> and .set_rxfh_fields ethtool callbacks.
>
> Note that I'm deleting all the boilerplate kdoc fr
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 12 Jun 2025 17:28:32 +0200 you wrote:
> Add dpll device level feature: phase offset monitor.
>
> Phase offset measurement is typically performed against the current active
> source. However, some DPLL (Digit
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Wed, 12 Mar 2025 15:15:49 -0700 you wrote:
> In preparation for adding .supported_extts_flags and
> .supported_perout_flags to the ptp_clock_info structure, fix a couple of
> places where drivers get existing flag ge
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 24 Feb 2025 16:22:21 -0700 you wrote:
> Drivers usually need to re-apply the user-set IRQ affinity to their IRQs
> after reset. However, since there can be only one IRQ affinity notifier
> for each IRQ, regis
Hello:
This series was applied to bpf/bpf-next.git (net)
by Martin KaFai Lau :
On Sun, 16 Feb 2025 17:34:25 +0800 you wrote:
> This series expands the XDP TX metadata framework to allow user
> applications to pass per packet 64-bit launch time directly to the kernel
> driver, requesting launch ti
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 13 Feb 2025 09:31:41 +0300 you wrote:
> If pci_alloc_irq_vectors() can't allocate the minimum number of vectors
> then it returns -ENOSPC so there is no need to check for that in the
> caller. In fact, becaus
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 31 Jan 2025 01:38:32 + you wrote:
> Add check for the return value of devm_kzalloc() to guarantee the success
> of allocation.
>
> Fixes: 42c2eb6b1f43 ("ice: Implement devlink-rate API")
> Signed-off-by: Jiash
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 10 Jan 2025 23:13:39 -0800 you wrote:
> iavf uses the netdev->lock already to protect shapers.
> In an upcoming series we'll try to protect NAPI instances
> with netdev->lock.
>
> We need to modify the protec
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sun, 5 Jan 2025 12:28:47 + you wrote:
> From: "Dr. David Alan Gilbert"
>
> The const struct ixgbevf_hv_mbx_ops was added in 2016 as part of
> commit c6d45171d706 ("ixgbevf: Support Windows hosts (Hyper-V)")
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 2 Jan 2025 17:41:39 + you wrote:
> From: "Dr. David Alan Gilbert"
>
> Hi,
> This set removes some functions that are entirely unused
> and have been since ~2018.
>
> Build tested.
>
> [...]
Here i
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 2 Jan 2025 17:37:08 + you wrote:
> From: "Dr. David Alan Gilbert"
>
> Hi,
> This is a bunch of deadcoding of functions that
> are entirely uncalled in the i40e driver.
>
> Build tested only.
>
>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 6 Nov 2024 08:14:26 -0300 you wrote:
> This reverts commit 338c4d3902feb5be49bfda530a72c7ab860e2c9f.
>
> Sebastian noticed the ISR indirectly acquires spin_locks, which are
> sleeping locks under PREEMPT_RT, whic
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 25 Oct 2024 13:37:57 -0700 you wrote:
> The latter is the preferred way to copy ethtool strings.
>
> Avoids manually incrementing the pointer. Cleans up the code quite well.
>
> Signed-off-by: Rosen Penev
>
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Tue, 15 Oct 2024 15:56:35 +0200 you wrote:
> The kernel test robot reported a build failure on m68k in the intel
> driver due to the recent shapers-related changes.
>
> The mentioned arch has funny alignment properti
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 9 Oct 2024 10:09:46 +0200 you wrote:
> We have a plurality of shaping-related drivers API, but none flexible
> enough to meet existing demand from vendors[1].
>
> This series introduces new device APIs to c
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 14 Sep 2024 12:57:56 +0300 you wrote:
> The ice_allocate_sf() function returns error pointers on error. It
> doesn't return NULL. Update the check to match.
>
> Fixes: 177ef7f1e2a0 ("ice: base subfunction a
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 14 Sep 2024 12:57:28 +0300 you wrote:
> The ice_repr_create() function returns error pointers. It never returns
> NULL. Fix the callers to check for IS_ERR().
>
> Fixes: 977514fb0fa8 ("ice: create port repr
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Thu, 29 Aug 2024 22:22:45 +0300 you wrote:
> Call rtnl_unlock() on this error path, before returning.
>
> Fixes: bc23aa949aeb ("igc: Add pcie error handler support")
> Signed-off-by: Dan Carpenter
> ---
> drivers/ne
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 23 Aug 2024 00:25:11 +0200 you wrote:
> Introduce and allow DPLL subsystem users to get/set capabilities of
> Embedded SYNC on a dpll's pin.
>
> Signed-off-by: Arkadiusz Kubalewski
>
> Arkadiusz Kubalewski
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 20 Aug 2024 16:43:46 +0300 you wrote:
> BIT() is unsigned long but ->pu.flg_msk and ->pu.flg_val are u64 type.
> On 32 bit systems, unsigned long is a u32 and the mismatch between u32
> and u64 will break thin
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 16 Aug 2024 18:16:38 +0800 you wrote:
> There is no caller and implementations in tree.
>
> Signed-off-by: Yue Haibing
> ---
> drivers/net/ethernet/intel/igbvf/igbvf.h | 1 -
> drivers/net/ethernet/intel/ig
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sun, 9 Jun 2024 17:33:50 + you wrote:
> Now that all drivers properly rejects unsupported flower control flags
> used with FLOW_DISSECTOR_KEY_CONTROL, then time has come to add similar
> checks to the drivers
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 15 May 2024 11:24:14 +0200 you wrote:
> Disabling tcp-data-split on idpf silently fails:
> # ethtool -G $NETDEV tcp-data-split off
> # ethtool -g $NETDEV | grep 'TCP data split'
> TCP data split:on
>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 24 Apr 2024 21:44:17 +0700 you wrote:
> Hi everyone,
>
> I found that some drivers contains an out-of-bound read pattern like this
>
> kern_buf = memdup_user(user_buf, count);
> ...
> sscanf(ke
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 5 Apr 2024 13:18:30 +0200 you wrote:
> Hi networking maintainers,
>
> This is a follow up in my ongoing effort of making inb()/outb() and
> similar I/O port accessors compile-time optional. Previously I sen
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 4 Apr 2024 18:03:02 +0200 you wrote:
> Structures which are about to be copied to userspace shouldn't have
> uninitialized fields or paddings.
> memset() the whole &ip_tunnel_parm in ip_tunnel_parm_to_user()
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Wed, 27 Mar 2024 16:23:37 +0100 you wrote:
> Add support for creating PFCP filters in switchdev mode. Add pfcp module
> that allows to create a PFCP-type netdev. The netdev then can be passed to
> tc when creatin
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 27 Mar 2024 15:22:38 +0100 you wrote:
> Some structures contain flexible arrays at the end and the counter for
> them, but the counter has explicit Endianness and thus __counted_by()
> can't be used directly.
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 26 Mar 2024 21:02:12 -0700 you wrote:
> __napi_alloc_skb() is napi_alloc_skb() with the added flexibility
> of choosing gfp_mask. This is a NAPI function, so GFP_ATOMIC is
> implied. The only practical choice
Hello:
This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann :
On Sun, 3 Mar 2024 16:32:23 +0800 you wrote:
> Implemented XDP transmit hardware timestamp metadata for igc driver.
>
> This patchset is tested with tools/testing/selftests/bpf/xdp_hw_metadata
> on Intel ADL-S plat
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 29 Feb 2024 23:02:55 -0800 you wrote:
> struct net_device poll_dev in struct igc_q_vector was added
> in one of the initial commits, but never used.
>
> Signed-off-by: Jakub Kicinski
> ---
> CC: jesse.brand
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Mon, 26 Feb 2024 19:29:06 -0600 you wrote:
> EEE has until recently been limited to lower speeds due to the use of
> the legacy u32 for link speeds. This restriction has been lifted, with
> the use of linkmode bi
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Mon, 5 Feb 2024 18:29:06 -0800 you wrote:
> The kernel build regressions/improvements email contained a couple of
> issues with old compilers (in fact all the reports were on different
> architectures, but all gcc 5.5)
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Thu, 18 Jan 2024 21:50:40 +0100 you wrote:
> idpf registers multiple netdevs (virtual ports) for one PCI function,
> but it does not provide a way for userspace to distinguish them with
> sysfs attributes. Per Document
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 12 Dec 2023 17:33:13 -0700 you wrote:
> Patches 1 and 2 modify the get/set_rxh ethtool API to take a pointer to
> struct of parameters instead of individual params. This will allow future
> changes to the uAP
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 12 Dec 2023 15:27:50 +0100 you wrote:
> Currently, the header split feature (putting headers in one smaller
> buffer and then the data in a separate bigger one) is always enabled
> in idpf when supported.
> O
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Wed, 06 Dec 2023 23:16:09 + you wrote:
> Hi,
>
> This series aims to implement ethtool_puts() and send out a wave 1 of
> conversions from ethtool_sprintf(). There's also a checkpatch patch
> included to chec
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 27 Nov 2023 15:59:17 +0300 you wrote:
> Set the "err" variable on this error path.
>
> Fixes: fff292b47ac1 ("ice: add VF representors one by one")
> Signed-off-by: Dan Carpenter
> ---
> drivers/net/ethernet
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Thu, 19 Oct 2023 18:37:20 +0200 you wrote:
> Commit c87c938f62d8f1 ("i40e: Add VF VLAN pruning") added new
> PF flag I40E_FLAG_VF_VLAN_PRUNING but its value collides with
> existing I40E_FLAG_TOTAL_PORT_SHUTDOWN_ENABLE
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 18 Oct 2023 18:39:08 +0200 you wrote:
> Cited commit introduced a neat way of updating next_to_clean that does
> not require boundary checks on each increment. This was done by masking
> the new value with (ring le
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Wed, 18 Oct 2023 14:35:55 +0200 you wrote:
> Align devlink info versions with ice driver so change 'fw.mgmt'
> version to be 2-digit version [major.minor], add 'fw.mgmt.build'
> that reports mgmt firmware build num
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Wed, 18 Oct 2023 13:15:27 +0200 you wrote:
> 'san_addr' and 'mac_fcoeq' members of struct iavf_mac_info are unused.
> 'type' is write-only. Delete all three.
>
> The function iavf_set_mac_type that sets 'type' also c
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Sun, 15 Oct 2023 19:43:01 -0400 you wrote:
> The following patch set was initially a part of [1]. As the purpose of the
> original series was to add the support of the new hardware to the intel ice
> driver, the
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Wed, 11 Oct 2023 12:12:31 +0200 you wrote:
> Improve monitoring and control over dpll devices.
> Allow user to receive measurement of phase difference between signals
> on pin and dpll (phase-offset).
> Allow use
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Fri, 13 Oct 2023 19:07:50 +0200 you wrote:
> The series adds initial support for devlink to i40e driver.
>
> Patch-set overview:
> Patch 1: Adds initial devlink support (devlink and port registration)
> Patch 2:
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Fri, 6 Oct 2023 15:53:09 +0300 you wrote:
> The adapter->vf_mvs.l list needs to be initialized even if the list is
> empty. Otherwise it will lead to crashes.
>
> Fixes: a1cbb15c1397 ("ixgbe: Add macvlan support for VF")
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 12 Sep 2023 07:59:30 -0400 you wrote:
> Add DEFINE_FLEX() macro, that helps on-stack allocation of structures
> with trailing flex array member.
> Expose __struct_size() macro which reads size of data allocat
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Wed, 20 Sep 2023 13:54:38 +0200 you wrote:
> When the PF and VF drivers both support flexible rx descriptors and have
> negotiated the VIRTCHNL_VF_OFFLOAD_RX_FLEX_DESC capability, the VF driver
> queries the PF for the lis
53 matches
Mail list logo