aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva1-0/+2
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches1-21/+12
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham1-16/+47
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham1-14/+49
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham1-3/+20
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham1-2/+160
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham1-23/+21
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu1-46/+24
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu1-3/+5
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham1-1/+11
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-11net: thunderx: Fix error return code in nicvf_open()Wei Yongjun1-1/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham1-9/+43
2016-11-25net: thunderx: Pause frame supportSunil Goutham1-0/+6
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu1-0/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-75/+83
2016-11-16net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham1-6/+5
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham1-52/+54
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham1-17/+21
2016-10-18ethernet/cavium: use core min/max MTU checkingJarod Wilson1-6/+4
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham1-2/+12
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+15
2016-09-01net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham1-5/+15
2016-08-13net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham1-7/+1
2016-08-13net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham1-3/+5
2016-08-13net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham1-1/+1
2016-08-13net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki1-2/+6
2016-08-13net: thunderx: Use netdev's name for naming VF's interruptsSunil Goutham1-8/+12
2016-08-13net: thunderx: Set queue count based on number of CPUsSunil Goutham1-4/+3
2016-08-13net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham1-2/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2016-02-17net: thunderx: Fix receive packet statsSunil Goutham1-5/+6
2016-02-17net: thunderx: Fix for HW TSO not enabled for secondary qsetsSunil Goutham1-3/+3
2016-02-17net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham1-1/+0
2016-02-11net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham1-2/+35
2016-02-11net: thunderx: Use napi_schedule_irqoff()Sunil Goutham1-1/+1
2016-02-11net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu1-0/+1
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham1-2/+13
2015-12-02net: thunderx: Switchon carrier only upon interface link upSunil Goutham1-3/+1
2015-11-16net: thunder: Check for driver data in nicvf_remove()Pavel Fedin1-5/+8
2015-11-15net: thunder: Fix crash upon shutdown after failed probePavel Fedin1-0/+3
2015-10-25net: thunderx: Fix incorrect subsystem devid of VF on pass2 siliconSunil Goutham1-1/+1
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham1-0/+30
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham1-20/+190