aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko1-1/+4
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+19
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper1-0/+1
2017-02-09sfc: process RX event inner checksum flagsJon Cooper1-7/+12
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet1-125/+0
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree1-0/+2
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree1-1/+2
2017-01-16sfc: allow PIO more oftenEdward Cree1-0/+9
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward1-2/+3
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree1-0/+2
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+6
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-11/+11
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-3/+1
2016-11-27sfc: remove unneeded variableDan Carpenter1-7/+1
2016-11-18sfc: remove Software TSOEdward Cree1-0/+5
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-2/+45
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree1-0/+2
2016-09-06sfc: check MTU against minimum thresholdBert Kenward1-0/+3
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper1-1/+1
2016-08-12sfc: get timer configuration from adapterBert Kenward1-0/+2
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-4/+6
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets1-0/+12
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko1-0/+2
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko1-0/+3
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko1-2/+0
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper1-4/+8
2015-12-02sfc: use ALIGN macro for aligning frame sizesJarod Wilson1-1/+2
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward1-0/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets1-0/+2
2015-10-27sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward1-73/+56
2015-10-12sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko1-0/+1
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah1-0/+1
2015-07-21sfc: support cascaded multicast filtersDaniel Pieczko1-0/+2
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning1-0/+2
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+2
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah1-1/+2
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+2
2015-05-21sfc: Enable a VF to get its own MAC addressDaniel Pieczko1-0/+1
2015-05-21sfc: protect filter table against use-after-freeEdward Cree1-1/+4
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah1-1/+1
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah1-0/+1
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-1/+2
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+2
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+3
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+1
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko1-3/+0
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-0/+8
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah1-0/+5
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-14/+0