Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 28 Jan 2025 14:15:26 +0100 you wrote:
> Series deals with two issues:
> - socket reference count imbalance due to an unforgiving transport release
> (triggered by transport reassignment);
> - unintentional API f
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 12 Nov 2024 09:29:15 +0800 you wrote:
> v4:
> 1. rebase net-next
> 2. update the kdoc for the new APIs
>
> v3:
> 1. use sg_dma_address/length api to set the premapped sg
> 2. remove 'premappe
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni :
On Thu, 07 Nov 2024 21:46:11 +0100 you wrote:
> Short series fixing some memory leaks that I've stumbled upon while toying
> with the selftests.
>
> Signed-off-by: Michal Luczaj
> ---
> Changes in v2:
> - Remove the refact
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Tue, 29 Oct 2024 16:46:11 +0800 you wrote:
> v1:
> 1. fix some small problems
> 2. remove commit "virtio_net: introduce vi->mode"
>
> In the last linux version, we disabled this feature to fix the
> regress[
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 6 Sep 2024 20:31:34 +0800 you wrote:
> Regression:
> http://lore.kernel.org/all/8b20cc28-45a9-4643-8e87-ba164a540...@oracle.com
>
> I still think that the patch can fix the problem, I hope Darren can re-test it
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 14 Aug 2024 14:25:00 +0200 you wrote:
> From: Jiri Pirko
>
> During suspend/resume the following BUG was hit:
> [ cut here ]
> kernel BUG at lib/dynamic_queue_limits.c:99!
> Internal error
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni :
On Sun, 11 Aug 2024 19:21:53 -0700 you wrote:
> From: Cong Wang
>
> After a vsock socket has been added to a BPF sockmap, its prot->recvmsg
> has been replaced with vsock_bpf_recvmsg(). Thus the following
> recursiion could
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 8 Jul 2024 19:25:27 +0800 you wrote:
> v8:
> 1. virtnet_add_recvbuf_xsk() always return err, when encounters error
>
> v7:
> 1. some small fixes
>
> v6:
> 1. start from supporting the rx zeroco
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 18 Jun 2024 16:44:56 +0200 you wrote:
> From: Jiri Pirko
>
> Add support for Byte Queue Limits (BQL).
>
> Tested on qemu emulated virtio_net device with 1, 2 and 4 queues.
> Tested with fq_codel and pfifo_f
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller :
On Mon, 17 Jun 2024 21:15:22 +0800 you wrote:
> This series of patches aim to address two specific issues identified in
> the virtio_net driver related to checksum offloading and XDP processing of
> fully checksummed pac
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 30 May 2024 11:41:43 +0800 you wrote:
> Refactored the handling of control_buf to be within the cvq_lock
> critical section, mitigating race conditions between reading device
> responses and new command submissions
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 28 May 2024 21:41:14 +0800 you wrote:
> Patch 1 describes and fixes an issue where dim cannot return to
> normal state in certain scenarios.
>
> Patch 2 attempts to resolve lockdep's complaints that holding many
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 15 May 2024 11:31:25 -0500 you wrote:
> The rtnl_lock would stay locked if allocating promisc_allmulti failed.
> Also changed the allocation to GFP_KERNEL.
>
> Fixes: ff7c7d9f5261 ("virtio_net: Remove command data
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Sat, 11 May 2024 11:14:00 +0800 you wrote:
> Actually, for the virtio drivers, we can enable premapped mode whatever
> the value of use_dma_api. Because we provide the virtio dma apis.
> So the driver can enable p
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 10 May 2024 23:19:25 +0300 you wrote:
> Several drivers provide TX stop and wake counters via ethtool stats. Add
> those to the netdev queue stats, and use them in virtio_net.
>
> v2:
> - Fixed an acci
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Thu, 9 May 2024 13:36:34 -0500 you wrote:
> The pointer delcaration was missing the __free(kfree).
>
> Fixes: ff7c7d9f5261 ("virtio_net: Remove command data from control_buf")
> Reported-by: Jens Axboe
> Closes:
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 3 May 2024 23:24:39 +0300 you wrote:
> Currently the buffer used for control VQ commands is protected by the
> RTNL lock. Previously this wasn't a major concern because the control VQ
> was only used during devi
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Fri, 26 Apr 2024 11:39:20 +0800 you wrote:
> As the spec:
>
> https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82
>
> The virtio net supports to get device stats.
>
> Please re
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni :
On Wed, 24 Apr 2024 12:40:44 +0200 you wrote:
> From: Jiri Pirko
>
> This patchset aims at introducing very basic initial infrastructure
> for virtio_net testing, namely it focuses on virtio feature testing.
>
> The
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Fri, 19 Apr 2024 12:08:38 +0100 you wrote:
> Please, don't take directly, conflicts with io_uring.
>
> To have per request buffer notifications each zerocopy io_uring send
> request allocates a new ubuf_info. How
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 4 Jan 2024 10:09:02 +0800 you wrote:
> From: Zhu Yanjun
>
> Fix the warnings when building virtio_net driver.
>
> "
> drivers/net/virtio_net.c: In function ‘init_vqs’:
> drivers/net/virtio_net.c:4551:48: warnin
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Tue, 26 Dec 2023 17:43:33 +0800 you wrote:
> For rq, we have three cases getting buffers from virtio core:
>
> 1. virtqueue_get_buf{,_ctx}
> 2. virtqueue_detach_unused_buf
> 3. callback for virtqueue_resize
>
> But in
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller :
On Mon, 11 Dec 2023 18:36:03 +0800 you wrote:
> Now, virtio-net already supports per-queue moderation parameter
> setting. Based on this, we use the linux dimlib to support
> dynamic coalescing moderation for virtio
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Sat, 18 Nov 2023 19:30:06 -0800 you wrote:
> W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> Add descriptions to all the sock diag modules in one fell swoop.
>
> Signed-off-by: Jakub Kicinski
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 20 Apr 2021 16:31:51 +0300 you wrote:
> From: Vadym Kochan
>
> For some reason there might be a crash during ports creation if port
> events are handling at the same time because fw may send initial
> port event with
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 20 Apr 2021 18:16:14 +0100 you wrote:
> From: Colin Ian King
>
> The bit-masks used for the TXERRCH and RXERRCH (tx and rx error channels)
> are incorrect and always lead to a zero result. The mask values are
> current
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 11:36:22 +0200 you wrote:
> The mhi_wwan_rx_budget_dec function is supposed to return true if
> RX buffer budget has been successfully decremented, allowing to queue
> a new RX buffer for transfer. Howev
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 13:27:30 +0100 you wrote:
> From: Colin Ian King
>
> The variable err is being initialized with a value that is
> never read and it is being updated later with a new value. The
> initialization is red
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 12:29:29 +0200 you wrote:
> The commit c329e5afb42f ("net: phy: at803x: select correct page on
> config init") selects the copper page during probe. This fails if the
> copper page was already selected.
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 20 Apr 2021 13:07:27 +0200 you wrote:
> As reported by syzbot [1], there is a memory leak while closing the
> socket. We partially solved this issue with commit ac03046ece2b
> ("vsock/virtio: free packets during the sock
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Tue, 20 Apr 2021 13:24:54 +0100 you wrote:
> The TXQ handling changes in 12804793b17c ("sfc: decouple TXQ type from label")
> which were made as part of the support for encap offloads on EF10 caused some
> breakage on Sien
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 13:01:44 -0700 you wrote:
> From: Eric Dumazet
>
> build_skb() is supposed to be followed by
> skb_reserve(skb, NET_IP_ALIGN), so that IP headers are word-aligned.
> (Best practice is to reserve NET_IP
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 16:11:33 +0300 you wrote:
> Fix phase offset calculation.
>
> Signed-off-by: Radu Pirea (NXP OSS)
> ---
> drivers/net/phy/nxp-c45-tja11xx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 16:28:21 +0200 you wrote:
> Now that enetc supports flow control we have to make sure the settings in
> the IERB are correct. Therefore, we actually depend on the enetc-ierb
> module. Previously it was p
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 21:09:57 +0200 you wrote:
> bit operation helpers such as test_bit, clear_bit, etc take bit
> position as parameter and not value. Current usage causes double
> shift => BIT(BIT(0)). Fix that in wwan_cor
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 20:53:06 +0200 you wrote:
> This is a continuation of the work started in this patch:
> https://lore.kernel.org/netdev/20210323102326.3677940-1-tob...@waldekranz.com/
>
> In addition to the mv88e6xxx s
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 09:53:58 +0200 you wrote:
> Here are some updates for Marvell PHY HWMON, mainly
> - refactoring for code deduplication
> - Amethyst PHY support
>
> Changes since v1:
> - addressed Andrew's comments
> -
Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 17:00:30 +0200 you wrote:
> Hi,
>
> We have a bunch more things for next, now that we got another
> week "for free" ;-) Pretty much all over the map, see the tag
> description and shortlog below.
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 16:26:27 -0700 (PDT) you wrote:
> Signed-off-by: David S. Miller
> ---
> drivers/net/ethernet/korina.c | 16
> 1 file changed, 8 insertions(+), 8 deletions(-)
Here is the summary with
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 20:20:04 -0700 you wrote:
> From: Tariq Toukan
>
> The changes done in commit [1] were missed by the code movements
> done in [2], as they were developed in ~parallel.
> Here we re-apply them.
>
> [1
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 18:25:30 +0800 you wrote:
> ALWAYS_GUARD_BAND_SCH_Q bit in TAS config register is descripted as
> this:
> 0: Guard band is implemented for nonschedule queues to schedule
> queues transitio
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Tue, 20 Apr 2021 15:24:28 +0200 you wrote:
> Currently docs target is make dependency for TEST_GEN_FILES,
> which makes tests to be rebuilt every time you run make.
>
> Adding docs as all target dependency, so when running
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 14:52:35 -0700 you wrote:
> ETHTOOL_MSG_MODULE_EEPROM_GET is missing from the list of messages.
> ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY is sadly a rather long name
> so we need to adjust column length.
>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 19 Apr 2021 16:25:25 -0500 you wrote:
> I am making this change again since I received the following instruction.
>
> "As an IBM employee, you are not allowed to use your gmail account to work
> in any way on VNIC. You
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 19:13:58 +0300 you wrote:
> Hi,
>
> This small series adds the TJA1103 PHY driver.
>
> Changes in v3:
> - use phy_read_mmd_poll_timeout instead of spin_until_cond
> - changed the phy name from a gen
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 13:03:45 -0700 you wrote:
> Ido suggests we add a comment about the init of stats to -1.
> This is unlikely to be clear to first time readers.
>
> Suggested-by: Ido Schimmel
> Signed-off-by: Jakub Kici
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 13:02:42 -0700 you wrote:
> Michael suggest a few more stats we can expose.
>
> $ ethtool -S eth0 --groups eth-mac
> Standard stats for eth0:
> eth-mac-FramesTransmittedOK: 902623288966
> eth-mac-Frames
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 17 Apr 2021 02:17:51 +0300 you wrote:
> From: Vadym Kochan
>
> Add PCI match for AC3X 98DX3265 device which is supported by the current
> driver and firmware.
>
> Signed-off-by: Vadym Kochan
>
> [...]
Here is
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 00:19:38 +0200 you wrote:
> While converting Mikrotik RB532 support to use device tree I stumbled
> over the korina ethernet driver, which used way too many MIPS specific
> hacks. This series cleans thi
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Apr 2021 19:25:30 +0800 you wrote:
> On driver probe, kmemleak reported the following memory leak which was
> due to allocated bitmap that was not being freed in stmmac_dvr_probe().
>
> unreferenced object 0xfff
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 17 Apr 2021 14:38:07 +0300 you wrote:
> Taking address of a function argument directly works just fine.
>
> Signed-off-by: Alexey Dobriyan
> ---
>
> include/linux/netlink.h | 12
> 1 file changed,
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sun, 18 Apr 2021 23:11:42 +0200 you wrote:
> Hi,
>
> A few incremental fixes for the initial flowtable offload support
> and this driver:
>
> 1) Fix undefined reference to `dsa_port_from_netdev' due to missing
>de
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sun, 18 Apr 2021 23:04:02 +0200 you wrote:
> From: wenxu
>
> This patch adds support for vlan_id, vlan_priority and vlan_proto match
> for flowtable offload.
>
> Signed-off-by: wenxu
> Signed-off-by: Pablo Neira Ayu
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 19 Apr 2021 21:56:41 +0800 you wrote:
> From: Di Zhu
>
> We encountered a crash: in the packet receiving process, we got an
> illegal VLAN device address, but the VLAN device address saved in vmcore
> is correct. After
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 17 Apr 2021 15:29:04 +0800 you wrote:
> Issue was traffic problems after a while with increased ping times if
> flow offload is active. It turns out that key_offset with cookie is
> needed in rhashtable_params but w
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 17 Apr 2021 15:09:21 +0800 you wrote:
> This series includes some misc updates for the HNS3 ethernet driver.
>
> Huazhong Tan (3):
> net: hns3: remove a duplicate pf reset counting
> net: hns3: cleanup inappro
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 18 Apr 2021 20:28:53 +0200 you wrote:
> The former fix only papered over the actual problem: the
> ethernet core expects the netdev .dev member to have the
> proper DMA masks set, or there will be BUG_ON() triggered
> in
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 17 Apr 2021 02:42:20 +0300 you wrote:
> From: Vladimir Oltean
>
> This patch series contains logic for enabling the lossless mode on the
> RX rings of the ENETC, and the PAUSE thresholds on the internal FIFO
> me
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 23:55:54 -0700 you wrote:
> kernel test robot reports build errors in 3 Xilinx ethernet drivers.
> They all use ioremap functions that are only available when HAS_IOMEM
> is set/enabled. If it is not ena
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 17 Apr 2021 07:30:46 +0800 you wrote:
> There is a reproducible sequence from the userland that will trigger a
> WARN_ON()
> condition in taprio_get_start_time, which causes kernel to panic if configured
> as "panic_on_
Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Sun, 18 Apr 2021 08:26:14 + (UTC) you wrote:
> Hi,
>
> here's a pull request to net-next tree, more info below. Please let me know if
> there are any problems.
>
> Kalle
>
> [...]
Here is the summary with
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 18:55:33 +0300 you wrote:
> From: Ido Schimmel
>
> Patch #1 fixes a day-one bug in the nexthop code and allows "ip nexthop
> flush" to work correctly with large number of nexthops that do not fit
> in
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 17:41:48 + you wrote:
> Some prototypes are unnecessary, so delete it.
>
> Signed-off-by: Taehee Yoo
> ---
> net/ipv6/mcast.c | 3 ---
> 1 file changed, 3 deletions(-)
Here is the summary with li
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 13:44:54 -0700 you wrote:
> This series contains updates to igb and igc drivers.
>
> Ederson adjusts Tx buffer distributions in Qav mode to improve
> TSN-aware traffic for igb. He also enable PPS suppo
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 15:38:00 -0700 you wrote:
> Here's one more batch of changes that we've tested out in the MPTCP tree.
>
>
> Patch 1 makes the MPTCP KUnit config symbol more consistent with other
> subsystems.
>
> Pa
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 17 Apr 2021 00:22:15 +0300 you wrote:
> From: Vladimir Oltean
>
> After some more XDP testing on the NXP LS1028A, this is a set of 10 bug
> fixes, simplifications and tweaks, ranging from addressing Toke's feedba
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Fri, 16 Apr 2021 21:29:13 +0200 you wrote:
> When I added support to allow generic netlink multicast groups to be
> restricted to subscribers with CAP_NET_ADMIN I was unaware that a
> genl_bind implementation already existed
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 11:54:17 -0700 you wrote:
> From: Tariq Toukan
>
> Maintaining an SQ state bit to indicate TLS support
> has no real need, a simple and fast test [1] for the SKB is
> almost equally good.
>
> [1] !sk
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 20:11:21 +0300 you wrote:
> Drop long time obsolete "per NAPI multi-queue" support in gianfar,
> and related (and undocumented) device tree properties.
>
> Claudiu Manoil (2):
> gianfar: Drop GFAR_MQ
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 08:08:48 -0500 you wrote:
> Add the ability to define a "firmware-name" property in the IPA DT
> node, specifying an alternate name to use for the firmware file.
> Used only if the AP (Trust Zone) does
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 17:47:45 +0200 you wrote:
> The recent patch that tied enabling of veth NAPI to the GRO flag also has
> the nice side effect that a veth device can be the target of an
> XDP_REDIRECT without an XDP progr
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 14:16:06 + you wrote:
> __ipv6_dev_mc_dec() internally uses sleepable functions so that caller
> must not acquire atomic locks. But caller, which is addrconf_verify_rtnl()
> acquires rcu_read_lock_bh
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 11:15:17 +0300 you wrote:
> From: Stefan Chulski
>
> Add parser entries for different IPv4 IHL values.
> Each entry will set the L4 header offset according to the IPv4 IHL field.
> L3 header offset wil
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 16:04:31 +0800 you wrote:
> Support new RTL8153 and RTL8156 series.
>
> Hayes Wang (6):
> r8152: set inter fram gap time depending on speed
> r8152: adjust rtl8152_check_firmware function
> r8152
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 10:36:33 +0200 you wrote:
> This change introduces initial support for a WWAN framework. Given the
> complexity and heterogeneity of existing WWAN hardwares and interfaces,
> there is no strict definiti
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 15 Apr 2021 17:37:48 -0700 you wrote:
> The intention is for the loop to timeout if the body does not succeed.
> The current logic calls time_is_before_jiffies(timeout) which is false
> until after the timeout, so t
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 22:09:20 +0300 you wrote:
> Tx queue cleanup happens in interrupt handler on same core as rx queue
> processing. Both can take considerable amount of processing in high
> packet-per-second scenarios.
>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 15 Apr 2021 16:44:49 -0700 you wrote:
> MPTCP sockets have previously had limited socket option support. The
> architecture of MPTCP sockets (one userspace-facing MPTCP socket that
> manages one or more in-kernel T
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 15 Apr 2021 23:18:13 -0500 you wrote:
> Update my email and change myself to Reviewer.
>
> Signed-off-by: Lijun Pan
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 11:35:38 -0700 you wrote:
> From: Eric Dumazet
>
> We need to store cmlen instead of len in cm->cmsg_len.
>
> Fixes: 38ebcf5096a8 ("scm: optimize put_cmsg()")
> Signed-off-by: Eric Dumazet
> Reported
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 15 Apr 2021 15:53:12 -0700 you wrote:
> This set adds uAPI for reporting standard FEC statistics, and
> implements it in a handful of drivers.
>
> The statistics are taken from the IEEE standard, with one
> extra
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 15 Apr 2021 10:20:37 +0800 you wrote:
> This series adds support for pushing link status to VFs for
> the HNS3 ethernet driver.
>
> Guangbin Huang (2):
> net: hns3: PF add support for pushing link status to VFs
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 15 Apr 2021 03:26:50 +0200 you wrote:
> The Atheros AR8031 and AR8033 expose different registers for SGMII/Fiber
> as well as the copper side of the PHY depending on the BT_BX_REG_SEL bit
> in the chip configure reg
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Thu, 15 Apr 2021 13:17:44 +0530 you wrote:
> This series of patches fix following bugs in Chelsio inline tls driver.
> Patch1: kernel panic.
> Patch2: connection close issue.
> Patch3: tcb close call issue.
> Patch4: unneces
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 17:29:58 -0700 you wrote:
> This series contains updates to ice driver only.
>
> Bruce changes and removes open coded values to instead use existing
> kernel defines and suppresses false cppcheck issue
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 16:16:08 -0700 you wrote:
> From: Aya Levin
>
> Prevent setting of devlink traps on the uplink while in switchdev mode.
> In this mode, it is the SW switch responsibility to handle both packets
> with a mi
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 10:34:28 +0800 you wrote:
> From: Jason Xing
>
> Fix this panic by adding more rules to calculate the value of @rss_size_max
> which could be used in allocating the queues when bpf is loaded, which,
> howev
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 09:20:29 -0700 you wrote:
> This series contains updates to ixgbe and ice drivers.
>
> Alex Duyck fixes a NULL pointer dereference for ixgbe.
>
> Yongxin Liu fixes an unbalanced enable/disable which was ca
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 22:22:57 +0300 you wrote:
> From: Florian Fainelli
>
> Some Ethernet switches might only be able to support disabling multicast
> snooping globally, which is an issue for example when several bridges
>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 11:05:50 -0700 you wrote:
> From: Parav Pandit
>
> Currently each packet inserted in eswitch is tagged with a internal
> metadata to indicate source vport. Metadata tagging is not always
> needed. Met
Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 22:03:51 +0200 you wrote:
> Hello Jakub, hello David,
>
> this is a pull request of a single patch for net-next/master.
>
> Vincent Mailhol's patch fixes a NULL pointer dereference when handling
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 12:36:44 -0700 you wrote:
> From: Eric Dumazet
>
> af_packet fanout uses RCU rules to ensure f->arr elements
> are not dismantled before RCU grace period.
>
> However, it lacks rcu accessors to make s
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 22:03:52 +0200 you wrote:
> From: Vincent Mailhol
>
> During the handling of CAN bus errors, a CAN error SKB is allocated
> using alloc_can_err_skb(). Even if the allocation of the SKB fails,
> the fun
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 16:48:14 +0200 you wrote:
> Normally, the bootloader will already initialize the MAC address
> registers of the ENETC and the driver will just use them or generate a
> random one, if it is not initialize
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 19:06:45 +0800 you wrote:
> Fix the following coccicheck warning:
>
> ./drivers/net/ethernet/sfc/enum.h:80:7-28: duplicated argument to |
>
> Signed-off-by: Wan Jiabing
> ---
> drivers/net/ethernet/s
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 12:48:48 +0200 you wrote:
> the commit 1ddc3229ad3c ("skbuff: remove some unnecessary operation
> in skb_segment_list()") introduces an issue very similar to the
> one already fixed by commit 53475c5dd85
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 17:10:07 +0200 you wrote:
> From: Thierry Reding
>
> This reverts commit 9c63faaa931e443e7abbbee9de0169f1d4710546, which
> introduces a suspend/resume regression on Jetson TX2 boards that can be
> reproduce
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 14:20:29 +0300 you wrote:
> Commit a14d273ba159 ("net: macb: restore cmp registers on resume path")
> introduces the restore of CMP registers on resume path. In case the IP
> doesn't support type 2 screeners
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 19:31:48 +0800 you wrote:
> Fix the following coccicheck warning:
>
> ./drivers/net/ethernet/cavium/liquidio/cn66xx_regs.h:413:6-28:
> duplicated argument to & or |
>
> The CN6XXX_INTR_M1UPB0_ERR here is du
Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 12:16:58 +0200 you wrote:
> Not much this time:
>
> 1) Simplification of some variable calculations in esp4 and esp6.
>From Jiapeng Chong and Junlin Yang.
>
> 2) Fix a clang Wformat warning
1 - 100 of 1521 matches
Mail list logo