[PATCH net-next v3 00/15] net/smc: extend diagnostic netlink interface

2020-11-07 Thread Karsten Graul
Please apply the following patch series for smc to netdev's net-next tree. This patch series refactors the current netlink API in smc_diag module which is used for diagnostic purposes and extends the netlink API in a backward compatible way so that the extended API can provide information about SM

[PATCH net-next v3 00/15] net: bridge: mcast: initial IGMPv3/MLDv2 support (part 1)

2020-09-05 Thread Nikolay Aleksandrov
Hi all, This patch-set implements the control plane for initial IGMPv3/MLDv2 support which takes care of include/exclude sets and state transitions based on the different report types. Patch 01 arranges the structure better by moving the frequently used fields together, patches 02 and 03 add suppor

Re: [patch net-next v3 00/15] devlink: allow devlink instances to change network namespace

2019-10-04 Thread David Miller
From: Jiri Pirko Date: Thu, 3 Oct 2019 11:49:25 +0200 > Devlink from the beginning counts with network namespaces, but the > instances has been fixed to init_net. > > Implement change of network namespace as part of "devlink reload" > procedure like this: > > $ ip netns add testns1 > $ devlink

[patch net-next v3 00/15] devlink: allow devlink instances to change network namespace

2019-10-03 Thread Jiri Pirko
From: Jiri Pirko Devlink from the beginning counts with network namespaces, but the instances has been fixed to init_net. Implement change of network namespace as part of "devlink reload" procedure like this: $ ip netns add testns1 $ devlink/devlink dev reload netdevsim/netdevsim10 netns testns

Re: [patch net-next v3 00/15] devlink: small spring cleanup

2019-03-24 Thread David Miller
From: Jiri Pirko Date: Sun, 24 Mar 2019 11:14:23 +0100 > Mostly cosmetics and janitor work. Series applied, thanks Jiri.

[patch net-next v3 00/15] devlink: small spring cleanup

2019-03-24 Thread Jiri Pirko
From: Jiri Pirko Mostly cosmetics and janitor work. Jiri Pirko (15): net: devlink: add couple of missing mutex_destroy() calls bnxt: add missing net/devlink.h include dsa: add missing net/devlink.h include bnxt: set devlink port attrs properly bnxt: call devlink_port_type_eth_set() bef

PATCH net-next v3 00/15

2017-06-19 Thread Lawrence Brakmo
Created a new BPF program type, BPF_PROG_TYPE_SOCK_OPS, and a corresponding struct that allows BPF programs of this type to access some of the socket's fields (such as IP addresses, ports, etc.) and setting connection parameters such as buffer sizes, initial window, SYN/SYN-ACK RTOs, etc. Unlike c

Re: [PATCH net-next v3 00/15] sfc: ndo_get_phys_port_id, vadaptor stats and PF unload when Vf's assigned to guest

2015-06-02 Thread David Miller
From: Shradha Shah Date: Tue, 2 Jun 2015 11:36:00 +0100 > This is the third and last instalment of SRIOV for EF10 patches. > > This patch set includes implementation of ndo_get_phys_port_id > and changes to the MAC statistics code in order to support > vadaptor statistics. > > It also includes

[PATCH net-next v3 00/15] sfc: ndo_get_phys_port_id, vadaptor stats and PF unload when Vf's assigned to guest

2015-06-02 Thread Shradha Shah
This is the third and last instalment of SRIOV for EF10 patches. This patch set includes implementation of ndo_get_phys_port_id and changes to the MAC statistics code in order to support vadaptor statistics. It also includes code to deal with PF unload when Vf's are still assigned to the guest.

Re: [patch net-next v3 00/15] introduce programable flow dissector and cls_flower

2015-05-13 Thread David Miller
From: Tom Herbert Date: Wed, 13 May 2015 15:27:59 -0400 >> I'm sure there will be some performance improvements possible, and I >> hope you will look into making sure this new programmable classifier >> is as light weight as possible. ... > I still have concerns about making flow_dissector more

Re: [patch net-next v3 00/15] introduce programable flow dissector and cls_flower

2015-05-13 Thread David Miller
From: Jiri Pirko Date: Tue, 12 May 2015 14:56:06 +0200 > Per Davem's request, I prepared this patchset which introduces programmable > flow dissector. For current users of flow_keys, there is a wrapper > skb_flow_dissect_flow_keys which maintains the previous behaviour. > For purposes of cls_flow