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
ice: enable rss configure for avf
currently, rss hash input is not available to avf by ethtool, it is set by the pf directly.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable support in the ice driver to support virtchnl requests from the iavf to configure its own rss input set
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ice ']
['h', 'c']
4
486
1
--- diff --git a/drivers/net/ethernet/intel/ice/ice_flow.h b/drivers/net/ethernet/intel/ice/ice_flow.h --- a/drivers/net/ethernet/intel/ice/ice_flow.h +++ b/drivers/net/ethernet/intel/ice/ice_flow.h +#define ice_flow_hash_eth \ + (bit_ull(ice_flow_field_idx_eth_da) | \ + bit_ull(ice_flow_field_idx_eth_sa)) diff --git a...
Networking
222a8ab01698148c00c271cda82d96f4e6e7b0a8
qi zhang
drivers
net
avf, ethernet, ice, intel
ice: support rss configure removal for avf
add the handler for virtchnl message virtchnl_op_del_rss_cfg to remove an existing rss configuration with matching hashed fields.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable support in the ice driver to support virtchnl requests from the iavf to configure its own rss input set
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ice ']
['h', 'c']
3
105
2
--- 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_rem_rss_cfg_sync - remove an existing rss configuration + * @hw: pointer to the hardware structure + * @vsi_...
Networking
ddd1f3cfed3f06906c25f917eb703d683c415e24
qi zhang bo chen box c chen intel com
drivers
net
ethernet, ice, intel
ice: enhanced ipv4 and ipv6 flow filter
separate ipv4 and ipv6 ptype bit mask table into 2 tables: with or without l4 protocols.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enhanced ipv4 and ipv6 flow filter
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ice ']
['h', 'c']
2
53
5
--- 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 -/* packet types for packets with an outer/first/single ipv4 header */ +/* packet types for packets with an outer/first/s...
Networking
7012dfd1afc335f5e972a1c38b43c01d4b8a4309
qi zhang
drivers
net
ethernet, ice, intel
ice: support to separate gtp-u uplink and downlink
to apply different input set for gtp-u packet with or without extend header as well as gtp-u uplink and downlink, we need to add tcam mask matching capability. this allows comprehending different ptype attributes by examining flags from the parser. using this method, different profiles can be used by examining flag val...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support to separate gtp-u uplink and downlink
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ice ']
['h', 'c']
4
241
15
--- 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 + * @btm: true to allocate from bottom of table, false to allocate from top -ice_alloc_tcam_ent(struc...
Networking
cbad5db88aaf42ca3855c5c485fb5a900caaadc5
qi zhang chen bo box c chen intel com
drivers
net
ethernet, ice, intel
igc: remove unused argument from igc_tx_cmd_type()
the 'skb' argument from igc_tx_cmd_type() is not used so remove it.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['c']
1
2
2
--- diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c --- a/drivers/net/ethernet/intel/igc/igc_main.c +++ b/drivers/net/ethernet/intel/igc/igc_main.c -static u32 igc_tx_cmd_type(struct sk_buff *skb, u32 tx_flags) +static u32 igc_tx_cmd_type(u32 tx_flags) - u32 cmd_type =...
Networking
2f019ebd5330c38e3c28fc8d35cc0bce6f4ddfe4
andre guedes maciej fijalkowski maciej fijalkowski intel com dvora fuxbrumer dvorax fuxbrumer linux intel com
drivers
net
ethernet, igc, intel
igc: introduce igc_rx_buffer_flip() helper
the igc driver implements the same page recycling scheme from other intel drivers which reuses the page by flipping the buffer. the code to handle buffer flips is duplicated in many locations so introduce the igc_rx_buffer_flip() helper and use it where applicable.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['c']
1
21
22
--- diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c --- a/drivers/net/ethernet/intel/igc/igc_main.c +++ b/drivers/net/ethernet/intel/igc/igc_main.c +static void igc_rx_buffer_flip(struct igc_rx_buffer *buffer, + unsigned int truesize) +{ +#if (page_size < 8192) + buffe...
Networking
613cf199fd10a610d46dd6b3a6eb3b14fe2b1104
andre guedes maciej fijalkowski maciej fijalkowski intel com dvora fuxbrumer dvorax fuxbrumer linux intel com
drivers
net
ethernet, igc, intel
igc: introduce igc_get_rx_frame_truesize() helper
the rx frame truesize calculation is scattered throughout the rx code. this patch creates the helper function igc_get_rx_frame_truesize() and uses it where applicable.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['c']
1
18
11
--- diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c --- a/drivers/net/ethernet/intel/igc/igc_main.c +++ b/drivers/net/ethernet/intel/igc/igc_main.c +static unsigned int igc_get_rx_frame_truesize(struct igc_ring *ring, + unsigned int size) +{ + unsigned int truesize; + ...
Networking
a39f5e530559e0e39ab26b28ce5fa9550fd3ec5b
andre guedes maciej fijalkowski maciej fijalkowski intel com dvora fuxbrumer dvorax fuxbrumer linux intel com
drivers
net
ethernet, igc, intel
igc: refactor rx timestamp handling
refactor the rx timestamp handling in preparation to land xdp support.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['h', 'c']
3
34
24
--- 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_rx_pktstamp(struct igc_q_vector *q_vector, __le32 *va, - struct sk_buff *skb); +ktime_t igc_ptp_rx_pktstamp(struct igc_adapter ...
Networking
e1ed4f92a6256ec11445de51c2b5a7d89289f8d1
andre guedes
drivers
net
ethernet, igc, intel
igc: add set/clear large buffer helpers
while commit 13b5b7fd6a4a ("igc: add support for tx/rx rings") introduced code to handle larger packet buffers, it missed the set/clear helpers which enable/disable that feature. introduce the missing helpers which will be use in the next patch.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['h']
1
4
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 +#define set_ring_uses_large_buffer(ring) \ + set_bit(igc_ring_flag_rx_3k_buffer, &(ring)->flags) +#define clear_ring_uses_large_buffer(ring)...
Networking
1bf33f71f9813688bf5ca5a4db0743bb4a4dd563
andre guedes maciej fijalkowski maciej fijalkowski intel com dvora fuxbrumer dvorax fuxbrumer linux intel com
drivers
net
ethernet, igc, intel
igc: add initial xdp support
add the initial xdp support to the igc driver. for now, only xdp_pass, xdp_drop, xdp_aborted actions are supported. upcoming patches will add support for the remaining xdp actions.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['h', 'c', 'makefile']
5
153
12
--- 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_diag.o igc_ethtool.o igc_ptp.o igc_dump.o igc_tsn.o +igc_diag.o igc_ethtool.o igc_ptp.o igc_dump.o igc_tsn.o igc_xdp.o diff ...
Networking
26575105d6ed8e2a8e43bd008fc7d98b75b90d5c
andre guedes
drivers
net
ethernet, igc, intel
igc: add support for xdp_tx action
add support for xdp_tx action which enables xdp programs to transmit back receiving frames.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['h', 'c']
4
204
11
--- 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 + + struct xdp_rxq_info xdp_rxq; + + igc_tx_flags_xdp = 0x100, - struct sk_buff *skb; + union { + struct sk_buff *skb; + struct xdp_frame *xd...
Networking
73f1071c1d2952b8c93cd6cd99744768c59ec840
andre guedes
drivers
net
ethernet, igc, intel
igc: add support for xdp_redirect action
add support for the xdp_redirect action which enables xdp programs to redirect packets arriving at i225 nic. it also implements the ndo_xdp_xmit ops, enabling the igc driver to transmit packets forwarded to it by xdp programs running on other interfaces.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['c']
1
73
11
--- diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c --- a/drivers/net/ethernet/intel/igc/igc_main.c +++ b/drivers/net/ethernet/intel/igc/igc_main.c +#define igc_xdp_redirect bit(2) - const unsigned int size) + const unsigned int size, + int *rx_buffer_pgcnt) + *rx_buff...
Networking
4ff3203610928cac82d5627ce803559e78d61b91
andre guedes
drivers
net
ethernet, igc, intel
igc: expose lpi counters
expose eee tx and rx low power idle counters via ethtool a eee tx or rx lpi event occurs when the transmitter or the receiver enters eee (ieee802.3az) lpi state. ethtool --statistics <iface>
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
expose lpi counters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['igc ']
['c']
1
2
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 + igc_stat("tx_lpi_counter", stats.tlpic), + igc_stat("rx_lpi_counter", stats.rlpic),
Networking
1feaf60ff26086d4ae212c0fd61ff5755e1fd10c
sasha neftin dvora fuxbrumer dvorax fuxbrumer linux intel com
drivers
net
ethernet, igc, intel
ionic: add new queue features to interface
add queue feature extensions to prepare for features that can be queue specific, in addition to the general queue features already defined. while we're here, change the existing feature ids from #defines to enum.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c']
3
25
6
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_dev.h b/drivers/net/ethernet/pensando/ionic/ionic_dev.h --- a/drivers/net/ethernet/pensando/ionic/ionic_dev.h +++ b/drivers/net/ethernet/pensando/ionic/ionic_dev.h + u64 features; diff --git a/drivers/net/ethernet/pensando/ionic/ionic_if.h b/drivers/net/etherne...
Networking
57a3a98d7c0ab17a264e30fdc166a0646f900b99
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: add handling of larger descriptors
in preparating for hardware timestamping, we need to support large tx and rx completion descriptors. here we add the new queue feature ids and handling for the completion descriptor sizes.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c']
4
73
29
--- 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 + * @ionic_q_f_2x_desc: double main descriptor size + * @ionic_q_f_2x_cq_desc: double cq descriptor s...
Networking
0ec9f6669a7dc3041a0d9619489de05ac0146e3b
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: add hw timestamp structs to interface
the interface for hardware timestamping includes a new fw request, device identity fields, tx and rx queue feature bits, a new rx filter type, the beginnings of rx packet classifications, and hardware timestamp registers.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h']
2
170
6
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_dev.h b/drivers/net/ethernet/pensando/ionic/ionic_dev.h --- a/drivers/net/ethernet/pensando/ionic/ionic_dev.h +++ b/drivers/net/ethernet/pensando/ionic/ionic_dev.h +static_assert(sizeof(struct ionic_lif_setphc_cmd) == 64); diff --git a/drivers/net/ethernet/pens...
Networking
3da258439e89d03515e5bc4ff021012f2ec87260
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: split adminq post and wait calls
split the wait part out of adminq_post_wait() into a separate function so that a caller can have finer grain control over the sequencing of operations and locking.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c']
2
13
4
--- 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 +int ionic_adminq_post(struct ionic_lif *lif, struct ionic_admin_ctx *ctx); +int ionic_adminq_wait(struct ionic_l...
Networking
4f1704faa0131ab70a097145a6f144c00051e46a
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: add hw timestamp support files
this adds the file of code for supporting tx and rx hardware timestamps and the raw clock interface, but does not yet link it in for compiling or use.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['c']
1
589
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_phc.c b/drivers/net/ethernet/pensando/ionic/ionic_phc.c --- /dev/null +++ b/drivers/net/ethernet/pensando/ionic/ionic_phc.c +// spdx-license-identifier: gpl-2.0 +/* copyright(c) 2017 - 2021 pensando systems, inc */ + +#include <linux/netdevice.h> +#include <lin...
Networking
fee6efce565d1e1c45c31de8e05faed530d0a28c
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: link in the new hw timestamp code
these are changes to compile and link the new code, but no new feature support is available or advertised yet.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c', 'makefile']
7
107
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/makefile b/drivers/net/ethernet/pensando/ionic/makefile --- a/drivers/net/ethernet/pensando/ionic/makefile +++ b/drivers/net/ethernet/pensando/ionic/makefile +ionic-$(config_ptp_1588_clock) += ionic_phc.o diff --git a/drivers/net/ethernet/pensando/ionic/ionic.h b/dri...
Networking
61db421da31b6fb3767df46c9963e87f2a1d2418
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: add rx filtering for hw timestamp steering
add handling of the new rx packet classification filter type. this simple bit of classification allows for steering packets to a separate rx queue for processing.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c']
2
22
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c b/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c --- a/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c + case ionic_rx_filter_steer_pktclass: + key = 0; + break; + +struct ioni...
Networking
ab470bbe7aba1f9cbed52965ccdc41652951f110
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: set up hw timestamp queues
we do hardware timestamping through a separate tx queue, and optionally through a separate rx queue. these queues are allocated, freed, and tracked separately from the basic queue arrays.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['c']
1
261
5
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_lif.c b/drivers/net/ethernet/pensando/ionic/ionic_lif.c --- a/drivers/net/ethernet/pensando/ionic/ionic_lif.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_lif.c - lif->txqstats = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, + lif->txqstats = devm_kcalloc(dev...
Networking
f0790bcd36063f2850301982f167128139a51f62
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: add and enable tx and rx timestamp handling
the tx and rx timestamped packets are handled through separate queues. here we set them up, service them, and tear them down along with the normal tx and rx queues.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c']
4
157
25
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_dev.h b/drivers/net/ethernet/pensando/ionic/ionic_dev.h --- a/drivers/net/ethernet/pensando/ionic/ionic_dev.h +++ b/drivers/net/ethernet/pensando/ionic/ionic_dev.h + u64 features; - u64 features; diff --git a/drivers/net/ethernet/pensando/ionic/ionic_lif.c b/dr...
Networking
a8771bfe05549f3068532c60e3682441ff8159fd
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: add ethtool support for ptp
add the get_ts_info() callback for ethtool support of timestamping information.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['c']
1
93
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c b/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c --- a/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c +static int ionic_get_ts_info(struct net_device *netdev, + struct ethtool_ts_info...
Networking
f8ba81da73fc56b693dc5d91c767c882618e0004
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: ethtool ptp stats
add the new hwstamp stats to our ethtool stats output.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['c']
1
34
4
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_stats.c b/drivers/net/ethernet/pensando/ionic/ionic_stats.c --- a/drivers/net/ethernet/pensando/ionic/ionic_stats.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_stats.c + ionic_tx_stat_desc(hwstamp_valid), + ionic_tx_stat_desc(hwstamp_invalid), + ionic_rx_st...
Networking
196f56c07f91fb24d33c5026036d97d3d3154dd2
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: advertise support for hardware timestamps
let the network stack know we've got support for timestamping the packets.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ptp and hw clock support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['c']
1
25
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_lif.c b/drivers/net/ethernet/pensando/ionic/ionic_lif.c --- a/drivers/net/ethernet/pensando/ionic/ionic_lif.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_lif.c + if (lif->phc) + ctx.cmd.lif_setattr.features |= cpu_to_le64(ionic_eth_hw_timestamp); + + if (li...
Networking
afeefec6773607552c450ad2eeb43f39173c2d5c
shannon nelson
drivers
net
ethernet, ionic, pensando
ionic: update ethtool support bits for baset
add support in get_link_ksettings for a couple of new baset connections.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
update ethtool support bits for baset
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ionic ']
['h', 'c']
2
10
0
--- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c b/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c --- a/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c + case ionic_xcvr_pid_sfp_10gbase_t: + ethtool_link_ksettings_add_link_mode(ks, s...
Networking
acc606d3e4cd8d03a368fb207a0ae868d8cbe9d7
shannon nelson
drivers
net
ethernet, ionic, pensando
dt-bindings: net: qcom,ipa: add some compatible strings
add existing supported platform "qcom,sc7180-ipa" to the set of ipa compatible strings. also add newly-supported "qcom,sdx55-ipa", "qcom,sc7280-ipa".
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support two more platforms
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ipa ']
['yaml']
1
5
1
--- diff --git a/documentation/devicetree/bindings/net/qcom,ipa.yaml b/documentation/devicetree/bindings/net/qcom,ipa.yaml --- a/documentation/devicetree/bindings/net/qcom,ipa.yaml +++ b/documentation/devicetree/bindings/net/qcom,ipa.yaml - const: "qcom,sdm845-ipa" + oneof: + - const: "qcom,sc7180-ipa" + - const: "qcom...
Networking
c3264fee72e7565ca5df2896a221672678d595b2
alex elder
documentation
devicetree
bindings, net
net: ipa: disable checksum offload for ipa v4.5+
checksum offload for ipa v4.5+ is implemented differently, using "inline" offload (which uses a common header format for both upload and download offload).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support two more platforms
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ipa ']
['c']
1
16
0
--- diff --git a/drivers/net/ipa/ipa_endpoint.c b/drivers/net/ipa/ipa_endpoint.c --- a/drivers/net/ipa/ipa_endpoint.c +++ b/drivers/net/ipa/ipa_endpoint.c + /* ipa v4.5+ uses checksum offload, not yet supported by rmnet */ + if (ipa->version >= ipa_version_4_5) + if (data->endpoint.config.checksum) + return false; + + ...
Networking
c88c34fcf8f501d588c0a999aa7e51e18552c5f0
alex elder
drivers
net
ipa
net: ipa: add ipa v4.5 configuration data
add support for the sdx55 soc, which includes ipa version 4.5.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support two more platforms
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ipa ']
['h', 'c', 'makefile']
5
447
4
- sdx55 uses a 32-bit linux kernel - sdx55 has four interconnects rather than three - sdx55 uses ipa v4.5, which uses inline checksum offload --- diff --git a/drivers/net/ipa/makefile b/drivers/net/ipa/makefile --- a/drivers/net/ipa/makefile +++ b/drivers/net/ipa/makefile -ipa-y += ipa_data-v3.5.1.o ipa_data-v4.2.o +ip...
Networking
fbb763e7e7366c27848cbfb09d983802b6322709
alex elder
drivers
net
ipa
net: ipa: add ipa v4.11 configuration data
add support for the sc7280 soc, which includes ipa version 4.11.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support two more platforms
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ipa ']
['h', 'c', 'makefile']
4
388
1
--- diff --git a/drivers/net/ipa/makefile b/drivers/net/ipa/makefile --- a/drivers/net/ipa/makefile +++ b/drivers/net/ipa/makefile - ipa_data-v4.5.o + ipa_data-v4.5.o ipa_data-v4.11.o diff --git a/drivers/net/ipa/ipa_data-v4.11.c b/drivers/net/ipa/ipa_data-v4.11.c --- /dev/null +++ b/drivers/net/ipa/ipa_data-v4.11.c +/...
Networking
927c5043459ec613bad281074293f073599d2906
alex elder
drivers
net
ipa
net: ipa: add ipa v4.9 configuration data
add support for the sm8350 soc, which includes ipa version 4.9.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sm8350 soc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ipa ']
['h', 'c', 'makefile']
4
437
1
--- diff --git a/drivers/net/ipa/makefile b/drivers/net/ipa/makefile --- a/drivers/net/ipa/makefile +++ b/drivers/net/ipa/makefile - ipa_data-v4.5.o ipa_data-v4.11.o + ipa_data-v4.5.o ipa_data-v4.9.o \ + ipa_data-v4.11.o diff --git a/drivers/net/ipa/ipa_data-v4.9.c b/drivers/net/ipa/ipa_data-v4.9.c --- /dev/null +++ b/...
Networking
e557dc82418d24a5fb035815dc57131b68239801
alex elder
drivers
net
ipa
iwlwifi: add new so-gf device
add new so-gf device to the driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add new so-gf device
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ']
['c']
1
8
1
--- diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c - * copyright (c) 2005-2014, 2018-2020 intel corporation + * copyright (c) 2005-2014, 2018-2021 intel cor...
Networking
9a0f28d8628ecf86841682784d4d34aac9b1d336
ybaruch
drivers
net
intel, iwlwifi, pcie, wireless
iwlwifi: mvm: add support for 6ghz passive scan
when doing scan while 6ghz channels are not enabled, the 6ghz band is not scanned. thus, if there are no aps on the 2ghz and 5ghz bands (that will allow discovery of geographic location etc. that would allow enabling the 6ghz channels) but there are non collocated aps on 6ghz psc channels these would never be discovere...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 6ghz passive scan
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'mvm']
['h', 'c']
7
148
0
- 6ghz channels are supported but not enabled by regulatory. - station interface is not associated or less than a defined time - at least 4 channels are included in the scan request - the scan request includes the widlcard ssid. - at least 50 minutes passed from the last 6ghz passive scan. --- diff --git a/drivers/net/...
Networking
e8fe3b41c3a36c7a7aa88bdfec112b91530577e4
ilan peer
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: mvm: add support for version 3 of lari_config_change command.
add support for version 3 of the lari_config_change command. this is needed to support fw api change which is needed to support 11ax enablement in russia.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for version 3 of lari_config_change command
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'mvm']
['h', 'c']
3
29
16
--- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c --- a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c - * copyright (c) 2019-2020 intel corporation + * copyright (c) 2019-2021 intel corporation - /* - ** evaluat...
Networking
3c21990b0ccecf0e3679f82cd1931999bd78b261
miri korenblit
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: mvm: enable ppag in china
add support for ppag in china by reading revision 2 of the ppag table from acpi, and passing the data to the fw. this is needed to enable oems to control ppag enablement in china.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable ppag in china
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'mvm']
['h', 'c']
4
65
46
--- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c --- a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c - * (i.e. it is an integer smaller than 2, as we currently support only - * 2 revisions). + * (i.e. it is an ...
Networking
e12cfc7bbfd31c1be6567b296ea058e35fba91ab
miri korenblit
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: mvm: responder: support responder config command version 8
version 8 add ndp ranging parameters configuration, as well as enable/disable ndp ranging and lmr feedback.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support responder config command version 8
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'mvm', 'responder']
['h', 'c']
3
90
6
--- 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 + * @iwl_tof_responder_cmd_valid_ndp_support: enable/disable ndp ranging supp...
Networking
20578872d503d5c211bdf334185ccd8afe4ae697
avraham stern
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: mvm: support bios enable/disable for 11ax in ukraine
read the new bios dsm and pass to fw if to disable\enable 11ax for ukraine according to the bios key. this is needed to enable oems to control enable/disable 11ax in ukraine
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support bios enable/disable for 11ax in ukraine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'mvm']
['h', 'c']
4
45
0
--- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c --- a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c + +u32 iwl_acpi_eval_dsm_11ax_enablement(struct device *dev) +{ + union acpi_object *obj; + u32 ret; + + obj ...
Networking
d2bfda8addf9d78146c1ae3a39f4df3c845ea0d5
miri korenblit
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: mvm: support range request command version 12
version 12 adds configuration of ndp ranging parameters: - max number of ltf repetitions - max number of spatial streams - max total ltfs
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support range request command version 12
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'mvm']
['h', 'c']
3
186
3
- max number of ltf repetitions - max number of spatial streams - max total ltfs --- 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/locatio...
Networking
9896b0b904455ef5371327e0fa8de823d192c5a1
avraham stern
drivers
net
api, fw, intel, iwlwifi, mvm, wireless
iwlwifi: pcie: add support for bz family
add support for different combinations of bz and crfs.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for bz family
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iwlwifi ', 'pcie']
['h', 'c']
3
88
0
--- diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +#define iwl_bz_a_hr_b_fw_pre "iwlwifi-bz-a0-hr-b0-" +#define iwl_bz_a_gf_a_fw_pre "iwlwifi-bz-a0-gf-...
Networking
2be05dfd9c3f86c66ebcfd7b2a01d07c7e0158dd
matti gottlieb
drivers
net
cfg, intel, iwlwifi, pcie, wireless
ixgbe: support external gbe serdes phy bcm54616s
the broadcom phy is used in switches, so add the id, and hook it up.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support external gbe
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ixgbe']
['h', 'c']
2
4
0
--- diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c + case bcm54616s_e_phy_id: + phy_type = ixgbe_phy_ext_1g_t; + break; diff --git a/drivers/net/ethernet/intel/...
Networking
47222864c14bc10c7769378f7601e2a45bd52026
jostar yang
drivers
net
ethernet, intel, ixgbe
net: marvell: prestera: add support for ac3x 98dx3265 device
add pci match for ac3x 98dx3265 device which is supported by the current driver and firmware.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for ac3x 98dx3265 device
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['marvell', 'prestera']
['c']
1
1
0
--- diff --git a/drivers/net/ethernet/marvell/prestera/prestera_pci.c b/drivers/net/ethernet/marvell/prestera/prestera_pci.c --- a/drivers/net/ethernet/marvell/prestera/prestera_pci.c +++ b/drivers/net/ethernet/marvell/prestera/prestera_pci.c + { pci_device(pci_vendor_id_marvell, 0xc80c) },
Networking
ced97eea3974e6eaa33e771d8790f4c0ada0d226
vadym kochan
drivers
net
ethernet, marvell, prestera
net: mdio: add bcm6368 mdio mux bus controller
this controller is present on bcm6318, bcm6328, bcm6362, bcm6368 and bcm63268 socs.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add bcm6368 mdio mux bus controller
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mdio']
['kconfig', 'c', 'makefile']
3
196
0
--- diff --git a/drivers/net/mdio/kconfig b/drivers/net/mdio/kconfig --- a/drivers/net/mdio/kconfig +++ b/drivers/net/mdio/kconfig +config mdio_bus_mux_bcm6368 + tristate "broadcom bcm6368 mdio bus multiplexers" + depends on of && of_mdio && (bmips_generic || compile_test) + select mdio_bus_mux + default bmips_generic ...
Networking
e239756717b5c866958823a1609e2ccf268435be
lvaro fern ndez rojas
drivers
net
mdio
net: mediatek: add flow offload for mt7623
mt7623 uses offload version 2 too
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add flow offload for mt7623
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mediatek']
['c']
1
1
0
--- diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c + .offload_version = 2,
Networking
917e2e6c57980e2255c5eb8ddd77ed670ae49752
frank wunderlich
drivers
net
ethernet, mediatek
net: mhi: add support for non-linear mbim skb processing
currently, if skb is non-linear, due to mhi skb chaining, it is linearized in mbim rx handler prior mbim decoding, causing extra allocation and copy that can be as large as the maximum mbim frame size (32k).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for non-linear mbim skb processing
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mhi']
['c']
1
25
26
--- diff --git a/drivers/net/mhi/proto_mbim.c b/drivers/net/mhi/proto_mbim.c --- a/drivers/net/mhi/proto_mbim.c +++ b/drivers/net/mhi/proto_mbim.c -static int mbim_rx_verify_ndp16(struct sk_buff *skb, int ndpoffset) +static int mbim_rx_verify_ndp16(struct sk_buff *skb, struct usb_cdc_ncm_ndp16 *ndp16) - struct usb_cdc_...
Networking
d9f0713c9217fdd31077f890c2e15232ad2f0772
loic poulain
drivers
net
mhi
mlxsw: spectrum_span: add span session identifier support
when packets are mirrored to the cpu, the trap identifier with which the packets are trapped is determined according to the session identifier of the span agent performing the mirroring. packets that are trapped for the same logical reason (e.g., buffer drops) should use the same session identifier.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement sampling using mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
22
2
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c - struct mlxsw_sp_span_agent_parms agent_parms = {}; + struct mlxsw_sp_span_a...
Networking
5c7659eba873df8929f4bffd352906f625d4cfec
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: extend mirroring registers with probability rate field
the mpar and mpagr registers are used to configure the binding between the mirroring trigger (e.g., received packet) and the span agent. add probability rate field, which will allow us to support sampling by mirroring to the cpu.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement sampling using mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
17
2
--- 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 +#define mlxsw_reg_mpar_rate_max 3500000000ul + +/* reg_mpar_probability_rate + * sampling rate. + * valid values are: 1 ...
Networking
fa3faeb7aedbfbd7e30eb25a25058a2cce1010fb
ido schimmel jiri pirko jiri nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_span: add span probability rate support
currently, every packet that matches a mirroring trigger (e.g., received packets, buffer dropped packets) is mirrored. spectrum-2 and later asics support mirroring with probability, where every 1 in n matched packets is mirrored.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement sampling using mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
4
15
3
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c + parms.probability_rate = 1; diff --git a/drivers/net/ethernet/m...
Networking
2dcbd9207b3380c0efd89b2805dfc4e867470eb9
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_matchall: split sampling support between asics
sampling of ingress packets is supported using a dedicated sampling mechanism on all spectrum asics. however, spectrum-2 and later asics support more sophisticated sampling by mirroring packets to the cpu.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement sampling using mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
43
3
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c + mlxsw_sp->mall_ops = &mlxsw_sp1_mall_ops; + mlxsw_sp->mall_ops = &mlxsw_sp2_mall_ops; + mlxsw_sp->m...
Networking
20afb9bc480d0bfe3d1abcb934d79b2cdc19acbf
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_trap: split sampling traps between asics
sampling of ingress packets is supported using a dedicated sampling mechanism on all spectrum asics. however, spectrum-2 and later asics support more sophisticated sampling by mirroring packets to the cpu.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement sampling using mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
26
13
--- 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 - { - .group = devlink_trap_group_generic(acl_sample, 0), - .hw_group_id = mlxsw_...
Networking
34a277212c67a395b47b715aa89c4b4e2c957d42
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_matchall: implement sampling using mirroring
spectrum-2 and later asics support sampling of packets by mirroring to the cpu with probability. there are several advantages compared to the legacy dedicated sampling mechanism:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement sampling using mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
4
63
4
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h + int span_id; /* relevant for spectrum-2 onwards. */ diff --git a/drivers/net/ethernet/mellanox/mlxs...
Networking
cf31190ae0b788159a9874f0b28bbfde994741cd
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: remove rtnl assertion
remove the rtnl assertion in the nexthop notifier block. the assertion is not needed given rtnl is never assumed to be taken.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
0
2
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c - assert_rtnl(); -
Networking
08c99b92d76c5bb0208cf89cafd502bdb3b2c98c
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: consolidate nexthop helpers
the helper mlxsw_sp_nexthop_offload() is actually interested in finding out if the nexthop is both written to the adjacency table and forwarding packets (as opposed to discarding them).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
9
18
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c - if (mlxsw_sp_nexthop_offload(nh) && - !mlxsw_sp_nexthop_group_has_ipip(nh) ...
Networking
26df5acc275b8b5fb14de1301feed6697f2433cf
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: only provide mac address for valid nexthops
the helper returns the mac address associated with the nexthop. it is only valid when the nexthop forwards packets and when it is an ethernet nexthop. reflect this in the checks the helper is performing.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
2
1
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c - if (!nh->offloaded) + if (nh->type != mlxsw_sp_nexthop_type_eth || + !m...
Networking
c6a5011bec0962cfddcce48065e29c65e9a6ec18
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: adjust comments on nexthop fields
the comments assume that nexthops are simple ethernet nexthops that are programmed to forward packets to the associated neighbour. this is no longer the case, as both ipinip and blackhole nexthops are now supported.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
6
6
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c - u8 should_offload:1, /* set indicates this neigh is connected and - * s...
Networking
248136fa251abfbd862194175977afd57ab5e760
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: introduce nexthop action field
currently, the action associated with the nexthop is assumed to be 'forward' unless the 'discard' bit is set.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
17
8
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +enum mlxsw_sp_nexthop_action { + /* nexthop forwards packets to an egres...
Networking
031d5c16065606efc387aa6865690037c13cefc4
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: prepare for nexthops with trap action
nexthops that need to be programmed with a trap action might not have a valid router interface (rif) associated with them. therefore, use the loopback rif created during initialization to program them to the device.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
4
1
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c + u16 rif_index; + rif_index = nh->rif ? nh->rif->rif_index : + mlxsw_sp-...
Networking
1be2361e3ca715cd9315c3c4ebede8cdcfcbf7d5
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: add nexthop trap action support
currently, nexthops are programmed with either forward or discard action (for blackhole nexthops). nexthops that do not have a valid mac address (neighbour) or router interface (rif) are simply not written to the adjacency table.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
29
13
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c + /* nexthop traps packets */ + mlxsw_sp_nexthop_action_trap, - if (nh->a...
Networking
fc199d7c08c837095083e4c77678d9de1546945c
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: rename nexthop update function to reflect its type
mlxsw_sp_nexthop_update() is used to update the configuration of ethernet-type nexthops, as opposed to mlxsw_sp_nexthop_ipip_update(), which is used to update ipinip-type nexthops.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
14
11
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c - mlxsw_sp_nexthop_update(mlxsw_sp, - adj_index + adj_hash_index, nh); + mlxs...
Networking
424603ccdd5eb00725f9080d7e8c018039816d17
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: encapsulate nexthop update in a function
encapsulate this functionality in a separate function, so that it could be invoked by follow-up patches, when replacing a nexthop bucket that is part of a resilient nexthop group.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
15
13
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +static int mlxsw_sp_nexthop_update(struct mlxsw_sp *mlxsw_sp, u32 adj_in...
Networking
29017c643476daf57495c2ccd1a5fdc8dc5186ea
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: break nexthop group entry validation to a separate function
the validation of a nexthop group entry is also necessary for resilient nexthop groups, so break the validation to a separate function to allow for code reuse in subsequent patches.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
25
11
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +static int +mlxsw_sp_nexthop_obj_group_entry_validate(struct mlxsw_sp *m...
Networking
40f5429fce693bfb79dd9ec78d60576f17f13c76
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: avoid unnecessary neighbour updates
avoid updating neighbour and adjacency entries in hardware when the neighbour is already connected and its mac address did not change. this can happen, for example, when neighbour transitions between valid states such as 'nud_reachable' and 'nud_delay'.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
4
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c + if (neigh_entry->connected && entry_connected && + !memcmp(neigh_entry-...
Networking
c1efd50002c00cbe51014ddf357d55162cd7d6d8
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: create per-asic router operations
there are several differences in the router module between spectrum-1 and spectrum-{2,3}. currently, this is only apparent in the router interface (rif) operations that are split between these asics.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
41
10
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c - mlxsw_sp->rif_ops_arr = mlxsw_sp1_rif_ops_arr; + mlxsw_sp->router_ops = &mlxsw_sp1_router_ops; - ml...
Networking
d354fdd923e7a3dc2f5c34cfcfb0401bd8c56ea8
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: encode adjacency group size ranges in an array
the device supports a fixed set of adjacency group sizes. encode these sizes in an array, so that the next patch will be able to split it between spectrum-1 and spectrum-{2,3}, which support different size ranges.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
44
21
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +struct mlxsw_sp_adj_grp_size_range { + u16 start; /* inclusive */ + u16 ...
Networking
164fa130dd1671797c4249195bc7f5447a34a9c2
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: add spectrum-{2, 3} adjacency group size ranges
spectrum-{2,3} support different adjacency group size ranges compared to spectrum-1. add an array describing these ranges and change the common code to use the array which was set during the per-asic initialization.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
preparations for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
32
10
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c -mlxsw_sp_adj_grp_size_ranges[] = { +mlxsw_sp1_adj_grp_size_ranges[] = { ...
Networking
ea037b236a05822fba43b98ca68e91859e03bb64
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: add support for resilient nexthop groups
parse the configuration of resilient nexthop groups to existing mlxsw data structures. unlike non-resilient groups, nexthops without a valid mac or router interface (rif) are programmed with a trap action instead of not being programmed at all.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
25
1
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c - gateway:1; /* routes using the group use a gateway */ + gateway:1, /* r...
Networking
c6fc65f48072c9c6144ea2d145c011317bd03441
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: add ability to overwrite adjacency entry only when inactive
allow the driver to instruct the device to only overwrite an adjacency entry if its activity is cleared. currently, adjacency entry is always overwritten, regardless of activity.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
5
32
19
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c - adj_index + adj_hash_index, nh); + adj_index + adj_hash_index, nh, + true);...
Networking
62b67ff33bee9e1adf408ed3c708fdf3c69b15be
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: pass payload pointer to nexthop update function
have the caller pass a pointer to the payload of the ratr register to the function updating a single nexthop / adjacency entry.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
5
21
17
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c + char ratr_pl[mlxsw_reg_ratr_len]; - true); + true, ratr_pl); diff --git a/d...
Networking
197fdfd107e30a59e96691273b0b175cbf2471b8
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: add nexthop bucket replacement support
replace a single nexthop bucket upon receiving a 'nexthop_event_bucket_replace' notification.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
134
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +#define mlxsw_sp_nh_grp_activity_update_interval 1000 /* ms */ + +static...
Networking
617a77f044ed7a92bb0c01c939d816f870947d5a
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: update hardware flags on nexthop buckets
so far, mlxsw only updated hardware flags ('offload' / 'trap') on nexthop objects. for resilient nexthop groups, these flags need to be updated on individual nexthop buckets as well.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
37
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +static void +mlxsw_sp_nexthop_bucket_offload_refresh(struct mlxsw_sp *ml...
Networking
d7761cb30374d5fcd45dd91ec015b9e7f7d5a120
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: add router adjacency table activity dump register
the ratrad register is used to dump and optionally clear activity bits of router adjacency table entries. will be used by the next patch to query and clear the activity of nexthop buckets in a resilient nexthop group.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h']
1
55
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 +/* ratrad - router adjacency table activity dump register + * ------------------------------------------------------ + *...
Networking
75d495b02982f5fa7eeb3fec9d9616bb7ab958bd
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: periodically update activity of nexthop buckets
the kernel periodically checks the idle time of nexthop buckets to determine if they are idle and can be re-populated with a new nexthop.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
102
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c + struct list_head list; /* member in nh_res_grp_list */ +static void +ml...
Networking
debd2b3bf5735ec935f53f01834df6dbec35c8d3
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_router: enable resilient nexthop groups to be programmed
now that mlxsw supports resilient nexthop groups, allow them to be programmed after validating that their configuration conforms to the device's limitations (e.g., number of buckets is within predefined range).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
1
85
1
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +static int +mlxsw_sp_nexthop_obj_res_group_size_validate(struct mlxsw_sp...
Networking
03490a8239156933366f5595250fe3dc5d0e18aa
ido schimmel petr machata petrm nvidia com
drivers
net
ethernet, mellanox, mlxsw
selftests: mlxsw: test unresolved neigh trap with resilient nexthop groups
the number of nexthop buckets in a resilient nexthop group never changes, so when the gateway address of a nexthop cannot be resolved, the nexthop buckets are programmed to trap packets to the cpu in order to trigger resolution. for example:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['sh']
1
31
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_exceptions.sh b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_exceptions.sh --- a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_exceptions.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_exceptions.sh +...
Networking
861584724c44e63bfb684090c70ade660dae6c69
ido schimmel
tools
testing
drivers, mlxsw, net, selftests
selftests: mlxsw: add resilient nexthop groups configuration tests
test that unsupported resilient nexthop group configurations are rejected and that offload / trap indication is correctly set on nexthop buckets in a resilient group.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['sh']
2
87
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh b/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh --- a/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh + nexthop_obj_bucket_offload_test + ip nexthop add id 3 via 192.0.2.3...
Networking
ffd3e9b07b9ee3242fa5f5bc76385b6a0e69437d
ido schimmel petr machata petrm nvidia com
tools
testing
drivers, forwarding, mlxsw, net, selftests
mlxsw: spectrum_matchall: propagate extack further
due to the differences between spectrum-1 and later asics, some of the checks currently performed at the common code (where extack is available) will need to be pushed to the per-asic operations.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
43
22
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h - struct mlxsw_sp_port *mlxsw_sp_port, u32 rate); + struct mlxsw_sp_port *mlxsw_sp_port, u32 rate, + ...
Networking
6561df560833952fee3ff8dd11c3b6a2041b3b1a
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_matchall: push sampling checks to per-asic operations
push some sampling checks to the per-asic operations, as they are no longer relevant for all asics.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
22
14
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h - struct mlxsw_sp_port *mlxsw_sp_port, u32 rate, - struct netlink_ext_ack *extack); + struct mlxsw_sp...
Networking
559313b2cbb762ee4efa4ab6cd6f800c39984c20
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_matchall: pass matchall entry to sampling operations
the entry will be required by the next patches, so pass it. no functional changes intended.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
22
14
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +struct mlxsw_sp_mall_entry; - struct mlxsw_sp_port *mlxsw_sp_port, bool ingress, - u32 rate, struct ...
Networking
e09a59555a3028564f3cb0d10c24ab86f50cbb79
ido schimmel jiri pirko jiri nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum: track sampling triggers in a hash table
currently, mlxsw supports a single sampling trigger type (i.e., received packet). when sampling is configured on an ingress port, the sampling parameters (e.g., pointer to the psample group) are stored as an attribute of the port, so that they could be passed to psample_sample_packet() when a sampled packet is trapped ...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
178
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +#include <linux/refcount.h> +#include <linux/rhashtable.h> +struct mlxsw_sp_sample_trigger_node { + ...
Networking
1b9fc42e46dfea0efa39165d906b0f6a05d6b558
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum: start using sampling triggers hash table
start using the previously introduced sampling triggers hash table to store sampling parameters instead of storing them as attributes of the sampled port.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
46
42
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h -struct mlxsw_sp_port_sample { - struct psample_group *psample_group; - u32 trunc_size; - u32 rate; -...
Networking
90f53c53ec4acaa86055f4d2e98767eeb735b42d
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_matchall: add support for egress sampling
allow user space to install a matchall classifier with sample action on egress. this is only supported on spectrum-2 onwards, so spectrum-1 will continue to return an error.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['c']
2
69
12
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c + enum mlxsw_sp_span_trigger span_trigger; - if (!mall_entry->ing...
Networking
54d0e963f683362418424f9ce61884a6e1cced38
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
mlxsw: core_acl_flex_actions: add mirror sampler action
add core functionality required to support mirror sampler action in the policy engine. the switch driver (e.g., 'mlxsw_spectrum') is required to implement the sampler_add() / sampler_del() callbacks that perform the necessary configuration before the sampler action can be installed. the next patch will implement it for...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
142
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c b/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c --- a/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c +++ b/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c + +/* mirror sampler action + * -----------------...
Networking
ca19ea63f739c7a4e5dad64951706fea789e1f1a
ido schimmel jiri pirko jiri nvidia com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_acl: offload flow_action_sample
implement support for action sample when used with a flower classifier by implementing the required sampler_add() / sampler_del() callbacks and registering an rx listener for the sampled packets.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
5
175
1
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h + mlxsw_sp_sample_trigger_type_policy_engine, - u8 local_port; + u8 local_port; /* reserved when trig...
Networking
45aad0b7043da88244622a65773dae24fd1dd4da
ido schimmel
drivers
net
ethernet, mellanox, mlxsw
selftests: mlxsw: add tc sample tests for new triggers
test that packets are sampled when tc-sample is used with matchall egress binding and flower classifier. verify that when performing sampling on egress the end-to-end latency is reported as metadata.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['sh']
1
135
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/tc_sample.sh b/tools/testing/selftests/drivers/net/mlxsw/tc_sample.sh --- a/tools/testing/selftests/drivers/net/mlxsw/tc_sample.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/tc_sample.sh + tc_sample_md_latency_test + tc_sample_acl_group_conflict_test + tc_...
Networking
f0b692c4ee2fdd0d4291fe3cbde156792896895e
ido schimmel
tools
testing
drivers, mlxsw, net, selftests
selftests: mlxsw: test egress sampling limitation on spectrum-1 only
make sure egress sampling configuration only fails on spectrum-1, given that mlxsw now supports it on spectrum-{2,3}.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for egress and policy-based sampling
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['sh']
1
3
1
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/tc_restrictions.sh b/tools/testing/selftests/drivers/net/mlxsw/tc_restrictions.sh --- a/tools/testing/selftests/drivers/net/mlxsw/tc_restrictions.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/tc_restrictions.sh +source $lib_dir/devlink_lib.sh - # bound on ...
Networking
0f967d9e5a20aeee51bb004295e83c2c913cceda
ido schimmel jiri pirko jiri nvidia com
tools
testing
drivers, mlxsw, net, selftests
mlxsw: reg: add egr_et_set field to spvid
spvid.egr_et_set=1 means that when vlan is pushed at ingress (for untagged packets or for qinq push mode) then the ethertype is decided at the egress port.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h']
1
9
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 +/* reg_spvid_egr_et_set + * when vlan is pushed at ingress (for untagged packets or for + * qinq push mode) then the eth...
Networking
1b35293b7afc5bdd6731502c6bba11a04a71512a
amit cohen
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: add switch port egress vlan ethertype register
spevet configures which ethertype to push at egress for packets incoming through a local port for which 'spvid.egr_et_set' is set.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h']
1
36
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 +/* spevet - switch port egress vlan ethertype + * ------------------------------------------ + * the switch port egress ...
Networking
d8f4da73cea7438d95c6d6a54ec0a76dbccac02e
amit cohen
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum: add mlxsw_sp_port_egress_ethtype_set()
a subsequent patch will cause decapsulated packets to have their ethertype determined by the egress port. add mlxsw_sp_port_egress_ethtype_set() which will be called when a port joins an 802.1ad bridge, so that it will set an 802.1ad ethertype on decapsulated packets transmitted through it, instead of the default 802.1...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
2
18
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +int mlxsw_sp_port_egress_ethtype_set(struct mlxsw_sp_port *mlxsw_sp_port, + u16 ethtype) +{ + struct...
Networking
114a465d890a4fa2e3c0a49001cd47d3e804bf54
amit cohen
drivers
net
ethernet, mellanox, mlxsw
mlxsw: add struct mlxsw_sp_switchdev_ops per asic
a subsequent patch will need to implement different set of operations when a port joins / leaves an 802.1ad bridge, based on the asic type.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
31
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c + mlxsw_sp->switchdev_ops = &mlxsw_sp1_switchdev_ops; + mlxsw_sp->switchdev_ops = &mlxsw_sp2_switchde...
Networking
0f74fa5617305aa555db7cbc8c19b8eff4806efe
amit cohen
drivers
net
ethernet, mellanox, mlxsw
mlxsw: allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
currently only one ethertype can be configured for pushing in tunnels because ethertype is configured using spvid.et_vlan for tunnel port.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['h', 'c']
3
53
15
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h - u16 ethertype; diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan....
Networking
bf677bd25a9956bbeb9b4e13cb0c786c814d917e
amit cohen
drivers
net
ethernet, mellanox, mlxsw
selftests: forwarding: add test for dual vxlan bridge
configure vxlan with an 802.1ad bridge and vxlan with an 802.1d bridge at the same time in same switch, verify that traffic passed as expected.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['sh']
1
366
0
--- diff --git a/tools/testing/selftests/net/forwarding/dual_vxlan_bridge.sh b/tools/testing/selftests/net/forwarding/dual_vxlan_bridge.sh --- /dev/null +++ b/tools/testing/selftests/net/forwarding/dual_vxlan_bridge.sh +#!/bin/bash +# spdx-license-identifier: gpl-2.0 + +# +--------------------+ +----------------------+...
Networking
35f15ab378fa7e1eaa25798076a457523b5ace75
amit cohen
tools
testing
forwarding, net, selftests
selftests: mlxsw: spectrum-2: remove q_in_vni_veto test
q_in_vni_veto.sh is not needed anymore because vxlan with an 802.1ad bridge and vxlan with an 802.1d bridge can coexist.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 802.1d and .1ad vxlan bridges to coexist on spectrum>=2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlxsw ']
['sh']
1
0
77
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/q_in_vni_veto.sh b/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/q_in_vni_veto.sh --- a/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/q_in_vni_veto.sh +++ /dev/null -#!/bin/bash -# spdx-license-identifier: gpl-2.0 - -lib_dir=$(dirname $...
Networking
1724c97d2f9ddcfe2e372f9b02d6efde15b885b0
amit cohen
tools
testing
drivers, mlxsw, net, selftests, spectrum-2
net/mlx5e: add states to ptp channel
add ptp tx state to ptp channel, which indicates the corresponding sq is available. further patches in the set extend ptp channel to include rq. the ptp channel state will be used for separation and coexistence of rx and tx ptp. enhance conditions to verify the tx ptp state is set.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
5
71
34
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c b/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c - for (i = 0; i < c->num_tc; i++) { - busy |= mlx5e_poll_tx_cq(&c->ptpsq[i].txqsq.cq, budget)...
Networking
24c22dd0918bd136b7bea0f3a521ccf355fb432b
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: add rq to ptp channel
enhance ptp channel to allow ptp without disabling cqe compression. add rq, tir and ptp_rx_state to ptp channel. when this bit is set, ptp channel manages its rq, and ptp traffic is directed to the ptp-rq which is not affected by compression.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
118
8
--- 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 + struct mlx5e_rq_stats rq; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c b/drivers/net/ether...
Networking
a099da8ffcf6d4f6d41719bd41878ff529ab6b55
aya levin
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: add ptp-rx statistics
like ptp-tx, once the ptp-rx is opened, corresponding statistics appear. add indication that ptp-rx was ever opened: rx_ptp_opened. if any of the ptp rx or tx were opened, display the ptp channel's statistics.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
5
100
26
--- 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 + bool rx_ptp_opened; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c b/drivers/net/ethernet/me...
Networking
a28359e922c681a23c01e4858175d9e98c5ff88a
aya levin
drivers
net
core, en, ethernet, mellanox, mlx5
net:mlx5e: add ptp-tir and ptp-rqt
add ptp-tir and initiate its rqt to allow ptp-rq to integrate into the safe-reopen flow on configuration change. add rx_ptp_support flag on a profile and turn it on for eth driver. with this flag set, create a redirect-rqt for ptp-rq.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
7
52
4
--- 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 + struct mlx5e_tir ptp_tir; + bool rx_ptp_support; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/pt...
Networking
3adb60b6a3ed9f233daa632d35cec79fe4781372
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, ipoib, mellanox, mlx5
net/mlx5e: refactor rx reporter diagnostics
break rx diagnostics function into smaller helpers. this enables easier enhancement in the next patch in the set.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
66
38
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c b/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c -static int mlx5e_rx_reporter_build_diagnose_output(struct ml...
Networking
19cfa36b18d8dc76d72f74b5209875e31641e219
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: add ptp rq to rx reporter
when present, add the ptp rq to the rx reporter.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
66
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c b/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c +#include "ptp.h" +static int +mlx5e_rx_reporter_diagnose_com...
Networking
b8fb10939ff43be7599df3a264474c180ba7234c
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: cleanup flow steering level
flow steering levels are used to determine the order between the tables. as of today, each one of these tables follows the ttc table, and hijacks its traffic, and cannot be combined together for now. putting them in the same layer better reflects the situation.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
2
3
3
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h - mlx5e_accel_fs_tcp_ft_level, + mlx5e_accel_fs_tcp_ft_level = mlx5e_inner_ttc_ft_level + 1, - ml...
Networking
c809cf665e28449ba7fec93089718bc8751a52cc
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: introduce flow steering udp api
add a new fs api which captures the udp traffic from the traffic classifier into a dedicated fs table. this api handles both udp over ipv4 and ipv6 in the same manner. the tables (one for udpv4 and another for udpv6) consist of a group matching the udp destination port and a must-be-last group which contains a default ...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c', 'makefile']
5
368
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - en/qos.o en/trap.o + en/qos.o en/trap.o en/fs_tt_redirect.o diff --git a/drivers/net/ethern...
Networking
1c80bd6843881fbef7d198981ea0decc184954fd
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: introduce flow steering any api
add a new fs api which captures the any traffic from the traffic classifier into a dedicated fs table. the table consists of a group matching the ethertype and a must-be-last group which contains a default rule redirecting the unmatched packets back to the rss logic.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
4
273
1
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h + mlx5e_fs_tt_any_ft_level = mlx5e_inner_ttc_ft_level + 1, +struct mlx5e_fs_any; + struct mlx5e_f...
Networking
0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5