index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
2022-06-29
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
2020-09-07
sfc: remove phy_op indirection
Edward Cree
2020-06-30
sfc: commonise some MAC configuration code
Edward Cree
2020-06-30
sfc: commonise MCDI MAC stats handling
Edward Cree
2020-06-30
sfc: move NIC-specific mcdi_port declarations out of common header
Edward Cree
2020-05-11
sfc: move vport_id to struct efx_nic
Edward Cree
2020-01-10
sfc: move a couple more functions
Alex Maftei (amaftei)
2020-01-10
sfc: move various functions
Alex Maftei (amaftei)
2020-01-09
sfc: move more MCDI port code
Alex Maftei (amaftei)
2020-01-09
sfc: move some MCDI port utility functions
Alex Maftei (amaftei)
2020-01-09
sfc: move some port link state/caps code
Alex Maftei (amaftei)
2020-01-08
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
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