[PATCH v4 net-next 0/4] nfc: s3fwrn5: Support a UART interface

2020-12-01 Thread Bongsu Jeon
From: Bongsu Jeon S3FWRN82 is the Samsung's NFC chip that supports the UART communication. Before adding the UART driver module, I did refactoring the s3fwrn5_i2c module to reuse the common blocks. 1/4 is the dt bindings for the RN82 UART interface. 2/4..3/4 are refactoring the s3fwrn5_i2c modu

Re: [PATCH V4 net-next 0/4] net: hns3: updates for -next

2020-11-23 Thread Jesse Brandeburg
Huazhong Tan wrote: > There are several updates relating to the interrupt coalesce for > the HNS3 ethernet driver. > > #1 adds support for QL(quantity limiting, interrupt coalesce >based on the frame quantity). > #2 queries the maximum value of GL from the firmware instead of >a fixed val

Re: [PATCH V4 net-next 0/4] net: hns3: updates for -next

2020-11-17 Thread Jakub Kicinski
On Mon, 16 Nov 2020 16:20:50 +0800 Huazhong Tan wrote: > There are several updates relating to the interrupt coalesce for > the HNS3 ethernet driver. > > #1 adds support for QL(quantity limiting, interrupt coalesce >based on the frame quantity). > #2 queries the maximum value of GL from the fi

[PATCH V4 net-next 0/4] net: hns3: updates for -next

2020-11-16 Thread Huazhong Tan
There are several updates relating to the interrupt coalesce for the HNS3 ethernet driver. #1 adds support for QL(quantity limiting, interrupt coalesce based on the frame quantity). #2 queries the maximum value of GL from the firmware instead of a fixed value in code. #3 adds support for 1us

Re: [PATCH V4 net-next 0/4] Enhance current features in ena driver

2020-09-10 Thread David Miller
From: Date: Thu, 10 Sep 2020 13:07:09 + > From: Sameeh Jubran > > This series adds the following: > * Exposes new device stats using ethtool. > * Adds and exposes the stats of xdp TX queues through ethtool. > > V3: Fix indentation in patches #3 and #4 > V2: Drop the need for casting stat_o

[PATCH V4 net-next 0/4] Enhance current features in ena driver

2020-09-10 Thread sameehj
From: Sameeh Jubran This series adds the following: * Exposes new device stats using ethtool. * Adds and exposes the stats of xdp TX queues through ethtool. V3: Fix indentation in patches #3 and #4 V2: Drop the need for casting stat_offset V1: Use unsigned long for pointer math instead of uintpt

Re: [PATCH v4 net-next 0/4] vmxnet3: upgrade to version 4

2020-05-28 Thread David Miller
From: Ronak Doshi Date: Thu, 28 May 2020 14:53:18 -0700 > vmxnet3 emulation has recently added several new features which includes > offload support for tunnel packets, support for new commands the driver > can issue to emulation, change in descriptor fields, etc. This patch > series extends the

[PATCH v4 net-next 0/4] vmxnet3: upgrade to version 4

2020-05-28 Thread Ronak Doshi
vmxnet3 emulation has recently added several new features which includes offload support for tunnel packets, support for new commands the driver can issue to emulation, change in descriptor fields, etc. This patch series extends the vmxnet3 driver to leverage these new features. Compatibility is m

[RFC PATCH v4 net-next 0/4] flow_offload: Re-add per-action statistics

2019-06-04 Thread Edward Cree
When the flow_offload infrastructure was added, per-action statistics, which were previously possible for drivers to support in TC offload, were not plumbed through, perhaps because the drivers in the tree did not implement them. In TC (and in the previous offload API) statistics are per-action,

Re: [PATCH v4 net-next 0/4] net: dsa: microchip: add MIB counters support

2019-02-24 Thread David Miller
From: Date: Fri, 22 Feb 2019 16:36:46 -0800 > This series of patches is to modify the KSZ9477 DSA driver to read MIB > counters periodically to avoid overflow. Series applied.

[PATCH v4 net-next 0/4] net: dsa: microchip: add MIB counters support

2019-02-22 Thread Tristram.Ha
From: Tristram Ha This series of patches is to modify the KSZ9477 DSA driver to read MIB counters periodically to avoid overflow. The MIB counters should be read only when there is link. Otherwise it is a waste of time as hardware never increases the counters. Functions are added to check the

[PATCH v4 net-next 0/4]

