summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König136-139/+139
2024-10-05net: dsa: bcm_sf2: fix crossbar port bitwidth logicSam Edwards2-3/+7
2024-10-05net: dsa: mv88e6xxx: Support LED controlLinus Walleij7-2/+1031
2024-10-04hv_netvsc: Don't assume cpu_possible_mask is denseMichael Kelley1-1/+1
2024-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-954/+910
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu2-7/+2
2024-10-04net/mlx5: hw counters: Don't maintain a counter countCosmin Ratiu1-22/+18
2024-10-04net/mlx5: hw counters: Drop unneeded cacheline alignmentCosmin Ratiu1-1/+1
2024-10-04net/mlx5: hw counters: Replace IDR+lists with xarrayCosmin Ratiu1-194/+82
2024-10-04net/mlx5: hw counters: Use kvmalloc for bulk query bufferCosmin Ratiu1-37/+22
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu1-20/+59
2024-10-04octeontx2-af: Change block parameter to const pointer in get_lf_str_listRiyan Dhiman1-7/+7
2024-10-04net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski1-1/+2
2024-10-04net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()Lorenzo Bianconi1-2/+4
2024-10-04net: airoha: read default PSE reserved pages value before updatingLorenzo Bianconi1-4/+10
2024-10-04net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco1-7/+3
2024-10-04net: mdio: thunder: switch to scoped device_for_each_child_node()Javier Carrasco1-3/+1
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt1-0/+1
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt1-8/+1
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt1-0/+1
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt1-21/+15
2024-10-04net: mv643xx: fix wrong devm_clk_get usageRosen Penev1-13/+4
2024-10-04net: mv643xx: use devm_platform_ioremap_resourceRosen Penev1-8/+3
2024-10-04net: ag71xx: move assignment into main loopRosen Penev1-2/+1
2024-10-04net: ag71xx: replace INIT_LIST_HEADRosen Penev1-3/+1
2024-10-04net: ag71xx: remove platform_set_drvdataRosen Penev1-3/+0
2024-10-04net: ag71xx: use some dev_err_probeRosen Penev1-12/+9
2024-10-04net: ag71xx: use devm_ioremap_resourceRosen Penev1-3/+3
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert1-1/+1
2024-10-04ibmvnic: Add stat for tx direct vs tx batchedNick Child2-8/+18
2024-10-04net: marvell: mvmdio: use clk_get_optionalRosen Penev1-7/+4
2024-10-04gve: Map NAPI instances to queuesJoe Damato1-0/+17
2024-10-04gve: Map IRQs to NAPI instancesJoe Damato1-0/+1
2024-10-04net: phy: microchip_t1: Interrupt support for lan887xDivya Koppera1-0/+61
2024-10-04ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-2/+4
2024-10-04ena: Link queues to NAPIsJoe Damato1-4/+24
2024-10-04ena: Link IRQs to NAPI instancesJoe Damato1-1/+11
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski117-156/+267
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-35/+152
2024-10-03net: mana: Add get_link and get_link_ksettings in ethtoolErni Sri Satya Vennela1-0/+11
2024-10-03net: phy: qt2025: Fix warning: unused import DeviceIdFUJITA Tomonori1-2/+2
2024-10-03net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)1-6/+5
2024-10-03net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)2-11/+6
2024-10-03net: dsa: sja1105: use phylink_pcs internallyRussell King (Oracle)3-28/+18
2024-10-03net: dsa: sja1105: call PCS config/link_up via pcs_ops structureRussell King (Oracle)1-3/+7
2024-10-03net: dsa: sja1105: simplify static configuration reloadRussell King (Oracle)1-31/+34
2024-10-03net: wangxun: txgbe: use phylink_pcs internallyRussell King (Oracle)2-10/+10
2024-10-03net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)1-0/+18
2024-10-03net: pcs: xpcs: get rid of xpcs_init_iface()Russell King (Oracle)1-13/+4
2024-10-03net: pcs: xpcs: drop interface argument from internal functionsRussell King (Oracle)1-6/+5