summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/thunder_bgx.c
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: add multicast filter management supportVadim Lomovtsev2018-03-311-0/+144
* net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev2018-03-311-14/+30
* net: thunderx: move filter register related macro into proper placeVadim Lomovtsev2018-03-311-0/+13
* net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev2018-01-291-1/+1
* net: thunderx: add timestamping supportSunil Goutham2018-01-161-0/+29
* net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-291-5/+22
* net: thunder_bgx: avoid format string overflow warningArnd Bergmann2017-07-141-1/+1
* net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian2017-04-171-0/+1
* net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2017-03-091-13/+45
* net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham2017-03-091-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-12/+96
|\
| * net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2017-02-081-12/+96
* | net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham2017-01-251-77/+18
|/
* net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev2017-01-121-5/+6
* net: thunderx: Pause frame supportSunil Goutham2016-11-251-0/+53
* net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu2016-11-251-0/+1
* net: thunderx: 80xx BGX0 configuration changesSunil Goutham2016-11-251-3/+17
* net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_idRadha Mohan Chintakuntla2016-11-161-2/+2
* net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham2016-08-131-11/+7
* net: thunderx: Support for 83xx mixed QLM/DLM configSunil Goutham2016-08-131-20/+24
* net: thunderx: Add RGMII interface type supportSunil Goutham2016-08-131-28/+69
* net: thunderx: Add QSGMII interface type supportSunil Goutham2016-08-131-12/+53
* net: thunderx: Add 81xx support to BGX driverSunil Goutham2016-08-131-10/+102
* net: thunderx: Support for different LMAC types within BGXSunil Goutham2016-08-131-126/+98
* net: thunderx: Fix link status reportingSunil Goutham2016-06-291-31/+60
* net: thunderx: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-191-1/+3
* net: thunderx: Fix broken of_node_put() code.David Daney2016-04-131-2/+3
* net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney2016-03-161-6/+20
* net: thunderx: Cleanup PHY probing code.David Daney2016-03-141-11/+18
* net: thunderx: bgx: Add log message when setting mac addressRobert Richter2016-02-111-3/+8
* net: thunderx: bgx: Use standard firmware node infrastructure.David Daney2016-02-111-13/+14
* net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham2015-12-021-2/+18
* net: thunderx: Switchon carrier only upon interface link upSunil Goutham2015-12-021-0/+2
* net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu2015-12-021-2/+1
* net: thunderx: Force to load octeon-mdio before bgx driver.Thanneeru Srinivasulu2015-12-021-0/+3
* net: thunderx: add missing of_node_putJulia Lawall2015-10-261-1/+3
* net: thunderx: Support for internal loopback modeSunil Goutham2015-08-301-0/+31
* net, thunder, bgx: Add support to get MAC address from ACPI.David Daney2015-08-111-1/+85
* net: thunder: Factor out DT specific code in BGXRobert Richter2015-08-111-13/+35
* net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-291-1/+4
* net: thunderx: add staticAleksey Makarov2015-06-021-3/+3
* net: thunderx: delete unused variablesAleksey Makarov2015-06-021-2/+2
* net: thunderx: rework mac address handlingAleksey Makarov2015-06-021-2/+2
* net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter2015-06-021-2/+2
* net: Adding support for Cavium ThunderX network controllerSunil Goutham2015-05-271-0/+966