summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi_port.c
Commit message (Expand)AuthorAgeFilesLines
* net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-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/+0
* 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-211-0/+1
* sfc: Add 40G link capability decodingEdward Cree2014-07-141-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/+6
* 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-291-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/+4
* sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2013-08-221-10/+8
* 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