summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-05136-139/+139
* net: dsa: bcm_sf2: fix crossbar port bitwidth logicSam Edwards2024-10-052-3/+7
* net: dsa: mv88e6xxx: Support LED controlLinus Walleij2024-10-057-2/+1031
* hv_netvsc: Don't assume cpu_possible_mask is denseMichael Kelley2024-10-041-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-10-0410-954/+910
|\
| * ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov2024-10-012-273/+0
| * ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov2024-10-015-43/+105
| * ice: Initial support for E825C hardware in ice_adapterSergey Temerkhanov2024-10-011-3/+13
| * ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov2024-10-012-1/+16
| * ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov2024-10-013-21/+25
| * ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov2024-10-013-0/+34
| * ice: Read SDP section from NVM for pin definitionsYochai Hagvi2024-10-015-28/+186
| * ice: Disable shared pin on E810 on setfuncKarol Kolacinski2024-10-011-0/+65
| * ice: Cache perout/extts requests and check flagsKarol Kolacinski2024-10-014-204/+212
| * ice: Align E810T GPIO to other productsKarol Kolacinski2024-10-015-405/+155
| * ice: Add SDPs support for E825CKarol Kolacinski2024-10-011-2/+18
| * ice: Implement ice_ptp_pin_descKarol Kolacinski2024-10-012-107/+214
* | net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu2024-10-042-7/+2
* | net/mlx5: hw counters: Don't maintain a counter countCosmin Ratiu2024-10-041-22/+18
* | net/mlx5: hw counters: Drop unneeded cacheline alignmentCosmin Ratiu2024-10-041-1/+1
* | net/mlx5: hw counters: Replace IDR+lists with xarrayCosmin Ratiu2024-10-041-194/+82
* | net/mlx5: hw counters: Use kvmalloc for bulk query bufferCosmin Ratiu2024-10-041-37/+22
* | net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu2024-10-041-20/+59
* | octeontx2-af: Change block parameter to const pointer in get_lf_str_listRiyan Dhiman2024-10-041-7/+7
* | net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski2024-10-041-1/+2
* | net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()Lorenzo Bianconi2024-10-041-2/+4
* | net: airoha: read default PSE reserved pages value before updatingLorenzo Bianconi2024-10-041-4/+10
* | net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco2024-10-041-7/+3
* | net: mdio: thunder: switch to scoped device_for_each_child_node()Javier Carrasco2024-10-041-3/+1
* | qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt2024-10-041-0/+1
* | qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt2024-10-041-8/+1
* | qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt2024-10-041-0/+1
* | qed: make 'ethtool -d' 10 times fasterMichal Schmidt2024-10-041-21/+15
* | net: mv643xx: fix wrong devm_clk_get usageRosen Penev2024-10-041-13/+4
* | net: mv643xx: use devm_platform_ioremap_resourceRosen Penev2024-10-041-8/+3
* | net: ag71xx: move assignment into main loopRosen Penev2024-10-041-2/+1
* | net: ag71xx: replace INIT_LIST_HEADRosen Penev2024-10-041-3/+1
* | net: ag71xx: remove platform_set_drvdataRosen Penev2024-10-041-3/+0
* | net: ag71xx: use some dev_err_probeRosen Penev2024-10-041-12/+9
* | net: ag71xx: use devm_ioremap_resourceRosen Penev2024-10-041-3/+3
* | appletalk: Remove deadcodeDr. David Alan Gilbert2024-10-041-1/+1
* | ibmvnic: Add stat for tx direct vs tx batchedNick Child2024-10-042-8/+18
* | net: marvell: mvmdio: use clk_get_optionalRosen Penev2024-10-041-7/+4
* | gve: Map NAPI instances to queuesJoe Damato2024-10-041-0/+17
* | gve: Map IRQs to NAPI instancesJoe Damato2024-10-041-0/+1
* | net: phy: microchip_t1: Interrupt support for lan887xDivya Koppera2024-10-041-0/+61
* | ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault2024-10-041-2/+4
* | ena: Link queues to NAPIsJoe Damato2024-10-041-4/+24
* | ena: Link IRQs to NAPI instancesJoe Damato2024-10-041-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-031033-3447/+7602
|\ \