2018-03-12 Thread Brad Mouring
Consider the situation where a macb netdev is connected through a phydev that sits on a mii bus other than the one provided to this particular netdev. This situation is what this patchset aims to accomplish through the existing phy-handle optional binding. This optional binding (as described in t

RE: [PATCH v4 net-next 0/4] qed*: Advance to FW 8.33.1.0

2018-01-02 Thread Elior, Ariel
> From: Tomer Tayar > Date: Wed, 27 Dec 2017 19:30:04 +0200 > > > This series advances all qed* drivers to use firmware 8.33.1.0 which brings > > new capabilities and initial support of new HW. The changes are mostly in > > qed, and include changes in the FW interface files, as well as updating t

Re: [PATCH v4 net-next 0/4] qed*: Advance to FW 8.33.1.0

2018-01-02 Thread David Miller
From: Tomer Tayar Date: Wed, 27 Dec 2017 19:30:04 +0200 > This series advances all qed* drivers to use firmware 8.33.1.0 which brings > new capabilities and initial support of new HW. The changes are mostly in > qed, and include changes in the FW interface files, as well as updating the > FW init

[PATCH v4 net-next 0/4] qed*: Advance to FW 8.33.1.0

2017-12-27 Thread Tomer Tayar
This series advances all qed* drivers to use firmware 8.33.1.0 which brings new capabilities and initial support of new HW. The changes are mostly in qed, and include changes in the FW interface files, as well as updating the FW initialization and debug collection code. The protocol drivers have mi

Re: [PATCH v4 net-next 0/4] bpftool: cgroup bpf operations

2017-12-14 Thread Daniel Borkmann
On 12/13/2017 04:18 PM, Roman Gushchin wrote: > This patchset adds basic cgroup bpf operations to bpftool. > > Right now there is no convenient way to perform these operations. > The /samples/bpf/load_sock_ops.c implements attach/detacg operations, > but only for BPF_CGROUP_SOCK_OPS programs. Bps

Re: [PATCH v4 net-next 0/4] bpftool: cgroup bpf operations

2017-12-14 Thread Quentin Monnet
2017-12-13 15:18 UTC+ ~ Roman Gushchin > This patchset adds basic cgroup bpf operations to bpftool. > > Right now there is no convenient way to perform these operations. > The /samples/bpf/load_sock_ops.c implements attach/detacg operations, > but only for BPF_CGROUP_SOCK_OPS programs. Bps (p

[PATCH v4 net-next 0/4] bpftool: cgroup bpf operations

2017-12-13 Thread Roman Gushchin
This patchset adds basic cgroup bpf operations to bpftool. Right now there is no convenient way to perform these operations. The /samples/bpf/load_sock_ops.c implements attach/detacg operations, but only for BPF_CGROUP_SOCK_OPS programs. Bps (part of bcc) implements bpf introspection, but lacks an

Re: [PATCH v4 net-next 0/4]: Allow head adjustment in XDP prog

2016-12-08 Thread David Miller
From: Martin KaFai Lau Date: Wed, 7 Dec 2016 15:53:10 -0800 > This series adds a helper to allow head adjusting in XDP prog. mlx4 > driver has been modified to support this feature. An example is written > to encapsulate a packet with an IPv4/v6 header and then XDP_TX it > out. Series applied.

[PATCH v4 net-next 0/4]: Allow head adjustment in XDP prog

2016-12-07 Thread Martin KaFai Lau
This series adds a helper to allow head adjusting in XDP prog. mlx4 driver has been modified to support this feature. An example is written to encapsulate a packet with an IPv4/v6 header and then XDP_TX it out. v4: 1. Remove XDP_QUERY_FEATURES command. Instead, check the prog->xdp_adjust_hea

Re: [PATCH v4 net-next 0/4] act_mirred: Ingress actions support

2016-10-14 Thread David Miller
From: Shmulik Ladkani Date: Thu, 13 Oct 2016 09:06:40 +0300 > This patch series implements action mirred 'ingress' actions > TCA_INGRESS_REDIR and TCA_INGRESS_MIRROR. > > This allows attaching filters whose target is to hand matching skbs into > the rx processing of a specified device. > > v4:

Re: [PATCH v4 net-next 0/4] act_mirred: Ingress actions support

2016-10-13 Thread Cong Wang
On Wed, Oct 12, 2016 at 11:06 PM, Shmulik Ladkani wrote: > This patch series implements action mirred 'ingress' actions > TCA_INGRESS_REDIR and TCA_INGRESS_MIRROR. > > This allows attaching filters whose target is to hand matching skbs into > the rx processing of a specified device. > > v4: > in

[PATCH v4 net-next 0/4] act_mirred: Ingress actions support

2016-10-12 Thread Shmulik Ladkani
This patch series implements action mirred 'ingress' actions TCA_INGRESS_REDIR and TCA_INGRESS_MIRROR. This allows attaching filters whose target is to hand matching skbs into the rx processing of a specified device. v4: in 4/4, check ret code of netif_receive_skb, as suggested by Cong Wang v3:

Re: [PATCH v4 net-next 0/4] Faster SO_REUSEPORT

2016-01-04 Thread David Miller
From: Craig Gallek Date: Mon, 4 Jan 2016 17:41:44 -0500 > This series contains two optimizations for the SO_REUSEPORT feature: > Faster lookup when selecting a socket for an incoming packet and > the ability to select the socket from the group using a BPF program. > > This series only includes

[PATCH v4 net-next 0/4] Faster SO_REUSEPORT

2016-01-04 Thread Craig Gallek
From: Craig Gallek This series contains two optimizations for the SO_REUSEPORT feature: Faster lookup when selecting a socket for an incoming packet and the ability to select the socket from the group using a BPF program. This series only includes the UDP path. I plan to submit a follow-up incl

[RFC PATCH v4 net-next 0/4] tcp: add NV congestion control

2015-07-24 Thread Lawrence Brakmo
This patchset adds support for NV congestion control. The first patch replaces two arguments with a struct in pkts_acked() The second patch is a refactor of tcp_skb_cb The third patch adds in_flight to tcp_skb_cb's tx section The fourth patch adds NV congestion control support. [RFC PATCH v4 net-

Re: [PATCH v4 net-next 0/4] rocker: transaction fixes

2015-05-21 Thread David Miller
From: Simon Horman Date: Thu, 21 May 2015 12:40:13 +0900 > this series addresses what appear to be errors in the handling of > prepare and then commit transactions in the rocker driver. Series applied, thanks a lot Simon. -- To unsubscribe from this list: send the line "unsubscribe netdev" in th

[PATCH v4 net-next 0/4] rocker: transaction fixes

2015-05-20 Thread Simon Horman
Hi, this series addresses what appear to be errors in the handling of prepare and then commit transactions in the rocker driver. In all cases the problem is that data structures visible outside of the transaction are modified during the prepare phase. In the case of the first two patches this re