summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: fix XDP-redirect in this driverJesper Dangaard Brouer2020-03-161-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-3/+0
|\
| * sfc: complete the next packet when we receive a timestampTom Zhao2020-03-051-3/+0
* | sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-261-1/+1
|/
* sfc: move RPS codeAlex Maftei (amaftei)2020-01-101-3/+3
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-1/+12
* sfc: Remove unnecessary dependencies on I2CBen Hutchings2020-01-021-1/+0
* sfc: fix channel allocation with brute forceEdward Cree2019-12-201-3/+1
* sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree2019-11-221-1/+1
* sfc: add statistics for ARFSEdward Cree2019-11-221-0/+4
* sfc: change ARFS expiry mechanismEdward Cree2019-11-221-6/+8
* sfc: add XDP counters to ethtool statsCharles McLachlan2019-10-311-0/+8
* sfc: allocate channels for XDP tx queuesCharles McLachlan2019-10-311-3/+31
* sfc: perform XDP processing on received packetsCharles McLachlan2019-10-311-0/+12
* sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan2019-10-311-2/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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/+0
* 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/+4
* sfc: support FEC configuration through ethtoolEdward Cree2018-03-141-0/+8
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-081-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/+0
* 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-171-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/+1
* sfc: remove unneeded variableDan Carpenter2016-11-271-7/+1
* 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-061-0/+3