summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-131-2/+2
* sfc: check MTU against minimum thresholdBert Kenward2016-09-072-1/+14
* 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-277-10/+23
* | 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-135-33/+125
* | sfc: set interrupt moderation via MCDIBert Kenward2016-08-139-62/+103
* | sfc: use new performance based event queue initBert Kenward2016-08-131-12/+31
* | sfc: retrieve second word of datapath capabilitiesBert Kenward2016-08-132-2/+11
* | sfc: allow asynchronous MCDI without completion functionBert Kenward2016-08-131-1/+4
* | sfc: update MCDI protocol headersBert Kenward2016-08-131-15/+515
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+2
|\
| * net: sfc: avoid -Wtype-limits warningArnd Bergmann2016-06-161-1/+2
* | sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-163-5/+74
* | sfc: Update MCDI protocol definitionsEdward Cree2016-06-161-48/+1279
* | sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-161-1/+9
* | sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-162-0/+25
* | 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-163-2/+11
* | sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-163-2/+124
* | sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-162-35/+295
* | 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-162-1/+24
* | sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-162-4/+17
* | sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-162-4/+5
* | sfc: Define macro with EF10 offload featureAndrew Rybchenko2016-06-161-4/+8
|/
* sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-06-013-17/+56
* sfc: use flow dissector helpers for aRFSEdward Cree2016-05-301-54/+21Star
* 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
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-172-4/+8
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-172-2/+5
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-111-0/+184
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-242-9/+18
* sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař2015-12-241-3/+4
* sfc: Make failed filter removal less noisyBert Kenward2015-12-241-17/+31
* sfc: Handle MCDI proxy authorisationBert Kenward2015-12-242-8/+155
* sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2015-12-242-15/+85
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-184-14/+19
|\
| * sfc: fix a timeout loopDan Carpenter2015-12-151-1/+1
| * sfc: only use RSS filters if we're using RSSBert Kenward2015-12-123-13/+18