aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12sfc: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-8/+0
2018-09-28sfc: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-9/+8
2018-07-12sfc: hold filter_sem consistently during resetBert Kenward1-9/+8
2018-07-04sfc: batch up RX deliveryEdward Cree1-0/+12
2018-06-24sfc: make function efx_rps_hash_bucket staticColin Ian King1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+36
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig1-3/+2
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+143
2018-04-24sfc: ARFS filter IDsEdward Cree1-0/+143
2018-04-20sfc: set and clear interrupt affinity hintsBert Kenward1-0/+36
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree1-2/+12
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree1-1/+0
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-1/+14
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-6/+59
2018-01-28sfc: mark some unexported symbols as statickbuild test robot1-1/+1
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-0/+11
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree1-16/+27
2017-12-21sfc: support variable number of MAC statsEdward Cree1-0/+2
2017-12-18sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree1-0/+4
2017-12-18sfc: support VI strides other than 8kEdward Cree1-0/+2
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+12
2017-11-01sfc: support rx-fcs and rx-allEdward Cree1-4/+10
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-04-17sfc: limit the number of receive queuesBert Kenward1-0/+7
2017-03-22sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter1-1/+1
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning1-4/+6
2017-02-14sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko1-2/+8
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko1-2/+9
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+72
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper1-35/+64
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward1-2/+2
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet1-42/+0
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-11sfc: efx_get_phys_port_id() can be staticWei Yongjun1-2/+2
2017-01-10sfc: implement ndo_get_phys_port_nameBert Kenward1-0/+11
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward1-1/+12
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-03sfc: declare module version (same as ethtool drvinfo version)Edward Cree1-0/+1
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-1/+1
2016-12-01sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree1-1/+0
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-23/+6
2016-11-18sfc: remove Software TSOEdward Cree1-17/+21
2016-11-16sfc: remove napi_hash_del() callEric Dumazet1-3/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-11-13sfc: clear napi_hash state when copying channelsBert Kenward1-0/+3