summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-0/+6
2024-09-16Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-84/+31
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+44
2024-09-15net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()Dan Carpenter-1/+1
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter-2/+2
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter-4/+4
2024-09-15net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier-1/+1
2024-09-14net: ti: icssg-prueth: Add multicast filtering support in HSR modeMD Danish Anwar-2/+40
2024-09-14net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offloadRavi Gunasekaran-5/+58
2024-09-14net: ti: icssg-prueth: Add support for HSR frame forward offloadMD Danish Anwar-12/+119
2024-09-14net: ti: icssg-prueth: Stop hardcoding def_incMD Danish Anwar-1/+2
2024-09-14net: ti: icss-iep: Move icss_iep structureMD Danish Anwar-73/+72
2024-09-13net: ibm: emac: get rid of wol_irqRosen Penev-10/+3
2024-09-13net: ibm: emac: remove all waiting codeRosen Penev-48/+7
2024-09-13net: ibm: emac: replace of_get_propertyRosen Penev-11/+9
2024-09-13net: ibm: emac: use netdev's phydev directlyRosen Penev-30/+22
2024-09-13net: ibm: emac: use devm for register_netdevRosen Penev-3/+1
2024-09-13net: ibm: emac: remove mii_bus with devmRosen Penev-20/+13
2024-09-13net: ibm: emac: use devm for of_iomapRosen Penev-8/+4
2024-09-13net: ibm: emac: manage emac_irq with devmRosen Penev-18/+11
2024-09-13net: ibm: emac: use devm for alloc_etherdevRosen Penev-6/+3
2024-09-13octeontx2-af: debugfs: Add Channel info to RPM mapLinu Cherian-4/+7
2024-09-13Merge tag 'linux-can-next-for-6.12-20240911' of git://git.kernel.org/pub/scm/...Jakub Kicinski-27/+27
2024-09-13rtase: Fix error code in rtase_init_board()Dan Carpenter-1/+2
2024-09-13Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski-12/+11
2024-09-13enic: Report some per queue statistics in ethtoolNelson Escobar-2/+81
2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar-0/+56
2024-09-13enic: Collect per queue statisticsNelson Escobar-18/+121
2024-09-13enic: Use macro instead of static const variables for array sizesNelson Escobar-10/+13
2024-09-13net: macb: Use predefined PCI vendor ID constantAndy Shevchenko-3/+2
2024-09-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch-23/+20
2024-09-13fbnic: Set napi irq value after calling netif_napi_addBrett Creeley-4/+4
2024-09-13r8169: disable ALDPS per default for RTL8125Heiner Kallweit-0/+2
2024-09-13net: ag71xx: remove dead code pathQianqiang Liu-9/+4
2024-09-13netkit: Assign missing bpf_net_contextBreno Leitao-0/+3
2024-09-13net: ethernet: ti: am65-cpsw: setup priority to flow mappingRoger Quadros-0/+3
2024-09-13net: ethernet: ti: cpsw_ale: add policer/classifier helpers and setup defaultsRoger Quadros-0/+95
2024-09-13net: ethernet: ti: cpsw_ale: add Policer and Thread control register fieldsRoger Quadros-0/+127
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for number of Entries and PolicersRoger Quadros-6/+22
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for ALE registersRoger Quadros-22/+79
2024-09-13net: ethernet: ti: am65-cpsw: Introduce multi queue RxRoger Quadros-230/+269
2024-09-12net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rqRahul Rameshbabu-12/+13
2024-09-12net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data splitDragos Tatulea-0/+13
2024-09-12net/mlx5: Add NOT_READY command return statusShay Drory-1/+6
2024-09-12net/mlx5: Allow users to configure affinity for SFsShay Drory-1/+1
2024-09-12net/mlx5: Skip HotPlug check on sync reset using hot resetMoshe Shemesh-5/+8
2024-09-12net/mlx5: Add support for sync reset using hot resetMoshe Shemesh-16/+69
2024-09-12net/mlx5: fs, add support for no append at software levelMark Bloch-16/+242
2024-09-12net/mlx5: fs, separate action and destination into distinct structMark Bloch-98/+104