summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi_port.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* sfc: mcdi_port: Mark expected switch fall-throughGustavo A. R. Silva2019-05-011-0/+1
* sfc: support FEC configuration through ethtoolEdward Cree2018-03-141-0/+150
* sfc: add bits for 25/50/100G supported/advertised speedsEdward Cree2018-01-101-0/+12
* sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree2018-01-101-62/+58Star
* sfc: basic MCDI mapping of 25/50/100G link speedsEdward Cree2018-01-101-10/+16
* sfc: support variable number of MAC statsEdward Cree2017-12-211-5/+5
* sfc: support rx-fcs and rx-allEdward Cree2017-11-011-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-161-2/+6
|\
| * sfc: don't try and read ef10 data on non-ef10 NICBert Kenward2017-08-161-2/+6
* | sfc: Add ethtool -m support for QSFP modulesMartin Habets2017-07-201-43/+181
|/
* net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-23/+37
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-1/+0Star
* sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
* sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2015-06-021-2/+6
* sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko2015-06-021-0/+2
* sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-221-0/+1
* sfc: Add 40G link capability decodingEdward Cree2014-07-151-0/+11
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-2/+2
* sfc: Log all unexpected MCDI errorsEdward Cree2013-12-121-38/+6Star
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-121-11/+38
* sfc: Minimal support for 40G link speedBen Hutchings2013-09-051-0/+2
* sfc: Update copyright bannersBen Hutchings2013-08-301-2/+2
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-291-0/+21
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-7/+4Star
* sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2013-08-221-10/+8Star
* sfc: Update MCDI protocol definitions for EF10Ben Hutchings2013-08-211-1/+2
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-211-1/+1
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-211-0/+1010