Age | Commit message (Expand) | Author | Files | Lines |
2016-02-18 | net: thunderx: Fix receive packet stats | Sunil Goutham | 3 | -13/+9 |
2016-02-18 | net: thunderx: Fix for HW TSO not enabled for secondary qsets | Sunil Goutham | 1 | -3/+3 |
2016-02-18 | net: thunderx: Fix for multiqset not configured upon interface toggle | Sunil Goutham | 1 | -1/+0 |
2016-02-13 | net: cavium: liquidio: fix check for in progress flag | Colin Ian King | 1 | -1/+1 |
2016-02-13 | net: cavium: liquidio: Return correct error code | Amitoj Kaur Chawla | 2 | -2/+2 |
2016-01-29 | net: cavium: liquidio: use helpers ns_to_timespec64() | Kefeng Wang | 1 | -3/+1 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -21/+18 |
2015-12-12 | net: thunderx: Enable CQE count threshold interrupt | Sunil Goutham | 2 | -2/+2 |
2015-12-12 | net: thunderx: HW TSO support for pass-2 hardware | Sunil Goutham | 5 | -29/+53 |
2015-12-09 | net: thunderx: Correctly distinguish between VF and LMAC count | Pavel Fedin | 1 | -21/+18 |
2015-12-07 | net, thunderx: Remove unnecessary rcv buffer start address management | Sunil Goutham | 2 | -48/+11 |
2015-12-07 | net: thunderx: nicvf_queues: nivc_*_intr: remove duplication | Yury Norov | 1 | -100/+40 |
2015-12-02 | net: thunderx: Enable BGX LMAC's RX/TX only after VF is up | Sunil Goutham | 3 | -3/+38 |
2015-12-02 | net: thunderx: Switchon carrier only upon interface link up | Sunil Goutham | 3 | -4/+18 |
2015-12-02 | net: thunderx: Set CQ timer threshold properly | Sunil Goutham | 3 | -5/+4 |
2015-12-02 | net: thunderx: Wait for delayed work to finish before destroying it | Thanneeru Srinivasulu | 2 | -4/+2 |
2015-12-02 | net: thunderx: Force to load octeon-mdio before bgx driver. | Thanneeru Srinivasulu | 2 | -0/+4 |
2015-11-17 | net: thunder: Check for driver data in nicvf_remove() | Pavel Fedin | 1 | -5/+8 |
2015-11-16 | net: cavium: liquidio: constify pci_error_handlers structures | Julia Lawall | 1 | -1/+1 |
2015-11-16 | net: thunder: Fix crash upon shutdown after failed probe | Pavel Fedin | 1 | -0/+3 |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -15/+37 |
2015-10-27 | net: thunderx: add missing of_node_put | Julia Lawall | 1 | -1/+3 |
2015-10-26 | net: thunderx: Incorporate pass2 silicon CPI index configuration changes | Thanneeru Srinivasulu | 2 | -6/+27 |
2015-10-26 | net: thunderx: Rewrite silicon revision tests. | David Daney | 1 | -4/+6 |
2015-10-26 | net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon | Sunil Goutham | 1 | -1/+1 |
2015-10-26 | net: thunderx: Remove PF soft reset. | Sunil Goutham | 1 | -3/+0 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-10-22 | net: cavium: change NET_VENDOR_CAVIUM to bool | Andreas Schwab | 1 | -1/+1 |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 1 | -1/+0 |
2015-09-10 | net: cavium: liquidio: use kzalloc in setup_glist() | Rasmus Villemoes | 1 | -2/+1 |
2015-08-31 | net: thunderx: Support for internal loopback mode | Sunil Goutham | 5 | -0/+97 |
2015-08-31 | net: thunderx: Support for upto 96 queues for a VF | Sunil Goutham | 5 | -84/+505 |
2015-08-31 | net: thunderx: Rework interrupt handling | Sunil Goutham | 3 | -72/+102 |
2015-08-31 | net: thunderx: Support for HW VLAN stripping | Sunil Goutham | 4 | -7/+55 |
2015-08-31 | net: thunderx: Receive hashing HW offload support | Sunil Goutham | 2 | -10/+39 |
2015-08-31 | net: thunderx: mailboxes: remove code duplication | Sunil Goutham | 2 | -36/+11 |
2015-08-31 | net: thunderx: Add receive error stats reporting via ethtool | Sunil Goutham | 5 | -120/+103 |
2015-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+0 |
2015-08-11 | net, thunder, bgx: Add support to get MAC address from ACPI. | David Daney | 1 | -1/+85 |
2015-08-11 | net: thunder: Factor out DT specific code in BGX | Robert Richter | 1 | -13/+35 |
2015-08-07 | net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=y | Ian Campbell | 1 | -3/+0 |
2015-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -37/+92 |
2015-07-30 | net: thunderx: Fix for crash while BGX teardown | Thanneeru Srinivasulu | 1 | -1/+4 |
2015-07-30 | net: thunderx: Add PCI driver shutdown routine | Sunil Goutham | 1 | -0/+6 |
2015-07-30 | net: thunderx: Fix crash when changing rss with mutliple traffic flows | Sunil Goutham | 1 | -4/+5 |
2015-07-30 | net: thunderx: Set watchdog timeout value | Sunil Goutham | 2 | -0/+10 |
2015-07-30 | net: thunderx: Wakeup TXQ only if CQE_TX are processed | Sunil Goutham | 3 | -15/+31 |
2015-07-30 | net: thunderx: Suppress alloc_pages() failure warnings | Sunil Goutham | 1 | -2/+4 |
2015-07-30 | net: thunderx: Fix TSO packet statistic | Sunil Goutham | 1 | -0/+1 |
2015-07-30 | net: thunderx: Fix memory leak when changing queue count | Sunil Goutham | 1 | -9/+14 |