summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-292-5/+24
* net: thunder_bgx: avoid format string overflow warningArnd Bergmann2017-07-141-1/+1
* cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2017-06-292-26/+15
* bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
* net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-022-7/+51
* net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-022-17/+55
* net: thunderx: Add support for XDP_TXSunil Goutham2017-05-023-27/+160
* net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-023-25/+79
* net: thunderx: Add basic XDP supportSunil Goutham2017-05-025-19/+199
* net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
* net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-022-28/+21
* net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-022-13/+5
* net: thunderx: Support for page recyclingSunil Goutham2017-05-024-20/+119
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-202-0/+2
|\
| * net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian2017-04-172-0/+2
* | net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu2017-04-113-96/+40
* | net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2017-04-072-4/+14
|/
* net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu2017-03-091-2/+4
* net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2017-03-092-14/+45
* net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham2017-03-091-6/+0
* net: thunderx: Fix IOMMU translation faultsSunil Goutham2017-03-094-39/+156
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-112-12/+101
|\
| * net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2017-02-082-12/+101
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-2/+1
|\|
| * net: thunderx: avoid dereferencing xcv when NULLVincent2017-01-311-2/+1
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham2017-01-251-77/+18
* | net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham2017-01-253-9/+65
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-5/+6
|\|
| * net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev2017-01-121-5/+6
* | net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()Robert Richter2017-01-111-1/+1
* | net: thunderx: Fix error return code in nicvf_open()Wei Yongjun2017-01-111-1/+2
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
|/
* net: nicvf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-101-25/+31
* net: thunderx: Fix transmit queue timeout issueSunil Goutham2016-12-023-37/+54
* net: thunderx: Pause frame supportSunil Goutham2016-11-256-0/+166
* net: thunderx: Configure RED and backpressure levelsSunil Goutham2016-11-254-9/+41
* net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu2016-11-255-3/+38
* net: thunderx: 80xx BGX0 configuration changesSunil Goutham2016-11-251-3/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-229-235/+278
|\
| * net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham2016-11-162-7/+18
| * net: thunderx: Fix VF driver's interface statisticsSunil Goutham2016-11-166-196/+197
| * net: thunderx: Fix configuration of L3/L4 length checkingSunil Goutham2016-11-161-2/+5
| * net: thunderx: Program LMAC credits based on MTUSunil Goutham2016-11-166-30/+53
| * net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_idRadha Mohan Chintakuntla2016-11-162-2/+4
* | ethernet/cavium: use core min/max MTU checkingJarod Wilson2016-10-181-6/+4
|/
* net: thunderx: Support for byte queue limitsSunil Goutham2016-09-242-12/+32
* net: thunderx: Fix issue with IRQ namimgSunil Goutham2016-09-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-124-15/+81
|\
| * net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-013-12/+73