aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King1-4/+0
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-08-23net: define the TSO header size in net/tso.hAntoine Ténart1-1/+0
2017-07-29net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2-5/+24
2017-07-14net: thunder_bgx: avoid format string overflow warningArnd Bergmann1-1/+1
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2-26/+15
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham2-7/+51
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham2-17/+55
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham3-27/+160
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham3-25/+79
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham5-19/+199
2017-05-02net: thunderx: Cleanup receive buffer allocationSunil Goutham1-9/+9
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham2-28/+21
2017-05-02net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2-13/+5
2017-05-02net: thunderx: Support for page recyclingSunil Goutham4-20/+119
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-04-17net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian2-0/+2
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu3-96/+40
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2-4/+14
2017-03-09net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu1-2/+4
2017-03-09net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2-14/+45
2017-03-09net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham1-6/+0
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham4-39/+156
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+101
2017-02-08net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2-12/+101
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-01-31net: thunderx: avoid dereferencing xcv when NULLVincent1-2/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-25net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham1-77/+18
2017-01-25net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham3-9/+65
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2017-01-12net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev1-5/+6
2017-01-11net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()Robert Richter1-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-10net: nicvf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+31
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham3-37/+54
2016-11-25net: thunderx: Pause frame supportSunil Goutham6-0/+166
2016-11-25net: thunderx: Configure RED and backpressure levelsSunil Goutham4-9/+41
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu5-3/+38
2016-11-25net: thunderx: 80xx BGX0 configuration changesSunil Goutham1-3/+17
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-235/+278
2016-11-16net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham2-7/+18
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham6-196/+197
2016-11-16net: thunderx: Fix configuration of L3/L4 length checkingSunil Goutham1-2/+5
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham6-30/+53
2016-11-16net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_idRadha Mohan Chintakuntla2-2/+4