summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-168/+151
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-20net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TXBixuan Cui1-1/+1
2020-07-20net: vxge-main: Remove unnecessary cast in kfree()Xu Wang1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14net: neterion: vxge: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-54/+52
2020-07-14net: neterion: s2io: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-101/+90
2020-07-01vxge: use generic power managementVaibhav Gupta1-9/+5
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-2/+2
2020-06-19net: ethernet: neterion: vxge: fix spelling mistakeFlavio Suligoi1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-01docs: networking: device drivers: convert neterion/vxge.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-05-01docs: networking: device drivers: convert neterion/s2io.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-12net: neterion: remove redundant assignment to variable tmp64Colin Ian King1-1/+1
2020-03-16net: vxge: fix wrong __VA_ARGS__ usageZheng Wei2-8/+8
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin3-3/+3
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-11/+0
2019-04-12vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King1-0/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon3-11/+0
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2-2/+2
2019-01-18net: vxge: fix indentation issueColin Ian King1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-12-18vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King1-1/+1
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-2/+2
2018-11-28net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_...YueHaibing1-7/+0
2018-09-21net: neterion: vxge: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21net: neterion: remove redundant continuezhong jiang1-3/+1
2018-09-18net: neterion: vxge: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe3-20/+2
2018-09-18net: neterion: s2io: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe2-21/+2
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-08-11vxge: remove set but not used variable 'req_out', 'status' and 'ret'YueHaibing1-21/+6
2018-08-07vxge: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-08-01net: change Exar/Neterion menu items to be alphabeticalJon Mason1-9/+14
2018-07-25vxge: Remove unnecessary include of <linux/pci_hotplug.h>Bjorn Helgaas1-1/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-6/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-6/+6
2018-05-23net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATIONColin Ian King4-10/+10
2017-11-20net: vxge: Fix some indentation issuesChristophe JAILLET1-19/+18
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-48/+15
2017-11-10net: vxge: remove redundant assignments and pointersColin Ian King1-8/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-18net: neterion: Convert timers to use timer_setup()Kees Cook2-10/+5
2017-10-18net: vxge: Convert timers to use timer_setup()Kees Cook2-11/+9
2017-10-12vxge: Clean up unused variables in vxge-trafficChristos Gkekas1-19/+0
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