summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxbf_gige
AgeCommit message (Expand)AuthorFilesLines
2023-05-26net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressureThomas Bogendoerfer1-6/+7
2023-01-21net: Remove C45 check in C22 only MDIO bus driversAndrew Lunn1-6/+0
2023-01-14mlxbf_gige: fix white space in mlxbf_gige_eth_ioctlDavid Thompson1-1/+1
2023-01-14mlxbf_gige: add "set_link_ksettings" ethtool callbackDavid Thompson1-0/+1
2023-01-14mlxbf_gige: support 10M/100M/1G speeds on BlueField-3David Thompson3-15/+119
2023-01-14mlxbf_gige: add MDIO support for BlueField-3David Thompson6-50/+251
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-26net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probePeng Wu1-2/+2
2022-09-20mlxbf_gige: clear MDIO gateway lock after readDavid Thompson1-0/+6
2022-08-31mlxbf_gige: compute MDIO period based on i1clkDavid Thompson3-18/+110
2022-06-16mlxbf_gige: remove own module name define and use KBUILD_MODNAME insteadDavid Thompson1-3/+1
2022-05-17net/mlxbf_gige: use eth_zero_addr() to clear mac addressLu Wei1-1/+1
2022-05-13mlxbf_gige: remove driver-managed interrupt countsDavid Thompson3-17/+3
2022-05-07mlxbf_gige: increase MDIO polling rate to 5usDavid Thompson1-2/+4
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+5
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-238/+9
2021-10-29net: mellanox: mlxbf_gige: Replace non-standard interrupt handlingAsmaa Mnebhi4-238/+9
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-16mlxbf_gige: clear valid_polarity upon openDavid Thompson1-0/+7
2021-08-31net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing2-24/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-06-25Add Mellanox BlueField Gigabit Ethernet driverDavid Thompson11-0/+2026