commit_title stringlengths 13 124 | commit_body stringlengths 0 1.9k | release_summary stringclasses 52
values | changes_summary stringlengths 1 758 | release_affected_domains stringclasses 33
values | release_affected_drivers stringclasses 51
values | domain_of_changes stringlengths 2 571 | language_set stringclasses 983
values | diffstat_files int64 1 300 | diffstat_insertions int64 0 309k | diffstat_deletions int64 0 168k | commit_diff stringlengths 92 23.4M | category stringclasses 108
values | commit_hash stringlengths 34 40 | related_people stringlengths 0 370 | domain stringclasses 21
values | subdomain stringclasses 241
values | leaf_module stringlengths 0 912 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
net: dsa: felix: convert to the new .change_tag_protocol dsa api | in expectation of the new tag_ocelot_8021q tagger implementation, we need to be able to do runtime switchover between one tagger and another. so we must structure the existing code for the current npi-based tagger in a certain way. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | tag_8021q for ocelot switches | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa '] | ['h', 'c'] | 4 | 154 | 35 | --- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c -/* copyright 2019 nxp semiconductors +/* copyright 2019-2021 nxp semiconductors +/* the cpu port module is connected to the node processor interface (npi). this + *... | Networking | adb3dccf090bc53ce177cd30bbe5b985336a6f66 | vladimir oltean | drivers | net | dsa, ocelot |
net: dsa: add a second tagger for ocelot switches based on tag_8021q | there are use cases for which the existing tagger, based on the npi (node processor interface) functionality, is insufficient. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | tag_8021q for ocelot switches | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa '] | ['c', 'h', 'kconfig', 'maintainers', 'makefile'] | 6 | 92 | 3 | - frames injected through the npi port bypass the frame analyzer, so no - flow control is not functional over an npi port (pause frames are - there can be at most one npi port configured for an ocelot switch. but --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +f: net/dsa/tag_ocelot_8021q... | Networking | 7c83a7c539abe9f980996063ac20532a7a7f6eb1 | vladimir oltean | drivers | net | dsa, ocelot |
net: dsa: felix: perform switch setup for tag_8021q | unlike sja1105, the only other user of the software-defined tag_8021q.c tagger format, the implementation we choose for the felix dsa switch driver preserves full functionality under a vlan_filtering bridge (i.e. ip termination works through the dsa user ports under all circumstances). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | tag_8021q for ocelot switches | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa '] | ['h', 'c'] | 7 | 396 | 12 | - identifying the ingress switch port based on the rx vlan id, as seen - steering traffic injected into the switch from the network stack --- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c +#include <linux/dsa/8021q.... | Networking | e21268efbe26d9ab3f7468577d691b992d76e06a | vladimir oltean | include | soc | dsa, ethernet, mscc, ocelot |
net: dsa: felix: add support for mrp | implement functions 'port_mrp_add', 'port_mrp_del', 'port_mrp_add_ring_role' and 'port_mrp_del_ring_role' to call the mrp functions from ocelot. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for mrp | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'felix'] | ['c'] | 2 | 46 | 0 | --- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c +static int felix_mrp_add(struct dsa_switch *ds, int port, + const struct switchdev_obj_mrp *mrp) +{ + struct ocelot *ocelot = ds->priv; + + return ocelot_mrp_add(oc... | Networking | a026c50b599fab8ad829f87af372866e229d8175 | horatiu vultur | drivers | net | dsa, ocelot |
net: dsa: hellcreek: add taprio offloading support | 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 egress queues. the traffic is mapped to a traffic class respectively via the pcp field of a vlan tagged frame. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add taprio offloading support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'hellcreek'] | ['h', 'c'] | 2 | 318 | 2 | --- diff --git a/drivers/net/dsa/hirschmann/hellcreek.c b/drivers/net/dsa/hirschmann/hellcreek.c --- a/drivers/net/dsa/hirschmann/hellcreek.c +++ b/drivers/net/dsa/hirschmann/hellcreek.c - * copyright (c) 2019,2020 linutronix gmbh + * copyright (c) 2019-2021 linutronix gmbh +static void hellcreek_select_tgd(struct hell... | Networking | 24dfc6eb39b26fc3a5a17a606e868b74f6202ee4 | kurt kanzenbach | drivers | net | dsa, hirschmann |
net: dsa: mt7530: mt7530 optional gpio support | mt7530's led controller can drive up to 15 led/gpios. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mt7530 optional gpio support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'mt7530'] | ['h', 'c'] | 2 | 130 | 0 | --- diff --git a/drivers/net/dsa/mt7530.c b/drivers/net/dsa/mt7530.c --- a/drivers/net/dsa/mt7530.c +++ b/drivers/net/dsa/mt7530.c +#include <linux/gpio/driver.h> +static inline u32 +mt7530_gpio_to_bit(unsigned int offset) +{ + /* map gpio offset to register bit + * [ 2: 0] port 0 led 0..2 as gpio 0..2 + * [ 6: 4] port... | Networking | 429a0edeefd88cbfca5c417dfb8561047bb50769 | deng qingfang | drivers | net | dsa |
net: dsa: mv88e6xxx: link aggregation support | support offloading of lags to hardware. lags may be attached to a bridge in which case vlans, multicast groups, etc. are also offloaded as usual. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | link aggregation support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'mv88e6xxx'] | ['h', 'c'] | 5 | 330 | 5 | --- diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c + struct dsa_switch_tree *dst = chip->ds->dst; + struct dsa_switch *ds; + struct dsa_port *dp; - if (dev != chip->ds->index) + if (dev != chip->ds->index) { ... | Networking | 57e661aae6a823140787dbcc34d92e223e2f71c5 | tobias waldekranz vladimir oltean olteanv gmail com | drivers | net | dsa, mv88e6xxx |
net: dsa: qca: ar9331: export stats64 | add stats support for the ar9331 switch. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | export stats64 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'qca', 'ar9331'] | ['c'] | 1 | 162 | 1 | --- diff --git a/drivers/net/dsa/qca/ar9331.c b/drivers/net/dsa/qca/ar9331.c --- a/drivers/net/dsa/qca/ar9331.c +++ b/drivers/net/dsa/qca/ar9331.c +/* mib registers */ +#define ar9331_mib_counter(x) (0x20000 + ((x) * 0x100)) + +/* the interval should be small enough to avoid overflow of 32bit mibs */ +/* + * fixme: unt... | Networking | bf9ce385932b61584684d31e2e5f8f485791e409 | oleksij rempel | drivers | net | dsa, qca |
net: dsa: sja1105: offload bridge port flags to device | the chip can configure unicast flooding, broadcast flooding and learning. learning is per port, while flooding is per {ingress, egress} port pair and we need to configure the same value for all possible ingress ports towards the requested one. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | offload bridge port flags to device | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'sja1105'] | ['h', 'c'] | 3 | 219 | 11 | --- diff --git a/drivers/net/dsa/sja1105/sja1105.h b/drivers/net/dsa/sja1105/sja1105.h --- a/drivers/net/dsa/sja1105/sja1105.h +++ b/drivers/net/dsa/sja1105/sja1105.h + bool can_limit_mcast_flood; + unsigned long learn_ena; diff --git a/drivers/net/dsa/sja1105/sja1105_main.c b/drivers/net/dsa/sja1105/sja1105_main.c ---... | Networking | 4d9423549501812dafe6551d4a78db079ea87648 | vladimir oltean | drivers | net | dsa, sja1105 |
net: dsa: tag_ocelot_8021q: add support for ptp timestamping | for tx timestamping, we use the felix_txtstamp method which is common with the regular (non-8021q) ocelot tagger. this method says that skb deferral is needed, prepares a timestamp request id, and puts a clone of the skb in a queue waiting for the timestamp irq. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for ptp timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'tag_ocelot_8021q'] | ['h', 'c'] | 5 | 115 | 2 | - the cpu port module (for mmio based extraction) and - if the "no xtr irq" workaround is in place, the dsa_8021q cpu port --- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c +#include <linux/ptp_classify.h> + /* the ... | Networking | 0a6f17c6ae2116809a7b7eb6dd3eab59ef5460ef | vladimir oltean | include | soc | dsa, ethernet, mscc, ocelot |
net: dsa: xrs700x: add hsr offloading support | add offloading for hsr/prp (iec 62439-3) tag insertion, tag removal forwarding and duplication supported by the xrs7000 series switches. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add hsr offloading support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['dsa ', 'xrs700x'] | ['h', 'c'] | 3 | 132 | 1 | --- diff --git a/drivers/net/dsa/xrs700x/xrs700x.c b/drivers/net/dsa/xrs700x/xrs700x.c --- a/drivers/net/dsa/xrs700x/xrs700x.c +++ b/drivers/net/dsa/xrs700x/xrs700x.c +#include <linux/netdev_features.h> +#include <linux/if_hsr.h> +#define xrs7000x_supported_hsr_features \ + (netif_f_hw_hsr_tag_ins | netif_f_hw_hsr_tag_... | Networking | bd62e6f5e6a98f1657cf9c3b632bdb7a2e78d42c | george mccollister | drivers | net | dsa, xrs700x |
net: ethernet: mediatek: support setting mtu | mt762x hw, except for mt7628, supports frame length up to 2048 (maximum length on gdm), so allow setting mtu up to 2030. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | support setting mtu | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mediatek'] | ['h', 'c'] | 2 | 47 | 8 | --- diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c - mcr_new |= mac_mcr_max_rx_1536 | mac_mcr_ipg_cfg | mac_mcr_force_mode | + mcr_new |= mac_mcr_ipg_cfg | mac_mcr_... | Networking | 4fd59792097a6b2fb949d41264386a7ecade469e | deng qingfang | drivers | net | ethernet, mediatek |
fsl/fman: add mii mode support. | set proper value to if_mode register for mii mode. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mii mode support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['fsl/fman'] | ['c'] | 1 | 4 | 0 | --- diff --git a/drivers/net/ethernet/freescale/fman/fman_memac.c b/drivers/net/ethernet/freescale/fman/fman_memac.c --- a/drivers/net/ethernet/freescale/fman/fman_memac.c +++ b/drivers/net/ethernet/freescale/fman/fman_memac.c +#define if_mode_mii 0x00000001 /* 30-31 mii interface */ + case phy_interface_mode_mii: + tm... | Networking | 5bc8f5ab3b752306d6a1e0e4fa6c4473c15a2924 | maxim kochetkov | drivers | net | ethernet, fman, freescale |
gtp: include role in link info | querying link info for the gtp interface doesn't reveal in which "role" the device is set to operate. include this information in the info query result. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | include role in link info | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['gtp '] | ['c'] | 1 | 4 | 1 | --- diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c - return nla_total_size(sizeof(__u32)); /* ifla_gtp_pdp_hashsize */ + return nla_total_size(sizeof(__u32)) + /* ifla_gtp_pdp_hashsize */ + nla_total_size(sizeof(__u32)); /* ifla_gtp_role */ + if (nla_put_u32(skb, ifla... | Networking | e1b2914e645caa702ad6ddf4f1c48bdedb3d43cf | jonas bonn harald welte laforge gnumonks org pravin b shelar pshelar ovn org | drivers | net | |
gtp: set initial mtu | the gtp link is brought up with a default mtu of zero. this can lead to some rather unexpected behaviour for users who are more accustomed to interfaces coming online with reasonable defaults. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sset initial mtu | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['gtp '] | ['c'] | 1 | 6 | 5 | --- diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c + unsigned int max_gtp_header_len = sizeof(struct iphdr) + + sizeof(struct udphdr) + + sizeof(struct gtp0_header); + + dev->mtu = eth_data_len - max_gtp_header_len; - /* assume largest header, ie. gtpv0. */ - dev->nee... | Networking | e21eb3a065a2d90ee3bb06cc2e77acad403ec7cd | jonas bonn | drivers | net | |
net: hns3: add interfaces to query information of tm priority/qset | add some interfaces to get information of tm priority and qset, then they can be used by debugfs. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add interfaces to query information of tm priority/qset | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['hns3 '] | ['h', 'c'] | 3 | 234 | 1 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h + hclge_opc_tm_nodes = 0x0816, diff --git a/drivers/net/ethernet/hisi... | Networking | 2bbad0aa40e172e7ed7aba6f6ad4d9977dbd0be3 | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add support for obtaining the maximum frame size | since the newer hardware may supports different frame size, so add support to obtain the capability from the firmware instead of the fixed value. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for obtaining the maximum frame size | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['hns3 '] | ['h', 'c'] | 9 | 20 | 8 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hnae3.h b/drivers/net/ethernet/hisilicon/hns3/hnae3.h --- a/drivers/net/ethernet/hisilicon/hns3/hnae3.h +++ b/drivers/net/ethernet/hisilicon/hns3/hnae3.h + u16 max_frm_size; diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c b/drivers/net/ethernet/hisili... | Networking | e070c8b91ac1c7810c8448b1e5534d1895a0c7f4 | yufeng mo | drivers | net | ethernet, hisilicon, hns3, hns3pf, hns3vf |
net: hns3: add debugfs support for tm nodes, priority and qset info | in order to query tm info of nodes, priority and qset for debugging, adds three debugfs files tm_nodes, tm_priority and tm_qset in newly created tm directory. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add debugfs support for tm nodes, priority and qset info | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['hns3 '] | ['h', 'c'] | 5 | 218 | 1 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hnae3.h b/drivers/net/ethernet/hisilicon/hns3/hnae3.h --- a/drivers/net/ethernet/hisilicon/hns3/hnae3.h +++ b/drivers/net/ethernet/hisilicon/hns3/hnae3.h + * dbg_read_cmd + * execute debugfs read command. + int (*dbg_read_cmd)(struct hnae3_handle *handle, const char ... | Networking | 04987ca1b9b6841cfa5f9b459c5a270b75c89345 | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: debugfs add max tm rate specification print | in order to add a method to check the specification of max tm rate for debugging, function hns3_dbg_dev_specs() adds this value print. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | debugfs add max tm rate specification print | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['hns3 '] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c b/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c + dev_info(priv->dev, "max tm rate: %umbps ", dev_specs->max_tm_rate); | Networking | 2783e77b8df96aea2a5719af19b5f85e89d91982 | guangbin huang | drivers | net | ethernet, hisilicon, hns3 |
i40e: add eee status getting & setting implementation | implement energy efficient ethernet (eee) status getting & setting. the i40e_get_eee() requesting phy eee capabilities from firmware. the i40e_set_eee() function requests phy eee capabilities from firmware and sets phy eee advertising to full abilities or 0 depending whether eee is to be enabled or disabled. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | implement get and set ethtool ops for energy efficient ethernet | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['i40e '] | ['h', 'c'] | 2 | 123 | 2 | --- diff --git a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c --- a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c +++ b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c - return -eopnotsupp; + struct i40e_netdev_priv *np = netdev_priv(netdev); + struct i40e_aq_get_phy_a... | Networking | 95f352dca19df850ac106ab8ea6793555bf1ad18 | aleksandr loktionov tony brelinski tonyx brelinski intel com | drivers | net | ethernet, i40e, intel |
i40e: add flow director support for ipv6 | flow director for ipv6 is not supported. 1) implementation of support for ipv6 flow director. 2) added handlers for addition of tcp6, udp6, sctp6, ipv6. 3) refactored legacy code to make it more generic. 4) added packet templates for tcp6, udp6, sctp6, ipv6. 5) added handling of ipv6 source and destination address for ... | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | extend support for ntuple filters allowing for flow director ipv6 and vlan filters | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['i40e '] | ['h', 'c'] | 4 | 551 | 119 | --- diff --git a/drivers/net/ethernet/intel/i40e/i40e.h b/drivers/net/ethernet/intel/i40e/i40e.h --- a/drivers/net/ethernet/intel/i40e/i40e.h +++ b/drivers/net/ethernet/intel/i40e/i40e.h - u8 ip4_proto; + u8 ipl4_proto; + __be32 dst_ip6[4]; + __be32 src_ip6[4]; + u16 fd_tcp6_filter_cnt; + u16 fd_udp6_filter_cnt; + u16 ... | Networking | efca91e89b67a6f824aca6abcd8a2e5188aa061c | przemyslaw patynowski | drivers | net | ethernet, i40e, intel |
i40e: vlan field for flow director | allow user to specify vlan field and add it to flow director. show vlan field in "ethtool -n ethx" command. handle vlan type and tag field provided by ethtool command. refactored filter addition, by replacing static arrays with runtime dummy packet creation, which allows specifying vlan field. previously, vlan field wa... | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | extend support for ntuple filters allowing for flow director ipv6 and vlan filters | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['i40e '] | ['h', 'c'] | 4 | 289 | 292 | --- diff --git a/drivers/net/ethernet/intel/i40e/i40e.h b/drivers/net/ethernet/intel/i40e/i40e.h --- a/drivers/net/ethernet/intel/i40e/i40e.h +++ b/drivers/net/ethernet/intel/i40e/i40e.h + __be16 vlan_etype; + __be16 vlan_tag; diff --git a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c b/drivers/net/ethernet/intel/i40e... | Networking | a9219b332f52093dbf9dae5219e820065f9e2cf6 | przemyslaw patynowski tony brelinski tonyx brelinski intel com | drivers | net | ethernet, i40e, intel |
i40e: add hardware configuration for software based dcb | add registers and definitions required for applying dcb related hardware configuration. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for software controlled dcb | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['i40e '] | ['h', 'c'] | 7 | 1,365 | 13 | --- diff --git a/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h b/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h --- a/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h +++ b/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h -/* copyright(c) 2013 - 2018 intel corporation. */ +/* copyright(c) 2013 - 2021 intel cor... | Networking | 90bc8e003be2bf00a1d3223ee9259c1d4d8751f3 | arkadiusz kubalewski | drivers | net | ethernet, i40e, intel |
i40e: add init and default config of software based dcb | add extra handling on changing the "disable-fw-lldp" private flag to properly initialize software based dcb feature. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for software controlled dcb | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['i40e '] | ['h', 'c'] | 3 | 497 | 58 | --- diff --git a/drivers/net/ethernet/intel/i40e/i40e.h b/drivers/net/ethernet/intel/i40e/i40e.h --- a/drivers/net/ethernet/intel/i40e/i40e.h +++ b/drivers/net/ethernet/intel/i40e/i40e.h -/* copyright(c) 2013 - 2018 intel corporation. */ +/* copyright(c) 2013 - 2021 intel corporation. */ +#define i40e_dcb_prio_type_str... | Networking | 4b208eaa8078113ed3f6ba7ecad1ac0a2bad4608 | arkadiusz kubalewski | drivers | net | ethernet, i40e, intel |
i40e: add netlink callbacks support for software based dcb | add callbacks used by software based lldp agent, which allows to configure dcb feature from userspace. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for software controlled dcb | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['i40e '] | ['c'] | 1 | 745 | 7 | --- diff --git a/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c b/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c --- a/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c +++ b/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c -/* copyright(c) 2013 - 2018 intel corporation. */ +/* copyright(c) 2013 - 2021 intel corporation. */ +#d... | Networking | 5effa78e7c94e66b81659526f5149cb3f6256854 | arkadiusz kubalewski | drivers | net | ethernet, i40e, intel |
ice: implement new lldp filter command | there is an issue with some nvms where an already existent lldp filter is blocking the creation of a filter to allow lldp packets to be redirected to the default vsi for the interface. this is blocking all lldp functionality based in the kernel when the fw lldp agent is disabled (e.g. software based dcbx). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | implement a new lldp command that allows adding vsi destinations to existing filters and adds support for netdev bonding event | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c'] | 6 | 82 | 8 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h --- a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +++ b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +/* lldp filter control (direct 0x0a0a) */ +struct ice_aqc_lldp_filter_ctrl { + u8 cmd_flags; +#d... | Networking | 34295a3696fbd0d90ee7c62b3162ffdb112b3497 | dave ertman | drivers | net | ethernet, ice, intel |
ice: add initial support framework for lag | add the framework and initial implementation for receiving and processing netdev bonding events. this is only the software support and the implementation of the hw offload for bonding support will be coming at a later time. there are some architectural gaps that need to be closed before that happens. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | implement a new lldp command that allows adding vsi destinations to existing filters and adds support for netdev bonding event | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c', 'makefile'] | 7 | 570 | 0 | --- diff --git a/drivers/net/ethernet/intel/ice/makefile b/drivers/net/ethernet/intel/ice/makefile --- a/drivers/net/ethernet/intel/ice/makefile +++ b/drivers/net/ethernet/intel/ice/makefile + ice_lag.o \ diff --git a/drivers/net/ethernet/intel/ice/ice.h b/drivers/net/ethernet/intel/ice/ice.h --- a/drivers/net/ethernet... | Networking | df006dd4b1dca8c486f73ae76fb77c06afae83f2 | dave ertman | drivers | net | ethernet, ice, intel |
ice: create scheduler aggregator node config and move vsis | create set scheduler aggregator node and move for vsis into respective scheduler node. max children per aggregator node is 64. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | implement the creation scheduler aggregator nodes and distributing vsis within the nodes | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c'] | 9 | 1,207 | 20 | --- diff --git a/drivers/net/ethernet/intel/ice/ice.h b/drivers/net/ethernet/intel/ice/ice.h --- a/drivers/net/ethernet/intel/ice/ice.h +++ b/drivers/net/ethernet/intel/ice/ice.h + + /* setup back reference, to which aggregator node this vsi + * corresponds to + */ + struct ice_agg_node *agg_node; +struct ice_agg_node ... | Networking | b126bd6bcd6710aa984104e979a5c930f44561b4 | kiran patil | drivers | net | ethernet, ice, intel |
ice: display some stored nvm versions via devlink info | the devlink info interface supports drivers reporting "stored" versions. these versions indicate the version of an update that has been downloaded to the device, but is not yet active. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | display some stored nvm versions via devlink info | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c'] | 3 | 94 | 4 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_devlink.c b/drivers/net/ethernet/intel/ice/ice_devlink.c --- a/drivers/net/ethernet/intel/ice/ice_devlink.c +++ b/drivers/net/ethernet/intel/ice/ice_devlink.c + struct ice_nvm_info pending_nvm; + struct ice_hw_dev_caps dev_caps; +static int +ice_info_pending_nvm_ver(s... | Networking | 2c4fe41d727f230df59ba053f8ade36b24d22520 | jacob keller | drivers | net | ethernet, ice, intel |
ice: display stored undi firmware version via devlink info | just as we recently added support for other stored firmware flash versions, support display of the stored undi option rom version via devlink info. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | display stored undi firmware version via devlink info | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c'] | 3 | 113 | 38 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_devlink.c b/drivers/net/ethernet/intel/ice/ice_devlink.c --- a/drivers/net/ethernet/intel/ice/ice_devlink.c +++ b/drivers/net/ethernet/intel/ice/ice_devlink.c + struct ice_orom_info pending_orom; +static int +ice_info_pending_orom_ver(struct ice_pf __always_unused *pf... | Networking | e67fbcfbb4ef0d0bbd978594707381efcadf0c55 | jacob keller | drivers | net | ethernet, ice, intel |
ice: display stored netlist versions via devlink info | add a function to read the inactive netlist bank for version information. to support this, refactor how we read the netlist version data. instead of using the firmware aq interface with a module id, read from the flash as a flat nvm, using ice_read_flash_module. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | display stored netlist versions via devlink info | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c'] | 7 | 176 | 93 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h --- a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +++ b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h -/* the result of netlist nvm read comes in a tlv format. the actual data - * (netlist header) st... | Networking | e120a9ab45d31dfc5f5fd3eb39c2d5b7986320d9 | jacob keller | drivers | net | ethernet, ice, intel |
ice: introduce function for reading from flash modules | when reading from the flash memory of the device, the ice driver has two interfaces available to it. first, it can use a mediated interface via firmware that allows specifying a module id. this allows reading from specific modules of the active flash bank. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce function for reading from flash modules | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['ice '] | ['h', 'c'] | 2 | 179 | 5 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_nvm.c b/drivers/net/ethernet/intel/ice/ice_nvm.c --- a/drivers/net/ethernet/intel/ice/ice_nvm.c +++ b/drivers/net/ethernet/intel/ice/ice_nvm.c +/** + * ice_get_flash_bank_offset - get offset into requested flash bank + * @hw: pointer to the hw structure + * @bank: whe... | Networking | 0ce50c7066e214545ea4543d73946073725c4421 | jacob keller | drivers | net | ethernet, ice, intel |
igb: enable rss for intel i211 ethernet controller | the intel i211 ethernet controller supports 2 receive side scaling (rss) queues. it should not be excluded from having this feature enabled. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | enable rss for intel i211 ethernet controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['igb '] | ['c'] | 1 | 1 | 2 | --- diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c --- a/drivers/net/ethernet/intel/igb/igb_main.c +++ b/drivers/net/ethernet/intel/igb/igb_main.c - if (hw->mac.type != e1000_i211) - mrqc |= e1000_mrqc_enable_rss_mq; + mrqc |= e1000_mrqc_enable_rss_mq; | Networking | 6e6026f2dd2005844fb35c3911e8083c09952c6c | nick lowe | drivers | net | ethernet, igb, intel |
igc: expose the nvm version | expose the nvm map version via drvinfo in ethtool nvm image version is reported as firmware version for i225 device minor typo fix - remove space | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | expose the nvm version | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['igb '] | ['h', 'c'] | 3 | 17 | 2 | --- diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h --- a/drivers/net/ethernet/intel/igc/igc.h +++ b/drivers/net/ethernet/intel/igc/igc.h + + char fw_version[16]; diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h --- a/drive... | Networking | 01bb6129c641030a40931c1a8c60ce4098c23dc9 | sasha neftin | drivers | net | ethernet, igc, intel |
igc: expose the gphy firmware version | extend reporting of nvm image version to include the gphy (i225 phy) firmware version. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | expose the gphy firmware version | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['igb '] | ['h', 'c'] | 5 | 28 | 3 | --- diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h --- a/drivers/net/ethernet/intel/igc/igc.h +++ b/drivers/net/ethernet/intel/igc/igc.h - char fw_version[16]; + char fw_version[32]; diff --git a/drivers/net/ethernet/intel/igc/igc_ethtool.c b/drivers/net/ethernet/intel/igc/igc_... | Networking | 94f794d15a5ea902aabf148f17f5310a2f6ccd67 | sasha neftin | drivers | net | ethernet, igc, intel |
iwlwifi: mvm: add rfi-m support | rf interference mitigation is a new feature targeted to handle the problem of interference between ddr memory and wifi. the role of the driver is to configure fw with the table holding a mapping between problematic channels/bands and the corresponding frequencies. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | support for rf interference mitigation (rfi) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c', 'makefile'] | 8 | 261 | 1 | - send rfi configuration command (currently with a default table) which - read the table, used by the fw (which can be a subset of the table --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h --- a/drivers/net/wireless/intel/iwlwifi/fw/api/comman... | Networking | 21254908cbe995a3982a23da32c30d1b43467043 | gregory greenman | drivers | net | api, fw, intel, iwlwifi, mvm, wireless |
iwlwifi: acpi: add support for dsm rfi | bios provides rfi feature enable/disable state via wifi dsm acpi object. by default the feature should be disabled. the guid for this feature is different from the one driver currently uses, so need to provide a set of new definitions. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | support for rf interference mitigation (rfi) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 3 | 75 | 14 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c --- a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c -static const guid_t intel_wifi_guid = guid_init(0xf21202bf, 0x8f78, 0x4dc6, - 0xa5, 0xb3, 0x1f, 0x73, - 0x8e... | Networking | 4e8fe214f7c0ca75f512dd573f944221ecdf053e | gregory greenman | drivers | net | fw, intel, iwlwifi, mvm, wireless |
iwlwifi: add new cards for so and qu family | add few pci id's for so with hr and qu with hr in ax family. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add new cards for so and qu family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 3 | 46 | 0 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +const struct iwl_cfg iwl_cfg_so_a0_hr_a0 = { + .fw_name_pre = iwl_so_a_hr_b_fw_pre, + iwl_device_ax2... | Networking | 410f758529bc227b186ba0846bcc75ac0700ffb2 | ihab zhaika | drivers | net | cfg, intel, iwlwifi, pcie, wireless |
iwlwifi: add support for qu with ax201 device | add this specific samsung ax201 sku to driver so it can be detected and initialized successfully. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for qu with ax201 device | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c + iwl_dev_info(0x4df0, 0x6074, iwl_ax201_cfg_qu_hr, null), | Networking | 97195d3cad852063208a1cd4f4d073459547a415 | matt chen | drivers | net | intel, iwlwifi, pcie, wireless |
iwlwifi: add support for snj with jf devices | add support for snj devices with jf and a workaround for some cases where the devices erroneously show as qnj devices. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for snj with jf devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 3 | 75 | 18 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +#define iwl_snj_a_jf_b_fw_pre "iwlwifi-sosnj-a0-jf-b0-" -#define iwl_ma_a_gf_a_fw_module_firmware(ap... | Networking | 930be4e76f262ede9927fb7d1ca525736cdc3669 | luca coelho | drivers | net | cfg, intel, iwlwifi, pcie, wireless |
iwlwifi: mvm: support scan_cfg_cmd version 5 | since the firmware support for internal station for auxiliary activities, there is no need to configure an auxiliary station as part of scan_cfg_cmd. thus, this configuration was removed from the corresponding structure. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | support new scan config fw api | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 2 | 11 | 8 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h b/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h --- a/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h - * @bcast_sta_id: the index of the station in the fw + * @bcast_sta_id: the index of the sta... | Networking | e1900bceab6af27989d71b067760cf9de0f81598 | ilan peer | drivers | net | api, fw, intel, iwlwifi, mvm, wireless |
iwlwifi: mvm: add debugfs entry to trigger a dump as any time-point | this is used for different tests collecting different types of debug data from fw (e.g latency issues, hw issues etc). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add debugfs entry to trigger a dump as any time-point | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['c'] | 1 | 19 | 0 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c --- a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c +static ssize_t iwl_dbgfs_dbg_time_point_write(struct iwl_mvm *mvm, + char *buf, size_t count... | Networking | 9dbb62a29042e543ab6671dc12c1473c3cbc58c2 | mordechay goodstein | drivers | net | intel, iwlwifi, mvm, wireless |
iwlwifi: mvm: debugfs for phy-integration-ver | add debugfs file to print the phy integration version. file name is: phy_integration_ver | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add debugfs for phy-integration-ver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['c'] | 1 | 28 | 0 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c --- a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c +static ssize_t iwl_dbgfs_phy_integration_ver_read(struct file *file, + char __user *user_buf... | Networking | 33fa519ac6184a73704dab877483daf2b5f8a279 | dror moshe | drivers | net | intel, iwlwifi, mvm, wireless |
iwlwifi: mvm: handle cca-ext delay firmware notification | if there are frequent cca delays due to the extension channel as detected by the firmware, and we're on 2.4 ghz, then handle this by disconnecting (with a reconnect hint). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | handle cca-ext delay firmware notification | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 5 | 157 | 1 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h b/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h --- a/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h - * copyright (c) 2012-2014, 2018-2019 intel corporation + * copyright (c) 20... | Networking | f7d6ef33a779c866721eea2b980f51bda1994a04 | johannes berg | drivers | net | api, fw, intel, iwlwifi, mvm, wireless |
iwlwifi: pcie: add ax201 and ax211 radio modules for ma devices | add support for ax201 and ax211 radio modules, which we call hr2 and gf, respectively. these modules can be used with the ma family of devices and above. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add ax201 and ax211 radio modules for ma devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 3 | 34 | 0 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +#define iwl_ma_a_hr_b_fw_pre "iwlwifi-ma-a0-hr-b0-" +#define iwl_ma_a_gf4_a_fw_pre "iwlwifi-ma-a0-gf... | Networking | 1205d7f7ffb18dd96347d8a2a35dba859510e2d7 | matti gottlieb | drivers | net | cfg, intel, iwlwifi, pcie, wireless |
iwlwifi: pcie: add support for snj with hr1 | add an entry for snj with hr1. this device should use the tx_with_siso_diversity option, but that doesn't work at the moment. so we leave it disabled for now (and use the same struct as hr2). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | aadd support for snj with hr1 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['c'] | 1 | 6 | 0 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c + _iwl_dev_info(iwl_cfg_any, iwl_cfg_any, + iwl_cfg_mac_type_snj, iwl_cfg_any, + iwl_cfg_rf_type_hr1, iwl... | Networking | 7f9c3bc465b20245c11a2455ed2770d02b0adf4c | luca coelho | drivers | net | intel, iwlwifi, pcie, wireless |
iwlwifi: pcie: add support for so-f devices | we have a new type of device that has a different mac id, but is otherwise identical to so devices. add rules to match this new id accordingly. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for so-f devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 2 | 26 | 1 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h --- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h +#define iwl_cfg_mac_type_sof 0x43 diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/d... | Networking | 08f4b0b1c07bcb70247931d81233fb9c59f50c35 | luca coelho | drivers | net | intel, iwlwifi, pcie, wireless |
iwlwifi: pnvm: implement reading pnvm from uefi | we now support fetching the pnvm data from a uefi variable. add the code to read this variable first and use it. if it's not available, we fall back to reading the data from the filesystem, as before. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | implement support for pnvm from bios | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['c'] | 1 | 90 | 1 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c b/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c --- a/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c +#include <linux/efi.h> +/* + * this is known to be broken on v4.19 and to work on v5.4. until we + * figure ... | Networking | a1a6a4cf49eceb3fde0f1abaaf3cb24e73fdc417 | luca coelho | drivers | net | fw, intel, iwlwifi, wireless |
iwlwifi:mvm: add support for version 2 of the lari_config_change command. | add support for version 2 of the lari_config_change command. this is needed to support uhb enable/disable from bios | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add support for version 2 of the lari_config_change command | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['iwlwifi '] | ['h', 'c'] | 2 | 23 | 5 | --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h b/drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h --- a/drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h - * struct iwl_lari_config_change_cmd - change lari configuration + * struct iwl_... | Networking | 3ce882473ec4321c8b14ea30f36bfeaa18335413 | miri korenblit | drivers | net | api, fw, intel, iwlwifi, mvm, wireless |
lan743x: boost performance on cpu archs w/o dma cache snooping | the buffers in the lan743x driver's receive ring are always 9k, even when the largest packet that can be received (the mtu) is much smaller. this performs particularly badly on cpu archs without dma cache snooping (such as arm): each received packet results in a 9k dma_{map|unmap} operation, which is very expensive bec... | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | lan743x speed boost | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['lan743x'] | ['h', 'c'] | 2 | 148 | 181 | --- diff --git a/drivers/net/ethernet/microchip/lan743x_main.c b/drivers/net/ethernet/microchip/lan743x_main.c --- a/drivers/net/ethernet/microchip/lan743x_main.c +++ b/drivers/net/ethernet/microchip/lan743x_main.c -static struct sk_buff *lan743x_rx_allocate_skb(struct lan743x_rx *rx) -{ - int length = 0; - - length = ... | Networking | a8db76d40e4d568a9e9cc9fb8d81352b5ff530ee | sven van asbroeck | drivers | net | ethernet, microchip |
lan743x: sync only the received area of an rx ring buffer | on cpu architectures w/o dma cache snooping, dma_unmap() is a is a very expensive operation, because its resulting sync needs to invalidate cpu caches. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | lan743x speed boost | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['lan743x'] | ['c'] | 1 | 26 | 9 | --- diff --git a/drivers/net/ethernet/microchip/lan743x_main.c b/drivers/net/ethernet/microchip/lan743x_main.c --- a/drivers/net/ethernet/microchip/lan743x_main.c +++ b/drivers/net/ethernet/microchip/lan743x_main.c + unsigned int buffer_length, used_length; - int length; - length = netdev->mtu + eth_hlen + 4 + rx_head_... | Networking | 966df6ded24d537834402a421d46ef31b3647a78 | sven van asbroeck | drivers | net | ethernet, microchip |
mac80211_hwsim: add 6ghz channels | advertise 6ghz channels to mac80211. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add 6ghz channels | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mac80211_hwsim'] | ['c'] | 1 | 73 | 1 | --- diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net/wireless/mac80211_hwsim.c +#define chan6g(_freq) { \ + .band = nl80211_band_6ghz, \ + .center_freq = (_freq), \ + .hw_value = (_freq), \ +} + +static const struct ... | Networking | 28881922abd786a1e62a4ca77394a84373dd5279 | ramon fontes | drivers | net | wireless |
net: mhi: add protocol support | mhi can transport different protocols, some are handled at upper level, like ip and qmap(rmnet/netlink), but others will need to be inside mhi net driver, like mbim. this change adds support for protocol rx and tx_fixup callbacks registration, that can be used to encode/decode the targeted protocol. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mbim over mhi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mhi'] | ['c'] | 1 | 57 | 12 | --- diff --git a/drivers/net/mhi_net.c b/drivers/net/mhi_net.c --- a/drivers/net/mhi_net.c +++ b/drivers/net/mhi_net.c + const struct mhi_net_proto *proto; + void *proto_data; +struct mhi_net_proto { + int (*init)(struct mhi_net_dev *mhi_netdev); + struct sk_buff * (*tx_fixup)(struct mhi_net_dev *mhi_netdev, struct sk_... | Networking | ddeb9bfa59c711ccbddec1c9fb9ec190caab1a4c | loic poulain | drivers | net | |
net: mhi: add dedicated folder | create a dedicated mhi directory for mhi-net, mhi-net is going to be split into differente files (for additional protocol support). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mbim over mhi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mhi'] | ['c', 'makefile'] | 3 | 4 | 1 | --- diff --git a/drivers/net/makefile b/drivers/net/makefile --- a/drivers/net/makefile +++ b/drivers/net/makefile -obj-$(config_mhi_net) += mhi_net.o +obj-$(config_mhi_net) += mhi/ diff --git a/drivers/net/mhi/makefile b/drivers/net/mhi/makefile --- /dev/null +++ b/drivers/net/mhi/makefile +obj-$(config_mhi_net) += mh... | Networking | b6ec6b8942700e855aa1a42e04ca9e1f89162de0 | loic poulain | drivers | net | mhi |
net: mhi: create mhi.h | move mhi-net shared structures to mhi header, that will be used by upcoming proto(s). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mbim over mhi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mhi'] | ['h', 'c'] | 2 | 38 | 31 | --- diff --git a/drivers/net/mhi/mhi.h b/drivers/net/mhi/mhi.h --- /dev/null +++ b/drivers/net/mhi/mhi.h +/* spdx-license-identifier: gpl-2.0-or-later */ +/* mhi network driver - network over mhi bus + * + * copyright (c) 2021 linaro ltd <loic.poulain@linaro.org> + */ + +struct mhi_net_stats { + u64_stats_t rx_packets;... | Networking | 77e8080e12721c9206aa592aa34985c897ee1a32 | loic poulain | drivers | net | mhi |
net: mhi: add rx_length_errors stat | this can be used by proto when packet len is incorrect. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mbim over mhi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mhi'] | ['h', 'c'] | 2 | 2 | 0 | --- diff --git a/drivers/net/mhi/mhi.h b/drivers/net/mhi/mhi.h --- a/drivers/net/mhi/mhi.h +++ b/drivers/net/mhi/mhi.h + u64_stats_t rx_length_errors; diff --git a/drivers/net/mhi/net.c b/drivers/net/mhi/net.c --- a/drivers/net/mhi/net.c +++ b/drivers/net/mhi/net.c + stats->rx_length_errors = u64_stats_read(&mhi_netdev... | Networking | 84c55f16dcd74af5be525aa9c1878bfaec4e8a7a | loic poulain | drivers | net | mhi |
net: mhi: add mbim proto | mbim has initially been specified by usb-if for transporting data (ip) between a modem and a host over usb. however some modern modems also support mbim over pcie (via mhi). in the same way as qmap(rmnet), it allows to aggregate ip packets and to perform context multiplexing. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mbim over mhi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mhi'] | ['h', 'c', 'makefile'] | 4 | 304 | 1 | --- diff --git a/drivers/net/mhi/makefile b/drivers/net/mhi/makefile --- a/drivers/net/mhi/makefile +++ b/drivers/net/mhi/makefile -mhi_net-y := net.o +mhi_net-y := net.o proto_mbim.o diff --git a/drivers/net/mhi/mhi.h b/drivers/net/mhi/mhi.h --- a/drivers/net/mhi/mhi.h +++ b/drivers/net/mhi/mhi.h + int msg_enable; + +... | Networking | 163c5e6262ae5d7347801964dbd3d48490490a3d | loic poulain | drivers | net | mhi |
net: mhi: add raw ip mode support | mhi net is protocol agnostic, the payload protocol depends on the modem configuration, which can be either rmnet (ip muxing and aggregation) or raw ip. this patch adds support for incomming ipv4/ipv6 packets, that was previously unconditionnaly reported as rmnet packets. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add raw ip mode support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mhi'] | ['c'] | 1 | 13 | 2 | --- diff --git a/drivers/net/mhi_net.c b/drivers/net/mhi_net.c --- a/drivers/net/mhi_net.c +++ b/drivers/net/mhi_net.c - ndev->type = arphrd_none; /* qmap... */ + ndev->type = arphrd_rawip; - skb->protocol = htons(eth_p_map); + switch (skb->data[0] & 0xf0) { + case 0x40: + skb->protocol = htons(eth_p_ip); + break; + ca... | Networking | c134db89a44bdc86c7b0451095d6ba328a7c1748 | loic poulain | drivers | net | |
rdma/mlx5: support 400gbps ib rate in mlx5 driver | support 400gbps ib rate in mlx5 driver. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | support 400gbps ib rate in mlx5 driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 2 | 0 | --- diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c --- a/drivers/infiniband/hw/mlx5/qp.c +++ b/drivers/infiniband/hw/mlx5/qp.c + case ib_rate_400_gbps: + return 6; | Networking | c70f51de85302e76a59f6c6ce3dcd27b6411d23b | patrisious haddad maor gottlieb maorg nvidia com | drivers | infiniband | hw, mlx5 |
ib/mlx5: support default partition key for representor port | representor port has only one default pkey. hence have simpler query pkey callback or it. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | support default partition key for representor port | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 11 | 0 | --- diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c +static int mlx5_ib_rep_query_pkey(struct ib_device *ibdev, u8 port, u16 index, + u16 *pkey) +{ + /* default special pkey for representor device port as ... | Networking | d6fd59e14ed2975d9b372876c45a09d76d1e70c9 | parav pandit | drivers | infiniband | hw, mlx5 |
net/mlx5: add new timestamp mode bits | these fields declare which timestamp mode is supported by the device per rq/sq/qp. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mlx5 real time clock | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h'] | 1 | 49 | 5 | --- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h +enum { + mlx5_qp_timestamp_format_cap_free_running = 0x0, + mlx5_qp_timestamp_format_cap_real_time = 0x1, + mlx5_qp_timestamp_format_cap_free_running_and_real_time = 0x... | Networking | a6a217dddcd544f6b75f0e2a60b6e84c1d494b7e | aharon landau | include | linux | mlx5 |
net/mlx5: add register layout to support real-time time-stamp | add needed structure layouts and defines for mtutc (management utc) register. mtutc will be used for cyc2time hw translation. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mlx5 real time clock | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h'] | 3 | 33 | 3 | --- diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h - __be32 rsvd4[1019]; + __be32 rsvd4[11]; + __be32 real_time_h; + __be32 real_time_l; + __be32 rsvd5[1006]; diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.... | Networking | ae02d41551d6f2a035d3e63ce4415e1b2ba3a7e6 | eran ben elisha | include | linux | mlx5 |
net/mlx5: refactor init clock function | function mlx5_init_clock() is responsible for internal ptp related metadata initializations. break mlx5_init_clock() to sub functions, each takes care of its own logic. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mlx5 real time clock | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 53 | 23 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c --- a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c -void mlx5_init_clock(struct mlx5_core_dev *mdev) +static void mlx5_timecounter_i... | Networking | 1436de0b991548fd859a00c889b8c4dcbbb5f463 | eran ben elisha moshe shemesh moshe mellanox com | drivers | net | core, ethernet, lib, mellanox, mlx5 |
net/mlx5: move all internal timer metadata into a dedicated struct | internal timer mode (sw clock) requires some ptp clock related metadata structs. real time mode (hw clock) will not need these metadata structs. this separation emphasize the different interfaces for hw clock and sw clock. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mlx5 real time clock | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 3 | 71 | 51 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c --- a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c - struct mlx5_clock *clock = container_of(cc, struct mlx5_clock, cycles); + struc... | Networking | d6f3dc8f509ce6288e2537eb4b0614ef444fd84a | eran ben elisha | drivers | net | core, ethernet, lib, mellanox, mlx5 |
net/mlx5: move some pps logic into helper functions | some of pps logic (timestamp calculations) fits only internal timer timestamp mode. move these logics into helper functions. later in the patchset cyc2time hw translation mode will expose its own pps timestamp calculations. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mlx5 real time clock | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 73 | 40 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c --- a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c +static u64 find_target_cycles(struct mlx5_core_dev *mdev, s64 target_ns) +{ + st... | Networking | de19cd6cc9777e258de853c3ddf5d5a7bbadf165 | eran ben elisha | drivers | net | core, ethernet, lib, mellanox, mlx5 |
net/mlx5: add cyc2time hw translation mode support | device timestamp can be in real time mode (cycles to time translation is offloaded into the hardware). with real time mode, hw provides timestamp which is already translated into nanoseconds. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | mlx5 real time clock | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 8 | 241 | 38 | - improve mtae (max time absolute error) for hw ts by up to 160 ns over a - faster data-path timestamp to nanoseconds, as translation is --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h +++ b/drivers/net/ether... | Networking | 432119de33d9013467371fc85238d623f64ff67e | aya levin | drivers | net | core, en, ethernet, lib, mellanox, mlx5 |
net/mlx5: dr, add infrastructure for supporting several steering formats | add a struct of device specific callbacks for ste layer below dr_ste. each device will implement its hw-specific function, and a comon logic from the dr code will access these functions through the new ste_ctx api. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 37 | 1 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c -#include "dr_types.h" +#include "dr_ste.h" diff --git a/... | Networking | 4bdba39b703acbe5d0094675a71f736d386fbe96 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move macros from dr_ste.c to header | move some macros from dr_ste.c to header - these macros will be used by all the format-specific functions. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 76 | 74 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c -#define ste_ipv4 0x1 -#define ste_ipv6 0x2 -#define ste_... | Networking | 75699246a01fa90587a8fc83ff0dffe3288cb91c | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, use the new hw specific ste infrastructure | split the ste builders functionality into the common part and device-specific part. all the device-specific part (with 'v0' in the function names) is accessed through the ste context structure. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 5 | 613 | 330 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c + dmn->ste_ctx = mlx5dr_ste_get_ctx(dmn->info... | Networking | 5212f9c65a472b549db98ac5d45c851f60b9b357 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move hw stev0 match logic to a separate file | move current ste match logic to a seprate file. this file will be used for hw specific stev0. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c', 'makefile'] | 4 | 1,286 | 1,279 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile + steering/dr_ste_v0.o \ diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste... | Networking | d65e841de80375372f9842ed71756d3b90d96dc4 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, remove unused macro definition from dr_ste | signed-off-by: yevgeny kliteynik <kliteyn@nvidia.com> reviewed-by: saeed mahameed <saeedm@nvidia.com> signed-off-by: saeed mahameed <saeedm@nvidia.com> | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 0 | 2 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c -#define dr_ste_crc_poly 0xedb88320l - | Networking | b7f7ad1846f699c757a9fad915de97cf9a4008af | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, fix stev0 source_eswitch_owner_vhca_id support | check vport_cap only if match on source gvmi is required. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 14 | 11 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c + + misc->source_eswitch_owner_vhca_id = 0; -... | Networking | 7863c912e8a07b9431fd6d9a9e371da47cb0f308 | yevgeny kliteynik alex vesker valex nvidia com saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, merge similar dr ste set macros | merge dr_ste_ste macros for better code reuse, the macro dr_ste_set_mask_v and dr_ste_set_tag are merged to avoid tag and bit_mask function creation which are usually the same. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 84 | 415 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h -/* set to ste spec->s_fname to tag->t_fname */ +/* set t... | Networking | 467790985d2d7fd16a64a262578c2575d905e648 | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move stev0 look up types from mlx5_ifc_dr header | the lookup types are device specific and should not be exposed to dr upper layers, matchers/tables. each hw ste version should keep them internal. the lu_type size is updated to support larger lu_types as required for stev1. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 4 | 64 | 60 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c -void mlx5dr_ste_init(u8 *hw_ste_p, u8 lu_type, u8 entry_... | Networking | dd2d3c8d206e1796b384e438d1219f44f4cbd5c2 | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, refactor icmp ste builder | reworked icmp tag builder to better handle icmp v4/6 fields and avoid unneeded code duplication and 'if' statements, removed unused macro, changed bitfield of len 8 to u8. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 23 | 42 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c -#define icmp_type_offset_first_dw 24 -#defin... | Networking | 40ca842c2b5bd08cf089c9f5e617968c5a0a001c | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move action apply logic to dr_ste | the action apply logic is device specific per ste version, moving to the ste layer will allow implementing it for both devices while keeping dr upper layers the same. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 3 | 231 | 234 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c -#define max_vlans 2 -struct dr_action_vlan_i... | Networking | 64c7894218b9e7b0dcb93478f035c4178e5b348f | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add ste setters and getters per-device api | extend the ste context struct with various per-device setters and getters. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h'] | 1 | 12 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h + /* builders */ + + /* getters and setters */ + void (*s... | Networking | 6c1f0e4df858dbdfac93ffdfbc50f66d3950a50d | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move stev0 setters and getters | use the new setters and getters api for stev0: move hw specific setter and getters from dr_ste to stev0 file. since stev0 and stev1 format are different each version should implemented different setters and getters. rename remaining static functions w/o mlx5 prefix. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 5 | 195 | 103 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c + struct mlx5dr_ste_ctx *ste_ctx = dmn->ste_c... | Networking | 6b93b400aa88e94f253f03e6095cd560854a5268 | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add ste tx/rx actions per-device api | extend the ste context struct with per-device tx/rx actions. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h'] | 1 | 12 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h + + /* actions */ + void (*set_actions_rx)(struct mlx5dr_... | Networking | 8f9a822e596013c1c37d24d010d1b39012d3e1d2 | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move stev0 action apply logic | use ste tx/rx actions per-device api: move hw specific action apply logic from dr_ste to stev0 file - stev0 and stev1 actions format is different, each version should have its own implementation. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 2 | 256 | 235 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c -#define dr_ste_enable_flow_tag bit(31) - -enum dr_ste_tu... | Networking | ad17dc8cf9107e6513632fc61e34e0a1ab9a376f | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add ste modify header actions per-device api | extend the ste context struct with per-device modify header actions. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h'] | 1 | 23 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h + u32 modify_field_arr_sz; + const struct mlx5dr_ste_acti... | Networking | 3ad5838ffb36004cdf30715ac23f7452f293fe96 | yevgeny kliteynik saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, move stev0 modify header logic | move hw specific modify header fields and logic to stev0 file and use the new ste context callbacks. since stev0 and stev1 modify actions values are different, each version has its own implementation. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | introduce some refactoring to sw steering to support different formats of different hardware | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 6 | 501 | 390 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c -struct dr_action_modify_field_conv { - u16 h... | Networking | 4781df92f4dab5ca6928390c3cf4bfba9730a526 | yevgeny kliteynik alex vesker valex nvidia com saeed mahameed saeedm nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, fix potential shift wrapping of 32-bit value | fix 32-bit variable shift wrapping in dr_ste_v0_get_miss_addr. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 2 | 2 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c - (mlx5_get(ste_rx_steering_mult, hw_ste_p, m... | Networking | bdbc13c204ee3e742289730618002ff9f21109bf | yevgeny kliteynik alex vesker valex nvidia com | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add match stev1 structs to ifc | add mlx5_ifc_dr_ste_v1.h - a new header with hw specific ste structs for version 1. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h'] | 1 | 273 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr_ste_v1.h b/drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr_ste_v1.h --- /dev/null +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr_ste_v1.h +/* spdx-license-identifier: gpl-2.0 or linux-openib */ +/* copyright (... | Networking | 3a77c238909b354b25c8d58ea541c44e14030ba8 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add hw stev1 match logic | add stev1 match logic to a new file. this file will be used for hw specific stev1. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c', 'makefile'] | 4 | 911 | 2 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - steering/dr_ste_v0.o \ + steering/dr_ste_v0.o steering/dr_ste_v1.o \ diff --git a/drivers/n... | Networking | 10b69418641062b4dc7fabe3c6f2e12432ec6987 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, allow native protocol support for hw stev1 | some flex parser protocols are native as part of stev1. the check for supported protocols was modified to allow this. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 8 | 4 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c - return caps->flex_protocols & mlx5_flex... | Networking | 9f125ced1750ecf299dc52771410d823a36fbbfd | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add stev1 setters and getters | add hw specific setter and getters to stev1 file. since stev0 and stev1 format are different, each version should implemented different setters and getters. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 133 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c +static void dr_ste_v1_set_miss_addr(u8 *hw_s... | Networking | a6098129c781a7b0fe0d518281bce99b60fe7203 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add stev1 action apply logic | add hw specific action apply logic to stev1. since stev0 and stev1 actions format is different, each version has its implementation. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 458 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c +enum dr_ste_v1_header_anchors { + dr_ste_hea... | Networking | 4e856c5db9b4d6601337dd5e3ea72a6931e2469b | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, add stev1 modify header logic | add hw specific modify header fields and logic to stev1 file. since stev0 and stev1 modify actions values are different, each version has its own implementation. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 273 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c +enum { + dr_ste_v1_action_mdfy_fld_l2_out_0 ... | Networking | c349b4137cfd9482f30dcd726748d0c4da1427f3 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, use the right size when writing partial ste into hw | in these cases we need to update only the ctrl area of the ste. so it is better to write only the control 32b and avoid copying the unneeded reduced 48b (control 32b + tag 16b). | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 2 | 9 | 5 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c - mlx5dr_send_fill_and_append_ste_send_info(last_ste,... | Networking | f06d496985f49189dde4506d0ac15494d1a74607 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, use hw specific logic api when writing ste | stev0 format and stev1 hw format are different, each has a different order: stev0: ctrl 32b, tag 16b, bitmask 16b stev1: ctrl 32b, bitmask 16b, tag 16b | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 6 | 60 | 13 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c - ret = mlx5dr_send_postsend_ste(dmn, ste_info->ste, ... | Networking | 4fe45e1d31efb07bbf0c80a59c211109e389b8e3 | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, copy all 64b whenever replacing ste in the head of miss-list | till now the code assumed that need to copy reduced size of the ste because the rest is the mask part which shouldn't be changed. this is not true for all types of hw (like stev1). take all 64b from the new ste and write them in the replaced ste place. this change will make it easier to handle all ste hw types because ... | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 15 | 4 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c -dr_ste_replace_head_ste(struct mlx5dr_ste *ste, struct m... | Networking | 8fdac12acf32fa327c2da9ded8a460e606cb74ac | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
net/mlx5: dr, allow sw steering for sw_owner_v2 devices | allow sw_owner_v2 based on sw_format_version. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | sw steering for connectx-6dx | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 4 | 29 | 16 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c - caps->sw_owner = - mlx5_cap_esw_flowtable_fdb(mdev, - s... | Networking | 64f45c0fc4c71f577506c5a7a7956ae3bc3388ea | yevgeny kliteynik | drivers | net | core, ethernet, mellanox, mlx5, steering |
devlink: prepare code to fill multiple port function attributes | prepare code to fill zero or more port function optional attributes. subsequent patch makes use of this to fill more port function attributes. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['c'] | 1 | 33 | 31 | --- diff --git a/net/core/devlink.c b/net/core/devlink.c --- a/net/core/devlink.c +++ b/net/core/devlink.c +static int +devlink_port_fn_hw_addr_fill(struct devlink *devlink, const struct devlink_ops *ops, + struct devlink_port *port, struct sk_buff *msg, + struct netlink_ext_ack *extack, bool *msg_updated) +{ + u8 hw_a... | Networking | 1230d94820c9cf74776eaac4ee45081e33ea1a30 | parav pandit jiri pirko jiri nvidia com vu pham vuhuong nvidia com | net | core | |
devlink: introduce pci sf port flavour and port attribute | a pci sub-function (sf) represents a portion of the device similar to pci vf. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 3 | 60 | 0 | --- diff --git a/include/net/devlink.h b/include/net/devlink.h --- a/include/net/devlink.h +++ b/include/net/devlink.h +/** + * struct devlink_port_pci_sf_attrs - devlink port's pci sf attributes + * @controller: associated controller number + * @sf: associated pci sf for of the pci pf for this port. + * @pf: associate... | Networking | b8288837ef6bdaac331752b401f5ca3b59b37430 | parav pandit | include | uapi | linux |
devlink: support add and delete devlink port | extended devlink interface for the user to add and delete a port. extend devlink to connect user requests to driver to add/delete a port in the device. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 2 | 173 | 0 | --- diff --git a/include/net/devlink.h b/include/net/devlink.h --- a/include/net/devlink.h +++ b/include/net/devlink.h +struct devlink_port_new_attrs { + enum devlink_port_flavour flavour; + unsigned int port_index; + u32 controller; + u32 sfnum; + u16 pfnum; + u8 port_index_valid:1, + controller_valid:1, + sfnum_valid... | Networking | cd76dcd68d96aa5bbc63b7ef25a87a1dbea3d73c | parav pandit | net | core | |
devlink: support get and set state of port function | devlink port function can be in active or inactive state. allow users to get and set port function's state. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c'] | 3 | 141 | 1 | --- diff --git a/include/net/devlink.h b/include/net/devlink.h --- a/include/net/devlink.h +++ b/include/net/devlink.h + /** + * port_fn_state_get() - get the state of a port function + * @devlink: devlink instance + * @port: the devlink port + * @state: admin configured state + * @opstate: current operational state + ... | Networking | a556dded9c23c51c82654f1ebe389cbc0bc22057 | parav pandit | include | uapi | linux |
net/mlx5: introduce vhca state event notifier | vhca state events indicates change in the state of the vhca that may occur due to a sf allocation, deallocation or enabling/disabling the sf hca. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'kconfig', 'c', 'makefile'] | 12 | 422 | 0 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/kconfig b/drivers/net/ethernet/mellanox/mlx5/core/kconfig --- a/drivers/net/ethernet/mellanox/mlx5/core/kconfig +++ b/drivers/net/ethernet/mellanox/mlx5/core/kconfig + +config mlx5_sf + bool "mellanox technologies subfunction device support using auxiliary device... | Networking | f3196bb0f14c0ffb5089c15668bda196c98d3900 | parav pandit | include | linux | core, ethernet, mellanox, mlx5, sf |
net/mlx5: sf, add auxiliary device support | introduce api to add and delete an auxiliary device for an sf. each sf has its own dedicated window in the pci bar 2. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['makefile', 'h', 'c', 'rst'] | 6 | 312 | 1 | --- diff --git a/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst b/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst --- a/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst +++ b/documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst +**config_mlx5_sf=(y/... | Networking | 90d010b8634b89a97ca3b7aa6a88fd566fc77717 | parav pandit | documentation | networking | core, dev, device_drivers, ethernet, mellanox, mlx5, sf |
net/mlx5: sf, add auxiliary device driver | add auxiliary device driver for mlx5 subfunction auxiliary device. | this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,... | add mlx5 subfunction support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ... | ['mlx5/mlx5e '] | ['h', 'c', 'makefile'] | 10 | 187 | 6 | --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile -mlx5_core-$(config_mlx5_sf) += sf/vhca_event.o sf/dev/dev.o +mlx5_core-$(config_mlx5_sf) += ... | Networking | 1958fc2f0712ae771bfd2351b55e5a5b6b0bcfa4 | parav pandit | include | linux | core, dev, ethernet, mellanox, mlx5, sf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.