summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* sfc: batch up RX deliveryEdward Cree2018-07-041-0/+3
* sfc: ARFS filter IDsEdward Cree2018-04-241-0/+36
* sfc: limit ARFS workitems in flight per channelEdward Cree2018-04-141-0/+25
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-271-0/+2
* sfc: use a semaphore to lock farch filters tooEdward Cree2018-03-271-2/+0Star
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-271-1/+1
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-6/+4Star
* sfc: support FEC configuration through ethtoolEdward Cree2018-03-141-0/+8
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-091-8/+36
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-2/+10
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-251-0/+9
* sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree2018-01-101-1/+1
* sfc: support variable number of MAC statsEdward Cree2017-12-211-0/+3
* sfc: improve PTP error reportingEdward Cree2017-12-181-0/+2
* sfc: support VI strides other than 8kEdward Cree2017-12-181-0/+3
* sfc: make mem_bar a function rather than a constantEdward Cree2017-12-181-1/+1
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-1/+4
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+19
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-091-0/+1
* sfc: process RX event inner checksum flagsJon Cooper2017-02-091-7/+12
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-031-125/+0Star
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-171-0/+2
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-171-1/+2
* sfc: allow PIO more oftenEdward Cree2017-01-161-0/+9
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-2/+3
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-0/+2
* net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-6/+6
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-11/+11
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-3/+1Star
* sfc: remove unneeded variableDan Carpenter2016-11-281-7/+1Star
* sfc: remove Software TSOEdward Cree2016-11-181-0/+5
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-2/+45
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-091-0/+2
* sfc: check MTU against minimum thresholdBert Kenward2016-09-071-0/+3
* sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-271-1/+1
* sfc: get timer configuration from adapterBert Kenward2016-08-131-0/+2
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-131-4/+6
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-161-0/+12
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-161-0/+2
* sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-161-0/+3
* sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-161-2/+0Star
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-06-011-4/+8
* sfc: use ALIGN macro for aligning frame sizesJarod Wilson2015-12-031-1/+2
* sfc: make TSO version a per-queue parameterBert Kenward2015-12-011-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-0/+2
|\
| * sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-031-0/+2
* | sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2015-10-281-73/+56Star
* | sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko2015-10-121-0/+1
|/
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-0/+1