summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2019-07-08sfc: Remove 'PCIE error reporting unavailable'Martin Habets
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-14sfc: ensure recovery after allocation failuresRobert Stonehouse
2018-11-12sfc: Replace spin_is_locked() with lockdepLance Roy
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-28sfc: remove ndo_poll_controllerEric Dumazet
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-12sfc: hold filter_sem consistently during resetBert Kenward
2018-07-04sfc: batch up RX deliveryEdward Cree
2018-06-24sfc: make function efx_rps_hash_bucket staticColin Ian King
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24sfc: ARFS filter IDsEdward Cree
2018-04-20sfc: set and clear interrupt affinity hintsBert Kenward
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-28sfc: mark some unexported symbols as statickbuild test robot
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree
2017-12-21sfc: support variable number of MAC statsEdward Cree
2017-12-18sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree
2017-12-18sfc: support VI strides other than 8kEdward Cree
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-01sfc: support rx-fcs and rx-allEdward Cree
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook
2017-04-17sfc: limit the number of receive queuesBert Kenward
2017-03-22sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning
2017-02-14sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-11sfc: efx_get_phys_port_id() can be staticWei Yongjun
2017-01-10sfc: implement ndo_get_phys_port_nameBert Kenward
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-03sfc: declare module version (same as ethtool drvinfo version)Edward Cree
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-12-01sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-18sfc: remove Software TSOEdward Cree