summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/nic.h
AgeCommit message (Expand)Author
2020-09-11sfc: de-indirect TSO handlingEdward Cree
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree
2020-06-29sfc: commonise drain event handlingEdward Cree
2020-06-29sfc: split up nic.hEdward Cree
2020-06-29sfc: refactor EF10 stats handlingEdward Cree
2020-05-11sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets
2018-01-25sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets
2017-12-21sfc: expose CTPIO stats on NICs that support themBert Kenward
2017-12-21sfc: expose FEC stats on Medford2Edward Cree
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-05-12sfc: revert changes to NIC revision numbersBert Kenward
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree
2017-01-16sfc: get PIO buffer size from the NICEdward Cree
2017-01-16sfc: allow PIO more oftenEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2016-08-12sfc: retrieve second word of datapath capabilitiesBert Kenward
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah