summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/nvidia
AgeCommit message (Expand)Author
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet
2023-05-22forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-09ethernet: forcedeth: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-23forcedeth: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-11-03forcedeth: fix excluded_middle.cocci warningskernel test robot
2020-10-31net: forcedeth: Replace context and lock check with a lockdep_assert()Sebastian Andrzej Siewior
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-06net: forcedeth: add xmit_more supportZhu Yanjun
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-06forcedeth: use per cpu to collect xmit/recv statisticsZhu Yanjun
2019-07-24forcedeth: Use dev_get_drvdata where possibleChuhong Yuan
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-07-27net: nvidia: forcedeth: Replace GFP_ATOMIC with GFP_KERNEL in nv_probe()Jia-Ju Bai
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-01-23forcedeth: remove duplicate structure member in rxZhu Yanjun
2018-01-19forcedeth: remove unused variableZhu Yanjun
2018-01-08forcedeth: remove duplicate structure member in rxZhu Yanjun
2018-01-02forcedeth: optimize the rx with likelyZhu Yanjun
2017-12-19forcedeth: remove duplicate structure member in xmitZhu Yanjun
2017-12-11forcedeth: remove unnecessary structure memberZhu Yanjun
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun
2017-11-25forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun
2017-11-13forcedeth: remove redudant assignments in xmitZhu Yanjun
2017-11-01forcedeth: replace pci_alloc_consistent with dma_alloc_coherentZhu Yanjun
2017-10-18forcedeth: Convert timers to use timer_setup()Kees Cook
2017-09-23forcedeth: optimize the xmit/rx with unlikelyZhu Yanjun
2017-09-18forcedeth: replace pci_map_single with dma_map_single functionsZhu Yanjun
2017-08-11forcedeth: replace init_timer_deferrable with setup_deferrable_timerZhu Yanjun
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun
2017-02-23forcedeth: Remove return from a void functionZhu Yanjun
2017-02-17net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-02-25forcedeth: Use setup_timer()Amitoj Kaur Chawla
2015-10-27forcedeth: fix unilateral interrupt disabling in netpoll pathNeil Horman
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-09-02ethernet: nvidia: Remove extra parensDavid Wood
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-04trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTR...Antonio Ospite