summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-10-04net: dsa: sja1105: fix reception from VLAN-unaware bridgesVladimir Oltean
2024-10-04octeontx2-af: Change block parameter to const pointer in get_lf_str_listRiyan Dhiman
2024-10-04net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski
2024-10-04net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()Lorenzo Bianconi
2024-10-04net: airoha: read default PSE reserved pages value before updatingLorenzo Bianconi
2024-10-04net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco
2024-10-04net: mdio: thunder: switch to scoped device_for_each_child_node()Javier Carrasco
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt
2024-10-04net: mv643xx: fix wrong devm_clk_get usageRosen Penev
2024-10-04net: mv643xx: use devm_platform_ioremap_resourceRosen Penev
2024-10-04net: ag71xx: move assignment into main loopRosen Penev
2024-10-04net: ag71xx: replace INIT_LIST_HEADRosen Penev
2024-10-04net: ag71xx: remove platform_set_drvdataRosen Penev
2024-10-04net: ag71xx: use some dev_err_probeRosen Penev
2024-10-04net: ag71xx: use devm_ioremap_resourceRosen Penev
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert
2024-10-03ibmvnic: Add stat for tx direct vs tx batchedNick Child
2024-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-10-03net: marvell: mvmdio: use clk_get_optionalRosen Penev
2024-10-03gve: Map NAPI instances to queuesJoe Damato
2024-10-03gve: Map IRQs to NAPI instancesJoe Damato
2024-10-03net: phy: microchip_t1: Interrupt support for lan887xDivya Koppera
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault
2024-10-03net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan
2024-10-03net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan
2024-10-03ena: Link queues to NAPIsJoe Damato
2024-10-03ena: Link IRQs to NAPI instancesJoe Damato
2024-10-03sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior
2024-10-03net: phy: dp83869: fix memory corruption when enabling fiberIngo van Lil
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-03net: mana: Add get_link and get_link_ksettings in ethtoolErni Sri Satya Vennela
2024-10-02net: phy: qt2025: Fix warning: unused import DeviceIdFUJITA Tomonori
2024-10-02net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)
2024-10-02net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)
2024-10-02net: dsa: sja1105: use phylink_pcs internallyRussell King (Oracle)
2024-10-02net: dsa: sja1105: call PCS config/link_up via pcs_ops structureRussell King (Oracle)
2024-10-02net: dsa: sja1105: simplify static configuration reloadRussell King (Oracle)
2024-10-02net: wangxun: txgbe: use phylink_pcs internallyRussell King (Oracle)
2024-10-02net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)
2024-10-02net: pcs: xpcs: get rid of xpcs_init_iface()Russell King (Oracle)
2024-10-02net: pcs: xpcs: drop interface argument from internal functionsRussell King (Oracle)
2024-10-02net: pcs: xpcs: move PCS reset to .pcs_pre_config()Russell King (Oracle)
2024-10-02net: phy: mxl-gpy: add basic LED supportDaniel Golle
2024-10-02vrf: revert "vrf: Remove unnecessary RCU-bh critical section"Willem de Bruijn
2024-10-02net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup codeDan Carpenter
2024-10-02net: phy: realtek: Check the index value in led_hw_control_getHui Wang