summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/neterion
AgeCommit message (Expand)Author
2020-12-14net: vxget: clean up sparse warningsJakub Kicinski
2020-10-31net: neterion: s2io: Replace in_interrupt() for context detectionSebastian Andrzej Siewior
2020-10-27vxge: remove unnecessary cast in kfree()Xu Wang
2020-09-29net: vxge: Remove in_interrupt() conditionalsSebastian Andrzej Siewior
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-08net: ethernet/neterion/vxge: fix spelling of "functionality"Randy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-20net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TXBixuan Cui
2020-07-20net: vxge-main: Remove unnecessary cast in kfree()Xu Wang
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-14net: neterion: vxge: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-14net: neterion: s2io: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-01vxge: use generic power managementVaibhav Gupta
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-19net: ethernet: neterion: vxge: fix spelling mistakeFlavio Suligoi
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-01docs: networking: device drivers: convert neterion/vxge.txt to ReSTMauro Carvalho Chehab
2020-05-01docs: networking: device drivers: convert neterion/s2io.txt to ReSTMauro Carvalho Chehab
2020-04-12net: neterion: remove redundant assignment to variable tmp64Colin Ian King
2020-03-16net: vxge: fix wrong __VA_ARGS__ usageZheng Wei
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-15ethernet: remove redundant memsetFuqian Huang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-12vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King
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
2019-01-18net: vxge: fix indentation issueColin Ian King
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski
2018-11-28net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_...YueHaibing
2018-09-21net: neterion: vxge: Remove unnecessary parenthesesNathan Chancellor
2018-09-21net: neterion: remove redundant continuezhong jiang
2018-09-18net: neterion: vxge: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe
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
2018-08-11vxge: remove set but not used variable 'req_out', 'status' and 'ret'YueHaibing
2018-08-07vxge: Mark expected switch fall-throughsGustavo A. R. Silva
2018-08-01net: change Exar/Neterion menu items to be alphabeticalJon Mason
2018-07-25vxge: Remove unnecessary include of <linux/pci_hotplug.h>Bjorn Helgaas
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-23net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATIONColin Ian King
2017-11-20net: vxge: Fix some indentation issuesChristophe JAILLET
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds