index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
mcdi_port.c
Age
Commit message (
Expand
)
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-01
sfc: mcdi_port: Mark expected switch fall-through
Gustavo A. R. Silva
2018-03-14
sfc: support FEC configuration through ethtool
Edward Cree
2018-01-10
sfc: add bits for 25/50/100G supported/advertised speeds
Edward Cree
2018-01-10
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Edward Cree
2018-01-10
sfc: basic MCDI mapping of 25/50/100G link speeds
Edward Cree
2017-12-21
sfc: support variable number of MAC stats
Edward Cree
2017-11-01
sfc: support rx-fcs and rx-all
Edward Cree
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-15
sfc: don't try and read ef10 data on non-ef10 NIC
Bert Kenward
2017-07-19
sfc: Add ethtool -m support for QSFP modules
Martin Habets
2016-12-17
net: sfc: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-12-03
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-11-30
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-06-08
sfc: report supported link speeds on SFP connections
Bert Kenward
2015-06-02
sfc: suppress ENOENT error messages from MC_CMD_MAC_STATS
Daniel Pieczko
2015-06-02
sfc: set the port-id when calling MC_CMD_MAC_STATS
Daniel Pieczko
2015-05-21
sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC
Shradha Shah
2014-07-14
sfc: Add 40G link capability decoding
Edward Cree
2014-03-10
sfc: Use ether_addr_copy and eth_broadcast_addr
Edward Cree
2013-12-12
sfc: Log all unexpected MCDI errors
Edward Cree
2013-12-12
sfc: Correct RX dropped count for drops while interface is down
Jon Cooper
2013-09-05
sfc: Minimal support for 40G link speed
Ben Hutchings
2013-08-29
sfc: Update copyright banners
Ben Hutchings
2013-08-29
sfc: Add support for Solarflare SFC9100 family
Ben Hutchings
2013-08-22
sfc: Cleanup Falcon-arch simple MAC filter state
Ben Hutchings
2013-08-22
sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}
Ben Hutchings
2013-08-21
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
2013-08-21
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings