summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion/vxge
AgeCommit message (Expand)AuthorFilesLines
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-21net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TXBixuan Cui1-1/+1
2020-07-21net: vxge-main: Remove unnecessary cast in kfree()Xu Wang1-2/+2
2020-07-15net: neterion: vxge: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-54/+52
2020-07-01vxge: use generic power managementVaibhav Gupta1-9/+5
2020-06-19net: ethernet: neterion: vxge: fix spelling mistakeFlavio Suligoi1-1/+1
2020-03-17net: vxge: fix wrong __VA_ARGS__ usageZheng Wei2-8/+8
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-9/+0
2019-04-13vxge: 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 Deacon2-9/+0
2019-02-14net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei1-1/+1
2019-01-19net: 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-19vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King1-1/+1
2018-11-28net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_...YueHaibing1-7/+0
2018-09-22net: neterion: vxge: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-19net: neterion: vxge: Use linux/io-64-nonatomic-lo-hi.hCorentin Labbe3-20/+2
2018-08-11vxge: remove set but not used variable 'req_out', 'status' and 'ret'YueHaibing1-21/+6
2018-08-08vxge: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-07-25vxge: Remove unnecessary include of <linux/pci_hotplug.h>Bjorn Helgaas1-1/+0
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-6/+7
2018-06-13treewide: 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 Torvalds3-38/+10
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: 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-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-02-26net: vxge: fix typo argumnet argumentLABBE Corentin1-1/+1
2017-02-13net: neterion: vxge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+27
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-3/+3
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson2-6/+5
2016-01-30net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-06-12vxge: use swap() in vxge_hw_channel_dtr_alloc()Fabian Frederick1-6/+1
2015-04-01vxge: Add const to ethtool_driver_stats_keysJoe Perches2-19/+19
2015-02-06vxge: fix sparse warningLad, Prabhakar1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-29vxge: remove deprecated syststamp timestampWillem de Bruijn1-1/+0
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-03vxge: Remove useless return variablesPeter Senna Tschudin1-15/+7
2014-05-22vxge: Use time_before()Manuel Schölling1-2/+2