summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-1/+4
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+19
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-091-0/+1
* sfc: process RX event inner checksum flagsJon Cooper2017-02-091-7/+12
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-031-125/+0
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-171-0/+2
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-171-1/+2
* sfc: allow PIO more oftenEdward Cree2017-01-161-0/+9
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-2/+3
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-0/+2
* net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-6/+6
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-11/+11
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-3/+1
* sfc: remove unneeded variableDan Carpenter2016-11-271-7/+1
* sfc: remove Software TSOEdward Cree2016-11-181-0/+5
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-2/+45
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-091-0/+2
* sfc: check MTU against minimum thresholdBert Kenward2016-09-061-0/+3
* sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-261-1/+1
* sfc: get timer configuration from adapterBert Kenward2016-08-121-0/+2
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-121-4/+6
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-151-0/+12
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-151-0/+2
* sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-151-0/+3
* sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-151-2/+0
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-311-4/+8
* sfc: use ALIGN macro for aligning frame sizesJarod Wilson2015-12-021-1/+2
* sfc: make TSO version a per-queue parameterBert Kenward2015-12-011-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-0/+2
|\
| * sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-021-0/+2
* | sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2015-10-271-73/+56
* | sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko2015-10-121-0/+1
|/
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-0/+1
* sfc: support cascaded multicast filtersDaniel Pieczko2015-07-211-0/+2
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-091-0/+2
* sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-021-0/+2
* sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-211-1/+2
* sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-211-0/+2
* sfc: Enable a VF to get its own MAC addressDaniel Pieczko2015-05-211-0/+1
* sfc: protect filter table against use-after-freeEdward Cree2015-05-211-1/+4
* sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah2015-05-211-1/+1
* sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-091-0/+1
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-1/+2
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-091-0/+2
* sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-091-0/+3
* sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-091-0/+1
* sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko2015-05-091-3/+0
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-091-0/+8
* sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-061-0/+5
* sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah2014-11-061-14/+0