aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/neterion/s2io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-01net: neterion: fix doc warnings in s2io.cYang Yingliang1-0/+6
2021-05-17net: neterion: Fix wrong function name in commentsYang Shen1-2/+2
2021-03-15net: ethernet: neterion: Fix a typo in the file s2io.cBhaskar Chowdhury1-1/+1
2020-10-31net: neterion: s2io: Replace in_interrupt() for context detectionSebastian Andrzej Siewior1-18/+23
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-45/+46
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-101/+90
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14net: neterion: s2io: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-101/+90
2020-04-12net: neterion: remove redundant assignment to variable tmp64Colin Ian King1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-21net: neterion: remove redundant continuezhong jiang1-3/+1
2018-09-18net: neterion: s2io: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe1-0/+1
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2017-10-18net: neterion: Convert timers to use timer_setup()Kees Cook1-9/+4
2017-07-17s2io: Remove UFO support.David S. Miller1-45/+0
2017-06-15net: s2io: remove useless variable in fill_rx_buffersGustavo A. R. Silva1-5/+0
2017-02-26net: s2io: fix typo argumnet argumentLABBE Corentin1-1/+1
2017-02-12net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+29
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson1-5/+4
2016-08-01net: s2io: simplify logical constraintxypron.glpk@gmx.de1-1/+1
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-8/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-07-09neterion: s2io: Use module_pci_driverVaishali Thakkar1-25/+1
2015-05-25neterion: s2io: Fix kernel doc formattingJoe Perches1-2/+4
2015-04-08s2io: Update driver to use dma_wmbAlexander Duyck1-4/+4
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-01-19s2io: use snprintf() as a safety featureDan Carpenter1-3/+8
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
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-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-22neterion/s2io: remove unused s2io_start_tx_queue routineYing Xue1-9/+0
2014-03-24s2io: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-14s2io: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-18s2io: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+3
2013-10-21net: neterion: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-03-18net: neterion: replace ip_fast_csum with csum_replace2Li RongQing1-4/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-04net: neterion: use for_each_pci_dev to simplify the codeWei Yongjun1-1/+1
2012-12-03vxge/s2io: remove __dev* attributesBill Pemberton1-3/+3
2012-11-03net: neterion: Do not break word unregister.YOSHIFUJI Hideaki / 吉藤英明1-1/+2
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1