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
devlink: add support for reporter recovery completion
it is possible that a reporter recovery completion do not finish successfully when recovery is triggered via devlink_health_reporter_recover as recovery could be processed in different context. in such scenario an error is returned by driver when recover hook is invoked and successful recovery completion is intimated l...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
devlink notification after recovery complete
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['bnxt_en ']
['h', 'c']
2
11
2
--- diff --git a/include/net/devlink.h b/include/net/devlink.h --- a/include/net/devlink.h +++ b/include/net/devlink.h +void +devlink_health_reporter_recovery_done(struct devlink_health_reporter *reporter); diff --git a/net/core/devlink.c b/net/core/devlink.c --- a/net/core/devlink.c +++ b/net/core/devlink.c +void +dev...
Networking
6181e5cb752e5de9f56fbcee3f0206a2c51f1478
vikas gupta
include
net
devlink: add devink notification when reporter update health state
add a devlink notification when reporter update the health state.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
devlink notification after recovery complete
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['bnxt_en ']
['c']
1
42
17
--- diff --git a/net/core/devlink.c b/net/core/devlink.c --- a/net/core/devlink.c +++ b/net/core/devlink.c -void -devlink_health_reporter_state_update(struct devlink_health_reporter *reporter, - enum devlink_health_reporter_state state) -{ - if (warn_on(state != devlink_health_reporter_state_healthy && - state != devli...
Networking
97ff3bd37face9bc1bc824cc08241fc1f860ff46
vikas gupta
net
core
bnxt_en: call recovery done after reset is successfully done
return einprogress to devlink health reporter recover as we are not yet done and call devlink_health_reporter_recovery_done once reset is successfully completed from workqueue context.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
devlink notification after recovery complete
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['bnxt_en ']
['c', 'h']
3
14
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 + bnxt_dl_health_recovery_done(bp); diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c b/drivers/net/ethernet...
Networking
737d7a6c55964955604b9de398dac3791bab5a64
vikas gupta
drivers
net
bnxt, broadcom, ethernet
bnxt_en: add support to update progress of flash update
this patch adds status notification to devlink flash update while flashing is in progress.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support to update progress of flash update
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['bnxt_en ']
['c']
1
13
1
--- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c --- a/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c + int rc; - return bnxt_flash_package_from_file(bp->dev, filename, 0); + devlink_flash_up...
Networking
8159cbe3e0b24489f97ca0fb7df7a1710f03a26b
vasundhara volam
drivers
net
bnxt, broadcom, ethernet
bnxt_en: improve link up detection.
in bnxt_update_phy_setting(), ethtool_get_link_ksettings() and bnxt_disable_an_for_lpbk(), we inconsistently use netif_carrier_ok() to determine link. instead, we should use bp->link_info.link_up which has the true link state. the netif_carrier state may be off during self-test and while the device is being reset and m...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
improve link up detection
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['bnxt_en ']
['c']
2
9
9
--- 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 (!netif_carrier_ok(bp->dev)) + if (!bp->link_info.link_up) diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_etht...
Networking
83d8f5e92d034a4c4a04d780107e73af31a38504
michael chan
drivers
net
bnxt, broadcom, ethernet
bnxt_en: support udp rss hashing on 575xx chips.
575xx (p5) chips have the same udp rss hashing capability as p4 chips, so we can enable it on p5 chips.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
support udp rss hashing on 575xx chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['bnxt_en ']
['c']
1
1
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 (bnxt_chip_p4(bp) && bp->hwrm_spec_code >= 0x10501) { + if (bnxt_chip_p4_plus(bp) && bp->hwrm_spec_code >= 0x10501) ...
Networking
c66c06c5e28a55920c87b386876461c139aa1878
michael chan
drivers
net
bnxt, broadcom, ethernet
brcmfmac: add initial support for monitor mode
report monitor interface availability using cfg80211 and support it in the add_virtual_intf() and del_virtual_intf() callbacks. this new feature is conditional and depends on firmware flagging monitor packets. receiving monitor frames is already handled by the brcmf_netif_mon_rx().
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add initial support for monitor mode
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['brcmfmac ']
['c', 'h']
6
174
13
--- diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +#include <uapi/linux/if_arp.h> +/** + * brcmf_mo...
Networking
20f2c5fa3af060401c72e444999470a4cab641cf
rafa mi ecki
drivers
net
brcm80211, brcmfmac, broadcom, wireless
brcmfmac: add support for bcm4359 sdio chipset
bcm4359 is a 2x2 802.11 abgn+ac dual-band ht80 combo chip and it supports real simultaneous dual band feature.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for bcm4359 sdio chipset
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['brcmfmac ']
['c', 'h']
4
7
0
--- diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c + brcmf_sdio_device(sdio_device_id_broadcom_4359), + brcm...
Networking
d4aef159394d5940bd7158ab789969dab82f7c76
soeren moch
include
linux
brcm80211, brcmfmac, broadcom, mmc, wireless
cxgb4: add support for high priority filters
t6 has a separate region known as high priority filter region that allows classifying packets going through uld path. so, query firmware for hpfilter resources and enable the high priority offload filter support when it is available.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for high priority filters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['cxgb4']
['h', 'c']
9
234
86
--- diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +#include "t4fw_api.h" +#define fw_param_dev(param) \ + (fw_params_mnem_v(fw_params_mnem_dev) | \ + fw_params_param_x...
Networking
c21939998802b48e7afd0c0568193f6e4e4954f8
shahjada abul husain
drivers
net
chelsio, cxgb4, ethernet
dpaa2-ptp: add external trigger event support
this patch is to add external trigger event support for dpaa2-ptp driver with v2 dprtc_set_irq_mask() api.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add external trigger event support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dpaa2-ptp']
['c', 'h']
3
25
1
--- diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c + case ptp_clk_req_extts: + switch (rq->extts.index) { + case 0: + bit = dprtc_event_ets1; + ...
Networking
17568c62cd2c9a8d75eb5da44b7df093819b6ebe
yangbo lu
drivers
net
dpaa2, ethernet, freescale
net: dsa: add support for atheros ar9331 built-in switch
provide basic support for atheros ar9331 built-in switch. so far it works as port multiplexer without any hardware offloading support.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for atheros ar9331 built-in switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dsa ']
['c', 'kconfig', 'makefile']
5
869
0
--- diff --git a/drivers/net/dsa/kconfig b/drivers/net/dsa/kconfig --- a/drivers/net/dsa/kconfig +++ b/drivers/net/dsa/kconfig +source "drivers/net/dsa/qca/kconfig" + diff --git a/drivers/net/dsa/makefile b/drivers/net/dsa/makefile --- a/drivers/net/dsa/makefile +++ b/drivers/net/dsa/makefile +obj-y += qca/ diff --git ...
Networking
ec6698c272debe16c8825c88a5b3c3f68a12ef4a
oleksij rempel andrew lunn andrew lunn ch vivien didelot vivien didelot gmail com
drivers
net
dsa, qca
net: dsa: add support for atheros ar9331 tag format
add support for tag format used in atheros ar9331 built-in switch.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for atheros ar9331 tag format
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dsa ']
['h', 'kconfig', 'c', 'makefile']
4
105
0
--- diff --git a/include/net/dsa.h b/include/net/dsa.h --- a/include/net/dsa.h +++ b/include/net/dsa.h +#define dsa_tag_proto_ar9331_value 16 + dsa_tag_proto_ar9331 = dsa_tag_proto_ar9331_value, diff --git a/net/dsa/kconfig b/net/dsa/kconfig --- a/net/dsa/kconfig +++ b/net/dsa/kconfig +config net_dsa_tag_ar9331 + trist...
Networking
48fda74f0a9377ce2145ac5f06b6db0274880826
oleksij rempel vivien didelot vivien didelot gmail com andrew lunn andrew lunn ch
net
dsa
net: dsa: get information about stacked dsa protocol
it is possible to stack multiple dsa switches in a way that they are not part of the tree (disjoint) but the dsa master of a switch is a dsa slave of another. when that happens switch drivers may have to know this is the case so as to determine whether their tagging protocol has a remove chance of working.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable broadcom tags for 531x5/539x families
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dsa ', 'b53']
['c', 'h']
20
78
29
--- 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/b53/b53_common.c - bool tag_en = !(ds->ops->get_tag_protocol(ds, port) == - dsa_tag_proto_none); + bool tag_en = !(dev->tag_protocol == dsa_tag_proto_none); -enum dsa_tag_pro...
Networking
4d776482ecc689bdd68627985ac4cb5a6f325953
florian fainelli
drivers
net
b53, dsa, microchip, mv88e6xxx, ocelot, qca, sja1105
net: dsa: b53: enable broadcom tags for 531x5/539x families
the bcm531x5 and bcm539x families require that the imp port be enabled within the management page and that management mode (sm_sw_fwd_mode) be turned on. once this is done, everything works as expected, including multicast with standalone dsa devices or bridge devices.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable broadcom tags for 531x5/539x families
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dsa ', 'b53']
['c']
1
37
9
--- 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/b53/b53_common.c - mgmt &= ~sm_sw_fwd_mode; - + /* enable management mode if tagging is requested */ + b53_read8(dev, b53_ctrl_page, b53_switch_mode, &hdr_ctl); + if (tag_en)...
Networking
8fab459e69abfd04a66d76423d18ba853fced4ab
florian fainelli
drivers
net
b53, dsa
net: dsa: felix: add pcs operations for phylink
layerscape socs traditionally expose the serdes configuration/status for ethernet protocols (pcs for sgmii/usxgmii/10gbase-r etc etc) in a register format that is compatible with clause 22 or clause 45 (depending on serdes protocol). each mac has its own internal mdio bus on which there is one or more of these pcs's, r...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add pcs operations for phylink
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dsa ', 'felix']
['c', 'kconfig', 'h']
4
767
17
+------------------------------------------------------------------------+ +------------------------------------------------------------------------+ +-----------------|------------------------------------------------------+ - bar 4: the switch's effective registers - bar 0: the mdio controller register map lended from...
Networking
bdeced75b13f8a0fc8e32b70e517a8dbb7d51738
vladimir oltean
drivers
net
dsa, ocelot
net: dsa: mv88e6xxx: add serdes stats counters to all 6390 family members
the serdes statistics are valid for all members of the 6390 family, not just the 6390 itself. add the needed callbacks to all members of the family.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add serdes stats counters to all 6390 family members
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['dsa ', 'mv88e6xxx']
['c']
1
15
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 + .serdes_get_strings = mv88e6390_serdes_get_strings, + .serdes_get_stats = mv88e6390_serdes_get_stats, + .phylink_validate = mv88e6390_phylink_validate, + ....
Networking
4262c38dc42e092987f41cb1695240ac7dab86a9
andrew lunn
drivers
net
dsa, mv88e6xxx
net: ena: implement xdp drop support
this commit implements the basic functionality of drop/pass logic in the ena driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
implement xdp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ena ']
['c', 'h']
2
233
11
--- diff --git a/drivers/net/ethernet/amazon/ena/ena_netdev.c b/drivers/net/ethernet/amazon/ena/ena_netdev.c --- a/drivers/net/ethernet/amazon/ena/ena_netdev.c +++ b/drivers/net/ethernet/amazon/ena/ena_netdev.c -#include <linux/if_vlan.h> +#include <linux/bpf_trace.h> +static void ena_down(struct ena_adapter *adapter);...
Networking
838c93dc5449e5d6378bae117b0a65a122cf7361
sameeh jubran
drivers
net
amazon, ena, ethernet
net: ena: implement xdp_tx action
this commit implements the xdp_tx action in the ena driver. we allocate separate tx queues for the xdp_tx. we currently allow xdp only when there is enough queues to allocate for xdp.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
implement xdp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ena ']
['c', 'h']
3
701
186
--- diff --git a/drivers/net/ethernet/amazon/ena/ena_ethtool.c b/drivers/net/ethernet/amazon/ena/ena_ethtool.c --- a/drivers/net/ethernet/amazon/ena/ena_ethtool.c +++ b/drivers/net/ethernet/amazon/ena/ena_ethtool.c - if (count < ena_min_num_io_queues) + if (count < ena_min_num_io_queues || + (ena_xdp_present(adapter) &...
Networking
548c4940b9f1f527f81509468dd60b61418880b6
sameeh jubran
drivers
net
amazon, ena, ethernet
net: ena: add first_interrupt field to napi struct
the first_interrupt field is accessed in ena_intr_msix_io() upon receiving an interrupt.the rx_ring and tx_ring fields of napi can be null when receiving interrupt for xdp queues. this patch fixes the issue by moving the field to the ena_napi struct.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
implement xdp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ena ']
['c', 'h']
2
6
2
--- diff --git a/drivers/net/ethernet/amazon/ena/ena_netdev.c b/drivers/net/ethernet/amazon/ena/ena_netdev.c --- a/drivers/net/ethernet/amazon/ena/ena_netdev.c +++ b/drivers/net/ethernet/amazon/ena/ena_netdev.c + xdp_ring->first_interrupt = ena_napi->first_interrupt; + tx_ring->first_interrupt = ena_napi->first_interru...
Networking
913b0bfd6c859aaf1735e1c8c69731e1d5359d31
sameeh jubran
drivers
net
amazon, ena, ethernet
enetc: add software timestamping
provide a software tx timestamp and add it to the ethtool query interface.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add software timestamping
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['enetc ']
['c']
2
3
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 + skb_tx_timestamp(skb); + diff --git a/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c b/drivers/net/et...
Networking
4caefbce06d138306ef4e9f635e5b02b62d56911
michael walle
drivers
net
enetc, ethernet, freescale
enetc: add support time specific departure base on the qos etf
enetc implement time specific departure capability, which enables the user to specify when a frame can be transmitted. when this capability is enabled, the device will delay the transmission of the frame so that it can be transmitted at the precisely specified time. the delay departure time up to 0.5 seconds in the fut...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support time specific departure base on the qos etf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['enetc ']
['c', 'h']
4
59
1
- transmit checksum offloads and time specific departure operation - time aware shaper feature (qbv) offload and time specific departure --- 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/ether...
Networking
0d08c9ec7d6eb9b4c8639396b1cc6f692cbb7955
po liu
drivers
net
enetc, ethernet, freescale
net: hns3: add some vf vlan information for command "ip link show"
this patch adds some vf vlan information for command "ip link show".
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add some vf vlan information for command "ip link show"
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['hns3 ']
['c']
1
3
0
--- 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 + ivf->vlan = vport->port_base_vlan_cfg.vlan_info.vlan_tag; + ivf...
Networking
89b40c7fe2a8b30ef6d46d45ae8455adcd9c1b47
huazhong tan
drivers
net
ethernet, hisilicon, hns3, hns3pf
net: hns3: implement ndo_features_check ops for hns3 driver
the function netif_skb_features() will disable the tso feature by using dflt_features_check() if the driver does not implement ndo_features_check ops, which may cause performance degradation problem when hns3 hardware can do multiple tagged tso.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
implement ndo_features_check ops for hns3 driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['hns3 ']
['c']
1
32
0
--- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c --- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c +static netdev_features_t hns3_features_check(struct sk_buff *skb, + struct net_device *dev, + ne...
Networking
2a7556bb2b7308c6e0fe646c1ddbbf9522bf1120
yunsheng lin
drivers
net
ethernet, hisilicon, hns3
hv_netvsc: add xdp support
this patch adds support of xdp in native mode for hv_netvsc driver, and transparently sets the xdp program on the associated vf nic as well.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['hv_netvsc']
['h', 'c', 'makefile']
6
409
39
--- diff --git a/drivers/net/hyperv/makefile b/drivers/net/hyperv/makefile --- a/drivers/net/hyperv/makefile +++ b/drivers/net/hyperv/makefile -hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o +hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o netvsc_bpf.o diff --git a/drivers/net/hyp...
Networking
351e1581395fcc7fb952bbd7dda01238f69968fd
haiyang zhang
drivers
net
hyperv
hv_netvsc: update document for xdp support
added the new section in the document regarding xdp support by hv_netvsc driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['hv_netvsc']
['txt']
1
21
0
--- diff --git a/documentation/networking/device_drivers/microsoft/netvsc.txt b/documentation/networking/device_drivers/microsoft/netvsc.txt --- a/documentation/networking/device_drivers/microsoft/netvsc.txt +++ b/documentation/networking/device_drivers/microsoft/netvsc.txt + + xdp support + ----------- + xdp (express ...
Networking
12fa74383ed4d1ffa283f77c1e7fe038e8182405
haiyang zhang
documentation
networking
device_drivers, microsoft
ice: add device ids for e822 devices
add support for e822 devices
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add device ids for e822 devices
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['h', 'c']
3
39
0
--- diff --git a/drivers/net/ethernet/intel/ice/ice_devids.h b/drivers/net/ethernet/intel/ice/ice_devids.h --- a/drivers/net/ethernet/intel/ice/ice_devids.h +++ b/drivers/net/ethernet/intel/ice/ice_devids.h +/* intel(r) ethernet connection e822-c for backplane */ +#define ice_dev_id_e822c_backplane 0x1890 +/* intel(r) ...
Networking
5d9e618cbb54f5cbaef7f6f44ceb919978f0e5bc
jacob keller andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: enable writing hardware filtering tables
enable the driver to write the filtering hardware tables to allow for changing of rss rules. upon loading of ddp package, a minimal configuration should be written to hardware.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c', 'makefile', 'h']
7
491
4
--- 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_flex_pipe.o \ + ice_flex_pipe.o \ + ice_flow.o \ diff --git a/drivers/net/ethernet/intel/ice/ice_common.c b/drivers/net/eth...
Networking
c90ed40cefe187a20fc565650b119aa696abc2ed
tony nguyen
drivers
net
ethernet, ice, intel
ice: allocate flow profile
create an extraction sequence based on the packet header protocols to be programmed and allocate a flow profile for the extraction sequence.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['h', 'c']
12
864
40
--- diff --git a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h --- a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +++ b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +#define ice_aqc_res_type_hash_prof_bldr_profid 0x60 + +#define ice_aqc_res_type_flag_scan_bottom...
Networking
31ad4e4ee1e4e2e12985e46aa6263c8bd5ad4271
tony nguyen andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: populate tcam filter software structures
store the tcam entry with the profile data and the vsi group in the respective sw structures. this will be subsequently used to write out the tables to hardware.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['h', 'c']
8
1,459
10
--- diff --git a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h --- a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +++ b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +#define ice_aqc_res_type_hash_prof_bldr_tcam 0x61 diff --git a/drivers/net/ethernet/intel/ice/ic...
Networking
451f2c4406e035295169a3abe127e377af694398
tony nguyen andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: enable writing filtering tables
write the hardware tables based on the populated software structures.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['h', 'c']
3
651
0
--- diff --git a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h --- a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +++ b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h + ice_aqc_opc_update_pkg = 0x0c42, diff --git a/drivers/net/ethernet/intel/ice/ice_flex_pipe.c b/...
Networking
43dbfc7bb8f0bd79a98f3fd628266a853d4bae61
tony nguyen andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: optimize table usage
attempt to optimize tcam entries and reduce table resource usage by searching for profiles that can be reused. provide resource cleanup of both hardware and software structures.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c', 'h']
5
773
1
--- diff --git a/drivers/net/ethernet/intel/ice/ice_flex_pipe.c b/drivers/net/ethernet/intel/ice/ice_flex_pipe.c --- a/drivers/net/ethernet/intel/ice/ice_flex_pipe.c +++ b/drivers/net/ethernet/intel/ice/ice_flex_pipe.c +/** + * ice_free_prof_id - free profile id + * @hw: pointer to the hw struct + * @blk: the block fro...
Networking
2c61054c5fdaf3df267c4fa95c8cfc33f7665615
tony nguyen andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: initilialize vf rss tables
set configuration for hardware rss tables for vfs.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c', 'h']
4
225
1
--- diff --git a/drivers/net/ethernet/intel/ice/ice_flow.c b/drivers/net/ethernet/intel/ice/ice_flow.c --- a/drivers/net/ethernet/intel/ice/ice_flow.c +++ b/drivers/net/ethernet/intel/ice/ice_flow.c + /* ice_flow_field_idx_sctp_src_port */ + ice_flow_fld_info(ice_flow_seg_hdr_sctp, 0, sizeof(__be16)), + /* ice_flow_fie...
Networking
1c01c8c6c969a9da1b0783c2b4138debc4d868c2
md fahad iqbal polash andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: implement ethtool get/set rx-flow-hash
provide support to change or retrieve rss hash options for a flow type. the supported flow-types are: tcp4, tcp6, udp4, udp6, sctp4, sctp6.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c', 'h']
3
273
0
--- diff --git a/drivers/net/ethernet/intel/ice/ice_ethtool.c b/drivers/net/ethernet/intel/ice/ice_ethtool.c --- a/drivers/net/ethernet/intel/ice/ice_ethtool.c +++ b/drivers/net/ethernet/intel/ice/ice_ethtool.c +#include "ice_flow.h" +/** + * ice_parse_hdrs - parses headers from rss hash input + * @nfc: ethtool rxnfc c...
Networking
6876fb6404a50d764cc1409870207b62f6e21dff
md fahad iqbal polash andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: bump version
bump version to 0.8.2-k
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable the driver to write the filtering hardware tables to allow for changing of rss rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c']
1
1
1
--- diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c --- a/drivers/net/ethernet/intel/ice/ice_main.c +++ b/drivers/net/ethernet/intel/ice/ice_main.c -#define drv_version_build 1 +#define drv_version_build 2
Networking
18a8d3586310743d451c94db46319797e72727da
tony nguyen andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
ice: enable ip link show on the pf to display vf unicast mac(s)
currently when there are sr-iov vf(s) and the user does "ip link show <pf interface>" the vf unicast mac addresses all show 00:00:00:00:00:00 if the unicast mac was set via virtchnl (i.e. not administratively set by the host pf).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
enable ip link show on the pf to display vf unicast mac(s)
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c']
1
99
100
--- diff --git a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c --- a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c +++ b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c -/** - * ice_err_to_virt err - translate errors for vf return code - * @ice_err: error return...
Networking
ed4c068d46f69f6f248c6e5a22f69cc84bdb5bb6
brett creeley
drivers
net
ethernet, ice, intel
ice: support udp segmentation offload
based on the work done by alex duyck on other intel drivers, add code to support udp segmentation offload (uso) for the ice driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
support udp segmentation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ice ']
['c']
2
14
4
--- diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c --- a/drivers/net/ethernet/intel/ice/ice_main.c +++ b/drivers/net/ethernet/intel/ice/ice_main.c - tso_features = netif_f_tso; + tso_features = netif_f_tso | + netif_f_gso_udp_l4; diff --git a/drivers/net/ethernet/inte...
Networking
a54e3b8cffd6d2f12c7fcf14f6d13ab997c0f160
brett creeley andrew bowers andrewx bowers intel com
drivers
net
ethernet, ice, intel
igc: add phy power management control
phy power management control should provide a reliable and accurate indication of phy reset completion and decrease the delay time after a phy reset
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add phy power management control
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c']
3
17
1
--- diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h --- a/drivers/net/ethernet/intel/igc/igc_defines.h +++ b/drivers/net/ethernet/intel/igc/igc_defines.h +#define igc_phy_rst_comp 0x0100 /* internal phy reset completion */ diff --git a/drivers/net/ethernet/intel/...
Networking
bcb3244ccdc4cebb6ed3d47d973da7b1a03837c0
sasha neftin aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
igc: add sku for i225 device
add support for blank nvm sku
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add sku for i225 device
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['c', 'h']
3
3
0
--- diff --git a/drivers/net/ethernet/intel/igc/igc_base.c b/drivers/net/ethernet/intel/igc/igc_base.c --- a/drivers/net/ethernet/intel/igc/igc_base.c +++ b/drivers/net/ethernet/intel/igc/igc_base.c + case igc_dev_id_i225_blank_nvm: diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/i...
Networking
0e7d4b93b0de94386be44d2a7ffa417a5c4adc1b
sasha neftin aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
igc: add basic skeleton for ptp
this allows the creation of the /dev/ptpx device for i225, and reading and writing the time.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add basic support for timestamping/ptp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c', 'makefile']
6
439
1
--- diff --git a/drivers/net/ethernet/intel/igc/makefile b/drivers/net/ethernet/intel/igc/makefile --- a/drivers/net/ethernet/intel/igc/makefile +++ b/drivers/net/ethernet/intel/igc/makefile -igc_ethtool.o +igc_ethtool.o igc_ptp.o diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h ...
Networking
5f2958052c5820d0795616fcc299097390cf92a8
vinicius costa gomes aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
igc: add support for rx timestamping
this adds support for timestamping received packets.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add basic support for timestamping/ptp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c']
5
340
0
--- diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h --- a/drivers/net/ethernet/intel/igc/igc.h +++ b/drivers/net/ethernet/intel/igc/igc.h +/* transmit and receive latency (for ptp timestamps) */ +/* fixme: these values were estimated using the ones that i210 has as + * basis, th...
Networking
81b055205e8ba2d400c8fa5845ba540a4a880a3a
vinicius costa gomes
drivers
net
ethernet, igc, intel
igc: add support for tx timestamping
this adds support for timestamping packets being transmitted.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add basic support for timestamping/ptp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c']
4
158
0
--- diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h --- a/drivers/net/ethernet/intel/igc/igc.h +++ b/drivers/net/ethernet/intel/igc/igc.h +void igc_ptp_tx_hang(struct igc_adapter *adapter); + diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/...
Networking
2c344ae24501558b14341247abef41e0b420c090
vinicius costa gomes
drivers
net
ethernet, igc, intel
igc: add support for ethtool get_ts_info command
this command allows igc to report what types of timestamping are supported. ptp4l uses this to detect if the hardware supports timestamping.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add basic support for timestamping/ptp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['c']
1
34
0
--- diff --git a/drivers/net/ethernet/intel/igc/igc_ethtool.c b/drivers/net/ethernet/intel/igc/igc_ethtool.c --- a/drivers/net/ethernet/intel/igc/igc_ethtool.c +++ b/drivers/net/ethernet/intel/igc/igc_ethtool.c +static int igc_get_ts_info(struct net_device *dev, + struct ethtool_ts_info *info) +{ + struct igc_adapter *...
Networking
60dbede0c4f3d7b1a1f56d1f91bbca3c5a73f7f5
vinicius costa gomes aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
igc: use start of packet signal from phy for timestamping
for better accuracy, i225 is able to do timestamping using the start of packet signal from the phy.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add basic support for timestamping/ptp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c']
2
6
1
--- diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h --- a/drivers/net/ethernet/intel/igc/igc_defines.h +++ b/drivers/net/ethernet/intel/igc/igc_defines.h +#define igc_tsyncrxctl_rxsynsig 0x00000400 /* sample rx tstamp in phy sop */ +#define igc_tsynctxctl_txsynsi...
Networking
a299df3524eabc1def8e93bf005b07ea396ff2bd
vinicius costa gomes aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
igc: add support for tso
tcp segmentation offload allows a device to segment a single frame into multiple frames with a data payload size specified in socket buffer. as a result we can now send data approximately up to seven percents fast than was previously possible on my system.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for tso
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c']
2
116
1
--- diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h --- a/drivers/net/ethernet/intel/igc/igc_defines.h +++ b/drivers/net/ethernet/intel/igc/igc_defines.h +/* ipsec encrypt enable */ +#define igc_advtxd_l4len_shift 8 /* adv ctxt l4len shift */ +#define igc_advtxd_...
Networking
f38b782dccabb2ada5c5b3c0dfb5ef0758a67ce0
sasha neftin aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
igc: add legacy power management support
add suspend, resume, runtime_suspend, runtime_resume and runtime_idle callbacks implementation.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add legacy power management support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['igc ']
['h', 'c']
4
246
0
--- diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h --- a/drivers/net/ethernet/intel/igc/igc.h +++ b/drivers/net/ethernet/intel/igc/igc.h + u32 wol; + u32 en_mng_pt; diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h --- a/dr...
Networking
9513d2a5dc7f3f2c037bfd2ea35264cc783b954e
sasha neftin aaron brown aaron f brown intel com
drivers
net
ethernet, igc, intel
ionic: add rx dropped packet counter
add a counter for packets dropped by the driver, typically for bad size or a receive error seen by the device.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add rx dropped packet counter
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ionic ']
['h', 'c']
3
11
3
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_lif.h b/drivers/net/ethernet/pensando/ionic/ionic_lif.h --- a/drivers/net/ethernet/pensando/ionic/ionic_lif.h +++ b/drivers/net/ethernet/pensando/ionic/ionic_lif.h + u64 dropped; diff --git a/drivers/net/ethernet/pensando/ionic/ionic_stats.c b/drivers/net/ether...
Networking
24cfa8c76278d48fe521a363b74e36861b4462d6
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: support sr-iov operations
add the netdev ops for managing vfs. since most of the management work happens in the nic firmware, the driver becomes mostly a pass-through for the network stack commands that want to control and configure the vfs.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add sriov support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ionic ']
['h', 'c']
6
438
8
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic.h b/drivers/net/ethernet/pensando/ionic/ionic.h --- a/drivers/net/ethernet/pensando/ionic/ionic.h +++ b/drivers/net/ethernet/pensando/ionic/ionic.h -#define ionic_drv_version "0.18.0-k" +#define ionic_drv_version "0.20.0-k" +struct ionic_vf { + u16 index; + u8 ...
Networking
fbb39807e9ae0f60e2f6a0a628aadab73554fbbe
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: ionic_if bits for sr-iov support
adds new adminq calls and their related structs for supporting pf controls on vfs: cmd_opcode_vf_getattr cmd_opcode_vf_setattr
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add sriov support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ionic ']
['h']
1
97
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_if.h b/drivers/net/ethernet/pensando/ionic/ionic_if.h --- a/drivers/net/ethernet/pensando/ionic/ionic_if.h +++ b/drivers/net/ethernet/pensando/ionic/ionic_if.h + /* sr/iov commands */ + ionic_cmd_vf_getattr = 60, + ionic_cmd_vf_setattr = 61, + +enum ionic_vf_at...
Networking
3d462ce2a11784e278d4f425bf5c4cadeab2af3a
shannon nelson
drivers
net
ethernet, ionic, pensando
iwlwifi: mvm: add support for location range request version 8
the new api requires the driver to set the frame format (legacy, ht, vht etc.) to be used for the measurement.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for location range request version 8
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ionic ', 'mvm']
['h', 'c']
2
290
53
--- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/location.h b/drivers/net/wireless/intel/iwlwifi/fw/api/location.h --- a/drivers/net/wireless/intel/iwlwifi/fw/api/location.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/location.h - * struct iwl_tof_range_req_ap_entry - ap configuration parameters + * struc...
Networking
b59ec4cac5160370d908c60934e799bc6da7d784
avraham stern
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: mvm: add support for responder config command version 7
the new api requires the driver to config the supported frame format (legacy, ht, vht etc.).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for responder config command version 7
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['ionic ', 'mvm']
['h', 'c']
2
113
22
--- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/location.h b/drivers/net/wireless/intel/iwlwifi/fw/api/location.h --- a/drivers/net/wireless/intel/iwlwifi/fw/api/location.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/location.h - * struct iwl_tof_responder_config_cmd - tof ap mode (for debug) + * struct ...
Networking
b1a6db1320e94bc8e924918fc236b5df97c1cca7
avraham stern
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
net: macsec: move some definitions in a dedicated header
this patch moves some structure, type and identifier definitions into a macsec specific header. this patch does not modify how the macsec code is running and only move things around. this is a preparation for the future macsec hardware offloading support, which will re-use those definitions outside macsec.c.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c', 'h']
2
178
163
--- diff --git a/drivers/net/macsec.c b/drivers/net/macsec.c --- a/drivers/net/macsec.c +++ b/drivers/net/macsec.c +#include <net/macsec.h> -typedef u64 __bitwise sci_t; - -#define macsec_num_an 4 /* 2 bits for the association number */ - -/** - * struct macsec_key - sa key - * @id: user-provided key identifier - * @tf...
Networking
c0e4eadfb8daf2e9557c7450f9b237c08b404419
antoine tenart
drivers
net
net: macsec: introduce the macsec_context structure
this patch introduces the macsec_context structure. it will be used in the kernel to exchange information between the common macsec implementation (macsec.c) and the macsec hardware offloading implementations. this structure contains pointers to macsec specific structures which contain the actual macsec configuration, ...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['h']
4
37
0
--- diff --git a/include/linux/phy.h b/include/linux/phy.h --- a/include/linux/phy.h +++ b/include/linux/phy.h +struct macsec_context; + diff --git a/include/net/macsec.h b/include/net/macsec.h --- a/include/net/macsec.h +++ b/include/net/macsec.h +/** + * struct macsec_context - macsec context for hardware offloading ...
Networking
76564261a7db80c5f5c624e0122a28787f266bdf
antoine tenart
include
uapi
linux, uapi
net: macsec: introduce macsec ops
this patch introduces macsec ops for drivers to support offloading macsec operations.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['h']
1
24
0
--- diff --git a/include/net/macsec.h b/include/net/macsec.h --- a/include/net/macsec.h +++ b/include/net/macsec.h +/** + * struct macsec_ops - macsec offloading operations + */ +struct macsec_ops { + /* device wide */ + int (*mdo_dev_open)(struct macsec_context *ctx); + int (*mdo_dev_stop)(struct macsec_context *ctx);...
Networking
0830e20b62ad156f7df5ff5b9c4cea280ebe8fef
antoine tenart
include
net
net: phy: add macsec ops in phy_device
this patch adds a reference to macsec ops in the phy_device, to allow phys to support offloading macsec operations. the phydev lock will be held while calling those helpers.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['h']
1
7
0
--- diff --git a/include/linux/phy.h b/include/linux/phy.h --- a/include/linux/phy.h +++ b/include/linux/phy.h +struct macsec_ops; + * macsec_ops: macsec offloading ops. + +#if is_enabled(config_macsec) + /* macsec management functions */ + const struct macsec_ops *macsec_ops; +#endif
Networking
2e18135845b359f26c37df38ba56565496517c10
antoine tenart
include
linux
net: macsec: hardware offloading infrastructure
this patch introduces the macsec hardware offloading infrastructure.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c']
1
441
12
--- diff --git a/drivers/net/macsec.c b/drivers/net/macsec.c --- a/drivers/net/macsec.c +++ b/drivers/net/macsec.c +#include <linux/netdevice.h> +#include <linux/phy.h> + * @offload: status of offloading on the macsec device + enum macsec_offload offload; +/* checks if a macsec interface is being offloaded to an hardwa...
Networking
3cf3227a21d1fb020fe26128e60321bd2151e922
antoine tenart
drivers
net
net: macsec: add nla support for changing the offloading selection
macsec offloading to underlying hardware devices is disabled by default (the software implementation is used). this patch adds support for changing this setting through the macsec netlink interface. many checks are done when enabling offloading on a given macsec interface as there are limitations (it must be supported ...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c', 'h']
2
153
3
--- diff --git a/drivers/net/macsec.c b/drivers/net/macsec.c --- a/drivers/net/macsec.c +++ b/drivers/net/macsec.c + [macsec_attr_offload] = { .type = nla_nested }, +static const struct nla_policy macsec_genl_offload_policy[num_macsec_offload_attr] = { + [macsec_offload_attr_type] = { .type = nla_u8 }, +}; + +static bo...
Networking
dcb780fb279514f268826f2e9f4df3bc75610703
antoine tenart
include
uapi
linux
net: phy: mscc: macsec initialization
this patch adds support for initializing the macsec engine found within some microsemi phys. the engine is initialized in a passthrough mode and does not modify any incoming or outgoing packet. but thanks to this it now can be configured to perform macsec transformations on packets, which will be supported by a future ...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c', 'h']
4
865
0
--- diff --git a/drivers/net/phy/mscc.c b/drivers/net/phy/mscc.c --- a/drivers/net/phy/mscc.c +++ b/drivers/net/phy/mscc.c +#include "mscc_macsec.h" +#include "mscc_mac.h" +#include "mscc_fc_buffer.h" + +#define mscc_ext_page_macsec_17 17 +#define mscc_ext_page_macsec_18 18 + +#define mscc_ext_page_macsec_19 19 +#defin...
Networking
1bbe0ecc2a1a008bcfeb7fd2d8f95c8e9a1867c6
antoine tenart
drivers
net
phy
net: phy: mscc: macsec support
this patch adds macsec offloading support to some microsemi phys, to configure flows and transformations so that matched packets can be processed by the macsec engine, either at egress, or at ingress.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c', 'kconfig', 'h']
3
698
0
--- diff --git a/drivers/net/phy/kconfig b/drivers/net/phy/kconfig --- a/drivers/net/phy/kconfig +++ b/drivers/net/phy/kconfig + depends on macsec || macsec=n + select crypto_aes + select crypto_ecb ---help--- diff --git a/drivers/net/phy/mscc.c b/drivers/net/phy/mscc.c --- a/drivers/net/phy/mscc.c +++ b/drivers/net/ph...
Networking
28c5107aa904ef9db6b023039d20b6b4c4181675
antoine tenart
drivers
net
phy
net: macsec: pn wrap callback
allow to call macsec_pn_wrapped from hardware drivers to notify when a pn rolls over. some drivers might used an interrupt to implement this.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c', 'h']
2
21
6
--- diff --git a/drivers/net/macsec.c b/drivers/net/macsec.c --- a/drivers/net/macsec.c +++ b/drivers/net/macsec.c +static void __macsec_pn_wrapped(struct macsec_secy *secy, + struct macsec_tx_sa *tx_sa) +{ + pr_debug("pn wrapped, transitioning to !oper "); + tx_sa->active = false; + if (secy->protect_frames) + secy->o...
Networking
5c937de78b39e47ce9924fc4b863c5b727edc328
antoine tenart
drivers
net
net: phy: mscc: pn rollover support
this patch adds support for handling macsec pn rollover in the mscc phy driver. when a flow rolls over, an interrupt is fired. this patch adds the logic to check all flows and identify the one rolling over in the handle_interrupt phy helper, then disables the flow and report the event to the macsec core.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
initial support for hardware offloading
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['macsec']
['c', 'h']
2
61
1
--- diff --git a/drivers/net/phy/mscc.c b/drivers/net/phy/mscc.c --- a/drivers/net/phy/mscc.c +++ b/drivers/net/phy/mscc.c -#define mii_vsc85xx_int_mask_mask 0xa000 +#define mii_vsc85xx_int_mask_mask 0xa020 +#define mscc_phy_extended_int 28 +#define mscc_phy_extended_int_ms_egr bit(9) + +static int vsc8584_handle_inter...
Networking
781449a4ae3b381950ee9aec4d8a54e35f66ab9b
antoine tenart
drivers
net
phy
net: sfp: remove incomplete 100base-fx and 100base-lx support
the 100base-fx and 100base-lx support assumes a phy is present; this is probably an incorrect assumption. in any case, sfp_parse_support() will fail such a module. let's stop pretending we support these modules.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
2
2
15
--- diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c --- a/drivers/net/phy/sfp-bus.c +++ b/drivers/net/phy/sfp-bus.c - if (id->base.e1000_base_t || - id->base.e100_base_lx || - id->base.e100_base_fx) + if (id->base.e1000_base_t) diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c --- a/drivers/...
Networking
fa2de660a8d001fdce6209534b60b85b87cda84f
russell king andrew lunn andrew lunn ch
drivers
net
phy
net: sfp: derive interface mode from ethtool link modes
we don't need the eeprom id to derive the phy interface mode as we can derive it merely from the ethtool link modes. remove the eeprom id argument to sfp_select_interface().
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c', 'h']
4
6
11
--- diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c - iface = sfp_select_interface(phydev->sfp_bus, id, support); + iface = sfp_select_interface(phydev->sfp_bus, support); diff --git a/drivers/net/phy/phylink.c b/drivers/net/...
Networking
a4516c7053b96fed98a0439a9226983b5275474b
russell king andrew lunn andrew lunn ch
include
linux
phy
net: sfp: add more extended compliance codes
sff-8024 is used to define various constants re-used in several sff sfp-related specifications. split these constants from the enum, and rename them to indicate that they're defined by sff-8024.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c', 'h']
3
93
53
--- diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c --- a/drivers/net/phy/sfp-bus.c +++ b/drivers/net/phy/sfp-bus.c - case sfp_connector_sc: - case sfp_connector_fiberjack: - case sfp_connector_lc: - case sfp_connector_mt_rj: - case sfp_connector_mu: - case sfp_connector_optical_pigtail: + case sff80...
Networking
0fbd26a9fb6875b98fcfff523831fec47bc5e9a2
russell king
include
linux
phy
net: sfp: add module start/stop upstream notifications
when dealing with some copper modules, we can't positively know the module capabilities are until we have probed the phy. without the full capabilities, we may end up failing a module that we could otherwise drive with a restricted set of capabilities.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c', 'h']
4
35
0
--- diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c --- a/drivers/net/phy/sfp-bus.c +++ b/drivers/net/phy/sfp-bus.c +int sfp_module_start(struct sfp_bus *bus) +{ + const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); + int ret = 0; + + if (ops && ops->module_start) + ret = ops->module_star...
Networking
74c551ca5a0edcc9cf66a3b73fd95b9a8615bfd0
russell king
include
linux
phy
net: sfp: move phy_start()/phy_stop() to phylink
move phy_start() and phy_stop() into the module_start and module_stop notifications in phylink, rather than having them in the sfp code. this gives phylink responsibility for controlling the phy, rather than having sfp start and stop the phy state machine.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
2
22
2
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c +static int phylink_sfp_module_start(void *upstream) +{ + struct phylink *pl = upstream; + + /* if this sfp module has a phy, start the phy now. */ + if (pl->phydev) + phy_start(pl->phy...
Networking
4882057ad434e8a6434fce20dc7b7315d40a9d4a
russell king andrew lunn andrew lunn ch
drivers
net
phy
net: mdio-i2c: add support for clause 45 accesses
some sfp+ modules have phys on them just like sfp modules do, except they are clause 45 phys. the i2c protocol used to access them is modified slightly in order to send the device address and 16-bit register index.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
20
8
--- diff --git a/drivers/net/phy/mdio-i2c.c b/drivers/net/phy/mdio-i2c.c --- a/drivers/net/phy/mdio-i2c.c +++ b/drivers/net/phy/mdio-i2c.c - u8 data[2], dev_addr = reg; + u8 addr[3], data[2], *p; + p = addr; + if (reg & mii_addr_c45) { + *p++ = 0x20 | ((reg >> 16) & 31); + *p++ = reg >> 8; + } + *p++ = reg; + - msgs[0]...
Networking
6912b712cd75aaa1c8d90b291ec7d2504f17f263
russell king andrew lunn andrew lunn ch
drivers
net
phy
net: phylink: re-split __phylink_connect_phy()
in order to support clause 45 phys on sfp+ modules, which have an indeterminant phy interface mode, we need to be able to call phylink_bringup_phy() with a different interface mode to that used when binding the phy. reduce __phylink_connect_phy() to an attach operation, and move the call to phylink_bringup_phy() to its...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
24
15
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -static int __phylink_connect_phy(struct phylink *pl, struct phy_device *phy, - phy_interface_t interface) +static int phylink_attach_phy(struct phylink *pl, struct phy_device *phy, + p...
Networking
938d44c2b502ba421a785683653e24b685f5d637
russell king andrew lunn andrew lunn ch
drivers
net
phy
net: phylink: support clause 45 phys on sfp+ modules
some sfp+ modules have clause 45 phys embedded on them, which need a little more handling in order to ensure that they are correctly setup, as they switch the phy link mode according to the negotiated speed.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
16
5
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -static int phylink_bringup_phy(struct phylink *pl, struct phy_device *phy) +static int phylink_bringup_phy(struct phylink *pl, struct phy_device *phy, + phy_interface_t interface) - co...
Networking
e45d1f5288b81e77eb87288ae2d0a0d00e0989d3
russell king
drivers
net
phy
net: phylink: split link_an_mode configured and current settings
split link_an_mode between the configured setting and the current operating setting. this is an important distinction to make when we need to configure phy mode for a plugged sfp+ module that does not use in-band signalling.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
31
28
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c - u8 link_an_mode; /* mlo_an_xxx */ + u8 cfg_link_an_mode; /* mlo_an_xxx */ + u8 cur_link_an_mode; - pl->link_an_mode = mlo_an_fixed; + pl->cfg_link_an_mode = mlo_an_fixed; - if (pl->li...
Networking
24cf0e693bb50a61e3281009a329f7553a4fbd96
russell king andrew lunn andrew lunn ch
drivers
net
phy
net: phylink: split phylink_sfp_module_insert()
split out the configuration step from phylink_sfp_module_insert() so we can re-use this later.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
28
19
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -static int phylink_sfp_module_insert(void *upstream, - const struct sfp_eeprom_id *id) +static int phylink_sfp_config(struct phylink *pl, u8 mode, u8 port, + const unsigned long *suppo...
Networking
c0de2f47202941d936f0482ccd5b010b642a0008
russell king andrew lunn andrew lunn ch
drivers
net
phy
net: phylink: delay mac configuration for copper sfp modules
knowing whether we need to delay the mac configuration because a module may have a phy is useful to phylink to allow nbase-t modules to work on systems supporting no more than 2.5g speeds.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c', 'h']
3
78
10
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c + bool sfp_may_have_phy; + __ethtool_declare_link_mode_mask(sfp_support); + u8 sfp_port; -static int phylink_sfp_config(struct phylink *pl, u8 mode, u8 port, +static int phylink_sfp_con...
Networking
52c956003a9d5bcae1f445f9dfd42b624adb6e87
russell king
include
linux
phy
net: phylink: make broadcom bcm84881 based sfps work
the broadcom bcm84881 does not appear to send the sgmii control word when operating in sgmii mode, which causes network adapters to fail to link with the phy, or decide to operate at fixed 1g speed, even if the phy negotiated 100m.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
16
2
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c +/* the broadcom bcm84881 in the methode dm7052 is unable to provide a sgmii + * or 802.3z control word, so inband will not work. + */ +static bool phylink_phy_no_inband(struct phy_devi...
Networking
7adb5b2126bc013f0964ddaefad6ad1b132e86c3
russell king
drivers
net
phy
net: phy: add broadcom bcm84881 phy driver
add a rudimentary clause 45 driver for the bcm84881 phy, found on methode dm7052 sfps.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c', 'kconfig', 'makefile']
3
276
0
--- diff --git a/drivers/net/phy/kconfig b/drivers/net/phy/kconfig --- a/drivers/net/phy/kconfig +++ b/drivers/net/phy/kconfig +config bcm84881_phy + bool "broadcom bcm84881 phy" + depends on phylib=y + ---help--- + support the broadcom bcm84881 phy. + ---help--- diff --git a/drivers/net/phy/makefile b/drivers/net/phy/...
Networking
75f4d8d10e016f7428c268424483a927ee7a78bb
russell king florian fainelli f fainelli gmail com
drivers
net
phy
net: sfp: add support for clause 45 phys
some sfp+ modules have a clause 45 phy onboard, which is accessible via the normal i2c address. detect 10g base-t phys which may have an accessible phy and probe for it.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adds support for copper sfp+ modules with clause 45 phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
40
4
--- diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -static void sfp_sm_probe_phy(struct sfp *sfp) +static void sfp_sm_probe_phy(struct sfp *sfp, bool is_c45) - phy = mdiobus_scan(sfp->i2c_mii, sfp_phy_addr); + phy = get_phy_device(sfp->i2c_mii, sfp_phy...
Networking
9a484621e88ac8386f131596ce8d76668daf7996
russell king andrew lunn andrew lunn ch
drivers
net
phy
net/mlx5: add virtio emulation related device capabilities
add virtio emulation related fields to the device capabilities.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
virtio_net emulation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['h']
1
15
0
--- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h + mlx5_general_obj_types_cap_virtio_net_q = (1ull << 13), +struct mlx5_ifc_device_virtio_emulation_cap_bits { + u8 reserved_at_0[0x20]; + + u8 reserved_at_20[0x13]; + u8...
Networking
90fbca5952436e7817910b33eb4464ddd77a8964
yishai hadas
include
linux
mlx5
net/mlx5: expose vdpa emulation device capabilities
expose vdpa emulation device capabilities from the core layer. it includes reading the capabilities from the firmware and exposing helper functions to access the data.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
virtio_net emulation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
2
16
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fw.c b/drivers/net/ethernet/mellanox/mlx5/core/fw.c --- a/drivers/net/ethernet/mellanox/mlx5/core/fw.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/fw.c + if (mlx5_cap_gen_64(dev, general_obj_types) & + mlx5_general_obj_types_cap_virtio_net_q) { + err = mlx5_cor...
Networking
ca1992c62cadb6c8e1e1b47e197b550f3cd89b76
yishai hadas shahaf shuler shahafs mellanox com
drivers
net
core, ethernet, mellanox, mlx5
ib/mlx5: extend caps stage to handle var capabilities
extend caps stage to handle var capabilities.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
virtio_net emulation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
2
48
2
--- diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c +static int mlx5_ib_init_var_table(struct mlx5_ib_dev *dev) +{ + struct mlx5_core_dev *mdev = dev->mdev; + struct mlx5_var_table *var_table = &dev->var_t...
Networking
f164be8c03663034416d019c355fbbd2dbd189d7
yishai hadas
drivers
infiniband
hw, mlx5
ib/mlx5: introduce var object and its alloc/destroy methods
introduce var object and its alloc/destroy kabi methods. the internal implementation uses the ib core api to manage mmap/munamp calls.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
virtio_net emulation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
3
181
0
--- diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c + struct mlx5_var_table *var_table = &dev->var_table; + case mlx5_ib_mmap_type_var: + mutex_lock(&var_table->bitmap_lock); + clear_bit(mentry->page_idx, ...
Networking
7be76bef320b1f1d1b8dc87d3d5a03f3a2421a43
yishai hadas
drivers
infiniband
hw, mlx5, rdma
ib/mlx5: add mmap support for var
add mmap support for var, it uses the 'offset' command mode with involvement of ib core apis to find the previously allocated mmap entry.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
virtio_net emulation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c']
1
4
1
--- diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c - prot = pgprot_writecombine(vma->vm_page_prot); + if (mentry->mmap_flag == mlx5_ib_mmap_type_var) + prot = pgprot_noncached(vma->vm_page_prot); + else +...
Networking
3f59b6c3e600f9665dcf5b8e566cd7b778f03045
yishai hadas
drivers
infiniband
hw, mlx5
net/mlx5: add roce accelerator counters
add roce accelerator definitions.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add roce accelerator counters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['h']
1
15
2
--- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h - u8 reserved_at_140[0xa]; + u8 reserved_at_140[0x9]; + u8 roce_accl[0x1]; - u8 reserved_at_620[0x1e0]; + u8 reserved_at_620[0x20]; + + u8 roce_adp_retrans[0x20]; + + u8...
Networking
8fd5b75d979bd8483b7e015c85834fbc82d499ac
leon romanovsky
include
linux
mlx5
ib/mlx5: expose roce accelerator counters
introduce the following roce accelerator counters: * roce_adp_retrans - number of adaptive retransmission for roce traffic. * roce_adp_retrans_to - number of times roce traffic reached time out due to adaptive retransmission. * roce_slow_restart - number of times roce slow restart was used. * roce_slow_restart_cnps - n...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add roce accelerator counters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c']
1
18
0
--- diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c +static const struct mlx5_ib_counter roce_accl_cnts[] = { + init_q_counter(roce_adp_retrans), + init_q_counter(roce_adp_retrans_to), + init_q_counter(roc...
Networking
d7fab916374c8f5488ca792c57ea8b72e8631213
avihai horon maor gottlieb maorg mellanox com
drivers
infiniband
hw, mlx5
net/mlx5: dr, create fte entry in the fw from sw-steering
implement the fw command to setup a fte (flow table entry) into the fw managed flow tables.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
2
242
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c + +static int mlx5dr_cmd_set_extended_dest(struct mlx5_co...
Networking
6de03d2dcb0ec53e5862ae5844563bbbccde74bb
erez shitrit
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, create multi-destination table for sw-steering use
currently sw steering doesn't have the means to access hw iterators to support multi-destination (ftes) flow table entries.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
2
75
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c + +int mlx5dr_fw_create_md_tbl(struct mlx5dr_domain *dmn, + s...
Networking
34583beea4b741589793ce3ad5436b0a7c6d0cdb
erez shitrit
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, pass table flags at creation to lower layer
we need to have the flow-table flags when creation sw-steering tables, this parameter exists in the layer between fs_core to sw_steering, this patch gives it to the creation function.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
4
10
4
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c + bool en_encap = !!(tbl->flags & mlx5_flow_table...
Networking
988fd6b32d07400bd66259603ac9e08c33c02a05
erez shitrit
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, align dest ft action creation to api
function prefix was changed to be similar to other action apis. in order to support other fw tables the mlx5_flow_table struct was replaced with table id and type.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
4
23
17
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c - ret = mlx5dr_cmd_query_flow_table(action->d...
Networking
aec292ee6f290920fc77907dfe1b94baa600484d
alex vesker erez shitrit erezsh mellanox com
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, add support for multiple destination table action
a multiple destination table action allows hw packet duplication to multiple destinations, this is useful for multicast or mirroring traffic for debug. duplicating is done using a fw flow table with multiple destinations.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
3
132
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +struct mlx5dr_action * +mlx5dr_action_create...
Networking
b8853c969f406bfb682740b7646ee8b4623ee955
alex vesker
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, create multiple destination action from dr_create_fte
until now it was possible to pass a packet to a single destination such as vport or flow table. with the new support if multiple vports or multiple tables are provided as destinations, fs_dr will create a multiple destination table action, this action should replace other destination actions provided to mlx5dr_create_r...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c']
1
72
16
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c +static bool contain_vport_reformat_action(struct mlx5_flow_r...
Networking
7ee3f6d2486e25d96d2309da4d53fe10a58e2b63
alex vesker
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, allow connecting flow table to a lower/same level table
allow connecting sw steering source table to a lower/same level destination table. lifting this limitation is required to support connection tracking.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c']
1
5
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c + mlx5_core_warn_once(dmn->mdev, + "connectin...
Networking
4c7cea2f31f1dde9c578e4729e0d34f340052037
yevgeny kliteynik
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, modify header copy support
modify header supports add/set and from this patch also copy. copy allows to copy header fields and metadata.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
2
151
15
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +static int +dr_action_modify_sw_to_hw_copy(s...
Networking
c21a49b360e16657f42f1a9269c3aa714738fec7
hamdan igbaria
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, modify set action limitation extension
modify set actions are not supported on both tx and rx, added a check for that. also refactored the code in a way that every modify action has his own functions, this needed so in the future we could add copy action more smoothly.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
software steering support for multi destination steering rules
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c']
1
165
61
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c -dr_action_modify_sw_to_hw(struct mlx5dr_doma...
Networking
a51dcc10a04ac476240befb875b0a21388a429cd
hamdan igbaria
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: e-switch, refactor chains and priorities
to support the entire chain and prio range (32bit + 16bit), instead of a using a static array of chains/prios of limited size, create them dynamically, and use a rhashtable to search for existing chains/prio combinations.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
increase the number of chains and prios
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'makefile', 'h']
7
637
292
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - ecpf.o rdma.o + ecpf.o rdma.o eswitch_offloads_chains.o diff --git a/drivers/net/ethernet/m...
Networking
39ac237ce00968545e7298faa9e07ecb7e440fb5
paul blakey
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: e-switch, increase number of chains and priorities
increase the number of chains and priorities to support the whole range available in tc.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
increase the number of chains and prios
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['c', 'h']
3
232
12
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c - dest[i].ft = esw->fdb_table.offloads.slow_fdb; + de...
Networking
278d51f24330718aefd7fe86996a6da66fd345e7
paul blakey
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: increase the max number of channels to 128
currently the max number of channels is limited to 64, which is half of the indirection table size to allow some flexibility. but on servers with more than 64 cores, users may want to utilize more queues.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
increase the max number of channels to 128
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5 ']
['h', 'c']
3
12
10
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h -#define mlx5e_max_num_channels (mlx5e_indir_rqt_size >> 1) +#define mlx5e_max_num_channels mlx5e_indir_rqt_s...
Networking
57c7fce14b1ad512a42abe33cb721a2ea3520d4b
fan li
drivers
net
core, ethernet, ipoib, mellanox, mlx5
net/mlx5e: allow tso on vxlan over vlan topologies
since mlx5 hardware can segment correctly tso packets on vxlan over vlan topologies, cpu usage can improve significantly if we enable tunnel offloads in dev->vlan_features, like it was done in the past with other nic drivers (e.g. mlx4, be2net and ixgbe).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
allow tso on vxlan over vlan topologies
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlx5e']
['c']
1
2
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c + netdev->vlan_features |= netif_f_gso_udp_tunnel | + netif_f_gso_udp_tunnel_csum;
Networking
a1718505d7f67ee0ab051322f1cbc7ac42b5da82
davide caratti
drivers
net
core, ethernet, mellanox, mlx5
mlxsw: add irif and erif disabled traps
irif_disabled and erif_disabled are driver specific traps. packets are dropped for these reasons when they need to be routed through/from existing router interfaces (rif) which are disabled.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h', 'rst']
4
51
0
--- diff --git a/documentation/networking/devlink/devlink-trap.rst b/documentation/networking/devlink/devlink-trap.rst --- a/documentation/networking/devlink/devlink-trap.rst +++ b/documentation/networking/devlink/devlink-trap.rst + * :doc:'mlxsw' diff --git a/documentation/networking/devlink/mlxsw.rst b/documentation/...
Networking
5b051621609d535fac6bdcd232530cc5248e791d
amit cohen
documentation
networking
devlink, ethernet, mellanox, mlxsw
selftests: devlink_trap_l3_drops: add test cases of irif and erif disabled
add test cases to check that packets routed through disabled rifs and packets routed from disabled rifs are dropped and devlink counters increase when the action is trap.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
1
112
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_drops.sh b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_drops.sh --- a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_drops.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_drops.sh + irif_disabled_test ...
Networking
740e87bc3db8fe299e17877b7055e9ae3c33e4e6
amit cohen jiri pirko jiri mellanox com
tools
testing
drivers, mlxsw, net, selftests
devlink: add non-routable packet trap
add packet trap that can report packets that reached the router, but are non-routable. for example, igmp queries can be flooded by the device in layer 2 and reach the router. such packets should not be routed and instead dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c', 'rst']
3
10
0
--- diff --git a/documentation/networking/devlink/devlink-trap.rst b/documentation/networking/devlink/devlink-trap.rst --- a/documentation/networking/devlink/devlink-trap.rst +++ b/documentation/networking/devlink/devlink-trap.rst - ''exception'' - traps unicast ipv6 packets that did not match any route + * - ''non_rou...
Networking
95f0ead8f04bec18e474594ef585f3734bd85b4c
amit cohen
documentation
networking
devlink
mlxsw: add non_routable trap
add a trap for packets that the device decided to drop because they are not supposed to be routed. for example, igmp queries can be flooded by the device in layer 2 and reach the router. such packets should not be routed and instead dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
2
4
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c + mlxsw_sp_trap_drop(non_routable, l3_drops), + mlxsw_sp_rxl_discard(non_routable...
Networking
196442ec5f13751ed0c66d5c4bc9b58288dea430
amit cohen
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: add tunneling ipinip encapsulation ecn mapping register
this register performs mapping from overlay ecn to underlay ecn during ipinip encapsulation.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h']
1
31
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h +/* tieem - tunneling ipinip encapsulation ecn mapping register + * -----------------------------------------------------...
Networking
20174900ad38cb090616add90665e2ff41c29dc9
amit cohen jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: add tunneling ipinip decapsulation ecn mapping register
this register configures the actions that are done during ipinip decapsulation based on the ecn bits.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['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', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h']
1
57
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h +/* tidem - tunneling ipinip decapsulation ecn mapping register + * -----------------------------------------------------...
Networking
839607e2ec8dbe7c3e43995921dae487976e8899
amit cohen jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw