Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 11:51:47 +0200 you wrote:
> Hello Jakub, hello David,
>
> this is a pull request of 14 patches for net-next/master.
>
> The first patch is by Yoshihiro Shimoda and updates the DT bindings
> for
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 17:45:30 +0800 you wrote:
> From: wengjianfeng
>
> in st_nci_spi_write function, first assign a value to a variable then
> goto exit label. return statement just follow the label and exit label
> just
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 14:33:39 -0500 you wrote:
> The reset process for ibmvnic commonly takes multiple seconds, clearly
> making it inappropriate for schedule_work/system_wq. The reason to make
> this change is that ibmvnic'
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 17:46:12 +0800 you wrote:
> Fix the following versioncheck warning:
> ./drivers/net/wireless/rsi/rsi_91x_ps.c: 19 linux/version.h not needed.
>
> Reported-by: Abaci Robot
> Signed-off-by: Yang Li
> --
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 13 Apr 2021 21:10:31 +0300 you wrote:
> If sctp_destroy_sock is called without sock_net(sk)->sctp.addr_wq_lock
> held and sp->do_auto_asconf is true, then an element is removed
> from the auto_asconf_splist without any p
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 17:36:19 +0800 you wrote:
> Hi,
>
> This is the v2 patch series to add XDP ZC support to stmmac driver.
>
> Summary of v2 patch change:-
>
> 6/7: fix synchronize_rcu() is called stmmac_disable_all_qu
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 13:47:59 +0300 you wrote:
> The copy_to_user() function returns the number of bytes that it wasn't
> able to copy. We want to return -EFAULT to the user.
>
> Fixes: fee6efce565d ("ionic: add hw timesta
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 10:22:16 -0700 you wrote:
> All the uses of HWTSTAMP_FILTER_* values need to be
> bit shifters, not straight values.
>
> v2: fixed subject and added Cc Dan and SoB Allen
>
> Fixes: f8ba81da73fc ("ionic
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 11:38:24 -0500 you wrote:
> This small series adds IPA driver support for the Qualcomm SM8350
> SoC, which implements IPA v4.9.
>
> The first patch updates the DT binding, and depends on a previous
> p
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 13 Apr 2021 05:41:35 -0700 you wrote:
> From: Eric Dumazet
>
> After commit 0f6925b3e8da ("virtio_net: Do not pull payload in skb->head")
> Guenter Roeck reported one failure in his tests using sh architecture.
>
> Af
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 13 Apr 2021 16:25:12 +0100 you wrote:
> The logic in connect() is currently written with the assumption that
> xenbus_watch_pathfmt() will return an error for a node that does not
> exist. This assumption is incorrect:
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 08:16:17 +0800 you wrote:
> From: Tan Tee Min
>
> The Synopsis MAC controller supports auxiliary snapshot feature that
> allows user to store a snapshot of the system time based on an external
> event.
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 23:54:49 +0300 you wrote:
> First, there are some SFP modules that only uses RX_LOS for link
> indication. Add check that link is operational before actual read of
> line-side status.
>
> Second, it is
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 13 Apr 2021 20:46:14 -0700 you wrote:
> The intention was for pause statistics to not be reported
> when driver does not have the relevant callback (only
> report an empty netlink nest). What happens currently
> we repor
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 10:47:10 +0200 you wrote:
> It has been reported [0] that using pause frames in jumbo mode impacts
> performance. There's no available chip documentation, but vendor
> drivers r8168 and r8125 don't advertise
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 13 Apr 2021 19:17:20 -0700 you wrote:
> This series contains updates to ixgbe and ixgbevf driver.
>
> Jostar Yang adds support for BCM54616s PHY for ixgbe.
>
> Chen Lin removes an unused function pointer for ixgb
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 08:23:15 +0200 you wrote:
> This adds support for the [g|s]et_pauseparam ethtool ops. It considers
> that the chip doesn't support pause frame use in jumbo mode.
>
> Signed-off-by: Heiner Kallweit
> --
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 12:00:27 +0200 you wrote:
> Let's have all seg6 sysctl at the same place.
>
> Fixes: a6dc6670cd7e ("ipv6: sr: Add documentation for seg_flowlabel sysctl")
> Signed-off-by: Nicolas Dichtel
> ---
> Documenta
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 12:03:25 +0200 you wrote:
> This is a leftover of the below commit.
>
> Fixes: 4f04256c983a ("net: vrf: Drop local rtable and rt6_info")
> Signed-off-by: Nicolas Dichtel
> ---
> drivers/net/vrf.c | 10
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Wed, 14 Apr 2021 02:46:13 -0500 you wrote:
> This series correct some misuse of NAPI APIs in the driver.
>
> Lijun Pan (3):
> ibmvnic: avoid calling napi_disable() twice
> ibmvnic: remove duplicate napi_schedule call in
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
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 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-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-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 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 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 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 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 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.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.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 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 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 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 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-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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 15:09:06 +0800 you wrote:
> The octeontx2 hardware needs the buffer to be 128 byte aligned.
> But in the current implementation of napi_alloc_frag(), it can't
> guarantee the return address is 128 byte aligne
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 20 Jan 2021 15:26:02 -0600 you wrote:
> (David/Jakub, please take these all through net-next if they are
> acceptable to you, once Rob has acked the binding. Rob, please ack
> if the binding looks OK to you.)
>
>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 20 Jan 2021 03:07:44 -0800 you wrote:
> Remove the config data when rate setting fails.
>
> Fixes: 9efc9b2b04c7 ("net: stmmac: Add dwmac-intel-plat for GBE driver")
> Signed-off-by: Pan Bian
> ---
> drivers/net/ethern
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 20 Jan 2021 12:41:55 -0800 you wrote:
> This patch adds TCP_NLA_TTL to SCM_TIMESTAMPING_OPT_STATS that exports
> the time-to-live or hop limit of the latest incoming packet with
> SCM_TSTAMP_ACK. The value exported
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 20 Jan 2021 13:27:59 -0800 you wrote:
> Without this change the driver tries to allocate too many queues,
> breaching the number of available msi-x interrupts on machines
> with many logical cpus and default adapter
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 20 Jan 2021 04:20:37 -0800 you wrote:
> Also decrement the reference count of child device on error path.
>
> Fixes: 3e782985cb3c ("net: ethernet: fec: Allow configuration of MDIO bus
> speed")
> Signed-off-by: Pan Bia
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 20 Jan 2021 15:39:09 +0100 you wrote:
> The sendbuffer autotuning was unintentionally disabled as a
> side effect of the recent workqueue removal refactor. These
> patches re-enable id, with some extra care: with a
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 22 Jan 2021 17:31:01 +0800 you wrote:
> Commit fa8211701043 ("net: add inline function skb_csum_is_sctp")
> missed replacing skb->csum_not_inet check in hns3. This patch is
> to replace it with skb_csum_is_sctp().
>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 20 Jan 2021 16:51:49 +0200 you wrote:
> From: Nikolay Aleksandrov
>
> Hi,
> This set adds explicit host tracking support for IGMPv3/MLDv2. The
> already present per-port fast leave flag is used to enable it since
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 21 Jan 2021 15:10:22 +0200 you wrote:
> From: Ido Schimmel
>
> The switch ASIC has a limited capacity of physical ports that it can
> support. While each system is brought up with a different number of
> ports, t
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 19 Jan 2021 14:08:10 +0200 you wrote:
> This series adds support for HTB offload to the HTB qdisc, and adds
> usage to mlx5 driver.
>
> The previous RFCs are available at [1], [2].
>
> The feature is intended to
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 21 Jan 2021 05:48:16 -0600 you wrote:
> Version 1 of this series inadvertently dropped the "static" that
> limits the scope of gsi_channel_update(). Version 2 fixes this
> (in patch 3).
>
> While reviewing the IP
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 06:57:38 -0800 you wrote:
> The dst entry should be released if no neighbour is found. Goto label
> free_dst to fix the issue. Besides, the check of ndev against NULL is
> redundant.
>
> Signed-off-by: Pan B
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 04:33:43 -0800 you wrote:
> Put the device node dn before return error code on failure path.
>
> Fixes: 461cd1b03e32 ("net: dsa: bcm_sf2: Register our slave MDIO bus")
> Signed-off-by: Pan Bian
> ---
> dri
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 07:27:48 -0800 you wrote:
> Goto to the label put_dev instead of the label error to fix potential
> resource leak on path that the target index is invalid.
>
> Fixes: c4fbb6515a4d ("NFC: The core part should
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 16:02:44 +0100 you wrote:
> This patch adds documentation for sysctl conf/all/disable_ipv6 and
> conf/default/disable_ipv6 settings which is currently missing.
>
> Signed-off-by: Pali Rohár
> ---
> Documen
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 07:37:45 -0800 you wrote:
> Put the device to avoid resource leak on path that the polling flag is
> invalid.
>
> Fixes: a831b9132065 ("NFC: Do not return EBUSY when stopping a poll that's
> already stopped
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 22 Jan 2021 16:15:54 +0100 you wrote:
> The 'wwan' devtype is meant for devices that require additional
> configuration to be used, like WWAN specific APN setup over AT/QMI
> commands, rmnet link creation, etc. This
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 22 Jan 2021 18:19:36 + you wrote:
> This series allows to form UDP GRO packets in cases without sockets
> (for forwarding). To not change the current datapath, this is
> performed only when the new correspondin
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 23 Jan 2021 11:56:32 +0100 you wrote:
> Hi,
>
> The switch has support for the 802.1Qbv Time Aware Shaper (TAS). Traffic
> schedules may be configured individually on each front port. Each port has
> eight
> egres
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 24 Jan 2021 13:07:14 +0800 you wrote:
> Upon receiving a cumulative ACK that changes the congestion state from
> Disorder to Open, the TLP timer is not set. If the sender is app-limited,
> it can only wait for the RTO ti
Hello:
This series was applied to bpf/bpf-next.git (refs/heads/master):
On Fri, 22 Jan 2021 16:47:13 +0100 you wrote:
> This series is a number of fixes/cleanups, mainly to improve the
> readability of the xdpxceiver selftest application.
>
> Details in each commit!
>
>
> Cheers,
> Björn
>
>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 23:00:43 +0100 you wrote:
> Following RFC 6554 [1], the current order of fields is wrong for big
> endian definition. Indeed, here is how the header looks like:
>
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Sat, 23 Jan 2021 19:52:21 +0100 you wrote:
> Update struct bpf_perf_event_data with the addr field to match the
> tools headers with the kernel headers.
>
> Signed-off-by: Florian Lehner
> ---
> tools/include/uapi/linux/
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Mon, 25 Jan 2021 13:05:46 +0800 you wrote:
> There exists many build warnings when make M=samples/bpf on the Loongson
> platform, this issue is MIPS related, x86 compiles just fine.
>
> Here are some warnings:
>
> CC s
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 23 Jan 2021 10:39:12 +0530 you wrote:
> From: Subbaraya Sundeep
>
> Support SPI and sequence number fields of
> ESP/AH header to be hashed for RSS. By default
> ESP/AH fields are not considered for RSS and
> needs
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 10:39:41 +0800 you wrote:
> coccicheck suggested using PTR_ERR_OR_ZERO() and looking at the code.
>
> Fix the following coccicheck warnings:
>
> ./net/bridge/br_multicast.c:1295:7-13: WARNING: PTR_ERR_
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Mon, 25 Jan 2021 22:50:18 -0800 you wrote:
> Fix bug in handling bpf_testmod unloading that will cause test_progs exiting
> prematurely if bpf_testmod unloading failed. This is especially problematic
> when running a subset
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 23 Jan 2021 16:25:50 +0800 you wrote:
> From: wengjianfeng
>
> change 'regster' to 'register'
>
> Signed-off-by: wengjianfeng
> ---
> drivers/nfc/trf7970a.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 12:43:20 +0800 you wrote:
> MT7530's LED controller can be used as GPIO controller. Add support for
> it.
>
> DENG Qingfang (2):
> dt-bindings: net: dsa: add MT7530 GPIO controller binding
> net: d
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 12:20:46 +0800 you wrote:
> MT762x HW, except for MT7628, supports frame length up to 2048
> (maximum length on GDM), so allow setting MTU up to 2030.
>
> Also set the default frame length to the hardwa
Hello:
This patch was applied to bpf/bpf.git (refs/heads/master):
On Tue, 26 Jan 2021 16:13:20 + you wrote:
> Building the kernel with CONFIG_BPF_PRELOAD, and by providing a relative
> path for the output directory, may fail with the following error:
>
> $ make O=build bindeb-pkg
> ...
>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 25 Jan 2021 07:09:49 -0800 you wrote:
> From: Eric Dumazet
>
> net/core/tso.c got recent support for USO, and this broke iwlfifi
> because the driver implemented a limited form of GSO.
>
> Providing ->gso_type allows
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Fri, 22 Jan 2021 09:32:20 -0800 you wrote:
> David has been the de-facto maintainer for much of the IP code
> for the last couple of years, let's make it official.
>
> Signed-off-by: Jakub Kicinski
> ---
> MAINTAINERS | 1
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 25 Jan 2021 08:44:16 +0100 you wrote:
> Function __team_compute_features() is protected by team->lock
> mutex when it is called from team_compute_features() used when
> features of an underlying device is changed. This c
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 23 Jan 2021 13:11:02 +0800 you wrote:
> Every line of code should start with tab (8 characters)
>
> Signed-off-by: Dongliang Mu
> ---
> drivers/net/usb/usbnet.c | 12 ++--
> 1 file changed, 6 insertions(+
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 01:20:24 -0500 you wrote:
> Use the various netif_level() helpers to simplify the C code. This was
> suggested by Joe Perches.
>
> Cc: Joe Perches
> Signed-off-by: Michael Chan
> ---
> drivers/net/e
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 12:31:59 +0100 you wrote:
> From: Arnd Bergmann
>
> When TLS is a module, the built-in bonding driver may cause a
> link error:
>
> x86_64-linux-ld: drivers/net/bonding/bond_main.o: in function
> `bo
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 20:08:34 -0800 you wrote:
> Add selftests for kernel behavior with regard to various classes of
> unallocated/reserved IPv4 addresses, checking whether or not these
> addresses can be assigned as unicast
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 23 Jan 2021 18:32:19 +0100 you wrote:
> From: Emil Renner Berthing
>
> This converts the usbnet driver to use the new tasklet API introduced in
> commit 12cc923f1ccc ("tasklet: Introduce new initialization API")
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 16:04:47 +0100 you wrote:
> v2:
>
> - resend now that the bug-fix patch (87fe04367d84, "net: dsa:
> mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext") is in
> net and also merged to net-n
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 25 Jan 2021 20:09:39 -0800 you wrote:
> In the lapb module, the timers may run concurrently with other code in
> this module, and there is currently no locking to prevent the code from
> racing on "struct lapb_cb". This
Hello:
This pull request was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 14:05:28 +0100 you wrote:
> Hi Jakub,
>
> We have a few fixes - note one is for a staging driver, but acked by
> Greg and fixing the driver for a change that came through my tree.
>
> Please pull and
901 - 1000 of 1524 matches
Mail list logo