aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/nic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-0/+6
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward1-1/+0
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree1-0/+3
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-2/+0
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-2/+0
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets1-0/+1
2018-01-25sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets1-0/+1
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets1-0/+1
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets1-0/+1
2017-12-21sfc: expose CTPIO stats on NICs that support themBert Kenward1-0/+17
2017-12-21sfc: expose FEC stats on Medford2Edward Cree1-0/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+3
2017-05-12sfc: revert changes to NIC revision numbersBert Kenward1-2/+6
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+7
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree1-0/+1
2017-01-16sfc: get PIO buffer size from the NICEdward Cree1-0/+2
2017-01-16sfc: allow PIO more oftenEdward Cree1-3/+14
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-170/+2
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-0/+2
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper1-2/+2
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-0/+2
2016-08-12sfc: retrieve second word of datapath capabilitiesBert Kenward1-0/+3
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko1-0/+5
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko1-0/+2
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko1-0/+18
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko1-53/+53
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+1
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah1-0/+1
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-0/+2
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah1-0/+7
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+1
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko1-0/+2
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+2
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko1-0/+2
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko1-0/+4
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko1-0/+2
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-111/+0
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah1-1/+23
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-33/+37
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-0/+18
2014-10-17sfc: add support for skb->xmit_moreEdward Cree1-5/+24
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-3/+10
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-0/+1
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings1-0/+2
2013-12-12sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah1-2/+2
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-2/+2
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-4/+0
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper1-0/+9