summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-04-04mlxsw: pci: Store DQ pointer as part of CQ structureAmit Cohen1-13/+28
2024-04-04mlxsw: pci: Remove mlxsw_pci_cq_count()Amit Cohen1-15/+3
2024-04-04mlxsw: pci: Remove mlxsw_pci_sdq_count()Amit Cohen1-12/+7
2024-04-04mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue typeAmit Cohen1-12/+74
2024-04-04mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()Amit Cohen1-2/+2
2024-04-04mlxsw: pci: Remove unused wait queueAmit Cohen1-8/+4
2024-04-04mlxsw: pci: Use only one event queueAmit Cohen2-40/+16
2024-04-04mlxsw: pci: Rename MLXSW_PCI_EQS_COUNTAmit Cohen2-3/+3
2024-04-04mlxsw: pci: Poll command interface for each cmd_exec()Amit Cohen1-31/+17
2024-04-04mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()Amit Cohen1-9/+12
2024-04-04mlxsw: pci: Remove unused countersAmit Cohen1-31/+18
2024-04-04mlxsw: pci: Arm CQ doorbell regardless of number of completionsAmit Cohen1-2/+2
2024-04-04mlxsw: pci: Do not setup tasklet from operationAmit Cohen1-6/+2
2024-04-04mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()Amit Cohen1-43/+43
2024-04-04mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()Amit Cohen1-36/+36
2024-04-04net/mlx5: Don't call give_pages() if request 0 pageJianbo Liu1-0/+3
2024-04-04net/mlx5: Skip pages EQ creation for non-page supplier functionJianbo Liu1-1/+8
2024-04-04net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu5-62/+211
2024-04-04net/mlx5e: Add support for 800Gbps link modesGal Pressman1-0/+7
2024-04-04net/mlx5: Convert uintX_t to uXGal Pressman10-13/+13
2024-04-04net/mlx5e: XDP, Fix an inconsistent commentCarolina Jubran1-1/+1
2024-04-04net/mlx5e: debugfs, Add reset option for command interface statsTariq Toukan1-5/+17
2024-04-04net/mlx5e: Make stats group fill_stats callbacks consistent with the APIGal Pressman7-173/+215
2024-04-04net/mlx5e: Use ethtool_sprintf/puts() to fill stats stringsGal Pressman7-146/+85
2024-04-04net/mlx5e: Use ethtool_sprintf/puts() to fill selftests stringsGal Pressman1-1/+1
2024-04-04net/mlx5e: Use ethtool_sprintf/puts() to fill priv flags stringsGal Pressman1-2/+1
2024-04-04net: fman: Remove some unused fields in some structureChristophe JAILLET2-2/+0
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy3-14/+95
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy3-24/+102
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy5-22/+20
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy5-43/+13
2024-04-03gve: simplify setting decriptor count defaultsHarshitha Ramamurthy1-29/+15
2024-04-03octeontx2-pf: Reset MAC stats during probeSai Krishna9-0/+100
2024-04-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski20-500/+814
2024-04-03net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li1-5/+9
2024-04-03nfp: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-16/+25
2024-04-02Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski13-649/+582
2024-04-01ice: hold devlink lock for whole init/cleanupMichal Swiatkowski2-20/+19
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski7-424/+445
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski8-7/+8
2024-04-01ice: Remove newlines in NL_SET_ERR_MSG_MODThorsten Blum1-3/+3
2024-04-01ice: Add switch recipe reusing featureSteven Zou5-17/+177
2024-04-01ice: fold ice_ptp_read_time into ice_ptp_gettimex64Michal Schmidt1-22/+3
2024-04-01ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt4-7/+12
2024-04-01ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt5-1/+148
2024-04-01ice: Add support for PFCP hardware offload in switchdevMarcin Szycik7-7/+169
2024-04-01ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTSMarcin Szycik2-6/+6
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin9-37/+75
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin3-16/+20
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg7-35/+11