summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Remove 'PCIE error reporting unavailable'Martin Habets2019-07-081-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* sfc: ensure recovery after allocation failuresRobert Stonehouse2019-02-141-1/+1
* sfc: Replace spin_is_locked() with lockdepLance Roy2018-11-121-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0Star
* | sfc: remove ndo_poll_controllerEric Dumazet2018-09-281-26/+0Star
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-9/+8Star
|\
| * sfc: hold filter_sem consistently during resetBert Kenward2018-07-121-9/+8Star
* | sfc: batch up RX deliveryEdward Cree2018-07-041-0/+12
|/
* sfc: make function efx_rps_hash_bucket staticColin Ian King2018-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+36
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-0/+143
| |\
| * | sfc: set and clear interrupt affinity hintsBert Kenward2018-04-201-0/+36
* | | x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-3/+2Star
| |/ |/|
* | sfc: ARFS filter IDsEdward Cree2018-04-241-0/+143
|/
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-271-2/+12
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-271-1/+0Star
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-1/+14
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-091-6/+59
* sfc: mark some unexported symbols as statickbuild test robot2018-01-291-1/+1
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-0/+11
* sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree2018-01-101-16/+27
* sfc: support variable number of MAC statsEdward Cree2017-12-211-0/+2
* sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree2017-12-181-0/+4
* sfc: support VI strides other than 8kEdward Cree2017-12-181-0/+2
* sfc: make mem_bar a function rather than a constantEdward Cree2017-12-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-8/+12
|\
| * sfc: support rx-fcs and rx-allEdward Cree2017-11-011-4/+10
| * net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-251-4/+2Star
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* sfc: limit the number of receive queuesBert Kenward2017-04-171-0/+7
* sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter2017-03-231-1/+1
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-171-4/+6
* sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko2017-02-141-2/+8
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-2/+9
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+72
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-031-42/+0Star
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* sfc: efx_get_phys_port_id() can be staticWei Yongjun2017-01-111-2/+2
* sfc: implement ndo_get_phys_port_nameBert Kenward2017-01-101-0/+11
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-1/+12
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
* sfc: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree2016-12-011-1/+0Star
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-23/+6Star
* sfc: remove Software TSOEdward Cree2016-11-181-17/+21