aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nvidia (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-06net: forcedeth: add xmit_more supportZhu Yanjun1-10/+49
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-44/+99
2019-09-06forcedeth: use per cpu to collect xmit/recv statisticsZhu Yanjun1-44/+99
2019-07-24forcedeth: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-27net: nvidia: forcedeth: Replace GFP_ATOMIC with GFP_KERNEL in nv_probe()Jia-Ju Bai1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2018-01-23forcedeth: remove duplicate structure member in rxZhu Yanjun1-6/+7
2018-01-19forcedeth: remove unused variableZhu Yanjun1-5/+3
2018-01-08forcedeth: remove duplicate structure member in rxZhu Yanjun1-8/+9
2018-01-02forcedeth: optimize the rx with likelyZhu Yanjun1-2/+2
2017-12-19forcedeth: remove duplicate structure member in xmitZhu Yanjun1-12/+13
2017-12-11forcedeth: remove unnecessary structure memberZhu Yanjun1-10/+11
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun1-3/+3
2017-11-25forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun1-2/+2
2017-11-13forcedeth: remove redudant assignments in xmitZhu Yanjun1-8/+20
2017-11-01forcedeth: replace pci_alloc_consistent with dma_alloc_coherentZhu Yanjun1-20/+41
2017-10-18forcedeth: Convert timers to use timer_setup()Kees Cook1-14/+14
2017-09-23forcedeth: optimize the xmit/rx with unlikelyZhu Yanjun1-12/+14
2017-09-18forcedeth: replace pci_map_single with dma_map_single functionsZhu Yanjun1-34/+36
2017-08-11forcedeth: replace init_timer_deferrable with setup_deferrable_timerZhu Yanjun1-3/+2
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun1-4/+2
2017-02-23forcedeth: Remove return from a void functionZhu Yanjun1-2/+0
2017-02-17net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+50
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-5/+4
2016-02-25forcedeth: Use setup_timer()Amitoj Kaur Chawla1-6/+2
2015-10-27forcedeth: fix unilateral interrupt disabling in netpoll pathNeil Horman1-13/+11
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-6/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-09-02ethernet: nvidia: Remove extra parensDavid Wood1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-04trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTRACT1/Antonio Ospite1-5/+5
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24forcedeth: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman1-4/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-02-18forcedeth: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+5
2014-02-18forcedeth: Cleanup MSI-X to MSI to INTx fallback codeAlexander Gordeev1-6/+6
2014-02-18forcedeth: Fix invalid errno reporting in nv_request_irq()Alexander Gordeev1-8/+14
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2013-12-09net: forcedeth: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-12-05forcedeth: run loopback test only on chipsets that support itIvan Vecera1-3/+5
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+2
2013-05-22net/ethernet/nvidia/forcedeth: Use module_pci_driver to register driverPeter Hüwe1-15/+2