aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-25sfc: on 8000 series use TX queues for TX timestampsGravatar Edward Cree 1-2/+10
2018-01-25sfc: handle TX timestamps in the normal data pathGravatar Martin Habets 1-0/+9
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksGravatar Edward Cree 1-1/+1
2017-12-21sfc: support variable number of MAC statsGravatar Edward Cree 1-0/+3
2017-12-18sfc: improve PTP error reportingGravatar Edward Cree 1-0/+2
2017-12-18sfc: support VI strides other than 8kGravatar Edward Cree 1-0/+3
2017-12-18sfc: make mem_bar a function rather than a constantGravatar Edward Cree 1-1/+1
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsGravatar Andrew Rybchenko 1-1/+4
2017-02-09sfc: configure UDP tunnel offload portsGravatar Jon Cooper 1-0/+19
2017-02-09sfc: set csum_level for encapsulated packetsGravatar Jon Cooper 1-0/+1
2017-02-09sfc: process RX event inner checksum flagsGravatar Jon Cooper 1-7/+12
2017-02-03sfc: get rid of custom busy polling codeGravatar Eric Dumazet 1-125/+0
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xGravatar Edward Cree 1-0/+2
2017-01-17sfc: support setting RSS hash key through ethtool APIGravatar Edward Cree 1-1/+2
2017-01-16sfc: allow PIO more oftenGravatar Edward Cree 1-0/+9
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVGravatar Bert Kenward 1-2/+3
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledGravatar Edward Cree 1-0/+2
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-6/+6
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadGravatar Edward Cree 1-11/+11
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverGravatar Edward Cree 1-3/+1
2016-11-27sfc: remove unneeded variableGravatar Dan Carpenter 1-7/+1
2016-11-18sfc: remove Software TSOGravatar Edward Cree 1-0/+5
2016-11-18sfc: Firmware-Assisted TSO version 2Gravatar Bert Kenward 1-2/+45
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledGravatar Edward Cree 1-0/+2
2016-09-06sfc: check MTU against minimum thresholdGravatar Bert Kenward 1-0/+3
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Gravatar Jon Cooper 1-1/+1
2016-08-12sfc: get timer configuration from adapterGravatar Bert Kenward 1-0/+2
2016-08-12sfc: set interrupt moderation via MCDIGravatar Bert Kenward 1-4/+6
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Gravatar Martin Habets 1-0/+12
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksGravatar Andrew Rybchenko 1-0/+2
2016-06-15sfc: Add efx_nic member with fixed netdev featuresGravatar Andrew Rybchenko 1-0/+3
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateGravatar Andrew Rybchenko 1-2/+0
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionGravatar Jon Cooper 1-4/+8
2015-12-02sfc: use ALIGN macro for aligning frame sizesGravatar Jarod Wilson 1-1/+2
2015-12-01sfc: make TSO version a per-queue parameterGravatar Bert Kenward 1-0/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2015-11-02sfc: push partner queue for skb->xmit_moreGravatar Martin Habets 1-0/+2
2015-10-27sfc: replace spinlocks with bit ops for busy poll lockingGravatar Bert Kenward 1-73/+56
2015-10-12sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementGravatar Daniel Pieczko 1-0/+1
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSGravatar Shradha Shah 1-0/+1
2015-07-21sfc: support cascaded multicast filtersGravatar Daniel Pieczko 1-0/+2
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptGravatar Peter Dunning 1-0/+2
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsGravatar Shradha Shah 1-0/+2
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACGravatar Shradha Shah 1-1/+2
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Gravatar Edward Cree 1-0/+2
2015-05-21sfc: Enable a VF to get its own MAC addressGravatar Daniel Pieczko 1-0/+1
2015-05-21sfc: protect filter table against use-after-freeGravatar Edward Cree 1-1/+4
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsGravatar Shradha Shah 1-1/+1
2015-05-09sfc: Bind the sfc driver to any available VF'sGravatar Shradha Shah 1-0/+1
2015-05-09sfc: Add use of shared RSS contexts.Gravatar Jon Cooper 1-1/+2