Hello:
This pull request was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 09:22:02 + (UTC) you wrote:
> Hi,
>
> here's a pull request to net tree, more info below. Please let me know if
> there
> are any problems.
>
> Kalle
>
> [...]
Here is the summary with links:
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 11:54:09 +0100 you wrote:
> From: Johannes Berg
>
> This code ends up calling wiphy_apply_custom_regulatory(), for which
> we document that it should be called before wiphy_register(). This
> driver doesn't
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 10:20:40 +0200 you wrote:
> From: Nikolay Aleksandrov
>
> Fix the messed up indentation in br_multicast_eht_set_entry_lookup().
>
> Fixes: baa74d39ca39 ("net: bridge: multicast: add EHT source set han
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 13:44:30 -0800 you wrote:
> For IPv4, default route is learned via DHCPv4 and user is allowed to change
> metric using config etc/network/interfaces. But for IPv6, default route can
> be learned via RA,
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Tue, 26 Jan 2021 18:25:07 -0800 you wrote:
> From: Menglong Dong
>
> This 'BPF_ADD' is duplicated, and I belive it should be 'BPF_AND'.
>
> Fixes: 981f94c3e921 ("bpf: Add bitwise atomic instructions")
> Signed-off-by: Me
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Wed, 27 Jan 2021 14:15:01 -0800 you wrote:
> From: Cong Wang
>
> sk_psock_destroy() is a RCU callback, I can't see any reason why
> it could be used outside.
>
> Cc: John Fastabend
> Cc: Daniel Borkmann
> Cc: Jakub Sit
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 25 Jan 2021 13:41:16 +0100 you wrote:
> It's not true that switchdev_port_obj_notify() only inspects the
> ->handled field of "struct switchdev_notifier_port_obj_info" if
> call_switchdev_blocking_notifiers() returns 0 -
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 20:42:29 +0800 you wrote:
> From: Di Zhu
>
> pktgen create threads for all online cpus and bond these threads to
> relevant cpu repecivtily. when this thread firstly be woken up, it
> will compare cpu
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 10:58:59 -0800 you wrote:
> This patch series from the MPTCP tree adds support for IPv4-mapped IPv6
> addressing that was missing when multiple subflows were first
> implemented.
>
> Patches 1 and 2 ha
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 17:55:12 +0100 you wrote:
> rtl_wol_enable_rx() is called via the following call chain if WoL
> is enabled:
> rtl8169_down()
> -> rtl_prepare_power_down()
>-> rtl_wol_enable_rx()
> Therefore we don't
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 08:20:26 +0900 you wrote:
> These Kconfig files are included from net/Kconfig, inside the
> if NET ... endif.
>
> Remove 'depends on NET', which we know it is already met.
>
> Signed-off-by: Masahiro Y
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 08:16:55 +0900 you wrote:
> When CONFIG_NET is disabled, nothing under the net/ directory is
> compiled. Move the CONFIG_NET guard to the top Makefile so the net/
> directory is entirely skipped.
>
> W
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 08:14:21 +0900 you wrote:
> CONFIG_NET is a bool option, and this file is compiled only when
> CONFIG_NET=y.
>
> Remove #ifdef CONFIG_NET, which we know it is always met.
>
> Signed-off-by: Masahiro Ya
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 03:02:14 +0300 you wrote:
> On building the route there is an assumption that the destination
> could be local. In this case loopback_dev is used to get the address.
> If the address is still cannot be retrie
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 16:13:03 +0800 you wrote:
> Fix the following coccicheck warnings:
>
> ./drivers/net/ethernet/rocker/rocker_ofdpa.c:926:34-36: WARNING !A || A
> && B is equivalent to !A || B.
>
> Reported-by: Abaci Ro
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 14:10:28 -0800 you wrote:
> This series contains updates to the ice, i40e, and igc driver.
>
> Henry corrects setting an unspecified protocol to IPPROTO_NONE instead of
> 0 for IPv6 flexbytes filters for ic
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 18:18:44 -0800 you wrote:
> include/net/bonding.h is missing from bonding entry.
>
> Signed-off-by: Jakub Kicinski
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
Here is the summary with link
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 27 Jan 2021 10:40:28 +0100 you wrote:
> From: Dan Carpenter
>
> The "bec" struct isn't necessarily always initialized. For example, the
> mcp251xfd_get_berr_counter() function doesn't initialize anything if the
> inter
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Wed, 27 Jan 2021 14:25:10 +0100 you wrote:
> If the set definition contains stateful expressions, allocate them for
> the newly added entries from the packet path.
>
> Fixes: 65038428b2c6 ("netfilter: nf_tables: allow to sp
Hello:
This pull request was applied to netdev/net.git (refs/heads/master):
On Wed, 27 Jan 2021 10:40:27 +0100 you wrote:
> Hello Jakub, hello David,
>
> this is a pull request of 1 patch for net/master.
>
> The patch is by Dan Carpenter and fixes a potential information leak in
> can_fill_info
Hello:
This series was applied to bpf/bpf-next.git (refs/heads/master):
On Wed, 27 Jan 2021 11:31:39 -0800 you wrote:
> At the moment, BPF_CGROUP_INET{4,6}_BIND hooks can rewrite user_port
> to the privileged ones (< ip_unprivileged_port_start), but it will
> be rejected later on in the __inet_bi
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 11:35:31 +0200 you wrote:
> From: Nikolay Aleksandrov
>
> Hi,
> This set adds a simple configurable per-port EHT tracked hosts limit.
> Patch 01 adds a default limit of 512 tracked hosts per-port, sin
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 09:51:23 +0700 you wrote:
> Remove a duplicate code checking for header size in tipc_msg_create() as
> it's already being done in tipc_msg_init().
>
> Acked-by: Jon Maloy
> Signed-off-by: Hoang Huu Le
Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 10:22:15 +0100 you wrote:
> Hello Jakub, hello David,
>
> this is a pull request of 12 patches for net-next/master.
>
> The first two patches are by me and fix typos on the CAN gw protocol and t
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 10:22:16 +0100 you wrote:
> This patch fixes a typo found by codespell.
>
> Fixes: 94c23097f991 ("can: gw: support modification of Classical CAN DLCs")
> Link: https://lore.kernel.org/r/20210127085529.
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 27 Jan 2021 19:34:42 -0600 you wrote:
> Ensure that received Command-Response Queue (CRQ) entries are
> properly read in order by the driver. dma_rmb barrier has
> been added before accessing the CRQ descriptor to ensure
Hello:
This pull request was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 22:09:14 +0100 you wrote:
> Hi Jakub,
>
> Alright ... let's try again, with two more fixes on top, one
> for the virt_wifi deadlock and one for a minstrel regression
> in the earlier patches.
>
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 15:43:34 -0800 you wrote:
> From: Roi Dayan
>
> When we create the ft object we also init rhltable in ft->fgs_hash.
> So in error flow before kfree of ft we need to destroy that rhltable.
>
> Fixes: 693c6
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 01:32:10 +0100 you wrote:
> Early generations of the mv88e6xxx did not have the global 2
> registers. In order to keep the driver slim, it was decided to make
> the code for these registers optional. Ove
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 02:06:31 +0100 you wrote:
> I was trying to see if there were some Intel 8051 instructions in the
> jam tables with Linus Walleij, when I noticed some oddities.
> This patch's aim is to make the code mor
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 05:42:45 +0100 you wrote:
> lsusb -v for this device:
>
> Bus 003 Device 007: ID 1e2d:0069
> Device Descriptor:
> bLength18
> bDescriptorType 1
> bcdUSB 2.00
> b
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 16:58:32 +0800 you wrote:
> From: "Wong, Vee Khee"
>
> Added PCI IDs for both Ethernet TSN Controllers on the ADL-S.
>
> Also, skip SerDes programming sequences as these are being carried out
> at the
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Thu, 28 Jan 2021 16:48:18 +0200 you wrote:
> From: Ido Schimmel
>
> Patch #1 fixes wrong invocation of mausezahn in a couple of selftests.
> The tests started failing after Fedora updated their libnet package from
> versio
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 28 Jan 2021 10:48:36 + you wrote:
> From: Takeshi Misawa
>
> Commit 9ebeddef58c4 ("rxrpc: rxrpc_peer needs to hold a ref on the
> rxrpc_local record")
> Then release ref in __rxrpc_put_peer and rxrpc_put_peer_lock
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 26 Jan 2021 18:08:44 +0800 you wrote:
> From: Voon Weifeng
>
> Fix an issue where dump stack is printed and Reset Adapter occurs when
> PSE0 GbE or/and PSE1 GbE is/are enabled. EHL PSE0 GbE and PSE1 GbE use
> 32 bits D
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 16:02:26 +0100 you wrote:
> This is fourth version of patches which add workarounds for
> RTL8672/RTL9601C EEPROMs and Ubiquiti U-Fiber Instant SFP.
>
> The only change since third version is modificat
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Thu, 28 Jan 2021 02:50:58 +0100 you wrote:
> When dealing with BPF/BTF/pahole and DWARF v5 I wanted to build bpftool.
>
> While looking into the source code I found duplicate assignments
> in misc tools for the LLVM eco sy
Hello:
This series was applied to bpf/bpf-next.git (refs/heads/master):
On Wed, 27 Jan 2021 15:28:49 -0800 you wrote:
> We'd like to use the SENDMSG ones, Daniel suggested to
> expose to more hooks while are here.
>
> Stanislav Fomichev (4):
> bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Wed, 27 Jan 2021 18:46:15 +0100 you wrote:
> !perfmon_capable() is checked before the last switch(func_id) in
> bpf_base_func_proto. Thus, the cases BPF_FUNC_trace_printk and
> BPF_FUNC_snprintf_btf can be moved to that las
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 22 Jan 2021 11:36:45 -0800 you wrote:
> From: Parav Pandit
>
> Prepare code to fill zero or more port function optional attributes.
> Subsequent patch makes use of this to fill more port function
> attributes.
>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sun, 24 Jan 2021 11:08:04 -0800 you wrote:
> From: Tom Rix
>
> This change fixes the checkpatch warning described in this commit
> commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of
> unnecessary %h[
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 16:34:31 +0100 you wrote:
> Hello,
>
> this patch series add a sysfs file to let userspace know which mux
> id has been used to create a qmimux network interface.
>
> I'm aware that adding new sysfs f
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Mon, 25 Jan 2021 00:33:35 -0700 you wrote:
> Pass through mode is to allow packets in MAP format to be passed
> on to the stack. rmnet driver can be used to process and demultiplex
> these packets.
>
> Pass through mode
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 09:48:59 +0500 you wrote:
> TX/RX descriptor ring fields are always little-endian, but conversion
> wasn't performed for big-endian CPUs, so the driver failed to work.
>
> This patch makes the driver wo
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 12:56:57 -0600 you wrote:
> Version 2 of this series fixes a "restricted __le16 degrades to
> integer" warning from sparse in the third patch. The normal host
> architecture is little-endian, so the pr
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 18:39:39 +0100 you wrote:
> The current layout of net_device is not optimal for cacheline usage.
>
> The member adj_list.lower linked list is split between cacheline 2 and 3.
> The ifindex is placed tog
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 12:41:03 +0100 you wrote:
> Hi Dave & Jakub,
>
> please apply the following patch series for iucv to netdev's net-next tree.
>
> This reworks & simplifies the TX notification path in af_iucv, so that
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 12:25:46 +0100 you wrote:
> Hi Dave & Jakub,
>
> please apply the following patch series for qeth to netdev's net-next tree.
>
> Nothing special, mostly fine-tuning and follow-on cleanups for earlier
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 13:49:12 +0100 you wrote:
> At this moment, there is only one type of next-hop group: an mpath group.
> Mpath groups implement the hash-threshold algorithm, described in RFC
> 2992[1].
>
> To select a
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 12:13:59 -0600 you wrote:
> From: Bjorn Helgaas
>
> Fix misspellings of "physical".
>
> Signed-off-by: Bjorn Helgaas
> ---
> Thanks, Willem!
>
> [...]
Here is the summary with links:
- [v2] octeo
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 10:28:01 +0800 you wrote:
> From: dingsenjie
>
> allocted -> allocated
>
> Signed-off-by: dingsenjie
> ---
> include/linux/qed/qed_chain.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
He
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 04:33:02 -0800 you wrote:
> From: Menglong Dong
>
> It's better make 'pkt_sk()' inline here, as non-inline function
> shouldn't occur in headers. Besides, this function is simple
> enough to be inline.
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 18:32:55 +0100 you wrote:
> Previously a temporary tasklet structure was initialized on the stack
> using DECLARE_TASKLET_OLD() and then copied over and modified. Nothing
> else in the kernel seems to u
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 29 Jan 2021 02:59:58 +0200 you wrote:
> From: Vladimir Oltean
>
> Changes in v8:
> - Make tagging driver module reference counting work per DSA switch tree
> instead of per CPU port, to be compatible with the t
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Fri, 29 Jan 2021 23:53:50 + you wrote:
> AF_RXRPC sockets use UDP ports in encap mode. This causes socket and dst
> from an incoming packet to get stolen and attached to the UDP socket from
> whence it is leaked when tha
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 16:32:44 +0200 you wrote:
> This patchset adds software match support and offload of flower
> match ct_state reply flag (+/-rpl).
>
> The first patch adds the definition for the flag and match to flowe
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 28 Jan 2021 23:01:54 +0100 you wrote:
> It was reported that on RTL8125 network breaks under heavy UDP load,
> e.g. torrent traffic ([0], from comment 27). Realtek confirmed a hw bug
> and provided me with a test version
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 17:33:38 +0100 you wrote:
> Add missing dependency to TAPRIO to avoid build failures such as:
>
> |ERROR: modpost: "taprio_offload_get"
> [drivers/net/dsa/hirschmann/hellcreek_sw.ko] undefined!
> |ERRO
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 29 Jan 2021 00:02:17 +0900 you wrote:
> The commit 41b14fb8724d ("net: Do not clear the sock TX queue in
> sk_set_socket()") removes sk_tx_queue_clear() from sk_set_socket() and adds
> it instead in sk_alloc() and s
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 19:51:34 +0800 you wrote:
> This patchset adds dump tm info of nodes, priority and qset in debugfs.
> Three debugfs files tm_nodes, tm_priority and tm_qset are created in
> new tm directory, and use cat
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 17:18:30 +0800 you wrote:
> This patchset it to add ip generic csum processing first in
> skb_csum_hwoffload_help() in Patch 1/2 and then add csum
> offload support for GRE header in Patch 2/2.
>
> v1-
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 11:53:30 +0800 you wrote:
> From: dingsenjie
>
> Simplify the code by using module_platform_driver macro
> for octeon_mgmt.
>
> Signed-off-by: dingsenjie
>
> [...]
Here is the summary with links:
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 28 Jan 2021 12:19:30 +0100 you wrote:
> This section was missed during the conversion to ReST, so convert it in the
> same style as the surrounding section titles.
>
> Signed-off-by: Jan Luebbe
> ---
> Documentat
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 29 Jan 2021 13:54:38 -0500 you wrote:
> From: Neal Cardwell
>
> This commit shrinks inet_connection_sock by 4 bytes, by shrinking
> icsk_mtup.enabled from 32 bits to 1 bit, and shrinking
> icsk_mtup.probe_size fro
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 27 Jan 2021 22:08:27 +0900 you wrote:
> From: Bongsu Jeon
>
> 1/2 is the Virtual NCI device driver.
> 2/2 is the NCI selftest suite
>
> v4:
> 1/2
> - flip the condition for the ioctl.
> - refactor some code.
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 26 Jan 2021 17:29:07 +0100 you wrote:
> Pointers to receive-buffer packets sent by Hyper-V are used within the
> guest VM. Hyper-V can send packets with erroneous values or modify
> packet fields after they are pro
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 30 Jan 2021 21:43:34 +0800 you wrote:
> Having multiple destination ports for a unicast address does not make
> sense.
> Make port_db_load_purge override existent unicast portvec instead of
> adding a new port bit.
>
>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 28 Jan 2021 22:34:01 -0600 you wrote:
> Returning -EBUSY in ibmvnic_remove() does not actually hold the
> removal procedure since driver core doesn't care for the return
> value (see __device_release_driver() in drivers/
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 30 Jan 2021 14:59:32 +0100 you wrote:
> Hi,
>
> Florian, Andrew and Vladimir suggested at some point to use devlink for
> reporting tables, features and debugging counters instead of using debugfs and
> printk.
>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 29 Jan 2021 18:26:08 -0800 you wrote:
> From: Yevgeny Kliteynik
>
> Fix 32-bit variable shift wrapping in dr_ste_v0_get_miss_addr.
>
> Fixes: 6b93b400aa88 ("net/mlx5: DR, Move STEv0 setters and getters")
> Repor
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Feb 2021 11:47:19 +0300 you wrote:
> There are multiple similar bugs implicitly introduced by the
> commit c0cfa2d8a788fcf4 ("vsock: add multi-transports support") and
> commit 6a2c0962105ae8ce ("vsock: prevent transp
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 30 Jan 2021 01:27:47 +0300 you wrote:
> dev->hard_header_len for tunnel interface is set only when header_ops
> are set too and already contains full overhead of any tunnel encapsulation.
> That's why there is not need t
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 30 Jan 2021 20:05:18 +0100 you wrote:
> Signed-off-by: Vincent Bernat
> ---
> Documentation/networking/ip-sysctl.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [net] do
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 29 Jan 2021 19:19:03 -0600 you wrote:
> This series rework the memory barrier for SCRQ (Sub-Command-Response
> Queue) entry.
>
> v2: send to net-next.
>
> Lijun Pan (2):
> ibmvnic: rework to ensure SCRQ entry r
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 30 Jan 2021 08:13:27 +0900 you wrote:
> UDP/IP header of UDP GROed frag_skbs are not updated even after NAT
> forwarding. Only the header of head_skb from ip_finish_output_gso ->
> skb_gso_segment is updated but followin
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Feb 2021 13:46:14 -0800 you wrote:
> This series contains updates to igc and i40e drivers.
>
> Kai-Heng Feng fixes igc to report unknown speed and duplex during suspend
> as an attempted read will cause errors.
>
>
Hello:
This pull request was applied to netdev/net.git (refs/heads/master):
On Tue, 2 Feb 2021 15:35:04 +0100 you wrote:
> Hi Jakub,
>
> So, getting late, but we have two more fixes - the staging
> one (acked by Greg) is for a recent regression I had through
> my tree, and the rate tables one i
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 31 Jan 2021 21:57:06 -0800 you wrote:
> When sending a packet, we will prepend it with an LAPB header.
> This modifies the shared parts of a cloned skb, so we should copy the
> skb rather than just clone it, before we pr
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Feb 2021 21:50:56 +0100 you wrote:
> So far phy_disconnect() is called before free_irq(). If CONFIG_DEBUG_SHIRQ
> is set and interrupt is shared, then free_irq() creates an "artificial"
> interrupt by calling the inter
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Feb 2021 23:07:00 -0800 you wrote:
> From: Daniel Jurgens
>
> The function calculation always results in a value of 0. This works
> generally, but when the release all pages feature is enabled it will
> result in c
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 2 Feb 2021 10:03:04 +0100 you wrote:
> From: Andreas Oetken
>
> sup_multicast_addr is passed to ether_addr_equal for address comparison
> which casts the address inputs to u16 leading to an unaligned access.
> Alignin
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Feb 2021 17:26:05 -0600 you wrote:
> This series fixes four minor bugs. The first two are things that
> sparse points out. All four are very simple and each patch should
> explain itself pretty well.
>
>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 2 Feb 2021 02:32:33 +0600 you wrote:
> syzbot found WARNING in rds_rdma_extra_size [1] when RDS_CMSG_RDMA_ARGS
> control message is passed with user-controlled
> 0x40001 bytes of args->nr_local, causing order >= MAX_ORD
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Feb 2021 11:35:39 +0200 you wrote:
> From: Stefan Chulski
>
> Last TCAM data contains TCAM enable bit.
> It should be written after SRAM data before entry enabled.
>
> Fixes: 3f518509dedc ("ethernet: Add new driver
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 25 Feb 2021 16:39:01 +0100 you wrote:
> shinfo already holds the result of skb_shinfo(skb) at this point - no
> need to re-invoke the construct even twice.
>
> Signed-off-by: Jan Beulich
Here is the summary with links
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 27 Feb 2021 11:05:58 +0800 you wrote:
> From: Guangbin Huang
>
> If phy uses generic driver and autoneg is on, enter command
> "ethtool -s eth0 speed 50" will not change phy speed actually, but
> command "ethtool eth0"
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 27 Feb 2021 16:15:06 -0500 you wrote:
> label err_eni_release is reachable when eni_start() fail.
> In eni_start() it calls dev->phy->start() in the last step, if start()
> fail we don't need to call phy->stop(), if star
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 27 Feb 2021 22:55:50 -0500 you wrote:
> lanai_dev_open() can fail. When it fail, lanai->base is unmapped and the
> pci device is disabled. The caller, lanai_init_one(), then tries to run
> atm_dev_deregister(). This will
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Sun, 28 Feb 2021 23:24:16 +0300 you wrote:
> Here are 3 patches against DaveM's 'net' repo. I'm fixing the TRSCER masks in
> the driver to match the manuals...
>
> [1/3] sh_eth: fix TRSCER mask for SH771x
> [2/3] sh_eth: fi
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 02:22:40 +0300 you wrote:
> syzbot found WARNING in __alloc_pages_nodemask()[1] when order >= MAX_ORDER.
> It was caused by a huge length value passed from userspace to
> qrtr_tun_write_iter(),
> which tries
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 13:18:10 +0200 you wrote:
> From: Vladimir Oltean
>
> This contains an assorted set of fixes collected over the past 2 weeks
> on the enetc driver. Some are related to VLAN processing, some to
> physical l
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 14:05:48 +0800 you wrote:
> In inet_initpeers(), struct inet_peer on IA32 uses 128 bytes in nowdays.
> Get rid of the cascade and use div64_ul() and clamp_val() calculate that
> will not need to be adjusted i
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 21:28:23 +0900 you wrote:
> This patch fixes a spelling typo in bonding.rst.
>
> Signed-off-by: Masanari Iida
> ---
> Documentation/networking/bonding.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deleti
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 15:09:44 + you wrote:
> From: Willem de Bruijn
>
> The referenced commit expands the skb_seq_state used by
> skb_find_text with a 4B frag_off field, growing it to 48B.
>
> This exceeds container ts_sta
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 10:29:17 -0800 you wrote:
> From: Eric Dumazet
>
> Qingyu Li reported a syzkaller bug where the repro
> changes RCV SEQ _after_ restoring data in the receive queue.
>
> mprotect(0x4aa000, 12288, PROT_READ)
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 1 Mar 2021 19:25:30 +0100 you wrote:
> Contrary to the RNDIS protocol specification, certain (pre-Fe)
> implementations of Hyper-V's vSwitch did not account for the status
> buffer field in the length of an RNDIS packet
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 2 Mar 2021 00:01:59 +0800 you wrote:
> A different TPID bit is used for 802.1ad VLAN frames.
>
> Reported-by: Ilario Gelmetti
> Fixes: f0af34317f4b ("net: dsa: mediatek: combine MediaTek tag with VLAN tag")
> Signed-o
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 2 Mar 2021 16:57:21 +0800 you wrote:
> On Intel platforms which consist of two Ethernet Controllers such as
> TGL-H and ADL-S, a unique MDIO bus id is required for MDIO bus to be
> successful registered:
>
> [ 13.076
Hello:
This series was applied to iproute2/iproute2-next.git (refs/heads/main):
On Mon, 1 Mar 2021 12:56:50 +0200 you wrote:
> This series uses utils helper for socket operations, string
> processing and print error messages.
>
> Patch summary:
> Patch-1 uses utils library helper for string spli
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Tue, 2 Mar 2021 16:40:10 -0800 you wrote:
> Just like was done for bpftool and selftests in ec23eb705620 ("tools/bpftool:
> Allow substituting custom vmlinux.h for the build") and ca4db6389d61
> ("selftests/bpf: Allow subst
1001 - 1100 of 1524 matches
Mail list logo