aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/neterion/vxge/vxge-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05eth: remove neterion/vxgeJakub Kicinski1-4808/+0
2022-05-17net: vxge: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-2/+0
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-4/+5
2022-04-29eth: vxge: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-01-03net: vxge: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-23/+4
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-18net: neterion: vxge: remove redundant continue statementColin Ian King1-3/+2
2021-06-01net: vxge: Declare the function vxge_reset_all_vpaths as voidZheng Yongjun1-21/+6
2021-05-17net: neterion: vxge: Fix wrong function name in commentsYang Shen1-2/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-3/+7
2020-09-08net: ethernet/neterion/vxge: fix spelling of "functionality"Randy Dunlap1-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-14net: neterion: vxge: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-32/+32
2020-07-01vxge: use generic power managementVaibhav Gupta1-9/+5
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-18net: vxge: fix indentation issueColin Ian King1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-23net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATIONColin Ian King1-2/+2
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 Torvalds1-14/+7
2017-11-10net: vxge: remove redundant assignments and pointersColin Ian King1-8/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18net: vxge: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-3/+3
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson1-5/+4
2016-01-29net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2015-01-13net: 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-terminate in conjunction with strncpyRickard 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-05-21vxge: Use time_before()Manuel Schölling1-2/+2
2014-03-24vxge: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-4/+4
2014-03-14vxge: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-02-18vxge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-6/+9
2014-02-09net: vxge: Remove unused device pointerChristian Engelmayer1-6/+0
2014-01-16vxge: make local functions staticstephen hemminger1-1/+2
2013-12-31net: vxge: slight optimization of addr comparedingtianhong1-1/+1
2013-12-18net: vxge calls skb_set_hashTom Herbert1-1/+2