summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion/s2io.c
AgeCommit message (Expand)Author
2024-01-11net: fill in MODULE_DESCRIPTION()s for s2ioBreno Leitao
2023-08-09ethernet: s2io: Use ether_addr_to_u64() to convert ethernet addressLi Zetao
2022-12-12ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-10ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao
2022-09-29ethernet: s2io: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing
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-07-01ethernet/neterion: fix repeated words in commentsJilin Yuan
2022-01-03ethernet: s2io: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-14ethernet: s2io: fix setting mac address during resumeArnd Bergmann
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: s2io: use eth_hw_addr_set()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-01net: neterion: fix doc warnings in s2io.cYang Yingliang
2021-05-17net: neterion: Fix wrong function name in commentsYang Shen
2021-03-15net: ethernet: neterion: Fix a typo in the file s2io.cBhaskar Chowdhury
2020-10-31net: neterion: s2io: Replace in_interrupt() for context detectionSebastian Andrzej Siewior
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-14net: neterion: s2io: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-04-12net: neterion: remove redundant assignment to variable tmp64Colin Ian King
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-15ethernet: remove redundant memsetFuqian Huang
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei
2018-09-21net: neterion: remove redundant continuezhong jiang
2018-09-18net: neterion: s2io: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang
2017-10-18net: neterion: Convert timers to use timer_setup()Kees Cook
2017-07-17s2io: Remove UFO support.David S. Miller
2017-06-15net: s2io: remove useless variable in fill_rx_buffersGustavo A. R. Silva
2017-02-26net: s2io: fix typo argumnet argumentLABBE Corentin
2017-02-12net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson
2016-08-01net: s2io: simplify logical constraintxypron.glpk@gmx.de
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-07-09neterion: s2io: Use module_pci_driverVaishali Thakkar
2015-05-25neterion: s2io: Fix kernel doc formattingJoe Perches
2015-04-08s2io: Update driver to use dma_wmbAlexander Duyck
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-19s2io: use snprintf() as a safety featureDan Carpenter
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine