summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-1/+16
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-1/+2
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* sfc: remove Software TSOEdward Cree2016-11-181-0/+15
* sfc: handle failure to allocate TSOv2 contextsEdward Cree2016-11-181-16/+24
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-3/+120
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-091-2/+4
* sfc: enable 4-tuple RSS hashing for UDPEdward Cree2016-11-091-0/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+2
|\
| * sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-271-1/+2
* | sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-271-2/+6
* | sfc: remove duplicate assignmentEdward Cree2016-08-271-1/+0Star
* | sfc: include size-binned TX stats on sfn8542qEdward Cree2016-08-271-5/+11
* | sfc: avoid division by zeroEdward Cree2016-08-191-1/+0Star
* | sfc: get timer configuration from adapterBert Kenward2016-08-131-29/+113
* | sfc: set interrupt moderation via MCDIBert Kenward2016-08-131-9/+29
* | sfc: use new performance based event queue initBert Kenward2016-08-131-12/+31
* | sfc: retrieve second word of datapath capabilitiesBert Kenward2016-08-131-2/+8
|/
* sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-161-0/+39
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-161-0/+13
* sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-161-11/+69
* sfc: Refactor checks for invalid filter IDEdward Cree2016-06-161-26/+13Star
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-161-0/+4
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-161-0/+86
* sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-161-35/+290
* sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko2016-06-161-29/+41
* sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko2016-06-161-15/+15
* sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko2016-06-161-37/+51
* sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko2016-06-161-20/+33
* sfc: Assert filter_sem write locked when requiredEdward Cree2016-06-161-1/+15
* sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-161-2/+5
* sfc: Define macro with EF10 offload featureAndrew Rybchenko2016-06-161-4/+8
* sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree2016-05-251-0/+16
* sfc: disable RSS when unsupportedJon Cooper2016-04-281-2/+13
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-241-6/+14
* sfc: Make failed filter removal less noisyBert Kenward2015-12-241-17/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-12/+12
|\
| * sfc: only use RSS filters if we're using RSSBert Kenward2015-12-121-12/+12
* | sfc: check warm_boot_count after other functions have been resetDaniel Pieczko2015-12-051-2/+13
* | sfc: make TSO version a per-queue parameterBert Kenward2015-12-011-7/+6Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-1/+3
|\
| * sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-031-1/+3
* | sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko2015-10-121-11/+19
|/
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-10/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-1/+26
|\
| * sfc: only use vadaptor stats if firmware is capableBert Kenward2015-08-271-1/+26
* | sfc: MC allocations must be restored following an entity resetDaniel Pieczko2015-08-011-4/+12
* | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-08-011-0/+8
* | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree2015-07-221-80/+208
* | sfc: support cascaded multicast filtersDaniel Pieczko2015-07-221-14/+42