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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ath11k: add support for sta to handle beacon miss | when ap goes down without any indication to sta, firmware detects missing beacon, and sends wmi roam event with reason beacon_miss to the host. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for sta to handle beacon miss | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 4 | 81 | 13 | --- diff --git a/drivers/net/wireless/ath/ath11k/core.h b/drivers/net/wireless/ath/ath11k/core.h --- a/drivers/net/wireless/ath/ath11k/core.h +++ b/drivers/net/wireless/ath/ath11k/core.h +#define ath11k_connection_loss_hz (3 * hz) + struct delayed_work connection_loss_work; diff --git a/drivers/net/wireless/ath/ath11k/... | Networking | 26f6979237293e93d3f165a0f3af9d967596b2c4 | lavanya suresh | drivers | net | ath, ath11k, wireless |
bnxt_en: add pci ids for hyper-v vf devices. | support vf device ids used by the hyper-v hypervisor. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add pci ids for hyper-v vf devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['c'] | 1 | 18 | 1 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c + netxtreme_c_vf_hv, + netxtreme_e_vf_hv, + netxtreme_e_p5_vf_hv, + [netxtreme_c_vf_hv] = { "broadcom netxtreme-c virtual... | Networking | 7fbf359bb2c19c824cbb1954020680824f6ee5a5 | michael chan vasundhara volam vasundhara v volam broadcom com andy gospodarek gospo broadcom com | drivers | net | bnxt, broadcom, ethernet |
bnxt_en: add support for fw managed link down feature. | in the current code, the driver will not shutdown the link during ifdown if there are still vfs sharing the port. newer firmware will manage the link down decision when the port is shared by vfs, so we can just call firmware to shutdown the port unconditionally and let firmware make the final decision. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for fw managed link down feature | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['h', 'c'] | 2 | 3 | 1 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c - if (pci_num_vf(bp->pdev)) + if (pci_num_vf(bp->pdev) && + !(bp->phy_flags & bnxt_phy_fl_fw_managed_lkdn)) diff --git a/... | Networking | d5ca99054f8e25384390d41c0123d930eed510b6 | michael chan edwin peer edwin peer broadcom com | drivers | net | bnxt, broadcom, ethernet |
bnxt_en: implement .ndo_features_check(). | for udp encapsultions, we only support the offloaded vxlan port and geneve port. all other ports included fou and gue are not supported so we need to turn off tso and checksum features. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement .ndo_features_check() | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['h', 'c'] | 2 | 42 | 2 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c +static netdev_features_t bnxt_features_check(struct sk_buff *skb, + struct net_device *dev, + netdev_features_t features... | Networking | 1698d600b361915fbe5eda63a613da55c435bd34 | michael chan | drivers | net | bnxt, broadcom, ethernet |
bnxt_en: support iff_supp_nofcs feature to transmit without ethernet fcs. | if firmware is capable, set the iff_supp_nofcs flag to support the sockets option to transmit packets without fcs. this is mainly used for testing. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support iff_supp_nofcs feature to transmit without ethernet fcs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['h', 'c'] | 2 | 14 | 3 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c + __le32 lflags = 0; + if (unlikely(skb->no_fcs)) { + lflags |= cpu_to_le32(tx_bd_flags_no_crc); + goto normal_tx; + } + ... | Networking | dade5e15fade59a789c30bc47abfe926ddd856d6 | michael chan edwin peer edwin peer broadcom com | drivers | net | bnxt, broadcom, ethernet |
bnxt_en: allow promiscuous mode for trusted vfs | firmware previously only allowed promiscuous mode for vfs associated with a default vlan. it is now possible to enable promiscuous mode for a vf having no vlan configured provided that it is trusted. in such cases the vf will see all packets received by the pf, irrespective of destination mac or vlan. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | allow promiscuous mode for trusted vfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['h', 'c'] | 3 | 11 | 7 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c -/* allow pf and vf with default vlan to be in promiscuous mode */ +/* allow pf, trusted vfs and vfs with default vlan to... | Networking | dd85fc0ab5b4daa496bd3e2832b51963022182d0 | edwin peer | drivers | net | bnxt, broadcom, ethernet |
bnxt: add more ethtool standard stats | michael suggest a few more stats we can expose. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add more ethtool standard stats | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['c'] | 1 | 6 | 0 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c + mac_stats->framechecksequenceerrors = + bnxt_get_rx_port_stats64(rx, rx_fcs_err_frames)... | Networking | 37434782d63f89de5b9c383a449b6a82dc3fa4fb | jakub kicinski | drivers | net | bnxt, broadcom, ethernet |
bnxt: implement ethtool standard stats | most of the names seem to strongly correlate with names from the standard and rfc. whether ..+good_frames are indeed frames..ok i'm the least sure of. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement ethtool standard stats | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['c'] | 1 | 125 | 0 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c +static void bnxt_get_eth_phy_stats(struct net_device *dev, + struct ethtool_eth_phy_stat... | Networking | 782bc00affcd63dacaa34e9ab6da588605423312 | jakub kicinski | drivers | net | bnxt, broadcom, ethernet |
bnxt: implement ethtool::get_fec_stats | report corrected bits. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement ethtool::get_fec_stats | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en '] | ['c'] | 1 | 15 | 0 | --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c +static void bnxt_get_fec_stats(struct net_device *dev, + struct ethtool_fec_stats *fec_s... | Networking | c9ca5c3aabafcaa934731b8a841f28f8df990b7f | jakub kicinski michael chan michael chan broadcom com | drivers | net | bnxt, broadcom, ethernet |
net: broadcom: bcm4908_enet: support tx interrupt | it appears that each dma channel has its own interrupt and both rings can be configured (the same way) to handle interrupts. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support tx interrupt | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['bnxt_en ', 'broadcom', 'bcm4908_enet'] | ['c'] | 1 | 103 | 35 | --- diff --git a/drivers/net/ethernet/broadcom/bcm4908_enet.c b/drivers/net/ethernet/broadcom/bcm4908_enet.c --- a/drivers/net/ethernet/broadcom/bcm4908_enet.c +++ b/drivers/net/ethernet/broadcom/bcm4908_enet.c + struct napi_struct napi; - struct napi_struct napi; + int irq_tx; -static void bcm4908_enet_intrs_on(struct... | Networking | 12bb508bfe5a564c36864b12253db23cac83bfa1 | rafa mi ecki | drivers | net | broadcom, ethernet |
can: etas_es58x: add core support for etas es58x can usb interfaces | this patch adds the core support for various usb can interfaces from etas gmbh (https://www.etas.com/en/products/es58x.php). the next patches add the glue code drivers for the individual interfaces. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | introducing etas es58x can usb interfaces | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can '] | ['h', 'kconfig', 'c', 'makefile'] | 5 | 2,988 | 0 | --- diff --git a/drivers/net/can/usb/kconfig b/drivers/net/can/usb/kconfig --- a/drivers/net/can/usb/kconfig +++ b/drivers/net/can/usb/kconfig +config can_etas_es58x + tristate "etas es58x can/usb interfaces" + select crc16 + help + this driver supports the es581.4, es582.1 and es584.1 interfaces + from etas gmbh (http... | Networking | 8537257874e949a59c834cecfd5a063e11b64b0b | vincent mailhol | drivers | net | can, etas_es58x, usb |
can: etas_es58x: add support for etas es581.4 can usb interface | this patch adds support for the es581.4 interface from etas gmbh (https://www.etas.com/en/products/es58x.php). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | introducing etas es58x can usb interfaces | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can '] | ['h', 'c', 'makefile'] | 5 | 726 | 4 | --- diff --git a/drivers/net/can/usb/etas_es58x/makefile b/drivers/net/can/usb/etas_es58x/makefile --- a/drivers/net/can/usb/etas_es58x/makefile +++ b/drivers/net/can/usb/etas_es58x/makefile -etas_es58x-y = es58x_core.o +etas_es58x-y = es58x_core.o es581_4.o diff --git a/drivers/net/can/usb/etas_es58x/es581_4.c b/drive... | Networking | 1dfb6005a60b13d18aacf190b853bf6f89d31820 | vincent mailhol | drivers | net | can, etas_es58x, usb |
can: etas_es58x: add support for the etas es58x_fd can usb interfaces | this patch add support for the es582.1 and es584.1 interfaces from etas gmbh (https://www.etas.com/en/products/es58x.php). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | introducing etas es58x can usb interfaces | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can '] | ['h', 'c', 'makefile'] | 5 | 828 | 4 | --- diff --git a/drivers/net/can/usb/etas_es58x/makefile b/drivers/net/can/usb/etas_es58x/makefile --- a/drivers/net/can/usb/etas_es58x/makefile +++ b/drivers/net/can/usb/etas_es58x/makefile -etas_es58x-y = es58x_core.o es581_4.o +etas_es58x-y = es58x_core.o es581_4.o es58x_fd.o diff --git a/drivers/net/can/usb/etas_es... | Networking | c664e2137a27680922d8aeb64fb10313416b254f | vincent mailhol | drivers | net | can, etas_es58x, usb |
can: mcp251xfd: add bql support | this patch re-adds bql support to the driver. support for netdev_xmit_more() will be added in a separate patch series. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add bql support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can ', 'mcp251xfd'] | ['c'] | 1 | 18 | 5 | --- diff --git a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c b/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c --- a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c +++ b/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c + netdev_reset_queue(priv->ndev); + - const struct mcp251xfd_hw_tef_obj *hw_tef_obj) + const struct m... | Networking | 0084e298acfe643c68daf0a316bb27618ec2a852 | marc kleine budde | drivers | net | can, mcp251xfd, spi |
can: mcp251xfd: add hw timestamp infrastructure | this patch add the hw timestamping infrastructure. the mcp251xfd has a free running timer of 32 bit width, running at max 40mhz, which wraps around every 107 seconds. the current timestamp is latched into rx and tef objects automatically be the can controller. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add hw timestamp infrastructure | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can ', 'mcp251xfd'] | ['h', 'c', 'makefile'] | 4 | 88 | 0 | --- diff --git a/drivers/net/can/spi/mcp251xfd/makefile b/drivers/net/can/spi/mcp251xfd/makefile --- a/drivers/net/can/spi/mcp251xfd/makefile +++ b/drivers/net/can/spi/mcp251xfd/makefile +mcp251xfd-objs += mcp251xfd-timestamp.o diff --git a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c b/drivers/net/can/spi/mcp251xfd/... | Networking | efd8d98dfb900f96370cc7722ccb7959e58557c7 | marc kleine budde | drivers | net | can, mcp251xfd, spi |
can: mcp251xfd: add hw timestamp to rx, tx and error can frames | this patch uses the previously added mcp251xfd_skb_set_timestamp() function to convert the timestamp done by the can controller into a proper skb hw timestamp. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add hw timestamp to rx, tx and error can frames | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can ', 'mcp251xfd'] | ['c'] | 1 | 18 | 5 | --- diff --git a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c b/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c --- a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c +++ b/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c - u32 seq, seq_masked, tef_tail_masked; + struct sk_buff *skb; + u32 seq, seq_masked, tef_tail_masked... | Networking | 5f02a49c6605fbd85c00acd19a10e149bba5c162 | marc kleine budde | drivers | net | can, mcp251xfd, spi |
can: mcp251xfd: add dev coredump support | for easier debugging this patch adds dev coredump support to the driver. a dev coredump is generated in case the chip fails to start or an error in the interrupt handler is detected. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add dev coredump support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can ', 'mcp251xfd'] | ['h', 'kconfig', 'c', 'makefile'] | 6 | 343 | 0 | --- diff --git a/drivers/net/can/spi/mcp251xfd/kconfig b/drivers/net/can/spi/mcp251xfd/kconfig --- a/drivers/net/can/spi/mcp251xfd/kconfig +++ b/drivers/net/can/spi/mcp251xfd/kconfig + select want_dev_coredump diff --git a/drivers/net/can/spi/mcp251xfd/makefile b/drivers/net/can/spi/mcp251xfd/makefile --- a/drivers/net... | Networking | e0ab3dd5f98fcca95a8290578833552e496fabaf | marc kleine budde | drivers | net | can, mcp251xfd, spi |
can: peak_usb: add support of one_shot mode | this patch adds "one-shot" mode support to the following can-usb peak-system gmbh interfaces: - pcan-usb x6 - pcan-usb fd - pcan-usb pro fd - pcan-chip usb - pcan-usb pro | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support of one_shot mode | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can ', 'peak_usb'] | ['c'] | 2 | 15 | 5 | - pcan-usb x6 - pcan-usb fd - pcan-usb pro fd - pcan-chip usb - pcan-usb pro --- diff --git a/drivers/net/can/usb/peak_usb/pcan_usb_fd.c b/drivers/net/can/usb/peak_usb/pcan_usb_fd.c --- a/drivers/net/can/usb/peak_usb/pcan_usb_fd.c +++ b/drivers/net/can/usb/peak_usb/pcan_usb_fd.c + /* single-shot frame */ + if (dev->can... | Networking | 58b29aa9d47128ec6ee8fd731b0f137a82f0b9ea | stephane grosjean | drivers | net | can, peak_usb, usb |
can: peak_usb: add support of ethtool set_phys_id() | this patch makes it possible to specifically flash the led of a can port of the can-usb interfaces of peak-system. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support of ethtool set_phys_id() | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['can ', 'peak_usb'] | ['h', 'c'] | 6 | 126 | 1 | --- diff --git a/drivers/net/can/usb/peak_usb/pcan_usb.c b/drivers/net/can/usb/peak_usb/pcan_usb.c --- a/drivers/net/can/usb/peak_usb/pcan_usb.c +++ b/drivers/net/can/usb/peak_usb/pcan_usb.c +#include <linux/ethtool.h> +#define pcan_usb_cmd_led 12 +static int pcan_usb_set_led(struct peak_usb_device *dev, u8 onoff) +{ +... | Networking | a7e8511ffda6a81ba6b49c22d0ed296caeff438c | stephane grosjean | drivers | net | can, peak_usb, usb |
dpaa2-eth: add rx copybreak support | dma unmapping, allocating a new buffer and dma mapping it back on the refill path is really not that efficient. proper buffer recycling (page pool, flipping the page and using the other half) cannot be done for dpaa2 since it's not a ring based controller but it rather deals with multiple queues which all get their buf... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add rx copybreak support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-eth '] | ['h', 'c'] | 2 | 36 | 3 | --- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c +static struct sk_buff *dpaa2_eth_copybreak(struct dpaa2_eth_channel *ch, + const struct dpaa... | Networking | 50f826999a80a100218b0cbf4f14057bc0edb3a3 | ioana ciornei | drivers | net | dpaa2, ethernet, freescale |
dpaa2-eth: export the rx copybreak value as an ethtool tunable | it's useful, especially for debugging purposes, to have the rx copybreak value changeable at runtime. export it as an ethtool tunable. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | export the rx copybreak value as an ethtool tunable | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-eth '] | ['h', 'c'] | 3 | 47 | 2 | --- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c + struct dpaa2_eth_priv *priv = ch->priv; - if (fd_length > dpaa2_eth_default_copybreak) + if... | Networking | 8ed3cefc260e2ef2107cbd9484e4025f60c37bb5 | ioana ciornei andrew lunn andrew lunn ch | drivers | net | dpaa2, ethernet, freescale |
dpaa2-switch: add support for configuring learning state per port | add support for configuring the learning state of a switch port. when the user requests the hw learning to be disabled, a fast-age procedure on that specific port is run so that previously learnt addresses do not linger. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for configuring learning state per port | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-switch '] | ['h', 'c'] | 4 | 121 | 11 | --- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c +static int dpaa2_switch_port_set_learning(struct ethsw_port_priv *port_priv, boo... | Networking | 1e7cbabfdb12aa944ae0cb03871f8b55ede1341a | ioana ciornei | drivers | net | dpaa2, ethernet, freescale |
dpaa2-switch: add support for configuring per port broadcast flooding | the br_bcast_flood bridge port flag is now accepted by the driver and a change in its state will determine a reconfiguration of the broadcast egress flooding list on the fdb associated with the port. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for configuring per port broadcast flooding | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-switch '] | ['h', 'c'] | 2 | 31 | 3 | --- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c - cfg->if_id[i++] = ethsw->ports[j]->idx; + if (type == dpsw_broadcast && ethsw->... | Networking | b54eb093f5ce784ca00170d4512c47cdc755397e | ioana ciornei | drivers | net | dpaa2, ethernet, freescale |
dpaa2-switch: add support for configuring per port unknown flooding | add support for configuring per port unknown flooding by accepting both br_flood and br_mcast_flood as offloadable bridge port flags. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for configuring per port unknown flooding | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-switch '] | ['h', 'c'] | 2 | 21 | 3 | --- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c - else if (type == dpsw_flooding) + else if (type == dpsw_flooding && ethsw->port... | Networking | 6253d5e39ce2bba13c601274768c481846526a80 | ioana ciornei | drivers | net | dpaa2, ethernet, freescale |
dpaa2-switch: add tc flower hardware offload on ingress traffic | this patch adds support for tc flower hardware offload on the ingress path. shared filter blocks are supported by sharing a single acl table between multiple ports. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add tc flower hardware offload on ingress traffic | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-switch '] | ['h', 'c', 'makefile'] | 7 | 768 | 14 | - ethernet: dst_mac/src_mac - ipv4: dst_ip/src_ip/ip_proto/tos - vlan: vlan_id/vlan_prio/vlan_tpid/vlan_dei - l4: dst_port/src_port - drop - mirred egress redirect - trap --- diff --git a/drivers/net/ethernet/freescale/dpaa2/makefile b/drivers/net/ethernet/freescale/dpaa2/makefile --- a/drivers/net/ethernet/freescale/d... | Networking | 1110318d83e8011c4dfcb2f7dd343bcfb1623c5f | ioana ciornei | drivers | net | dpaa2, ethernet, freescale |
dpaa2-switch: add tc matchall filter support | add support tc_setup_clsmatchall by using the same acl table entries framework as for tc flower. adding a matchall rule is done by installing an entry which has a mask of all zeroes, thus matching on any packet. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add tc matchall filter support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dpaa2-switch '] | ['h', 'c'] | 3 | 79 | 0 | --- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c + +int dpaa2_switch_cls_matchall_replace(struct dpaa2... | Networking | 4ba28c1a1aff053e6471151cffee860668ead786 | ioana ciornei | drivers | net | dpaa2, ethernet, freescale |
net: dsa: b53: mmap: add device tree support | add device tree support to b53_mmap.c while keeping platform devices support. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add device tree support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'b53', 'mmap'] | ['c'] | 1 | 55 | 0 | --- diff --git a/drivers/net/dsa/b53/b53_mmap.c b/drivers/net/dsa/b53/b53_mmap.c --- a/drivers/net/dsa/b53/b53_mmap.c +++ b/drivers/net/dsa/b53/b53_mmap.c +#include <linux/bits.h> +static int b53_mmap_probe_of(struct platform_device *pdev, + struct b53_platform_data **ppdata) +{ + struct device_node *np = pdev->dev.of_... | Networking | a5538a777b73b35750ed1ffff8c1ef539e861624 | lvaro fern ndez rojas | drivers | net | b53, dsa |
net: dsa: b53: support legacy tags | these tags are used on bcm5325, bcm5365 and bcm63xx switches. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support legacy tags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'b53'] | ['kconfig', 'c'] | 2 | 8 | 5 | --- diff --git a/drivers/net/dsa/b53/kconfig b/drivers/net/dsa/b53/kconfig --- a/drivers/net/dsa/b53/kconfig +++ b/drivers/net/dsa/b53/kconfig + select net_dsa_tag_brcm_legacy diff --git a/drivers/net/dsa/b53/b53_common.c b/drivers/net/dsa/b53/b53_common.c --- a/drivers/net/dsa/b53/b53_common.c +++ b/drivers/net/dsa/b5... | Networking | 46c5176c586c81306bf9e7024c13b95da775490f | lvaro fern ndez rojas florian fainelli f fainelli gmail com | drivers | net | b53, dsa |
net: dsa: hellcreek: add devlink vlan region | allow to dump the vlan table via devlink. this especially useful, because the driver internally leverages vlans for the port separation. these are not visible via the bridge utility. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for dumping tables | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'hellcreek'] | ['h', 'c'] | 2 | 80 | 0 | --- 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 +static int hellcreek_devlink_region_vlan_snapshot(struct devlink *dl, + const struct devlink_region_ops *ops, + struct netlink_ext_a... | Networking | ba2d1c28886ceacd7da96466529f7929eaf3a498 | kurt kanzenbach vladimir oltean olteanv gmail com | drivers | net | dsa, hirschmann |
net: dsa: hellcreek: use boolean value | hellcreek_select_vlan() takes a boolean instead of an integer. so, use false accordingly. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for dumping tables | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'hellcreek'] | ['c'] | 1 | 1 | 1 | --- 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 - hellcreek_select_vlan(hellcreek, vid, 0); + hellcreek_select_vlan(hellcreek, vid, false); | Networking | e81813fb56350641d8d3ba6bb6811ecaab934f10 | kurt kanzenbach andrew lunn andrew lunn ch vladimir oltean olteanv gmail com | drivers | net | dsa, hirschmann |
net: dsa: hellcreek: move common code to helper | there are two functions which need to populate fdb entries. move that to a helper function. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for dumping tables | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'hellcreek'] | ['c'] | 1 | 43 | 42 | --- 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 +static void hellcreek_populate_fdb_entry(struct hellcreek *hellcreek, + struct hellcreek_fdb_entry *entry, + size_t idx) +{ + unsign... | Networking | eb5f3d3141805fd22b2fb49a23536cc3f30dd752 | kurt kanzenbach andrew lunn andrew lunn ch vladimir oltean olteanv gmail com | drivers | net | dsa, hirschmann |
net: dsa: hellcreek: add devlink fdb region | allow to dump the fdb table via devlink. this is a useful debugging feature. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for dumping tables | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'hellcreek'] | ['h', 'c'] | 2 | 63 | 0 | --- 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 +static int hellcreek_devlink_region_fdb_snapshot(struct devlink *dl, + const struct devlink_region_ops *ops, + struct netlink_ext_ac... | Networking | 292cd449fee3a67541fab2626efb8af6a72b4c69 | kurt kanzenbach andrew lunn andrew lunn ch vladimir oltean olteanv gmail com | drivers | net | dsa, hirschmann |
net: dsa: hellcreek: offload bridge port flags | the switch implements unicast and multicast filtering per port. add support for it. by default filtering is disabled. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['c'] | 1 | 104 | 25 | --- 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 +static void hellcreek_port_set_ucast_flood(struct hellcreek *hellcreek, + int port, bool enable) +{ + struct hellcreek_port *hellcre... | Networking | db7284a6ccc4a6d7714645141f7dcee0fcb4e57d | kurt kanzenbach | drivers | net | dsa, hirschmann |
net: dsa: hellcreek: report switch name and id | report the driver name, asic id and the switch name via devlink. this is a useful information for user space tooling. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | report switch name and id | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['h', 'c'] | 2 | 19 | 0 | --- 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 +static int hellcreek_devlink_info_get(struct dsa_switch *ds, + struct devlink_info_req *req, + struct netlink_ext_ack *extack) +{ + ... | Networking | 1ab568e92bf8f6a359c977869dc546a23a6b5f13 | kurt kanzenbach florian fainelli f fainelli gmail com andrew lunn andrew lunn ch vladimir oltean olteanv gmail com | drivers | net | dsa, hirschmann, platform_data |
net: dsa: microchip: ksz8795: change drivers prefix to be generic | the driver can be used on other chips of this type. to reflect this we rename the drivers prefix from ksz8795 to ksz8. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['h', 'c'] | 3 | 111 | 117 | --- diff --git a/drivers/net/dsa/microchip/ksz8795.c b/drivers/net/dsa/microchip/ksz8795.c --- a/drivers/net/dsa/microchip/ksz8795.c +++ b/drivers/net/dsa/microchip/ksz8795.c -static int ksz8795_reset_switch(struct ksz_device *dev) +static int ksz8_reset_switch(struct ksz_device *dev) -static void ksz8795_r_mib_cnt(str... | Networking | 4b5baca0403e2b6308e68938dc4d94912f5b8e28 | michael grzeschik andrew lunn andrew lunn ch florian fainelli f fainelli gmail com | drivers | net | dsa, microchip |
net: dsa: microchip: ksz8795: move cpu_select_interface to extra function | this patch moves the cpu interface selection code to a individual function specific for ksz8795. it will make it simpler to customize the code path for different switches supported by this driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['c'] | 1 | 50 | 42 | --- diff --git a/drivers/net/dsa/microchip/ksz8795.c b/drivers/net/dsa/microchip/ksz8795.c --- a/drivers/net/dsa/microchip/ksz8795.c +++ b/drivers/net/dsa/microchip/ksz8795.c +static void ksz8795_cpu_interface_select(struct ksz_device *dev, int port) +{ + struct ksz_port *p = &dev->ports[port]; + u8 data8; + + if (!p->... | Networking | c2ac4d2ac5347a0d2aaabf3eca5ba2478d0617a9 | michael grzeschik andrew lunn andrew lunn ch | drivers | net | dsa, microchip |
net: dsa: microchip: ksz8795: move register offsets and shifts to separate struct | in order to get this driver used with other switches the functions need to use different offsets and register shifts. this patch changes the direct use of the register defines to register description structures, which can be set depending on the chips register layout. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['h', 'c'] | 3 | 281 | 160 | --- diff --git a/drivers/net/dsa/microchip/ksz8.h b/drivers/net/dsa/microchip/ksz8.h --- /dev/null +++ b/drivers/net/dsa/microchip/ksz8.h +/* spdx-license-identifier: gpl-2.0 */ +/* + * microchip ksz8xxx series register access + * + * copyright (c) 2020 pengutronix, michael grzeschik <kernel@pengutronix.de> + */ + +#if... | Networking | 9f73e11250fb3948a8599d72318951d5e93b1eaf | michael grzeschik andrew lunn andrew lunn ch florian fainelli f fainelli gmail com | drivers | net | dsa, microchip |
net: dsa: microchip: ksz8795: add support for ksz88xx chips | we add support for the ksz8863 and ksz8873 chips which are using the same register patterns but other offsets as the ksz8795. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['h', 'c'] | 3 | 281 | 71 | --- diff --git a/drivers/net/dsa/microchip/ksz8795.c b/drivers/net/dsa/microchip/ksz8795.c --- a/drivers/net/dsa/microchip/ksz8795.c +++ b/drivers/net/dsa/microchip/ksz8795.c -static const struct { +static const u8 ksz8863_regs[] = { + [reg_ind_ctrl_0] = 0x79, + [reg_ind_data_8] = 0x7b, + [reg_ind_data_check] = 0x7b, +... | Networking | 4b20a07e103f0b38b376b4b45c7c082202a876ff | oleksij rempel andrew lunn andrew lunn ch | drivers | net | dsa, microchip |
net: dsa: microchip: add microchip ksz8863 spi based driver support | add ksz88x3 driver support. we add support for the kxz88x3 three port switches using the spi interface. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['c'] | 1 | 32 | 12 | --- diff --git a/drivers/net/dsa/microchip/ksz8795_spi.c b/drivers/net/dsa/microchip/ksz8795_spi.c --- a/drivers/net/dsa/microchip/ksz8795_spi.c +++ b/drivers/net/dsa/microchip/ksz8795_spi.c +#include "ksz8.h" -#define spi_addr_shift 12 -#define spi_addr_align 3 -#define spi_turnaround_shift 1 +#define ksz8795_spi_addr... | Networking | cc13e52c3a894e407f5b95052b0012b07101ebec | michael grzeschik florian fainelli f fainelli gmail com andrew lunn andrew lunn ch | drivers | net | dsa, microchip |
dt-bindings: net: dsa: document additional microchip ksz8863/8873 switch | it is a 3-port 10/100 ethernet switch. one cpu-port and two switch-ports. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['yaml'] | 1 | 2 | 0 | --- diff --git a/documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml --- a/documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml +++ b/documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml - microchip,ksz8765 - microchip,ksz8794 - mic... | Networking | 61df0e7bbb90fac8c77203e0fa570804617f137d | michael grzeschik rob herring robh kernel org andrew lunn andrew lunn ch florian fainelli f fainelli gmail com | documentation | devicetree | bindings, dsa, net |
net: phy: add support for microchip smi0 mdio bus | smi0 is a mangled version of mdio. the main low level difference is the mdio c22 op code is always 0, not 0x2 or 0x1 for read/write. the read/write information is instead encoded in the phy address. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['h', 'c'] | 3 | 17 | 2 | --- diff --git a/drivers/net/mdio/mdio-bitbang.c b/drivers/net/mdio/mdio-bitbang.c --- a/drivers/net/mdio/mdio-bitbang.c +++ b/drivers/net/mdio/mdio-bitbang.c - mdiobb_cmd(ctrl, mdio_read, phy, reg); + mdiobb_cmd(ctrl, ctrl->op_c22_read, phy, reg); - mdiobb_cmd(ctrl, mdio_write, phy, reg); + mdiobb_cmd(ctrl, ctrl->op_c... | Networking | 800fcab8230f622544a12403977b5b7259a076f8 | andrew lunn | include | linux | mdio |
net: dsa: microchip: add microchip ksz8863 smi based driver support | add ksz88x3 driver support. we add support for the kxz88x3 three port switches using the microchip smi interface. they are supported using the mdio-bitbang interface. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ksz88x3 driver family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa '] | ['kconfig', 'c', 'makefile'] | 3 | 223 | 1 | --- diff --git a/drivers/net/dsa/microchip/kconfig b/drivers/net/dsa/microchip/kconfig --- a/drivers/net/dsa/microchip/kconfig +++ b/drivers/net/dsa/microchip/kconfig - this driver adds support for microchip ksz8795 switch chips. + this driver adds support for microchip ksz8795/ksz88x3 switch chips. + +config net_dsa_m... | Networking | 60a3647600027cbd54eb21997af3e175fbfa5592 | michael grzeschik andrew lunn andrew lunn ch | drivers | net | dsa, microchip |
net: dsa: mt7530: add support for eee features | this patch adds eee support. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for eee features | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mt7530'] | ['h', 'c'] | 2 | 56 | 1 | --- 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 + if (mode == mlo_an_phy && phydev && phy_init_eee(phydev, 0) >= 0) { + switch (speed) { + case speed_1000: + mcr |= pmcr_force_eee1g; + break; + case speed_100: + mcr |= pmcr_force_eee100;... | Networking | 40b5d2f15c091fa9c854acde91ad2acb504027d7 | ren van dorst | drivers | net | dsa |
net: dsa: mt7530: support mdb and bridge flag operations | support port mdb and bridge flag operations. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support mdb and bridge flag operations | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mt7530'] | ['h', 'c'] | 3 | 122 | 17 | --- 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 - /* unknown multicast frame forwarding to the cpu port */ - mt7530_rmw(priv, mt7530_mfc, unm_ffp_mask, unm_ffp(bit(port))); + /* disable flooding by default */ + mt7530_rmw(priv, mt7530_mf... | Networking | 5a30833b9a16f8d1aa15de06636f9317ca51f9df | deng qingfang | net | dsa | dsa |
net: dsa: add helper to resolve bridge port from dsa port | in order for a driver to be able to query a bridge for information about itself, e.g. reading out port flags, it has to use a netdev that is known to the bridge. in the simple case, that is just the netdev representing the port, e.g. swp0 or swp1 in this example: | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['h'] | 2 | 15 | 13 | --- diff --git a/include/net/dsa.h b/include/net/dsa.h --- a/include/net/dsa.h +++ b/include/net/dsa.h +static inline +struct net_device *dsa_port_to_bridge_port(const struct dsa_port *dp) +{ + if (!dp->bridge_dev) + return null; + + if (dp->lag_dev) + return dp->lag_dev; + else if (dp->hsr_dev) + return dp->hsr_dev; +... | Networking | cc76ce9e8dc659561ee62876da2cffc03fb58cc5 | tobias waldekranz | include | net | |
net: dsa: mv88e6xxx: avoid useless attempts to fast-age lags | when a port is a part of a lag, the atu will create dynamic entries belonging to the lag id when learning is enabled. so trying to fast-age those out using the constituent port will have no effect. unfortunately the hardware does not support move operations on lags so there is no obvious way to transform the request to... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['c'] | 1 | 7 | 0 | --- 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 + if (dsa_to_port(ds, port)->lag_dev) + /* hardware is incapable of fast-aging a lag through a + * regular atu move operation. until we have something + * mo... | Networking | ffcec3f257ccc2bf27642b9b1d97d2141f9cfcec | tobias waldekranz | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: provide generic vtu iterator | move the intricacies of correctly iterating over the vtu to a common implementation. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['c'] | 1 | 64 | 36 | --- 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 +static int mv88e6xxx_vtu_walk(struct mv88e6xxx_chip *chip, + int (*cb)(struct mv88e6xxx_chip *chip, + const struct mv88e6xxx_vtu_entry *entry, + void *priv)... | Networking | d89ef4b8b39cdb88675b2629b35dc9ffdf5ca347 | tobias waldekranz andrew lunn andrew lunn ch vladimir oltean olteanv gmail com florian fainelli f fainelli gmail com | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: remove some bureaucracy around querying the vtu | the hardware has a somewhat quirky protocol for reading out the vtu entry for a particular vid. but there is no reason why we cannot create a better api for ourselves in the driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['c'] | 1 | 20 | 25 | --- 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 -static int mv88e6xxx_vtu_getnext(struct mv88e6xxx_chip *chip, - struct mv88e6xxx_vtu_entry *entry) +static int mv88e6xxx_vtu_get(struct mv88e6xxx_chip *chip... | Networking | 34065c58306dab883deb323f2edf6074f2225c19 | tobias waldekranz vladimir oltean olteanv gmail com florian fainelli f fainelli gmail com | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: use standard helper for broadcast address | use the conventional declaration style of a mac address in the kernel (u8 addr[eth_alen]) for the broadcast address, then set it using the existing helper. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['c'] | 1 | 3 | 1 | --- 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 - const char broadcast[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; + u8 broadcast[eth_alen]; + + eth_broadcast_addr(broadcast); | Networking | 0806dd4654145e70e4a4c5b06ddad4cd7a121fdf | tobias waldekranz vladimir oltean olteanv gmail com florian fainelli f fainelli gmail com | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: flood all traffic classes on standalone ports | in accordance with the comment in dsa_port_bridge_leave, standalone ports shall be configured to flood all types of traffic. this change aligns the mv88e6xxx driver with that policy. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['c'] | 1 | 2 | 6 | --- 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 *ds = chip->ds; - bool flood; - /* upstream ports flood frames with unknown unicast or multicast da */ - flood = dsa_is_cpu_port(ds, port... | Networking | 7b9f16fe401c98cd3e1cb92d02bb7184a6d9e4c1 | tobias waldekranz | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: offload bridge learning flag | allow a user to control automatic learning per port. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['h', 'c'] | 3 | 52 | 8 | --- 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 - /* port association vector: when learning source addresses - * of packets, add the address to the address database using - * a port bitmap that has only th... | Networking | 041bd545e1249906b997645ee71f40df21417f17 | tobias waldekranz | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: offload bridge broadcast flooding flag | these switches have two modes of classifying broadcast: | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | offload bridge port flags | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['c'] | 1 | 70 | 1 | --- 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_port *dp = dsa_to_port(chip->ds, port); + struct net_device *brport; + + if (dsa_is_unused_port(chip->ds, port)) + continue; + + brport = dsa_po... | Networking | 8d1d8298eb00756cc525e12a133a5cc37cfdf992 | tobias waldekranz | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: add support for mv88e6393x family | the marvell 88e6393x device is a single-chip integration of a 11-port ethernet switch with eight integrated gigabit ethernet (gbe) transceivers and three 10-gigabit interfaces. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for mv88e6393x family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['h', 'c'] | 8 | 771 | 0 | - port 0 can be a serdes port - all serdeses are one-lane, eg. no xaui nor rxaui - on the other hand the serdeses can do usxgmii, 10gbaser and 5gbaser - port policy ctl register is changed to port policy mgmt ctl register, - egress monitor port is configured differently - ingress monitor/cpu/mirror ports are configured... | Networking | de776d0d316f7230d96ac1aa1df354d880476c1f | pavana sharma | drivers | net | dsa, mv88e6xxx |
net: dsa: mv88e6xxx: implement .port_set_policy for amethyst | the 16-bit port policy ctl register from older chips is on 6393x changed to port policy mgmt ctl, which can access more data, but indirectly and via 8-bit registers. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for mv88e6393x family | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['dsa ', 'mv88e6xxx'] | ['h', 'c'] | 3 | 99 | 27 | - if 0 <= shift < 8, we access register 0 in port policy mgmt ctl - if 8 <= shift < 16, we access register 1 in port policy mgmt ctl --- 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 + .port_set_policy = mv8... | Networking | 6584b26020fc5bb586d6e9f621eb8a7343a6ed33 | marek beh n | drivers | net | dsa, mv88e6xxx |
net: enetc: consume the error rx buffer descriptors in a dedicated function | we can and should check the rx bd errors before starting to build the skb. the only apparent reason why things are done in this backwards order is to spare one call to enetc_rxbd_next. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['c'] | 1 | 27 | 16 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c +static bool enetc_check_bd_errors_and_consume(struct enetc_bdr *rx_ring, + u32 bd_status, + union enetc_rx_b... | Networking | 2fa423f5f0c6891effd4d5c8bdb91d418001da11 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: move skb creation into enetc_build_skb | we need to build an skb from two code paths now: from the plain rx data path and from the xdp data path when the verdict is xdp_pass. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['c'] | 1 | 44 | 37 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c -static void enetc_process_skb(struct enetc_bdr *rx_ring, - struct sk_buff *skb) -{ - skb_record_rx_queue(skb... | Networking | a800abd3ecb9acc55821f7ac9bba6c956b36a595 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: add a dedicated is_eof bit in the tx software bd | in the transmit path, if we have a scatter/gather frame, it is put into multiple software buffer descriptors, the last of which has the skb pointer populated (which is necessary for rearming the tx msi vector and for collecting the two-step tx timestamp from the tx confirmation path). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 2 | 4 | 4 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c + tx_ring->tx_swbd[i].is_eof = true; - bool is_eof = !!tx_swbd->skb; - - if (is_eof) { + if (tx_swbd->skb) { ... | Networking | d504498d2eb3bfcbef4ddf3f51eb9f1391c8149f | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: clean the tx software bd on the tx confirmation path | with the future introduction of some new fields into enetc_tx_swbd such as is_xdp_tx, is_xdp_redirect etc, we need not only to set these bits to true from the xdp_tx/xdp_redirect code path, but also to false from the old code paths. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['c'] | 1 | 4 | 0 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c + /* scrub the swbd here so we don't have to do that + * when we reuse it during xmit + */ + memset(tx_swbd, ... | Networking | 1ee8d6f3bebbdaa7692732c91685b27ae4c612be | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: move up enetc_reuse_page and enetc_page_reusable | for xdp_tx, we need to call enetc_reuse_page from enetc_clean_tx_ring, so we need to avoid a forward declaration. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['c'] | 1 | 19 | 19 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c +static bool enetc_page_reusable(struct page *page) +{ + return (!page_is_pfmemalloc(page) && page_ref_count(... | Networking | 65d0cbb414cee012ceee9991d09f5e7c30b49fcc | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: add support for xdp_drop and xdp_pass | for the rx ring, enetc uses an allocation scheme based on pages split into two buffers, which is already very efficient in terms of preventing reallocations / maximizing reuse, so i see no reason why i would change that. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 4 | 281 | 20 | +--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+ +--------+--------+--------+--------+--------+--------+--------+ +--------+---... | Networking | d1b15102dd16adc17fd5e4db8a485e6459f98906 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: add support for xdp_tx | for reflecting packets back into the interface they came from, we create an array of tx software bds derived from the rx software bds. therefore, we need to extend the tx software bd structure to contain most of the stuff that's already present in the rx software bd structure, for reasons that will become evident in a ... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 3 | 228 | 25 | -> enetc_clean_rx_ring_xdp -> enetc_xdp_tx -> enetc_refill_rx_ring -> enetc_clean_tx_ring -> enetc_recycle_xdp_tx_buff --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enet... | Networking | 7ed2bc80074ed4ed30e0cab323305bde851f7a87 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: increase rx ring default size | as explained in the xdp_tx patch, when receiving a burst of frames with the xdp_tx verdict, there is a momentary dip in the number of available rx buffers. the system will eventually recover as tx completions will start kicking in and refilling our rx bd ring again. but until that happens, we need to survive with as fe... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h'] | 1 | 1 | 1 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.h b/drivers/net/ethernet/freescale/enetc/enetc.h --- a/drivers/net/ethernet/freescale/enetc/enetc.h +++ b/drivers/net/ethernet/freescale/enetc/enetc.h -#define enetc_rx_ring_default_size 512 +#define enetc_rx_ring_default_size 2048 | Networking | d6a2829e82cff9e5ec10b8ee293488b57399ed01 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: add support for xdp_redirect | the driver implementation of the xdp_redirect action reuses parts from xdp_tx, most notably the enetc_xdp_tx function which transmits an array of tx software bds. only this time, the buffers don't have dma mappings, we need to create them. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | xdp support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 4 | 218 | 12 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c +static struct sk_buff *enetc_tx_swbd_get_skb(struct enetc_tx_swbd *tx_swbd) +{ + if (tx_swbd->is_xdp_tx || t... | Networking | 9d2b68cc108db2fdb35022ed2d88cfb305c441a6 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
net: enetc: create a common enetc_pf_to_port helper | even though enetc interfaces are exposed as individual pcie pfs with their own driver instances, the enetc is still fundamentally a multi-port ethernet controller, and some parts of the ip take a port number (as can be seen in the psfp implementation). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | flow control for nxp enetc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 2 | 22 | 10 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.h b/drivers/net/ethernet/freescale/enetc/enetc.h --- a/drivers/net/ethernet/freescale/enetc/enetc.h +++ b/drivers/net/ethernet/freescale/enetc/enetc.h +static inline int enetc_pf_to_port(struct pci_dev *pf_pdev) +{ + switch (pf_pdev->devfn) { + case 0: + retur... | Networking | 87614b931c24d9dfc934ef9deaaf55d1cbdc2ac2 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
dt-bindings: net: fsl: enetc: add the ierb documentation | mention the required compatible string and base address for the integrated endpoint register block node. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | flow control for nxp enetc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['txt'] | 1 | 15 | 0 | --- diff --git a/documentation/devicetree/bindings/net/fsl-enetc.txt b/documentation/devicetree/bindings/net/fsl-enetc.txt --- a/documentation/devicetree/bindings/net/fsl-enetc.txt +++ b/documentation/devicetree/bindings/net/fsl-enetc.txt + +* integrated endpoint register block bindings + +optionally, the fsl_enetc dri... | Networking | 4ac7acc67f29927975e2493a9f4ede0c631bb87a | vladimir oltean | documentation | devicetree | bindings, net |
net: enetc: add a mini driver for the integrated endpoint register block | the nxp enetc is a 4-port ethernet controller which 'smells' to operating systems like 4 distinct pcie pfs with sr-iov, each pf having its own driver instance, but in fact there are some hardware resources which are shared between all ports, like for example the 256 kb sram fifo between the macs and the host transfer a... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | flow control for nxp enetc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'kconfig', 'c', 'makefile'] | 5 | 221 | 1 | --- diff --git a/drivers/net/ethernet/freescale/enetc/kconfig b/drivers/net/ethernet/freescale/enetc/kconfig --- a/drivers/net/ethernet/freescale/enetc/kconfig +++ b/drivers/net/ethernet/freescale/enetc/kconfig + depends on fsl_enetc_ierb || fsl_enetc_ierb=n +config fsl_enetc_ierb + tristate "enetc ierb driver" + help ... | Networking | e7d48e5fbf30f85c89d83683c3d2dbdaa8884103 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
arm64: dts: ls1028a: declare the integrated endpoint register block node | add a node describing the address in the soc memory space for the ierb. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | flow control for nxp enetc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['dtsi'] | 1 | 6 | 0 | --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi + /* integrated endpoint register block */ + ierb@1f0800000 { + compatible = "fsl,ls1028a-enetc-ierb"... | Networking | b764dc6cc1ba8b82d844bbcfe97e1d432a2dca5b | vladimir oltean | arch | arm64 | boot, dts, freescale |
net: enetc: add support for flow control | in the enetc receive path, a frame received by the mac is first stored in a 256kb 'fifo' memory, then transferred to dram when enqueuing it to the rx ring. the fifo is a shared resource for all enetc ports, but every port keeps track of its own memory utilization, on rx and on tx. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | flow control for nxp enetc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 3 | 85 | 2 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c b/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c --- a/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c +++ b/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c +static void enetc_get_pauseparam(struct net_device *dev, + struct ethtool_pa... | Networking | a8648887880f90137f0893aeb1a0abef30858c01 | vladimir oltean | drivers | net | enetc, ethernet, freescale |
enetc: support ptp sync packet one-step timestamping | this patch is to add support for ptp sync packet one-step timestamping. since enetc single-step register has to be configured dynamically per packet for correctionfield offeset and udp checksum update, current one-step timestamping packet has to be sent only when the last one completes transmitting on hardware. so, on ... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ptp sync packet one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 4 | 195 | 26 | - trasmit packet immediately if no other one in transfer, or queue to - start a work when complete transfer on hardware, to release the bit - set one-step timestamping flag in extension bd. - write 30 bits current timestamp in tstamp field of extension bd. - update ptp sync packet origintimestamp field with current tim... | Networking | 7294380c5211687aa4d66166984b152ee84caf5f | yangbo lu | drivers | net | enetc, ethernet, freescale |
enetc: mark tx timestamp type per skb | mark tx timestamp type per skb on skb->cb[0], instead of global variable for all skbs. this is a preparation for one step timestamp support. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ptp sync packet one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['enetc '] | ['h', 'c'] | 2 | 13 | 8 | --- diff --git a/drivers/net/ethernet/freescale/enetc/enetc.c b/drivers/net/ethernet/freescale/enetc/enetc.c --- a/drivers/net/ethernet/freescale/enetc/enetc.c +++ b/drivers/net/ethernet/freescale/enetc/enetc.c -static int enetc_map_tx_buffs(struct enetc_bdr *tx_ring, struct sk_buff *skb, - int active_offloads) +static... | Networking | f768e75130159b5444ee691bbdd201bef8e5bb24 | yangbo lu | drivers | net | enetc, ethernet, freescale |
net: ethernet: actions: add actions semi owl ethernet mac driver | add new driver for the ethernet mac used on the actions semi owl family of socs. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add actions semi owl ethernet mac driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | [] | ['h', 'kconfig', 'c', 'makefile'] | 6 | 1,939 | 0 | --- diff --git a/drivers/net/ethernet/kconfig b/drivers/net/ethernet/kconfig --- a/drivers/net/ethernet/kconfig +++ b/drivers/net/ethernet/kconfig +source "drivers/net/ethernet/actions/kconfig" diff --git a/drivers/net/ethernet/makefile b/drivers/net/ethernet/makefile --- a/drivers/net/ethernet/makefile +++ b/drivers/n... | Networking | de6e0b198239857943db395377dc1d2ddd6c05df | cristian ciocaltea | drivers | net | actions, ethernet |
gianfar: drop gfar_mq_polling support | gianfar used to enable all 8 rx queues (dma rings) per ethernet device, even though the controller can only support 2 interrupt lines at most. this meant that multiple rx queues would have to be grouped per napi poll routine, and the cpu would have to split the budget and service them in a round robin manner. the overh... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | drop gfar_mq_polling support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['gianfar'] | ['h', 'c'] | 2 | 11 | 176 | --- diff --git a/drivers/net/ethernet/freescale/gianfar.c b/drivers/net/ethernet/freescale/gianfar.c --- a/drivers/net/ethernet/freescale/gianfar.c +++ b/drivers/net/ethernet/freescale/gianfar.c - if (priv->poll_mode == gfar_sq_polling) - gfar_write(®s->rir0, default_2rxq_rir0); - else /* gfar_mq_polling */ - gfar_w... | Networking | 8eda54c5e6c4eb3f3a9b70fdea278f4e0f8496b2 | claudiu manoil | drivers | net | ethernet, freescale |
net: hns3: pf add support for pushing link status to vfs | previously, vf updates its link status every second by send query command to pf in periodic service task. if link stats of pf is changed, vf may need at most one second to update its link status. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | pf add support for pushing link status to vfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 4 | 43 | 8 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h b/drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h --- a/drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h +++ b/drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h + +/* pf immediately push link status to vfs when link status changed */ +#define hclge_mbx_push_... | Networking | 18b6e31f8bf4ac7af7b057228f38a5a530378e4e | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add support for imp-controlled phys | imp(intelligent management processor) firmware add a new feature to take control of phys for some new devices, pf driver adds support for this feature. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support imp-controlled phys | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 6 | 192 | 3 | --- 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 + int (*get_phy_link_ksettings)(struct hnae3_handle *handle, + struct ethtool_link_ksettings *cmd); + int (*set_p... | Networking | f5f2b3e4dcc0e944dc33b522df84576679fbd8eb | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add get/set pause parameters support for imp-controlled phys | when the imp-controlled phys feature is enabled, phydev is null. in this case, the autoneg is always off when user uses ethtool -a command to get pause parameters because hclge_get_pauseparam() uses phydev to check whether device is tp port. to fit this new feature, use media type to check whether device is tp port. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support imp-controlled phys | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['c'] | 1 | 5 | 4 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c - struct phy_device *phydev = hdev->hw.mac.phydev; + u8 media_typ... | Networking | 57a8f46b1bd3f5f43b06f48aab7c1f7ca0936be3 | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add ioctl support for imp-controlled phys | when the imp-controlled phys feature is enabled, driver will not register mdio bus. in order to support ioctl ops for phy tool to read or write phy register in this case, the firmware implement a new command for driver and driver implement ioctl by using this new command. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support imp-controlled phys | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 4 | 73 | 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_phy_reg = 0x7026, +struct hclge_phy_reg_cmd { + __le16 re... | Networking | 024712f51e5711d69ced729fb3398819ed6e8b53 | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add phy loopback support for imp-controlled phys | if the imp-controlled phys feature is enabled, driver can not call phy driver interface to set loopback anymore and needs to send command to firmware to start phy loopback. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support imp-controlled phys | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 3 | 51 | 36 | --- 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_serdes_loopback = 0x0315, + hclge_opc_common_loopback = 0... | Networking | b47cfe1f402dbf10279b8f12131388fdff9d2259 | guangbin huang | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: refactor out hclge_add_fd_entry() | the process of function hclge_add_fd_entry() is complex and prolix. to make it more readable, extract the process of fs->ring_cookie to a single function. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['c'] | 1 | 40 | 27 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +static int hclge_fd_parse_ring_cookie(struct hclge_dev *hdev, u6... | Networking | 5f2b1238b33c38478ddc55536b65277b30f5d456 | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: refactor out hclge_fd_get_tuple() | the process of function hclge_fd_get_tuple() is complex and prolix. to make it more readable, extract the process of each flow-type tuple to a single function. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['c'] | 1 | 117 | 103 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c -static int hclge_fd_get_tuple(struct hclge_dev *hdev, - struct e... | Networking | 74b755d1dbf1c4ff6f0cc4513e573eb15c0e7dfc | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: refactor for function hclge_fd_convert_tuple | currently, there are too many branches for hclge_fd_convert_tuple(). and it may be more when add new tuples. refactor it by sorting the tuples according to their length. so it only needs several key_opt now, and being flexible to add new tuples. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 2 | 97 | 104 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c - { outer_dst_mac, 48}, - { outer_src_mac, 48}, - { outer_vlan_ta... | Networking | fb72699dfef8706abe203ec8c8fc69a023c161ce | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add support for traffic class tuple support for flow director by ethtool | the hardware supports to parse and match the traffic class field of ipv6 packet for flow director, uses the same tuple as ip tos. so removes the limitation of configure 'tclass' by driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['c'] | 1 | 20 | 7 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c - *unused_tuple |= bit(inner_src_mac) | bit(inner_dst_mac) | - bi... | Networking | ae4811913f576d3a891e2ca8a3ad11746f644c69 | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: refactor flow director configuration | currently, the flow director rule of arfs is configured in the io path. it's time-consuming. so move out the configuration, and configure it asynchronously. and keep ethtool and tc flower rule using synchronous way, otherwise the application maybe unable to know the rule is installed or pending. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 2 | 319 | 209 | --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c -static void hclge_clear_arfs_rules(struct hnae3_handle *handle);... | Networking | fc4243b8de8b4e7170f07f2660dcab3f8ecda0e9 | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: refine for hns3_del_all_fd_entries() | for only pf driver can configure flow director rule, it's better to call hclge_del_all_fd_entries() directly in hclge layer, rather than call hns3_del_all_fd_entries() in hns3 layer. then the ae_algo->ops.del_all_fd_entries can be removed. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 3 | 3 | 19 | --- 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 - void (*del_all_fd_entries)(struct hnae3_handle *handle, - bool clear_list); diff --git a/drivers/net/ethernet/h... | Networking | f07203b0180f62791371cb50fb1afacd826250fc | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
net: hns3: add support for user-def data of flow director | for device_version_v3, the hardware supports to match specified data in the specified offset of packet payload. each layer can have one offset, and can't be masked when configure flow director rule by ethtool command. the layer is selected based on the flow-type, ether for l2, ip4/ipv6 for l3, and tcp4/tcp6/udp4/udp6 f... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | refactor and new features for flow director | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['hns3 '] | ['h', 'c'] | 3 | 359 | 14 | --- 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_fd_user_def_op = 0x1207, +#define hclge_fd_user_def_oft_s... | Networking | 67b0e1428e2f592c0fc2c7f682a5a049158782b8 | jian shen | drivers | net | ethernet, hisilicon, hns3, hns3pf |
iavf: add framework to enable ethtool rss config | add the virtchnl message interface to vf, so that vf can request rss input set(s) based on pf's capability. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add framework to enable ethtool rss config | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 4 | 214 | 0 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf.h b/drivers/net/ethernet/intel/iavf/iavf.h --- a/drivers/net/ethernet/intel/iavf/iavf.h +++ b/drivers/net/ethernet/intel/iavf/iavf.h +#include "iavf_adv_rss.h" +#define iavf_flag_aq_add_adv_rss_cfg bit(27) +#define iavf_flag_aq_del_adv_rss_cfg bit(28) +#define adv_r... | Networking | 0aaeb4fbc842b9e6ef11ee1415e6e88171056afb | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: add framework to enable ethtool ntuple filters | enable ethtool ntuple filter support on the vf driver using the virtchnl interface to the pf driver and the flow director functionality in the hardware. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add framework to enable ethtool ntuple filters | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 4 | 257 | 1 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf.h b/drivers/net/ethernet/intel/iavf/iavf.h --- a/drivers/net/ethernet/intel/iavf/iavf.h +++ b/drivers/net/ethernet/intel/iavf/iavf.h +#include "iavf_fdir.h" +#define iavf_flag_aq_add_fdir_filter bit(25) +#define iavf_flag_aq_del_fdir_filter bit(26) +#define fdir_flt... | Networking | 0dbfbabb840d711d7ea1627d88afd0520f374a90 | haiyue wang chen bo box c chen intel com | drivers | net | ethernet, iavf, intel |
iavf: support for modifying sctp rss flow hashing | provide the ability to enable sctp rss hashing by ethtool. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support for modifying sctp rss flow hashing | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 3 | 56 | 5 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c b/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c --- a/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c +++ b/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c +/** + * iavf_fill_adv_rss_sctp_hdr - fill the sctp rss protocol header + * @hdr: the virtchnl messag... | Networking | e41985f0fe8b68d1ac321bd4eda460fb553e65ad | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: support for modifying tcp rss flow hashing | provides the ability to enable tcp rss hashing by ethtool. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support for modifying tcp rss flow hashing | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c', 'makefile'] | 5 | 450 | 4 | --- diff --git a/drivers/net/ethernet/intel/iavf/makefile b/drivers/net/ethernet/intel/iavf/makefile --- a/drivers/net/ethernet/intel/iavf/makefile +++ b/drivers/net/ethernet/intel/iavf/makefile + iavf_adv_rss.o \ diff --git a/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c b/drivers/net/ethernet/intel/iavf/iavf_adv_rss... | Networking | 5ab91e0593a15652d31d3eb0bd6d28bf0bc9b36c | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: support for modifying udp rss flow hashing | provides the ability to enable udp rss hashing by ethtool. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support for modifying udp rss flow hashing | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 3 | 56 | 5 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c b/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c --- a/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c +++ b/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c +/** + * iavf_fill_adv_rss_udp_hdr - fill the udp rss protocol header + * @hdr: the virtchnl message ... | Networking | 7b8f3f957b22746bc9a410d7cd2e9edd0efcc9f5 | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: enable flex-bytes support | flex-bytes allows for packet matching based on an offset and value. this is supported via the ethtool user-def option. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | enable flex-bytes support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 3 | 327 | 2 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf_ethtool.c b/drivers/net/ethernet/intel/iavf/iavf_ethtool.c --- a/drivers/net/ethernet/intel/iavf/iavf_ethtool.c +++ b/drivers/net/ethernet/intel/iavf/iavf_ethtool.c +/** + * iavf_is_mask_valid - check mask field set + * @mask: full mask to check + * @field: field fo... | Networking | a6379db818a850d1c1012cffe160cfc14d64cb40 | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: support ethernet type flow director filters | support the addition and deletion of ethernet filters. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ethernet type flow director filters | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 3 | 42 | 1 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf_ethtool.c b/drivers/net/ethernet/intel/iavf/iavf_ethtool.c --- a/drivers/net/ethernet/intel/iavf/iavf_ethtool.c +++ b/drivers/net/ethernet/intel/iavf/iavf_ethtool.c + case iavf_fdir_flow_non_ip_l2: + return ether_flow; + case ether_flow: + return iavf_fdir_flow_non_... | Networking | a6ccffaa8da32b6077e37e7d254d519bc071433a | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: support ipv4 flow director filters | support the addition and deletion of ipv4 filters. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ipv4 flow director filters | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c', 'makefile'] | 5 | 881 | 1 | --- diff --git a/drivers/net/ethernet/intel/iavf/makefile b/drivers/net/ethernet/intel/iavf/makefile --- a/drivers/net/ethernet/intel/iavf/makefile +++ b/drivers/net/ethernet/intel/iavf/makefile -iavf-objs := iavf_main.o iavf_ethtool.o iavf_virtchnl.o \ +iavf-objs := iavf_main.o iavf_ethtool.o iavf_virtchnl.o iavf_fdir... | Networking | 527691bf0682d7ddcca77fc17dabd2fa090572ff | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: support ipv6 flow director filters | support the addition and deletion of ipv6 filters. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ipv6 flow director filters | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['h', 'c'] | 3 | 246 | 0 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf_ethtool.c b/drivers/net/ethernet/intel/iavf/iavf_ethtool.c --- a/drivers/net/ethernet/intel/iavf/iavf_ethtool.c +++ b/drivers/net/ethernet/intel/iavf/iavf_ethtool.c + case iavf_fdir_flow_ipv6_tcp: + return tcp_v6_flow; + case iavf_fdir_flow_ipv6_udp: + return udp_v6... | Networking | e90cbc257a6f3f9cc2b257acab561b197c708bab | haiyue wang | drivers | net | ethernet, iavf, intel |
iavf: add support for udp segmentation offload | add code to support udp segmentation offload (uso) for hardware that supports it. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for udp segmentation offload | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['iavf '] | ['c'] | 3 | 14 | 4 | --- diff --git a/drivers/net/ethernet/intel/iavf/iavf_main.c b/drivers/net/ethernet/intel/iavf/iavf_main.c --- a/drivers/net/ethernet/intel/iavf/iavf_main.c +++ b/drivers/net/ethernet/intel/iavf/iavf_main.c + if (vfres->vf_cap_flags & virtchnl_vf_offload_uso) + hw_features |= netif_f_gso_udp_l4; diff --git a/drivers/ne... | Networking | c91a4f9feb67a199c27c2fe4df98ef9a49ab8ba0 | brett creeley jesse brandeburg jesse brandeburg intel com konrad jankowski konrad jankowski intel com | drivers | net | ethernet, iavf, intel |
ice: add support for xps | enable and configure xps. the driver code implemented sets up the transmit packet steering map, which in turn will be used by the kernel in queue selection during tx. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for xps | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ice '] | ['h', 'c'] | 2 | 29 | 0 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_base.c b/drivers/net/ethernet/intel/ice/ice_base.c --- a/drivers/net/ethernet/intel/ice/ice_base.c +++ b/drivers/net/ethernet/intel/ice/ice_base.c +/** + * ice_cfg_xps_tx_ring - configure xps for a tx ring + * @ring: the tx ring to configure + * + * this enables/disab... | Networking | 634da4c118434cf8a0c5eabce9eb58502ef1521c | benita bose tony brelinski tonyx brelinski intel com | drivers | net | ethernet, ice, intel |
ice: add new actions support for vf fdir | add two new actions support for vf fdir: | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add new actions support for vf fdir | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ice '] | ['h', 'c'] | 3 | 25 | 1 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_fdir.c b/drivers/net/ethernet/intel/ice/ice_fdir.c --- a/drivers/net/ethernet/intel/ice/ice_fdir.c +++ b/drivers/net/ethernet/intel/ice/ice_fdir.c + } else if (input->dest_ctl == + ice_fltr_prgm_desc_dest_direct_pkt_other) { + fdir_fltr_ctx.drop = ice_fxd_fltr_qw0_dro... | Networking | 346bf25043976fe106cd4f739fc67765ac292a3a | qi zhang | drivers | net | ethernet, ice, intel |
ice: add non-ip layer2 protocol fdir filter for avf | add new filter type that allow forward non-ip ethernet packets base on its ethertype. the filter is only enabled when comms ddp package is loaded. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add non-ip layer2 protocol fdir filter for avf | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ice '] | ['h', 'c'] | 6 | 73 | 4 | --- diff --git a/drivers/net/ethernet/intel/ice/ice_fdir.c b/drivers/net/ethernet/intel/ice/ice_fdir.c --- a/drivers/net/ethernet/intel/ice/ice_fdir.c +++ b/drivers/net/ethernet/intel/ice/ice_fdir.c +static const u8 ice_fdir_non_ip_l2_pkt[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00,... | Networking | 21606584f1bb4c76aeb5a113e0e8a72681a270e4 | qi zhang chen bo box c chen intel com | drivers | net | ethernet, ice, intel |
ice: add support for per vf ctrl vsi enabling | we are going to enable fdir configure for avf through virtual channel. the first step is to add helper functions to support control vsi setup. a control vsi will be allocated for a vf when avf creates its first fdir rule through ice_vf_ctrl_vsi_setup(). the patch will also allocate fdir rule space for vf's control vsi.... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for per vf ctrl vsi enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ice '] | ['h', 'c'] | 5 | 129 | 11 | --- 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 -#define ice_fdir_msix 1 +#define ice_fdir_msix 2 +/* all vf control vsis share the same irq, so assign a unique id for them */ +#define ice_... | Networking | da62c5ff9dcdac67204d6647f3cd43ad931a59f4 | qi zhang chen bo box c chen intel com | drivers | net | ethernet, ice, intel |
ice: allow ignoring opcodes on specific vf | declare bitmap of allowed commands on vf. initialize default opcodes list that should be always supported. declare array of supported opcodes for each caps used in virtchnl code. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for an allowlist/denylist of vf commands | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ice '] | ['h', 'c', 'makefile'] | 6 | 199 | 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-$(config_pci_iov) += ice_virtchnl_allowlist.o diff --git a/drivers/net/ethernet/intel/ice/ice_virtchnl_allowlist.c b/drivers... | Networking | c0dcaa55f91d925c9ac2c950ff84138534337a6c | michal swiatkowski | drivers | net | avf, ethernet, ice, intel |
ice: enable fdir configure for avf | the virtual channel is going to be extended to support fdir and rss configure from avf. new data structures and op codes will be added, the patch enable the fdir part. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | enable fdir configure for avf | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['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', 'voltage, current regulators, ... | ['ice '] | ['h', 'c', 'makefile'] | 10 | 1,372 | 6 | +------------+-----------+------------------------------+ +-------------------------------------------------------+ --- 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-$(config... | Networking | 1f7ea1cd6a3748427512ccc9582e18cd9efea966 | qi zhang | drivers | net | avf, ethernet, ice, intel |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.