summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao2022-11-101-9/+20
* ethernet: s2io: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-291-2/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ethernet/neterion: fix repeated words in commentsJilin Yuan2022-07-011-5/+5
* ethernet: s2io: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-031-15/+3
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+1
|\
| * ethernet: s2io: fix setting mac address during resumeArnd Bergmann2021-10-141-1/+1
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* | ethernet: s2io: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: neterion: fix doc warnings in s2io.cYang Yingliang2021-06-011-0/+6
* net: neterion: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
* net: ethernet: neterion: Fix a typo in the file s2io.cBhaskar Chowdhury2021-03-151-1/+1
* net: neterion: s2io: Replace in_interrupt() for context detectionSebastian Andrzej Siewior2020-10-311-18/+23
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-45/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-101/+90
|\
| * net: neterion: s2io: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-141-101/+90
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* net: neterion: remove redundant assignment to variable tmp64Colin Ian King2020-04-121-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* ethernet: remove redundant memsetFuqian Huang2019-07-151-1/+0
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
* net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2019-02-131-1/+1
* net: neterion: remove redundant continuezhong jiang2018-09-211-3/+1
* net: neterion: s2io: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe2018-09-181-0/+1
* net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-121-1/+1
* net: neterion: Convert timers to use timer_setup()Kees Cook2017-10-181-9/+4
* s2io: Remove UFO support.David S. Miller2017-07-171-45/+0
* net: s2io: remove useless variable in fill_rx_buffersGustavo A. R. Silva2017-06-151-5/+0
* net: s2io: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
* net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-121-22/+29
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
* ethernet/neterion: use core min/max MTU checkingJarod Wilson2016-10-181-5/+4
* net: s2io: simplify logical constraintxypron.glpk@gmx.de2016-08-011-1/+1
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-8/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* neterion: s2io: Use module_pci_driverVaishali Thakkar2015-07-091-25/+1
* neterion: s2io: Fix kernel doc formattingJoe Perches2015-05-251-2/+4
* s2io: Update driver to use dma_wmbAlexander Duyck2015-04-081-4/+4
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-3/+8
|\
| * s2io: use snprintf() as a safety featureDan Carpenter2015-01-191-3/+8
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1