summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nvidia
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-01-27eth: forcedeth: fix calling napi_enable() in atomic contextJakub Kicinski-1/+3
2025-01-27eth: forcedeth: remove local wrappers for napi enable/disableJakub Kicinski-22/+8
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet-2/+2
2023-05-22forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET-0/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-4/+4
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski-3/+3
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+8
2021-10-09ethernet: forcedeth: remove direct netdev->dev_addr writesJakub Kicinski-23/+26
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-08-23forcedeth: switch from 'pci_' to 'dma_' APIChristophe JAILLET-5/+1
2020-11-03forcedeth: fix excluded_middle.cocci warningskernel test robot-2/+1
2020-10-31net: forcedeth: Replace context and lock check with a lockdep_assert()Sebastian Andrzej Siewior-5/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-11-06net: forcedeth: add xmit_more supportZhu Yanjun-10/+49
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-44/+99
2019-09-06forcedeth: use per cpu to collect xmit/recv statisticsZhu Yanjun-44/+99
2019-07-24forcedeth: Use dev_get_drvdata where possibleChuhong Yuan-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-07-27net: nvidia: forcedeth: Replace GFP_ATOMIC with GFP_KERNEL in nv_probe()Jia-Ju Bai-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+4
2018-01-23forcedeth: remove duplicate structure member in rxZhu Yanjun-6/+7
2018-01-19forcedeth: remove unused variableZhu Yanjun-5/+3
2018-01-08forcedeth: remove duplicate structure member in rxZhu Yanjun-8/+9
2018-01-02forcedeth: optimize the rx with likelyZhu Yanjun-2/+2
2017-12-19forcedeth: remove duplicate structure member in xmitZhu Yanjun-12/+13
2017-12-11forcedeth: remove unnecessary structure memberZhu Yanjun-10/+11
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun-3/+3
2017-11-25forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun-2/+2
2017-11-13forcedeth: remove redudant assignments in xmitZhu Yanjun-8/+20
2017-11-01forcedeth: replace pci_alloc_consistent with dma_alloc_coherentZhu Yanjun-20/+41
2017-10-18forcedeth: Convert timers to use timer_setup()Kees Cook-14/+14
2017-09-23forcedeth: optimize the xmit/rx with unlikelyZhu Yanjun-12/+14
2017-09-18forcedeth: replace pci_map_single with dma_map_single functionsZhu Yanjun-34/+36
2017-08-11forcedeth: replace init_timer_deferrable with setup_deferrable_timerZhu Yanjun-3/+2
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun-4/+2
2017-02-23forcedeth: Remove return from a void functionZhu Yanjun-2/+0
2017-02-17net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-41/+50
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger-3/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson-5/+4
2016-02-25forcedeth: Use setup_timer()Amitoj Kaur Chawla-6/+2