summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAge
* sfc: ARFS filter IDsEdward Cree2018-04-24
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-27
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-27
* sfc: replace asynchronous filter operationsEdward Cree2018-03-27
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-08
* sfc: mark some unexported symbols as statickbuild test robot2018-01-28
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-25
* sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree2018-01-10
* sfc: support variable number of MAC statsEdward Cree2017-12-21
* sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree2017-12-18
* sfc: support VI strides other than 8kEdward Cree2017-12-18
* sfc: make mem_bar a function rather than a constantEdward Cree2017-12-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\
| * sfc: support rx-fcs and rx-allEdward Cree2017-11-01
| * net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-25
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* sfc: limit the number of receive queuesBert Kenward2017-04-17
* sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter2017-03-22
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-17
* sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko2017-02-14
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-14
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-09
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-09
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-06
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-03
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* sfc: efx_get_phys_port_id() can be staticWei Yongjun2017-01-11
* sfc: implement ndo_get_phys_port_nameBert Kenward2017-01-10
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-10
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
* sfc: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-03
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-03
* sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree2016-12-01
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-30
* sfc: remove Software TSOEdward Cree2016-11-18
* sfc: remove napi_hash_del() callEric Dumazet2016-11-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\
| * sfc: clear napi_hash state when copying channelsBert Kenward2016-11-13
* | ethernet/sfc: use core min/max MTU checkingBert Kenward2016-10-18
|/
* sfc: check MTU against minimum thresholdBert Kenward2016-09-06
* sfc: get timer configuration from adapterBert Kenward2016-08-12
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-12
* sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-15
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-15
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-15
* sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-15
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-31
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-23
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-15
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-15