summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxbf_gige
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-141-1/+1
|\
| * Merge tag 'intel-gpio-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski2024-05-071-1/+1
| |\
| | * gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko2024-04-151-1/+1
* | | mlxbf_gige: stop interface during shutdownDavid Thompson2024-03-291-2/+8
|/ /
* | mlxbf_gige: call request_irq() after NAPI initializedDavid Thompson2024-03-261-7/+11
* | mlxbf_gige: stop PHY during open() error pathsDavid Thompson2024-03-251-1/+4
|/
* mlxbf_gige: add support to display pause frame countersDavid Thompson2024-03-062-0/+66
* mlxbf_gige: Enable the GigE port in mlxbf_gige_openAsmaa Mnebhi2024-01-071-6/+6
* mlxbf_gige: Fix intermittent no ip issueAsmaa Mnebhi2024-01-072-10/+10
* mlxbf_gige: fix receive packet race conditionDavid Thompson2023-12-291-2/+7
* net: ethernet: mellanox: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* mlxbf_gige: Remove two unused function declarationsYue Haibing2023-08-091-3/+0
* net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressureThomas Bogendoerfer2023-05-251-6/+7
* net: Remove C45 check in C22 only MDIO bus driversAndrew Lunn2023-01-201-6/+0
* mlxbf_gige: fix white space in mlxbf_gige_eth_ioctlDavid Thompson2023-01-131-1/+1
* mlxbf_gige: add "set_link_ksettings" ethtool callbackDavid Thompson2023-01-131-0/+1
* mlxbf_gige: support 10M/100M/1G speeds on BlueField-3David Thompson2023-01-133-15/+119
* mlxbf_gige: add MDIO support for BlueField-3David Thompson2023-01-136-50/+251
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-2/+2
|\
| * net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probePeng Wu2022-09-261-2/+2
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
|/
* mlxbf_gige: clear MDIO gateway lock after readDavid Thompson2022-09-191-0/+6
* mlxbf_gige: compute MDIO period based on i1clkDavid Thompson2022-08-313-18/+110
* mlxbf_gige: remove own module name define and use KBUILD_MODNAME insteadDavid Thompson2022-06-151-3/+1
* net/mlxbf_gige: use eth_zero_addr() to clear mac addressLu Wei2022-05-171-1/+1
* mlxbf_gige: remove driver-managed interrupt countsDavid Thompson2022-05-123-17/+3
* mlxbf_gige: increase MDIO polling rate to 5usDavid Thompson2022-05-061-2/+4
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+5
* Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-084-238/+9
|\
| * net: mellanox: mlxbf_gige: Replace non-standard interrupt handlingAsmaa Mnebhi2021-10-294-238/+9
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* | mlxbf_gige: clear valid_polarity upon openDavid Thompson2021-09-161-0/+7
|/
* net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing2021-08-312-24/+4
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* Add Mellanox BlueField Gigabit Ethernet driverDavid Thompson2021-06-2511-0/+2026